Create SubscriptionCopy Pagepost https://gw.praxisgate.com/api/v1.3/subscriptionBody Paramsmerchant_idstringrequiredlength ≤ 50Merchant API client account identifier.application_keystringrequiredlength ≤ 32Identifier of your application (website).versionstringrequiredlength ≤ 3API version.timestampintegerrequiredRequest time (unix timestamp, seconds).plan_idstringrequiredlength ≤ 32Subscription Plan IDprice_idstringrequiredlength ≤ 32Subscription Plan IDbilling_cyclestringenumlength ≤ 14The frequency of charging within the subscription plan. List of possible values: Weekly (weekly) Monthly (monthly) Every 3 months (every_3_months) Every 6 months (every_6_months) Yearly (yearly) weeklymonthlyevery_3_monthsevery_6_monthsyearlyAllowed:weeklymonthlyevery_3_monthsevery_6_monthsyearlycidstringrequiredlength ≤ 50Unique customer id in your system. Note: Personally Identifiable Information (PII), such as email addresses, is strictly forbidden. If your user identifier contains any PII, you must hash or encrypt it before sending it to the API.card_tokenstringrequiredlength ≤ 32HASH value of customer's card. Note: This field must not be sent in any subsequent Merchant Initiated Transaction (MIT) requests.activatestringenumlength ≤ 5Activate or not subscription immediately after creating. Possible values: true - the subscription will be created with an active status. false -the subscription will be created with an inactive status. truetruefalseAllowed:truefalsenotification_urlstringrequiredlength ≤ 256URL to which the notifications about subscription events will be sent.Headersgt-authenticationstringrequiredAuthentication HTTP header of your outgoing request to the API. Below request parameters should be used for creating signature in request header. merchant_id application_key timestamp Responses 200OK - Successful response 400Bad request - Missing signature 403Forbidden request - IP address not whitelistedUpdated 2 months ago Create Subscription PlanUpdate SubscriptionDid this page help you?YesNo