latestOpenAPI 3.0.12026-08-10131668.6 KB
0da0be803c1c
Termination requests
Get credit card termination request
Returns the credit card termination request specified in the request URL.
get/v1/credit_card_terminations/{id}
Path parameters
idstring required
Response
Termination record
Example response
{
"id": "ac8df7d811c042faacabd8162de7b789cctr",
"application_id": "796ff7b9961c4fe1b4470e45298b5d69ccla",
"reason": "CUSTOMER_WISH",
"status": "INITIATED",
"legally_terminated_at": "2023-08-31",
"revocable_until": "2023-08-02",
"created_at": "2023-07-28T14:47:00.000Z"
}