Retrieve a payment method's card design
Returns the card design printed on this payment method.
The design belongs to the card, not the customer: a customer with several
cards can have a different design on each, so read it per payment method.
Enumerate a customer’s cards with
GET /v2/customers/{customer_id}/payment_methods and call this for the one
you care about.
A card may have no design resolved yet — some programs assign a default
asynchronously. That is a normal state, not an error: the response is 200
with selected: false and no card_design.
Only CARD payment methods carry a design. A loan or bank account returns
200 with selected: false.
Authorizations
Basic HTTP authentication. Allowed headers-- Authorization: Basic <base64(api_key_id:api_key_secret)>
Path Parameters
The unique identifier of the payment method
"9ED4FE47-8E9C-48E9-BBEF-094DF1789012"