For the complete documentation index, see llms.txt. This page is also available as Markdown.

Validate IPN signature

SimPay::directBilling()->ipnSignatureValid(request());

Response will be boolean.

  • true means signature is valid and you may proceed with IPN handling

  • false means signature is not valid and request may have been tampered. DO NOT handle that IPN.

Last updated