{
"opencollection": "1.0.0",
"info": {
"name": "api-onboarding Account Usage Reference API",
"version": "v1"
},
"items": [
{
"info": {
"name": "Reference",
"type": "folder"
},
"items": [
{
"info": {
"name": "Find Bank Details",
"type": "http"
},
"http": {
"method": "POST",
"url": "/onboarding/reference/bank_details/find",
"headers": [
{
"name": "X-Auth-Token",
"value": ""
}
]
},
"docs": "Returns the related bank details for the given account reference."
},
{
"info": {
"name": "Get Beneficiary Requirements",
"type": "http"
},
"http": {
"method": "GET",
"url": "/onboarding/reference/beneficiary_required_details",
"headers": [
{
"name": "X-Auth-Token",
"value": ""
}
],
"params": [
{
"name": "currency",
"value": "",
"type": "query",
"description": "Currency in which money is held in the beneficiary's bank account. Three-letter ISO currency code."
},
{
"name": "bank_account_country",
"value": "",
"type": "query",
"description": "Two-letter ISO country code."
},
{
"name": "on_behalf_of",
"value": "",
"type": "query",
"description": "A contact UUID for the sub-account you're acting on behalf of."
},
{
"name": "beneficiary_country",
"value": "",
"type": "query",
"description": "Two-letter ISO country code. If the beneficiary is a company, this is the country in which the company is registered. If the beneficiary is an individual, this is the country in which they are based."
}
]
},
"docs": "Returns the information that is required to make payments to beneficiaries in specified currencies and countries."
},
{
"info": {
"name": "Get Conversion Dates",
"type": "http"
},
"http": {
"method": "GET",
"url": "/onboarding/reference/conversion_dates",
"headers": [
{
"name": "X-Auth-Token",
"value": ""
}
],
"params": [
{
"name": "conversion_pair",
"value": "",
"type": "query",
"description": "Concatenated string of the currency codes for the two currencies involved, e.g. \"USDEUR\"."
},
{
"name": "start_date",
"value": "",
"type": "query",
"description": "Start date of conversion. ISO 8601 format YYYY-MM-DD."
},
{
"name": "on_behalf_of",
"value": "",
"type": "query",
"description": "A contact UUID for the sub-account you're acting on behalf of."
}
]
},
"docs": "Provides a list of upcoming non-trading dates, such as weekends or public holidays, for a specified currency pair. Common use cases include situations where this information needs to be provided, or for planning upcoming conversion bookings.
Many currencies are triangulated; this means that holidays affecting the intermediary currency, as well as the sale and purchase currencies, will impact transactions. Find out more at our charge type - 'ours' or 'shared'."
}
]
},
"docs": "Gets the payment fee information set up for the account / payment type provided."
},
{
"info": {
"name": "Get Payment Purpose Codes",
"type": "http"
},
"http": {
"method": "GET",
"url": "/onboarding/reference/payment_purpose_codes",
"headers": [
{
"name": "X-Auth-Token",
"value": ""
}
],
"params": [
{
"name": "currency",
"value": "",
"type": "query",
"description": "Three-letter ISO currency code for the currency in which payment will be made. No purpose codes will be returned if an invalid currency code is given."
},
{
"name": "entity_type",
"value": "",
"type": "query",
"description": "Legal entity type - company or individual."
},
{
"name": "bank_account_country",
"value": "",
"type": "query",
"description": "Two-letter ISO country code of the bank account."
}
]
},
"docs": "Gets a list of payment purpose codes for a given currency and entity type. When initiating cross-border payments, the central bank of the country may require a purpose to be included with your transaction in order for your payment to be accepted and processed. If a payment purpose code is required but not provided, your payment may be delayed or rejected by the beneficiary bank."
},
{
"info": {
"name": "Get Settlement Accounts",
"type": "http"
},
"http": {
"method": "GET",
"url": "/onboarding/reference/settlement_accounts",
"headers": [
{
"name": "X-Auth-Token",
"value": ""
}
],
"params": [
{
"name": "currency",
"value": "",
"type": "query",
"description": "Three-letter ISO currency code."
},
{
"name": "account_id",
"value": "",
"type": "query",
"description": "Account UUID"
}
]
},
"docs": "Gets settlement account information - a list of accounts that require funding in order to allow for outstanding transactions to be processed."
}
]
}
],
"bundled": true
}