Parameters

Field Type Description

BusinessMerchantData

Field Name

Variable Name

Required

Type

Example Value

Description

Legal Company Name

legalName

Required

String(256)

Test Company Ltd

Company name as shown on the business license

Industry

industry

Required

String(256)

Technology

Industry in which the merchant operates

Business Website URL

webSiteURL

Optional

String(256)

https://www.example.com

Merchant’s official website URL

Business License No.

licenseNo

Required

String(256)

123456789

Business license registration number

License Expiry Date

licenseExpirationTime

Required

String(10)

2025-12-31

Expiration date of the license, format: YYYY-MM-DD

PersonalMerchantData

Field Name

Variable Name

Required

Type

Example Value

Description

Owner Nationality

ownerNationality

Required

String(2)

AE

Owner’s nationality, ISO 3166-1 alpha-2 country code

ID Type

certType

Required

String(10)

ID/Passport

Type of ID document, values: ID or Passport

ID Number

certNo

Required

String(256)

123456789012345678

ID document number

Date of Birth

birthday

Required

String(10)

1990-01-01

Date of birth, format: YYYY-MM-DD


MerchantContactData

Field Name

Variable Name

Required

Type

Example Value

Description

Contact First Name

contactFirstName

Required

String(256)

John

Contact person’s first name

Contact Last Name

contactLastName

Required

String(256)

Doe

Contact person’s last name

Contact Mobile No.

contactMobile

Required

String(256)

+1234567890

Mobile number, format: CountryCode + Number

Contact Email

contactEmail

Required

String(256)

Contact person’s email address

MerchantAddressData

Field Name

Variable Name

Required

Type

Example Value

Description

Country

country

Required

String(2)

AE

Country of registration, ISO 3166-1 alpha-2 country code

City

city

Required

String(256)

Dubai

City name

Street

street

Required

String(256)

Test Street

Street address


ResponseHeader

Field Name

Variable Name

Required

Type

Example Value

Description

Request Status

applyStatus

Required

String(16)

SUCCESS

SUCCESS – Application successfulFAIL – Application failedERROR – Exception occurred

Response Code

code

Required

String(10)

0

Response code

Response Message

msg

Optional

String(200)

-

Response message

Last updated