View payout methods

See payout methods available to your platform by currency and country

Authentication

AuthorizationBearer
Bearer authentication of the form `Bearer <token>`, where token is your auth token. If your platform is using a [proxy](/guides/sca/proxy-management) to take SCA-triggering action on behalf of users, you also need to integrate [mTLS authentication](/guides/sca/platform) and use the `api-mtls` base URL.

Path parameters

ClientIdstringRequired
Platform's API account identifier, associated with the API key.

Query parameters

CurrencystringRequired
**Possible values:** `AED`, `AUD`, `CAD`, `CHF`, `CNH`, `CZK`, `DKK`, `EUR`, `GBP`, `HKD`, `HUF`, `ILS`, `JPY`, `MXN`, `NOK`, `NZD`, `PLN`, `RON`, `SAR`, `SEK`, `SGD`, `TRY`, `USD`, `ZAR` The currency of the payout method.
CountrystringRequired

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

The destination country of the payout method.

Response

Success
AvailablePayoutMethodslist of strings

Possible values: LocalBankTransfer, InternationalBankTransfer

The payout methods available for the currency and country combination.

Errors

400
Bad Request Error