Entersoftone Fintech Help

Initiate Bulk Payment

/api/{bank}/initiate/bulk-payment

Initiates a bulk payment with multiple payment instructions under one request.

Request parameters

{ "BulkPaymentDescription": "Payroll for May 2025", "Debtor": { "AccountCode": "GR1601101250000000012300695", "Name": "John Doe" }, "Payments": [ { "Creditor": { "AccountCode": "GR1601101250000000012300696", "Name": null }, "InstructedAmount": { "Value": "1000.00", "Currency": "EUR" }, "Reason": "Salary", "EndToEndIdentification": "SAL202505-JD" }, { "Creditor": { "AccountCode": "GR1601101250000000012300697", "Name": null }, "InstructedAmount": { "Value": "950.00", "Currency": "EUR" }, "Reason": "Salary", "EndToEndIdentification": "SAL202505-JS" } ], "ValueDate": "2025-06-15", "ChargeType": "SHA", "CallbackUrlOK": "https://yourapp.com/callback/success", "CallbackUrlNOK": "https://yourapp.com/callback/failure" }

Responses

{ "bulkPaymentUri": "https://fintech.entersoftone.gr/api/alphabank/bulk-payment/01100201021805/2516522255203489801ftt" }
{ "Type": "example", "Title": "example", "Status": 96, "Instance": "example", "TraceId": "example", "Detail": "example", "Errors": [ { "Name": "example", "Reason": "example", "Code": "example", "Severity": "example" } ] }
{ "type": "example", "title": "example", "status": 96, "detail": "example", "instance": "example" }
Last modified: 17 June 2026