payment_order.status.closed

PaymentOrder was closed

Payload

Webhook event envelope for payment_order.status.closed

data
object

PaymentOrder status update event payload

uuid
required

Unique event ID (UUID4)

date-time
required

ISO-8601 timestamp the event occurred

const
enum
required

Producing application

Allowed:
uuid | null

Tenant the event belongs to, when applicable

string | null

Delivery topic the event was published on

const
enum
required

Event type

Allowed:
const
enum
required

Event schema version

Allowed:
Response
200

Return any 2xx status to acknowledge receipt of the event.

LoadingLoading…