The reason for the termination.
Credit cards (1.0)
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/credit-cards/
Request
Creates a termination request for the credit card application specified in the request URL. See the credit cards guide for more information on how the termination process works.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/credit-cards/v1/credit_card_applications/{application_id}/termination_requests
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "reason": "CUSTOMER_WISH" }
Termination record
The ID of the credit card application that is being terminated.
The reason for the termination.
The current status of the credit card termination.
The date when the credit card termination will take effect.
The date until which the termination can be revoked.
{ "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" }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/credit-cards/v1/credit_card_terminations
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payloadList of terminations records
The ID of the credit card application that is being terminated.
The reason for the termination.
The current status of the credit card termination.
The date when the credit card termination will take effect.
The date until which the termination can be revoked.
UTC timestamp from when the termination was created.
[ { "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" } ]
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/credit-cards/v1/credit_card_terminations/{id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payloadTermination record
The ID of the credit card application that is being terminated.
The reason for the termination.
The current status of the credit card termination.
The date when the credit card termination will take effect.
The date until which the termination can be revoked.
{ "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" }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/credit-cards/v1/credit_card_terminations/{id}/revoke
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payloadTermination record
The ID of the credit card application that is being terminated.
The reason for the termination.
The current status of the credit card termination.
The date when the credit card termination will take effect.
The date until which the termination can be revoked.
{ "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" }