get https://sandbox-api.readyremit.com/v1/transfer-fields
The GET /transfer-fields
endpoint retrieves the required and optional fields necessary to initiate a money transfer. Given a destination country, destination currency, and transfer method, this endpoint returns the list of required fields that must be provided when calling the POST /Create Transfer API.
The fields returned will vary based on:
- Country & Currency – Different regulatory requirements for different regions.
- Transfer Method – Fields may differ for Bank Account, Cash Pickup, or Push to Card.
- Business Rules – Some fields may be conditionally required based on transfer details.
Implementation Guide:
- Prerequisite: Ensure that all required parameters are provided to retrieve the transfer fields accurately.
- Dynamic Fields: The fields required for initiating a transfer may vary based on the transfer details such as source and destination countries, currencies, and transfer method.
- Validation: Validate the request parameters to ensure they meet the requirements for retrieving the transfer fields.