Update Recipient
Loading...
API endpoint path: /db-recipients/v1/recipients/{recipientId}
Updates an existing recipient's information. After updating, the recipient record may need to be re-validated depending on which fields were changed.
Important: If the account number or passcode is changed, consider re-validating the recipient before initiating transfers to ensure the updated information is correct.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Success
Bad request
Unauthorized Possible causes:
- Full authentication was not provided in the request.
- The authentication token that was sent in the request is invalid.
Forbidden Possible causes:
- The authentication provided does not authorize this request.
Server error