Types of possible events that Pandabase can send to your application.
data
object with details about the event. The structure of this object depends on the event type. For example, order.created
events will have an order
object in the data
field, while payment.succeeded
events will have a payment
object.
order.created
order.updated
order.completed
order.cancelled
order.refunded
payment.created
payment.updated
payment.succeeded
payment.failed
payment.refunded
payment.pending
dispute.created
dispute.updated
dispute.won
dispute.lost
subscription.created
subscription.updated
subscription.cancelled
subscription.trial_started
subscription.trial_ended
subscription.renewed
subscription.paused
subscription.resumed
invoice.created
invoice.updated
invoice.paid
invoice.payment_failed
invoice.sent
invoice.voided
invoice.finalized
invoice.marked_uncollectible
invoice.deleted