OAuth scope: international_transfer.write
Creates a new international transfer quote.
This endpoint is still in beta. Please get in touch with our team if you have any question or feedback: here.
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.
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
The currency of the source account.
"EUR"
The currency of the target account.
"USD"
The amount to be transferred from the source account.
If source_amount is defined, then the target_amount must not be defined.
"100.00"
The amount to be received in the target account.
If target_amount is defined, then the source_amount must not be defined.
"110.00"
Returns the created international transfer quote.