A representation of payment information for an event.
This resource includes the following properties:
Property | Type | Description |
---|---|---|
state |
string | The payment status (either awaiting_checkout or paid ). |
url |
string | null | The URL for the payment. |
amount_total |
integer | null | The total amount charged (in cents). |
Here is an example representation of this resource:
{
"state": "paid",
"url": "https://dashboard.stripe.com/acct_XXXXXX/payments/pi_XXXXXX",
"amount_total": 50000
}