Deactivate Beneficiary

Method and URL

PATCH [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-06T02:23:55.328629103Z",
        "deactivatedAt": "2024-11-06T02:23:55.328629103Z"
    }
}

Last updated