Initiate Payment
Initiates a single payment
Request parameters
{
"Debtor": {
"AccountCode": "GR1601101250000000012300695",
"Phone": null
},
"Creditor": {
"AccountCode": "GR1601101250000000012300696",
"Name": "John Doe",
"Address": null
},
"InstructedAmount": {
"Value": "100.50",
"Currency": "EUR"
},
"CallbackUrlOK": "https://yourapp.com/callback/success",
"CallbackUrlNOK": "https://yourapp.com/callback/failure",
"ValueDate": "2025-08-15",
"ChargeType": "SHA",
"Reason": "Invoice payment",
"EndToEndIdentification": "INV123456789",
"BopCode": null
}
Responses
{
"paymentUri": "https://fintech.entersoftone.gr/api/alphabank/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