GET v3/customer/stored-cards?includePending={includePending}
Return the current customers stored cards
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
includePending | boolean |
Default value is False |
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. |
|
IsPending | boolean |
None. |
Response Formats
application/json, text/xml
Sample:
Sample not available.