The PUT /recipients/{recipientId} endpoint updates the details of an existing recipient record. This operation requires the necessary fields obtained from the GET /recipient-fields endpoint.

Implementation Guide:

  • Ensure that the GET /recipient-fields endpoint is called first to retrieve the necessary fields for updating a recipient record.
  • The fields required for updating a recipient 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-fields endpoint.
Language
Credentials
Bearer
JWT
URL
Click Try It! to start a request and see the response here!