DELETE v3/customers/{id}/stored-cards/{cardId}
Remove a specific stored card from a customer record
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
|
cardId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StoredCardName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
Address | Address |
None. |
|
IsDefault | boolean |
None. |
|
MaskedNumber | string |
None. |
|
CardHolderName | string |
None. |
|
ExpiryDate | date |
None. |
|
Type | CardType |
None. |
Response Formats
application/json, text/xml
Sample:
Sample not available.