EDIT_BENEFICIARY
This API is used to edit details of beneficiary added to the Savings Bank Account.
Request
payload: {
"beneficiaryId": "b35b23ac-ea62-4790-a9c9-68d8211fc350",
"status": "ACTIVE"
}
Response
{
"headers": {},
"body": {
"response": "Beneficiary updated successfully"
},
"statusCode": "OK",
"statusCodeValue": 200
}
Updated 4 months ago