Pre-bound card
Interface address: /api/v1/card/pre-bind
Note: Pre-bound card interface.
Parameter | Type | Mandatory | Description |
---|
userId | String | Y | User's unique tag |
merchantUserId | String | Y | The merchant side user ID, if transmitted, will be bound to the OSL Pay user. |
ip | String | N | IP address |
fullName | String | Y | Cardholder Name |
cardNumber | String | Y | Card number |
expiryMonth | String | Y | Validity month |
expiryYear | String | Y | Validity year |
cvv | String | Y | cvv |
country | String | Y | Country |
address | String | Y | billing address |
city | String | Y | City |
postalCode | String | Y | postal code |
phone | String | N | Telephone number |
areaCode | String | N | Country code of the phone number |
firstName | String | Y | firstName |
lastName | String | Y | lastName |
billState | String | Y | state |
businessType | String | Y | Business type: BUY /SELL |
clientInfo | String | Y | Client information |
clientInfo
Parameter | Type | Mandatory | Description |
---|
userAgent | String | N | Browser UA information |
domain | String | N | domain |
timeZone | String | N | Time zone |
browserWidth | String | N | Browser screen width |
browserHeight | String | N | Browser screen height |
language | String | N | Language |
clientVersion | String | N | Client |
clientType | String | N | Client type |
colorDepth | String | N | Client pixels |
browserVersion | String | N | Browser version |
browserName | String | N | Browser name |
agentOS | String | N | Operating system |
deviceToken | String | N | Dingxiang device fingerprint |
deviceId | String | N | Device number |
Output parameters
Parameter | Type | Mandatory | Description |
---|
CardId | String | Y | Card ID |