Create a subscription
Subscriptions
Create a subscription
Subscribes a customer to one or more plan schedules, billed against a stored payment token. Billing runs automatically at each schedule’s frequency.
POST
Create a subscription
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
The subMerchantId associated with the subscription.
The planId of the existing plan you subscribe to.
Example:
"c23b205a-244b-4962-9337-a5b68f1c874f"
The customer id of the subscription.
The customer's token associated with the subscription.
Array containing schedules pricing models params when needed.
Response
Subscription successfully created.
Last modified on July 14, 2026

