Create FX conversion and payment
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Request
Amount to be converted and paid out in the destination currency. Must be an object with currency and value fields. Example: {“currency”: “GBP”, “value”: 50000.00}
Unique reference id that you want to assign to this payment for your own purposes.
Required when: is_third_party_payment: true
Optional when: is_third_party_payment: false
Response
Current status of the payment. Refer to the Payment Status Events section for more details about the statuses.