Subscriptions
Create subscription update
Create an update to apply on an existing subscription.
POST
/
v1
/
subscriptions
/
{id}
/
update
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Add a new product to bill as part of the subscription.
Available options:
immediately
Available options:
immediately
, next_invoice
Available options:
pro_rata
, pay_in_full
, do_not_charge
Available options:
add_product
Response
201 - application/json
Was this page helpful?