put https://sandbox-api.readyremit.com/v1/recipients//accounts/
The PUT /recipients/{recipientId}/accounts/{accId}
endpoint updates an entire recipient account record.
Implementation Guide:
- Prerequisite: Ensure that the
GET /recipient-account-fields
endpoint is called first to retrieve the necessary fields for updating a recipient account record. - Dynamic Fields: The fields required for updating a recipient account 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-account-fields
endpoint.