Payment
A payment for an event
amount_totalintegernullablerequired
Total amount charged (in cents)
statestringrequired
Payment state
Possible values: [awaiting_checkout
, paid
]
urlurinullablerequired
A link to the Stripe dashboard page for the payment (only available after checkout is completed)
Payment
{
"amount_total": 1000,
"state": "paid",
"url": "https://dashboard.stripe.com/acct_XYZ/payments/xxxxxxxxx"
}