Skip to main content

How will we know when a payment is received?

We’ll notify you via webhooks for all successful collections, regardless of the method used — Interac, bank transfer, or card payment. We’ll also notify you when a transaction (payout) is initiated. This is very useful for CAD payouts where you need the Interac question and answer before the payment is completed. Customer KYC events (customer.created, customer.verified, and customer.rejected) are also sent to your collection_url. Always verify the x-blaaiz-signature header using your webhook signing_secret before processing a webhook.

What information is included in the webhook?

The webhook payload includes transaction details such as:
  • Sender’s information (where available)
  • Amount
  • Transaction reference
  • Status
See Webhook events and Signature verification for the full payload and verification guidance.