List payment purposes
Returns a list of payment purposes based on the recipient’s country and currency
GET
cURL
Authorizations
Query Parameters
The ID of the account to work with.
Example:
"F50091"
The currency code, in ISO-4217 format.
Pattern:
^[A-Z]{3}$Example:
"USD"
The country code, in ISO-3166 format.
Pattern:
^[A-Z]{2}$Example:
"GB"
The type of the recipient.
Available options:
business, charity, individual Example:
"business"
Response
200 - application/json
OK
cURL