Notification du formulaire de paiement (notifUrl)

  • À chaque fois que le formulaire de paiement est payé, annulé ou qu'il s'achève avec une erreur, une notification est envoyée à l'adresse "notifUrl"
  • Contrairement aux autres méthodes de paiement :
    • Il n'y a qu'une seule notifUrl (les autres ont returnUrlcancelUrlerrorUrl
    • Et la notification est envoyée par le Webkit WS (IIS) et non le Webkit PHP (Apache). Donc, si vous souhaitez vérifier si une notification a été envoyée, il vous faut vérifier les logs du Webkit WebService
  • Exemple de notification du côté client :

        [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
            )