Get Payment Method
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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
1 <= x <= 1000000000Response
OK
The unique identifier for the payment method information.
1 <= x <= 1000000000The unique identifier of the address.
1 <= x <= 1000000000100100Merchant's unique identifier for the payment method.
100ACH account information.
The details of credit card payment method.

