post https://ibridge.uat.bank3d.ng/v1/REST/Payments/Bulk/Update
The provided API endpoint is used to update an existing bulk payment request in the iBridge system. Clients can send a POST request to the specified URL to modify the details of a bulk payment transaction.
Request
Request Body
The request body should contain the necessary information to update the existing bulk payment request.
{
"BatchID": 220551,
"Items": [
{
"AccountNumber": "3078555402",
"BankCode": "011",
"BeneficiaryName": "Test Test",
"Narration": "sample",
"Reference": "1100008944",
"Amount":100.0
},
{
"AccountNumber": "0080345436",
"BankCode": "232",
"BeneficiaryName": "Test Test",
"Narration": "sample",
"Reference": "1100008943",
"Amount":100.0
}
]
}