Direct Checkout Link
If you want to allow your buyers to go directly to the checkout page and skip the intermediary Payhip product page, you can construct URLs to do this for you.
Creating a direct checkout link
Take the example of the following product page:
https://payhip.com/b/RGsF
The unique key for the product is "RGsF"
To create a direct checkout link, simply use your product key as follows:
https://payhip.com/buy?link=RGsF
Creating a direct checkout link with custom product URLs
If you have a custom domain attached to your Payhip store, you'll need to use the original product key when creating a direct checkout link.
Here is an example of a customized product URL:
https://sampledomain.com/b/productname
To create a direct checkout link, the product key should be used
https://sampledomain.com/buy?link=3voH8
If you no longer remember the product key, simply go to your product and then take a look at the URL in your browser on the edit page. This will show you the product key as seen in the screenshot below.
And that’s it! Of course, you'll need to change the product key for different products.
This URL will take buyers directly to the checkout link where they can purchase through PayPal/Stripe.