Retrieve a Payment Method
Fetch a single bank account payout method by its ID.
Returns
Returns a PaymentMethod object.Authorizations
Path Parameters
PaymentMethod identifier.
Query Parameters
Identifies the target user. Format: <type>:<value> (e.g., email:alice@example.com, userId:abc123). Required with server API key auth; ignored with JWT.
Response
PaymentMethod object. The bankAccount sub-object is populated, matching type.
A saved bank account payout method. Sensitive fields (full account numbers and IBANs) are never included in responses.
Unique identifier (UUID v4), assigned by the server on creation.
Whether this is the user's default payment method. Only one per user can be the default; setting a new default automatically unsets the previous one.
Human-readable label derived by the server (e.g., "Chime ••6259", "SEPA Account ••6789"). Not settable by the client.
Payout method type. Determines the country-specific bankAccount fields that are present.
bank-account-us, bank-account-mx-clabe, bank-account-co, bank-account-sepa-iban Bank account details. Present when type is a bank type. Full account numbers and IBANs are never included.
Read-only. ISO 8601 timestamp of the most recent successful offramp payout funded by this bank account. Absent if none.

