Recipient account schema

For a specific payout method, the schema can vary and the amount of information too.

Parameter

Type

Required

Description

tenant

string

Yes

The tenant identifier for your organization.

destinationCountryIso2

string

Yes

ISO 3166-1 alpha-2 code of the destination country (e.g., US, BR, MX).

Sample Request

curl --request GET \
  --url {api_endpoint}/organizations/{tenant}/payout/recipientAccounts/schema/{destinationCountryIso2} \
  --header 'content-type: application/json' \
  --header 'x-agent-api-key: {agentApiKey}' \
  --header 'x-agent-id: {agentId}'

Documentationarrow-up-right

GET /organizations/{tenant}/payout/recipientAccounts/schema/{destinationCountryIso2}

Last updated