Skip to main content
POST
Create Cardholder (Deprecated)

Headers

User-Agent
string

User agent

X-Forwarded-For
string

Forwarded for

X-Forwarded-From
string
required

Client application identifier

Example:

"client-app"

X-Tenant-ID
string

Tenant ID

deviceId
string

Device ID

platform
string

Platform

Body

application/json

Create cardholder request

Create cardholder request (V1)

cardholderType
string
required

Cardholder business model: B2B or B2C

merchantOrderNo
string
required

Client transaction reference. length[20...40]

cardTypeId
integer<int64>
required

Card type ID (from Support Bins)

areaCode
string
required

Mobile area code. length[2...5]

mobile
string
required

Mobile phone number. length[5...20]

email
string
required

Email. length[5...50]

firstName
string
required

First name. English only. length[2...32]

lastName
string
required

Last name. English only. length[2...32]

birthday
string
required

Date of birth (yyyy-MM-dd)

country
string
required

Country/Region Code (ISO 3166-1 alpha-2)

town
string
required

City code

address
string
required

Address. length[2...40]

postCode
string
required

Postal code. length[2...15]

personalInfo
object

Personal information (BFF structured alternative)

residentialAddress
object

Residential address (BFF structured alternative)

employmentInfo
object

Employment information

kycDocuments
object[]

KYC documents

Response

Successful response

Create cardholder response

success
boolean

Success flag

Example:

true

code
integer<int32>

Response code

Example:

200

msg
string

Response message

Example:

"Success"

data
object

Created cardholder data