Skip to main content
Every webhook event Accelebit dispatches corresponds to a state transition in the payment lifecycle. By subscribing to the right events, you can track a payment from creation through capture — or through failure — and react accordingly in your integration.

Payment events

Refund events

Event payload examples

Each event shares the same top-level structure — event, data, and timestamp — but the contents of data vary by event type. Expand any event below to see its full payload.
Fired immediately after a new payment record is inserted.
Fired when the payment completes successfully and funds are queued for settlement. This is the primary success event to act on.
Fired when a payment is declined by the issuer, rejected by the provider, or when consent is denied.
Fired when the provider returns a 3D Secure challenge that the customer must complete before the payment can proceed.
Fired after the upstream provider confirms authorization. This event is specific to the Everest flow and precedes the consent step.
Fired after a refund record is created. The refund amount is in minor units.

Payment lifecycle

The events your integration receives depend on the payment flow. Use the sequences below to understand what to expect for each scenario. Happy path — standard card payment:
With 3D Secure authentication:
With Everest authorization and consent:
Failed payment:
Webhook amounts are in minor units (cents). Divide by 100 for EUR, GBP, USD, and most currencies. See the API response for the decimal string representation.