Get payment method
Get a payment method by its ID
Authentication
AuthorizationBearer
API Key authentication using Bearer token
Path parameters
id
Response
200
id
Unique payment method identifier.
customerId
The customer this payment method belongs to.
externalPaymentMethodId
The payment processor’s identifier for this payment method (e.g. a Stripe payment method ID).
type
Payment method type, e.g. "card".
isDefault
Whether this is the customer's default payment method.
card
Card details when the payment method is a card. Null for other types or when details are unavailable.
createdAt
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error