post
https://sandbox-api.readyremit.com/v1/recipients
The POST /recipients endpoint creates a new recipient record. This operation requires the necessary fields obtained from the GET /recipient-fields endpoint.
Implementation Guide:
- Prerequisite: Ensure that the
GET /recipient-fieldsendpoint is called first to retrieve the necessary fields for creating a recipient record. - Data Retrieval: The fields required for creating a recipient record are dynamic and may change based on the recipient type, destination country, destination currency, and transfer method. Always use the latest field requirements from the
GET /recipient-fieldsendpoint. - Validate the request body against the field requirements obtained from the
GET /recipient-fieldsendpoint to ensure all required fields are included and correctly formatted.
