View the schema for a Recipient

Fetch the data requirements for a given currency, payout method type, and recipient type

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

PayoutMethodTypestringRequired

Allowed values: LocalBankTransfer, InternationalBankTransfer

The payout method.

CurrencystringRequired
**Allowed values:** The three-letter <a href="/api-reference/overview/data-formats" target="_blank">ISO 4217 code</a> of a <a href="/guides/currencies" target="_blank">supported currency</a>: `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 recipient.
CountrystringRequired

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

The destination country of the payout method.

RecipientTypestringRequired
**Allowed values:** `Individual`, `Business` The recipient type: - `Individual` – An account held by a natural person - `Business` – An account held by a legal entity

Response

Success
DisplayNameobject

Field metadata returned by GET View the schema for a Recipient.

Currencyobject

Field metadata returned by GET View the schema for a Recipient, including allowed values.

Countryobject

Field metadata returned by GET View the schema for a Recipient, including allowed values.

RecipientTypeobject

Field metadata returned by GET View the schema for a Recipient, including allowed values.

PayoutMethodTypeobject

Field metadata returned by GET View the schema for a Recipient, including allowed values.

Tagobject

Field metadata returned by GET View the schema for a Recipient.

RecipientScopeobject

Field metadata returned by GET View the schema for a Recipient, including allowed values.

IndividualRecipientobject

The schema of the IndividualRecipient property.

BusinessRecipientobject

The schema of the BusinessRecipient property.

InternationalBankTransferobject

The schema of the InternationalBankTransfer property.

LocalBankTransferobject

The schema of the LocalBankTransfer property.

Errors

400
Bad Request Error