Billing
Create on-demand top-up invoice
Request an on-demand top-up invoice.. Requires drawdown billing to be enabled. Only one unpaid top-up invoice is allowed at a time.
post/api/v1/billing/drawdown/topup
Request body
Example request
{
"amountSubunits": 500000
}Response
Created
Example response
{
"url": "https://invoice.stripe.com/i/acct_xxx/test_xxx",
"amount": {
"currencyCode": "USD",
"amountSubunits": 1500
},
"id": "in_abc123"
}