Handle Buy Buttons URLs

Change your pricing page's URL based on your localized pricing and selected variants and amounts.

Next, we need to redirect your new customers to the proper pricing that's assigned to them. To do that, specify your checkout pattern, and Pricery will change it dynamically, in the same way that it changes visible information.

Defining your checkout URL

To set your website's URL, go to your Pricery Settings and enter your checkout URL with the required params like so:

https://www.pricery.io/checkout?price={stripe_price_id}?qty={seats}

Available params are:

  • {stripe_product_id}

  • {stripe_price_id}

  • {seats}

  • {volume}

  • {recurrence}

Each one of these values will be changed depending on the prices given to your visitors and amount/volumes they select before clicking.

Last updated