The POST /transfers endpoint executes a transfer based on the provided transfer details.

Implementation Guide:

  • Prerequisite: Ensure that the GET /transfer-fields endpoint is called first to retrieve the necessary fields for executing a transfer.
  • Dynamic Fields: The fields required for executing a transfer are dynamic and may change based on the transfer details such as source and destination countries, currencies, and transfer method. Always use the latest field requirements from the GET /transfer-fields endpoint.
  • Validation: Validate the request body against the field requirements obtained from the GET /transfer-fields endpoint to ensure all required fields are included and correctly formatted.
Language
Credentials
Bearer
JWT
URL
Click Try It! to start a request and see the response here!