Authorizations
API key for authentication. Must be included in the x-api-key header.
Body
application/json
The unique identifier of the user
Example:
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
The unique identifier of the destination account
Example:
"9ae6fe4g-b798-545g-c1c6-b69ege7c280d"
The amount to transfer
Example:
100.5
Source currency code (ISO 4217)
Example:
"EUR"
Target currency code (ISO 4217)
Example:
"USD"
Exchange rate from source to target currency (optional, will use current rate if not provided)
Example:
1.085
Whether to use open banking for the transfer
Example:
true
Response
Transfer initiated successfully