Get Schema
This API returns a dynamic schema that depends on the values of certain parameters. The schema contains the fields and validation rules for each payment scenario. A payment scenario is a combination of these parameters: is_external, country, transfer_method, currency, holder_type. To get the final schema, you need to submit the field values and re-render the form multiple times until all the fields are completed. For example, if you submit only the country parameter, the API will return a schema with the fields for country and transfer_method. If you submit the country and transfer_method parameters, the API will return a schema with the fields for country, transfer_method, currency, and so on.
Headers
Body
true - for external beneficiaries, false - for own bank accounts (used for daily wallet payouts)
2-letter ISO 3166-1 country code
It's local or swift
The supported currency.
Was this page helpful?