Skip to main content
GET
List payout methods for a payee

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

payee_id
string
required

ID of the payee.

Response

List of payout methods for the payee.

id
string

Public ID of the payout method

Example:

"pmet_abc123"

payout_method_type
string

Type of payout method

Example:

"UnitedStatesAch"

active
boolean
Example:

true

currency
string | null

ISO 4217 currency code

country
string | null

ISO 3166-1 alpha-2 country code

account_number
string | null
routing_type1
string | null
routing_value1
string | null
routing_type2
string | null
routing_value2
string | null
bank_name
string | null
account_holder_name
string | null
account_type
string | null
swift_code
string | null
iban
string | null
tax_id_type
string | null
tax_id
string | null
payout_speed
string | null
created_at
string<date-time>
updated_at
string<date-time>
Last modified on July 8, 2026