Create a subscription for a customer (specified by Customer ID) with a Billing Frequency Type (Daily, Weekly, Biweekly, Monthly, Bimonthly, Quarterly, Semiannually, Yearly), subscription Billing Plans items, the payment method information (with billing address, billing first name, billing last name, payment method type (credit card, ach, google pay)) or an authorized payment method identifier or payment method identifier must be provided.

Optionally, a Merchant Subscription Ref ID, Tax Address, Start Date, Trial Duration, Trial Duration Type (the same values as in Billing Frequency Type), Subscription Status Type (Current, Recycle) and Subscription Cancel Type (Immediate, EndOfCycle) may be included.

Upon successful creation of the subscription, a status code of 201 (Created) will be returned.

If the provided Customer ID does not exist, a status code of 404 (Not Found) will be returned.

If a subscription cannot be created with the provided data, a status code of 400 (Bad Request) will be returned.

Required Fields
NameDescription
BillingFrequencyTypeHow often the subscription should be attempted for billing
SubscriptionBillingPlansThe subscription's individual billing items
Optional Fields
NameDescriptionDefault value
MerchantSubscriptionRefIdMerchant's unique identifier for the subscriptionnull
SubscriptionStatusTypeThe subscription's current standing (e.g. Current, Recycle, Cancelled, PendingCancellation)Current
SubscriptionCancelTypeThe circumstances under which a subscription must be cancelled (e.g. Immediate or EndOfCycle)EndOfCycle
StartDateSubscription's start dateToday
TrialDurationThe amount of trial duration time in the unit of TrialDurationType0
TrialDurationTypeThe type of trial durationDaily
TaxAddressAddress to be used for taxation purposes. Possible sets of Address details: AddressLine1, City and State or AddressLine1 and PostalCode or State and PostalCodenull
PaymentMethodAuthorizationIdUnique identifier for a previously pre-authorized payment methodnull
PaymentMethodThe primary payment informationnull
PaymentMethodIdUnique identifier for the customer's payment informationnull
Language
Click Try It! to start a request and see the response here!