get https://sandbox-api.readyremit.com/v1/recipients//accounts
The GET /recipients/{recipientId}/accounts
endpoint retrieves all account records associated with a specified recipient.
Implementation Guide:
- Ensure that the
recipientId
parameter is correctly formatted and corresponds to an existing recipient record. - Use this endpoint to fetch the complete list of accounts associated with a recipient, which can be used for displaying information in user interfaces or for verifying account details before performing other operations.