Payment Status Notification

The final step of every payment transaction, regardless of the service type, is to get notified of the outcome - i.e. whether the payment was successful or not. Payment result notification provides you with all the relevant data for your further processing.

In order to have this option activated you need to provide URL of notification handling endpoint (i.e. web service which handles notifications). Upon transaction reaching its final state, Centili will invoke provided notification handling endpoint, with the following parameters:

{
  "serviceKey":"56b8f7d2cfc01b7ae6404812f7058c63",
 "price":"10.000",
 " status":"10.000",
 "userReference":" Test99",
 "voucherCode":"121212",
 "access_username":"",
 "access_password":"10.000",
 "access_type":"url_redirect"
"contentType":"", 
 "contentURL":"https://google.com", 
 "sfParams":{

    "sfClient::UserID":"5879462587"
    "sfClient::ZoneID":"Zone13"
    "sfClient::Username":"markomarkovic"
    "sfclient::email":”[email protected]”
    "sfClient::token":”123456789” 
 "transactionid":"987654321", 
 "stanbicChargingReference":"123456789"
}