Create payment
Authentication
OAuth 2.0 Bearer token authentication. This API uses OAuth 2.0 Client Credentials flow. Please refer to the Authentication section for detailed information on how to obtain and use your OAuth credentials.
Path parameters
Request
Amount to be paid out in the destination currency.
If currency conversion is needed, provide a quote_id for the conversion. If no conversion is needed, the amount will be paid directly.
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.