Creating a product

To create a product, click on Product in the left menu: Stripe Example Product Pn Then click on Add Product: Stripe Example Product 2 Pn You will now see a page similar to the one below. When you click Save Product, Stripe will combine product and pricing plan creation into one step. We will still need to change a couple of properties afterwards. Stripe Example Product 3 Pn Once the product is saved, please add the ID of the product in Cryptolens and save it as skm_product_id. This is the only metadata field we need to add to a product. Now, you just need to update the price plan, which can be accomplished by clicking on it under Pricing. Stripe Example Product 4 Pn

Updating pricing plan

The only thing left is to update the metadata of the pricing plan and its description. First, let’s add the metadata field. Stripe Example Product 5 Pn The value of skm is a JSON object of parameters that will be sent to the CreateKey method. More information about this can be found here. The last step is to add a Price description to the pricing plan, so that it can be displayed in the customer portal. You need to click Advanced options to see this field. Stripe Example Product 6 Pn Now, everything should be set up correctly. If you still encounter any issues, please get in touch with us!