Update a beneficiary bank account
PUT/api/v1/beneficiary/:beneficiaryId/bank-account
Updates a bank account associated with a beneficiary. The beneficiaryId is passed as a path parameter; the bank account ID is passed in the request body.
Request
Responses
- 200
- 400
- 403
- 404
- 409
Bank account updated successfully
Invalid request data
Insufficient permissions to update beneficiary bank accounts
Bank account not found
Bank account data already exists for this beneficiary