Subscriptions
Create Subscription
Create a subscription for a customer.
POST
/
subscriptions
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
billing
object
requiredcustomer
object
requiredproduct_id
string
requiredquantity
integer
requiredRequired range:
x > 0
payment_link
boolean | null
False by default
return_url
string | null
Response
200 - application/json
customer
object
requiredrecurring_pre_tax_amount
integer
requiredRequired range:
x > 0
subscription_id
string
requiredclient_secret
string | null
payment_link
string | null