BillingTopUp
One hosted top-up page and what has happened on it.
- amountType: integer
_in _cents greater than:0requiredThe amount this top-up adds, in whole US cents.
- checkoutType: string
_session _id min length:1max length:512requiredStripe's identifier for the hosted page.
- creditedType: booleanrequired
Whether the payment is in the balance. It can become true a few seconds after
payment_statusbecomespaid. - expiresType: stringFormat: date-time
_at requiredWhen the page stops accepting payment.
- paymentType: BillingPaymentStatusenum
_status requiredpaidonce the money is collected.valuesunpaidpaidno_payment_required - statusType: BillingTopUpStatusenumrequired
openwhile the page accepts payment,completeafter payment,expiredwhen the page closed without payment.valuesopencompleteexpired - urlType: stringnullable
Open this page to pay. Empty once the page is complete or expired.

