Skip to main content
This webhook event notifies your application when collection payments are processed. Collections can complete successfully, fail, or be explicitly blocked by processor/fraud controls. Timed-out pending checkout sessions are handled internally and do not emit a collection webhook.

Event Schema

Statuses

Example: SUCCESS

Sent when a collection payment is completed successfully.

Example: FAILED

Sent when a collection payment attempt fails.

Example: BLOCKED

Sent when the payment processor flags the attempt as blocked.

Possible reason values on FAILED/BLOCKED

Missed a webhook?

If your system misses a delivery, use Get Transaction Status to retrieve the current state, and Get Transaction History for audit and reconciliation.