event stays transaction; the concrete event name is in data.event_type.
Example delivery payload
ACK response
Event names emitted today
transaction.createdtransaction.pendingtransaction.paidtransaction.cancelledtransaction.refundedtransaction.partially_refundedtransaction.chargedbacktransaction.three_ds_required
Common ingestion error
id, not by transaction ID, because the same transaction can emit more than one business event over time.
Mapping guidance
- Use
transaction.paidto release goods or services. - Keep the order open on
transaction.pending. - Use refund and chargeback events to drive finance and support flows.
- Route
transaction.three_ds_requiredback into your card challenge flow.

