Getting Started

Merchant Registration

Merchant Registration On SuperQi

To register your merchant account, you are required to provide the following details

Basic Business Information

FieldRequiredDescription
Business Name (English)YesOfficial name of the merchant in English
Business Name (Arabic)YesOfficial name of the merchant in Arabic
Business Bank AccountYesBusiness bank account of the merchant to receive the settlement funds
Business License NumberNoBusiness bank account of the merchant to receive the settlement funds
Business License Expiry DateNoExpiry date of the merchant’s business license
Mobile Phone NumberNoBusiness mobile phone number to make contact with Super Qi
Email AddressNoBusiness email address to make contact with Super Qi
Registration CountryNoRegistration country of the merchant
Business License CertificateNoBusiness license certificate
Business Logo for appsNoBusiness logo for apps

Ultimate Beneficial Owner Information

FieldRequiredDescription
First Name (English)YesFirst name of the UBO
Second Name (English)YesSecond name of the UBO
Third Name (English)YesThird name of the UBO
Last Name (English)YesLast name of the UBO
First Name (Arabic)YesFirst name of the UBO in Arabic
Second Name (Arabic)YesSecond name of the UBO in Arabic
Third Name (Arabic)YesThird name of the UBO in Arabic
Last Name (Arabic)YesLast name of the UBO in Arabic
UBO ID NumberYesID number of the UBO
UBO Date of BirthYesDate of birth of the UBO
UBO NationalityYesNationality of the UBO

Authorized Signatory Information

FieldRequiredDescription
First Name (English)YesFirst name of the UBO
Second Name (English)YesSecond name of the UBO
Third Name (English)YesThird name of the UBO
Last Name (English)YesLast name of the UBO
First Name (Arabic)YesFirst name of the UBO in Arabic
Second Name (Arabic)YesSecond name of the UBO in Arabic
Third Name (Arabic)YesThird name of the UBO in Arabic
Last Name (Arabic)YesLast name of the UBO in Arabic
UBO ID NumberYesID number of the UBO
UBO Date of BirthYesDate of birth of the UBO
UBO NationalityYesNationality of the UBO

Retailer Information

FieldRequiredDescription
CategoryMandatoryThe category of the merchant. Please refer to sheet "Category" for more details about Category.
Sub-CategoryMandatoryThe sub-category of the merchant. Please refer to sheet "Category" for more details about Sub-Category.
Province (English)MandatoryThe province of the merchant (in English).
City (English)MandatoryThe city of the merchant (in English).
Nearest Landmark (English)MandatoryThe nearest landmark of the merchant (in English).
Area (English)MandatoryThe area of the merchant (in English).
Province (Arabic)MandatoryThe province of the merchant (in Arabic).
City (Arabic)MandatoryThe city of the merchant (in Arabic).
Nearest Landmark (Arabic)MandatoryThe nearest landmark of the merchant (in Arabic).
Area (Arabic)MandatoryThe area of the merchant (in Arabic).
Acquiring ContractMandatoryDefined by wallets. The wallet uses the productCode to get the contract configuration which includes fee, limitation information, and so on.
1. Online Purchase
2. Online Purchase (Auth Capture)
3. Agreement Payment

Merchant's RSA PublicKey for Message Signature Verification in API Integration

FieldRequiredDescription
Merchant Public Key for Sandbox EnvironmentMandatoryThe public key used for message signature verification in the Sandbox environment.

References:
- Message Signature Documentation
- API Documentation
Merchant Public Key for UAT EnvironmentConditionalThe public key used for message signature verification in the UAT environment.

References:
- Message Signature Documentation
- API Documentation
Merchant Public Key for Production EnvironmentMandatoryThe public key used for message signature verification in the Production environment.

References:
- Message Signature Documentation
- API Documentation

You can create RSA keys using the following commands:

openssl genrsa -out rsa_private_key.pem 2048
openssl rsa -in rsa_private_key.pem -out rsa_public_key.pem -pubout
openssl pkcs8 -topk8 -in rsa_private_key.pem -out pkcs8_rsa_private_key.pem -nocrypt
Once you have all the required details, you can proceed with merchant registration by clicking this note