get https://sandbox-api.readyremit.com/v1/sender-fields
The GET /sender-fields
endpoint retrieves the required and optional fields necessary for creating or updating a sender record.
Implementation Guide:
- This endpoint must be called before the
POST /senders
endpoint to ensure that all necessary data is collected for creating a sender record. - 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. (For more information, See Dynamic fields.)
- Use the response from this endpoint to dynamically collect the necessary information from users. Ensure that all required fields are included in the data collection process.