Skip to main content
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 or in JSON response.
Important Delete Signature before vérification.
PHP Implementation

IPN Example

payment.success
payment.failed