Delete Stored Card
URL
The endpoint and http method information to delete stored card are stated below.
POST/payment/v1/cards/delete
Request Parameters
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.
cardUserKey
string
User Key value that generated for the card to be deleted
cardToken
string
Token value that generated for the card to be deleted
Sample Codes
You can review the sample codes in the open source Craftgate API clients.
Loading..