Subscriptions
Create Subscription
Create a subscription for a customer.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Request payload for creating a new subscription
This struct represents the data required to create a new subscription in the system. It includes details about the product, quantity, customer information, and billing details.
Response
200 - application/json
Subscription successfully initiated
The response is of type object
.