Update card information
Interface address: /api/v1/card/update
Note: Update card information.
| 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 |
| cardId | String | Y | Card ID |
| firstName | String | Y | firstName |
| lastName | String | Y | lastName |
| address | String | Y | billing address |
| postalCode | String | Y | postal code |
| country | String | Y | Country |
| city | String | Y | City |
| billState | String | Y | state |
| phone | String | N | Telephone number |
| areaCode | String | N | Country code of the phone number |
Output parameters
| Parameter | Type | Mandatory | Description |
|---|
| status | String | Y | Verification status 0: Change successful 1: Change failed |