Retrieves details of a specific payment method.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success
The UUID of the specific object.
A string describing the object type returned.
The external processor ID representing this payment method.
Set to true if this charge is in live mode, and set to false if it is in test mode.
The specific type of processor. The only allowed processors right now are stripe and paypal.
Whether or not this payment method can be reused. Only reusable payment methods can be attached to subscriptions and set as a customer's default.
A list of currencies that this payment method supports. If null, this payment method supports all currencies.
The type of payment method. One of bank_account, card, payment_instrument, or paypal_account`.
Expandable – The associated bank account ID.
Expandable – The associated card ID.
Expandable – The associated customer ID.
Expandable – The associated payment instrument ID.
Expandable – The associated paypal account ID.
Time at which the object was created. Measured in seconds since the Unix epoch.
Time at which the object was last updated. Measured in seconds since the Unix epoch.