Retrieves details about a specific stored payment method, using its unique identifier. The response includes type (e.g., credit card, ACH), masked account details, expiration, and billing address.
This endpoint is commonly used to display payment method information in the UI (e.g., “Visa ending in 1234”), or confirm method existence before charging. Useful in both customer-facing portals and internal admin tools for billing management.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK
The unique identifier for the payment method information.
The unique identifier of the address.
The address associated with a payment method that is used for billing purposes. Either an Address ID or detailed address information can be provided.
Conditional: either both BillingFirstName and BillingLastName or BillingFullName must be provided.
The customers’s first name associated with a payment method that is used for billing purposes.
Conditional: either both BillingFirstName and BillingLastName or BillingFullName must be provided.
The customers’s last name associated with a payment method that is used for billing purposes.
Merchant's unique identifier for the payment method.
ACH account information.
The details of credit card payment method.