Notification of Payment Forms (notifUrl)

  • Each time the payment form is paid/cancel or got an error. A notification will be sent to the notifUrl
  • Unlike other payment methods:
    • there is only one notifUrl (others got returnUrlcancelUrlerrorUrl
    • and the notifications are sent by the Webkit WS (IIS). Not the Webkit PHP (Apache). So if you want to check if a notification was sent, you must check in the log of the Webkit WebService
  • Notification samples on the client-side:

        [POST] => Array
            (
                [optId] => notif002
                [parentId] => bd7d894b8738406dbed3b51cf1d78585
                [parentComment] => test with notif and P2P
                [id] => 7e98be392a5e45f6bc357a9ab8c623d2
                [walletPayer] => 8888
                [walletReceiver] => 9999
                [amountTot] => 60.48
                [comment] => 
                [firstNamePayer] => Barack
                [lastNamePayer] => OBAMA
                [emailPayer] => bracka.gobama@zone51.ru
                [status] => CANCEL
                [utcdate] => 2016-09-19 13:09:16Z
                [created] => 2016-09-19 15:09:12Z
                [returnUrl] => http://5.158.208.200/lognotif/?optId=notif002_obama_OK
                [cancelUrl] => http://5.158.208.200/lognotif/?optId=notif002_obama_CANCEL
                [errorUrl] => http://5.158.208.200/lognotif/?optId=notif002_obama_ERROR
            )