Overview
Confirm or cancel crediting operations for your card account.
Confirm or Cancel Created Limit
Obtain your batch number from the limit creation step.
- Confirm Created Limit
- Cancel Created Limit
cURL -X POST /card-api/v1/load/{batch_no}/confirm
-H 'Content-Type: application/json'
-H 'Authorization: {token}'
cURL -X POST /card-api/v1/load/{batch_no}/cancel
-H 'Content-Type: application/json'
-H 'Authorization: {token}'
- Responses
{
"code": "200",
"msg": "Success",
"trace_id": "8382b5e3c7144476b05dac034322660b",
"data": {
"batch_no": "36458158-99eb-48b0-b0b5-0bc31020a352",
"status": "Confirmed",
"msg": "101633"
}
}