source_amount
and target_amount
are mutually exclusive. You must provide one of them, but not both.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.
Body
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"
Response
Returns the created international transfer quote.