Update Beneficiary
Method and URL
PUT
[BASE_URL]/xb/beneficiary/:id
Response
Response Body
{
"code": "00",
"message": "Success",
"data": {
"uuid": "75bc3516-88b0-49b3-9e80-bcbd3f74b80d",
"name": "Merci Beacou",
"accountType": "Individual",
"address": "Jl Singapore",
"city": "Singapore",
"postcode": "12345",
"state": "Central Singapore",
"countryCode": "SG",
"identificationType": "Passport",
"identificationNumber": "X123456",
"accountNumber": "981237293",
"bankName": "Bank Name",
"bankCode": "789127",
"contactCountryCode": "",
"contactNumber": "",
"email": "",
"createdAt": "2024-11-04T05:52:01Z",
"updatedAt": "2024-11-04T06:27:01.171990049Z"
}
}
Last updated