Update Beneficiary
Last updated
Last updated
PUT {{baseUrl}}/beneficiaries/{beneficiaryID}
This endpoint updates the details of an existing beneficiary. The beneficiaryID
in the URL is the ID of the beneficiary to be updated, which is included in the beneficiary object.
Headers
Authorization: Bearer YOUR_ACCESS_TOKEN
Content-Type: application/json
URL Parameters
beneficiaryID: The ID of the beneficiary to be updated.
Request Body
The request body should contain the fields to be updated. Here is an example of the request body with all the fields that can be updated:
Example Success Response
Request example
{"recipient_type":"individual","customer_name":"John Smith","customer_email":"john@yativo.com","country":"Nigeria","customer_address":{"address_line_1":"1st episode john doe street","address_line_2":"this can be null","city":"Ikeja","county":"Lagos","postal_code":900901}}
No content