Outgoing Webhooks
These are not API endpoints you call. They describe the POST payloads that Briqpay sends to your configured webhook URLs when events occur. Configure webhook subscriptions using the hooks array when creating a session. See the Webhooks Guide for HMAC signature verification and additional details.
📄️ session_status
Sent when the session status changes. Primarily used for signups / registrations, not payments.
📄️ order_status
Sent when the order status changes.
📄️ capture_status
Sent when a capture is created or its status changes.
📄️ refund_status
Sent when a refund is created or its status changes.