The endpoint and http method information to delete stored card are stated below.
HTTP Method | URL |
---|---|
POST |
/payment/v1/cards/delete |
The parameters expected to be sent in the requests to be made for delete stored card are listed under the table and sub-headings below.
Parameter Name | Type | Required | Description |
---|---|---|---|
cardUserKey |
string |
No | User Key value that generated for the card to be deleted |
cardToken |
string |
No | Token value that generated for the card to be deleted |
You can review the sample codes in the open source Craftgate API clients.