Returns the ways this account can pay money out, with the limits and the fee tariff that apply to each. Scoped to the account's own currency: a payout is never converted on the way out, so an option in another currency would be one this account cannot use. An empty list is a valid answer and means no method is available for this account's currency, the given destination country, and this client. A method this client is not approved for is absent entirely rather than listed as unavailable — an option nobody may use is not an option.

Parameters

NameInTypeRequiredDescription
accountId path string yes Unique identifier of the account.
country query string yes ISO 3166-1 alpha-2 country of the recipient. Payout licensing is per geography, so the same currency can be served differently depending on it.

Responses

StatusBodyDescription
200 PayoutOptionsResponse Payout options retrieved.
400 Error Invalid request.
404 Error Account not found.

Specification

This page is generated from the OpenAPI specification, which remains the authoritative machine-readable source.