Get Available Subscription PlansCopy Pageget https://gw.praxisgate.com/api/v1.3/subscription-plan/searchQuery Paramsmerchant_idstringrequiredlength ≤ 50Merchant API client account identifier.application_keystringrequiredlength ≤ 32Identifier of your application (website).plan_idstringlength ≤ 32Subscription Plan IDnamestringlength ≤ 32Description of the subscription planbilling_cyclestringlength ≤ 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) trial_periodintegerenumFilter by trial period presence when searching subscription plans: 1 - trial period exists 0 - trial period does not exist 101Allowed:01currencystringlength ≤ 10Base Currency: The user's account currency on the merchant site.subscription_plan_statusstringlength ≤ 8Subscription Plan Status. Default value - activesortstringlength ≤ 32In case the value starts from minus (-), this means sorting by DESCpageinteger≥ 1Current results page. First page is 1; values lower than 1 are treated as 1.per_pageintegerCount of entities for one pageversionstringrequiredlength ≤ 3API version.timestampintegerrequiredRequest time (unix timestamp, seconds).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 6 months ago