Skip to main content
Each delivery is a JSON object. The platform injects:
where the value is Type.Action from the internal event enum.

Event types (Type)

Event actions (Action)

Common actions: Exact action availability depends on the resource.

Common merchant events

Plan

Subscription

Payment

Payments may include nested customer, plan, currency, and crypto_transaction (hash, chain_id) when relevant.

Invoice

Payload conventions

Typical fields (vary by type):

Filtering noise

Some organisations configure notification properties so certain zero-amount proxy-wallet updates are not delivered until paid. Treat the event log as the source of truth for what was attempted.

Full field reference

For exhaustive schemas, use the event document models in the API reference and test against sandbox deliveries.

Next steps