Error
Get Account Card
Retrieves a card for the specified customer account and card ID.
GET
Error
Authorizations
JWT Authorization header using the Bearer scheme.
Query Parameters
limits which fields are returned in the response body
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A valid request URL is required to generate request examples{
"cardNumberPart": "<string>",
"cardType": "<string>",
"contactId": 123,
"expireMonth": 123,
"expireYear": 123,
"id": "<string>",
"isDefaultPayMethod": true,
"nameOnCard": "<string>"
}Retrieves a card for the specified customer account and card ID.
A valid request URL is required to generate request examples{
"cardNumberPart": "<string>",
"cardType": "<string>",
"contactId": 123,
"expireMonth": 123,
"expireYear": 123,
"id": "<string>",
"isDefaultPayMethod": true,
"nameOnCard": "<string>"
}JWT Authorization header using the Bearer scheme.
limits which fields are returned in the response body
