Skip to main content
GET
Retrieve a payment method's card design

Authorizations

Authorization
string
header
required

Basic HTTP authentication. Allowed headers-- Authorization: Basic <base64(api_key_id:api_key_secret)>

Path Parameters

payment_method_id
string
required

The unique identifier of the payment method

Example:

"9ED4FE47-8E9C-48E9-BBEF-094DF1789012"

Response

The payment method's card design, if any

selected
boolean
required

Whether a card design is resolved for this payment method. When false, card_design is omitted.

card_design
object