resource.event
.accepted
state, we create an order.accepted
event and when an invoice becomes uncollectible
, we create an invoice.uncollectible
event.subscription.extended
event indicates that the subscription remains in an active
state. And even though checkouts don't contain a state attribute, you can listen for checkout.created
, checkout.updated
, and checkout.deleted
events.order.charge.cancelled
event, the parent resource's update event is not activated.subscription.created
and checkout.created
events are emitted.data.object
typically contains the resource that changed.data.object
of an order.blocked
event is an order in a blocked
state and (2) the data.object
of an order.charge.capture.complete
event is a charge that contains a capture in a complete
state.data.object
of a fulfillment_order.shipped
event contains a shipment resource and the payload of a subscription.reminder
event is both a subscription and an invoice.data.previousAttributes
lists the resource's attributes that changed, along with the previous values of these attributes.‌