Error
Update Account Card
Updates a card on the specific customer account.
PUT
Error
Authorizations
JWT Authorization header using the Bearer scheme.
Query Parameters
limits which fields are returned in the response body
Body
application/json
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>"
}Updates a card on the specific customer account.
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
