Get a single credit card.
GET
/buyers/{buyerID}/creditcards/{creditCardID}
200Roles
At least one of the roles below is required to access this endpoint.
FullAccessCreditCardAdminCreditCardReader
Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
buyerID | Required | string | ID of the buyer. | --- |
creditCardID | Required | string | ID of the credit card. | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
Token | string | --- | 100 characters | --- | ||
DateCreated | Read Only | string | date-time | --- | --- | |
CardType | string | --- | --- | --- | ||
PartialAccountNumber | string | --- | 5 characters | --- | ||
CardholderName | string | --- | --- | --- | ||
ExpirationDate | string | date-time | --- | --- | ||
xp | object | --- | --- | --- |