Entersoftone Fintech Help

Initiate Bill Payment

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

Initiates a bill payment by using RF or paymentCode. This feature is available only for Eurobank.

Request parameters

{ "PaymentCode": "RF70902008000805790508801", "InstructedAmount": { "Value": "21.21", "Currency": "EUR" }, "Debtor": { "AccountCode": "GR1601101250000000012300697", "Currency": null, "Name": "John Doe" }, "InstrId": "138ef93b-36f6-4843-aecf-48e166d2eddb", "ValueDate": "2025-08-15", "CallbackUrlOK": "https://yourapp.com/callback/success", "CallbackUrlNOK": "https://yourapp.com/callback/failure" }

Responses

{ "billPaymentUri": "https://fintech.entersoftone.gr/api/eurobank/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