API Reference

Update beneficiary



Authentication: required

Update a beneficiary

Authentication: required

This end point can be used to update beneficiary information useful to update the information after providing initial hashed (secret) information about your customers.

📘

their_ID

their_ID is required field and at least the legal name is required for update

Example of a payload

{
  "LegalName": "Restaurant Ahmad",
  "ContactInfo": "",
  "Sector": "",
  "RegulatoryInfo": "",
  "BankName": "",
  "BankAccountNumber": "",
  "BankSwiftCode": "",
  "Address": [],
  "their_ID": "24b40ac30778469c969e5f2ed116bd1d"
}
Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!