GET
/
v2.01
/
{ClientId}
/
recipients
/
payout-methods
// GET has no body parameters
{
    "AvailablePayoutMethods": [
        "LocalBankTransfer"
    ]
}

Query parameters

Currency
string
required

Allowed values: The three-letter ISO 4217 code (EUR, GBP, etc.) of a supported currency: AUD, CAD, EUR, GBP, HKD, SGD, USD

The currency of the payout method.

Country
string
required

Format: Two-letter country code (ISO 3166-1 alpha-2 format)

The destination country of the payout method.

Responses

{
    "AvailablePayoutMethods": [
        "LocalBankTransfer"
    ]
}
// GET has no body parameters