#Omer G-Checkout -success-page

1 messages · Page 1 of 1 (latest)

wild garden
#

Hi there! Good question. I don't believe this confirmation page code is public but let me double check

summer thunder
#

Thanks! we really liked the default behaviour of the Payment Link success page and would like to use it with Stripe Checkout instead of designing a page from scratch.

wide harness
#

Hello! We don't have that success page's code available for use unfortunately, that success page is specific to Payment Links for the time being. I'll flag this as a feature request internally though!

summer thunder
#

Theoretically, we could copy the code using the browser's dev tool, but it won't be pleasant.

wide harness
#

Yes, I would not recommend doing that.

#

The best option is to build your own success page which suits your use case.

summer thunder
#

Thanks for adding it as a feature request, it would be great if Checkout will have a default success page option, which is similar to the one of Payment Links

wide harness
#

I'm curious, why are you using Checkout Sessions instead of Payment Links?

summer thunder
#

For a SaaS product, the Checkout seems to fit better, as we have much more control. For example, it's easy to verify that the user is authenticated to our service before paying, set the right parameters for line_items, etc.

#

Also the Stripe documentation marks Checkout as the recommended payment method, if I remember correctly.

wide harness
#

That might not work, as it doesn't allow for authentication prior to payment, but it might be worth a look, and does support Stripe-hosted confirmation pages.

summer thunder
#

Yea, but it doesn't fit for us, we have our own designed payment wall