Purchase in one click
You can implement a simplified process of purchasing items in your application. This method is suitable for the sale of one SKU in any quantity. For example, 100 identical potions.
In this case, the user will proceed to payment right after selecting the item and its quantity, without adding items to the cart.
Note
The information about the discount (personalized or related to the purchase) will be available to the user only in the payment UI. The use of promo codes is not provided.
To implement the logic of one-click purchases:
- Call the
Purchase
SDK method of theCatalog
class. This method encapsulates methods for creating an order and tracking the order status. When calling this method, pass a function that is called when the order transitions to thedone
status in theonSuccess
parameter.
- Update the inventory on the client side of the application using one of the following options:
- using SDK methods for displaying user inventory
- using the order content data that is passed to the
onSuccess
callback function of the purchase methods
SDK reference documentation
Learn more about SDK methods and its parameters.
Was this article helpful?
Thank you for your feedback!
We’ll review your message and use it to help us improve your experience.Useful links
Last updated: January 22, 2024Found a typo or other text error? Select the text and press Ctrl+Enter.