get https://sandbox-api.readyremit.com/v1/recipients/
The GET /recipients/{recipientId}
endpoint retrieves the details of a specific recipient record. This operation is essential for fetching the complete information of a recipient, including their personal details and any additional fields.
Implementation Guide:
- Ensure that the
recipientId
parameter is correctly formatted and corresponds to an existing recipient record. - Use this endpoint to fetch complete recipient details, which can be used for displaying information in user interfaces or for verifying recipient details before performing other operations.