post https://sandbox-api.readyremit.com/v1/senders
The POST /senders endpoint is used to register a new sender in the ReadyRemit system. This sender represents the entity initiating fund transfers. The fields required to create a sender vary based on factors such as country and sender type.
Implementation Guide:
- Prerequisite:
GET /sender-fields
endpoint must be called before thePOST /senders
endpoint to retrieve the required and optional fields necessary for creating a sender record. - Data Retrieval: The fields returned by this endpoint are dynamic and may change based on the sender type and other factors. It is recommended not to cache the response and always fetch the latest field requirements.
- Use the response from this endpoint to dynamically collect the necessary information from senders. Ensure that all required fields are included in the data collection process.