Update Card PIN
POST/openapi/v1/cards/pin| Item | Value |
|---|---|
| HTTP method | POST |
| Request path | /openapi/v1/cards/pin |
| Request type | application/json |
Request parameters:
| Field | Type | Required | Description |
|---|---|---|---|
cardId | string | Yes | Card ID. |
pin | string | Yes | New PIN; the exact format is determined by card product rules. |
Response data: null.
