quote_id: The ID of the quote you got in the previous steptarget_account_id: The account_id of the beneficiary, obtained after creating or updating the beneficiary
requirements field is an array, with only one item in it (or 0 if everything is already configured).
Like the beneficiary requirements endpoint, you will retrieve all fields that are required to complete the transfer, so
you will have to collect the required information from the user.
For instance, if the requirements look like this:
reference information.
When you collect the required information, you may be asked to call again this endpoint (boolean
refresh_requirements_on_change). You have to add the key of the field and the value (provided by the user)
in the details object.
source.funds means that the field is an object with a funds property, you should call our api
with the following payload:Authorizations
Bearer authorization header: Bearer <token>, where <token> is the access token received from the authorization server at the end of the OAuth 2.0 flow.
Headers
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
Language to be used to display the requirements. Languages supported: en, it, es, de, fr, pt
"en"
Body
The quote unique identifier
"0196edb0-9b6e-7554-9864-d111285a0a44"
The target account id of the beneficiary, obtained after the beneficiary is created or updated
"0196edb0-9b6e-7554-9864-d111285a0a44"
Data collected from the user to create a transfer.
{
"reference": "Payment for invoice #123",
"sourceOfFunds": "verification.source.of.funds.other",
"sourceOfFundsOther": "Trust funds"
}Response
Returns the list of international transfer's requirements