Subscription purchase scenario
- The application requests a list of available plans using the following SDK methods:
getSubscriptionPublicPlans
— returns a list of plans available to unauthorized users.getSubscriptionPlans
— returns a list of plans available to authorized users.
- The application displays subscription plans to the user.
- The user selects a plan and proceeds to the payment stage.
- The application receives the URL to open the payment interface using the
getSubscriptionPurchaseUrl
method. - The application opens the received URL in a browser.
- The user pays for the subscription.
Was this article helpful?
Thank you for your feedback!
We’ll review your message and use it to help us improve your experience.Found a typo or other text error? Select the text and press Ctrl+Enter.