List Reference Data
Look up a single reference list (a “catalogue”) for building international payouts.
Which list you get back is chosen by the type query parameter. A few lists
need extra inputs: states needs a country_id, and cities needs both a
country_id and a state_id. Only one list is returned per request.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Which reference list to return. Pick exactly one:
countries— destination countries you can send payouts to.states— states or regions within a country (needscountry_id).cities— cities within a state or region (needscountry_idandstate_id).currencies— currencies you can send payouts in.document-types— ID document types the recipient may use (varies by destination country).account-types— bank account types you can pay into, such as checking or savings (varies by destination country).business-types— allowed sender and business types, such as business-to-customer, business-to-business, or payroll. Only one list is returned per request.
countries, states, cities, currencies, document-types, account-types, business-types The ID of the country (from type=countries). Required when type=states or type=cities.
The ID of the state or region (from type=states). Required when type=cities.
Response
Successful Response
Standard response wrapper for single-object responses and errors.
Generic over the payload type. A route that declares
CommonResponse[SomeModel] gets the real data schema rendered in
OpenAPI/Swagger; a bare CommonResponse leaves data untyped.

