Entersoftone Fintech Help

Initiate Bulk Bill Payment

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

Initiates a bulk bill payment with multiple bill payment instructions under one request. This feature is available only for Eurobank.

Request parameters

{ "Debtor": { "AccountCode": "GR1601101250000000012300697", "Currency": "EUR", "Name": "George Papadopoulos" }, "CallbackUrlOK": "https://yourapp.com/callback/success", "CallbackUrlNOK": "https://yourapp.com/callback/failure", "Payments": [ { "InstructedAmount": { "Value": "1000.00", "Currency": "EUR" }, "PaymentCode": "RF70902008000805790508801" }, { "InstructedAmount": { "Value": "20.00", "Currency": "EUR" }, "PaymentCode": "RF70902008000805790508802" } ] }

Responses

{ "bulkPaymentUri": "https://fintech.entersoftone.gr/api/alphabank/bulk-bill-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