get https://sandbox-api.readyremit.com/v1/recipient-account-fields
The GET /recipient-account-fields
endpoint retrieves the required and optional fields necessary for creating or updating a recipient account record.
Implementation Guide:
- This endpoint must be called before the
POST /recipients/{recipientId}/accounts
endpoint to ensure that all necessary data is collected for creating a recipient account record. - The fields returned by this endpoint are dynamic and may change based on the recipient type, destination country, destination currency, and transfer method. 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 users. Ensure that all required fields are included in the data collection process. For more information, see Dynamic fields.