Payment
A payment for an event
amount_discountintegerrequired
Total amount of discounts (in cents)
amount_shippingintegerrequired
Total amount of shipping (in cents)
amount_taxintegerrequired
Total amount of tax (in cents)
amount_totalintegerrequired
Total amount charged (in cents)
statestringrequired
Payment state
Possible values: [awaiting_checkout
, paid
]
urlurinullablerequired
URL to complete payment
Payment
{
"amount_discount": 0,
"amount_shipping": 0,
"amount_tax": 100,
"amount_total": 1000,
"state": "awaiting_checkout",
"url": "https://checkout.stripe.com/xxxxxxxxx"
}