Callbacks & IPN
IPN & Notify
The Callback & IPN section describes how Payblis notifies your server and redirects your customers after a payment attempt. It includes server-to-server IPN notifications and redirection to success (urlOK) or failure (urlKO) URLs, ensuring real-time transaction updates and seamless user experience.
Payblis provides three types of callbacks:
- Success URL (urlOK): Customer redirection after successful payment
- Failure URL (urlKO): Customer redirection after failed payment
- IPN URL (ipnURL): Server-to-server notification
IPN Security
All IPN notifications are signed with HMAC-SHA256. Verify the signature in the X-Payblis-Signature header.
PHP Implementation
IPN Example
payment.success
payment.failed