Bind a Card
POST/openapi/v1/cards/bindCard| Item | Value |
|---|---|
| HTTP method | POST |
| Request path | /openapi/v1/cards/bindCard |
| Request type | application/json |
Request parameters:
| Field | Type | Required | Description |
|---|---|---|---|
cardNo | string | Yes | Full card number, up to 32 characters; only digits, spaces, and hyphens are supported. |
expiryMonth | string | Yes | Expiry month, in the format 1 to 12 or 01 to 12. |
expiryYear | string | Yes | Expiry year, as 2 or 4 digits. |
cvv | string | Yes | CVV, 3 to 4 digits. |
cardTypeId | string | Yes | Card type ID, up to 64 characters. |
email | string | Yes | Registered email address, up to 128 characters. |
Response data: fields are the same as in Get Card Details.
