Environment | Webhook Endpoint |
---|---|
sandbox | https://api.staging.bnplx.io/webhooks/{merchant_id}/{merchant_connector_id} |
Production | https://api.bnplx.io/webhooks/{merchant_id}/{merchant_connector_id} |
Event | Description |
---|---|
payment_succeeded | Payment completed successfully and funds have been processed |
payment_failed | Payment processing failed due to provider rejection or technical error |
payment_processing | Payment is currently being processed by the BNPL provider |
payment_cancelled | Payment was cancelled before completion (by customer or system) |
payment_authorized | Payment approved by provider but not yet captured |
payment_captured | Authorized payment funds have been captured and settled |
action_required | Customer action needed to complete payment (authentication, verification) |
refund_succeeded | Refund processed successfully and funds returned to customer |
refund_failed | Refund processing failed and funds could not be returned to customer |