Subscriptions
Create subscription update
Create an update to apply on an existing subscription.
POST
/
v1
/
subscriptions
/
{id}
/
update
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredBody
application/json
Add a new product to bill as part of the subscription.
application_schedule
enum<string>
requiredAvailable options:
immediately
payment_schedule
enum<string>
requiredAvailable options:
immediately
, next_invoice
calculation_method
enum<string>
requiredAvailable options:
pro_rata
, pay_in_full
, do_not_charge
type
required
Available options:
add_product
payload
object
requiredResponse
201 - application/json
id
string
requiredWas this page helpful?