Retrieves the details of the payment method associated with the supplied payment_method_id
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
The unique identifier of the payment method
"9ED4FE47-8E9C-48E9-BBEF-094DF1789012"
Payment method retrieved successfully
The unique ID Imprint assigns to the payment method.
"DCBFC736-2286-42DD-897D-160DCA80AED2"
The type of payment method
CARD, BANK_ACCOUNT, LOAN The id of the Imprint customer that the payment method belongs to.
"B40A789E-BD46-4BB9-B63E-F9919582694C"
the RFC-3339 timestamp when the payment method was created
"2025-02-13T19:08:07.000Z"
Current status of the payment method
ACTIVE, INACTIVE, CANCELED Additional metadata for the payment method
{ "platform_version": "2.1.0" }When payment method is a CARD type, this object will have card specific data.
When payment method is a BANK_ACCOUNT type, this object will have bank account specific data.
When payment method is a LOAN type, this object will have loan specific data.
the RFC-3339 timestamp when the payment method was last updated
"2025-02-13T19:08:07.000Z"