globalpayments / php-sdk

GNU General Public License v2.0
49 stars 66 forks source link

Webhook #95

Closed kirilow closed 2 years ago

kirilow commented 2 years ago

I am new to using globalpayments. So far I have used other systems like stripe. In the implementation of HPP, is there such a thing as WEBHOOK, ie. if a successful or unsuccessful payment is made, OUR system will send the payment data to my special URL and, if is possible, how to configure it. I use php-sdk.

securesubmit-buildmaster commented 2 years ago

We do not have WEBHOOKS within the SDKs themselves, but the SDK will raise an exception when the payment is unsuccessful and you can handle this in any manner you desire.