Endpoint:
Method: POST
Type: RAW
URL: {{API_BASE_URL}}/cards/cancel
Request Parameter
| Parameter | Required | Type | Description |
|---|---|---|---|
| request_id | N | string | Optional, A unique request ID specified by the client. Requests with the same request_id will be ignored. This allows requests to be replayed if client is unsure of the outcome, e.g. due to network issues, system failures, etc. Note: Can be non-UUID as long as it is unique between requests. |
| items | Y | array | items array |
| items[].card_number | Y | string | card number |
{
"request_id": "unique_request_789",
"items": [
{
"card_number": "5329000000000000"
},
{
"card_number": "5329000000000001"
}
]
}
Response
201 http code