Create card holder
Header Parameters
Nonce string required
random 16 bytes alphanumerics
Credential string required
Please follow the OpenAPI authentication section
Example: d900da8b-6e16-4a85-8a66-05d29ac53f24/20240501120123/Wonder-RSA-SHA256
Signature string required
Please follow the OpenAPI authentication section
Example: lM42cgyuLS98Dieydc8K2OD3KwYkOXibpV9pFvr/R0i/830M/FPKUKbav2UBBN3M3EdPk/PpvKQlvBNT+NbEg20CKuiDTZWDc3r7KiA1pdZsui/57XCVhC2s01W8jEM+G5lS362+p8+E0K6UKQDrJMyVpbDT31XSkSJIxae+uDi2nJr4DnIkemeU2LlNDRPPGe9NeX7z3B3N3LwIiQgKMyauPqAjro0UrZykQM9pv4UySRSU2cT8EcjQmyKxbzyuR2A47PyeodJvotlIthdfCHIxG52D06tpRJlRVbUdvxSg14bFiPbr3FwCvruZlbR15gOanJCqE4wp4fC8qEXXsg==
Content-type string required
Example: application/json
x-request-id string
Example: d900da8b-6e16-4a85-8a66-05d29ac53f24
x-i18n-lang string
from zh-HK, zh-CN, or en
application/json
Request Body
card_holder object required
external_user_name string required
external_user_reference string required
external_user_email string required
external_user_phone string required
kyc_info object required
type string nullable required
Possible values: [HK ID
, CHINA ID
, PASSPORT
]
country string required
number string required
name string required
Responses
- 200
Response Headers
application/json
Schema
Example (from schema)
Example
Schema
code error code required
message error message required
data object required
card_holder object required
p_user_id string required
{
"code": 0,
"message": "string",
"data": {
"card_holder": {
"p_user_id": "string"
}
}
}
{
"code": 200,
"data": {
"business_name": "OMS - Manually Test - 2",
"expiration_date": "04/32",
"first_6_digits": "356772",
"id": "56f825f9-b962-46ca-8c0d-99269e041514",
"is_encrypt": true,
"issuer_brand": "JCB",
"last_4_digits": "8348",
"pan": "356772******8348",
"reference_id": "56f825f9-b962-46ca-8c0d-99269e041514",
"settlement_currency": "USD",
"status": "Active",
"title": "Test",
"type": "Expense"
},
"message": "succeed"
}
Loading...