#silvanet
1 messages · Page 1 of 1 (latest)
Hi, are you referring to https://stripe.com/docs/payments/checkout/pricing-table?
yes
" Stripe automatically returns an embed code composed of a <script> tag and a <stripe-pricing-table> web component. Click the copy button to copy the code and paste it into your website." "If you’re using HTML, paste the embed code into the HTML. If you’re using React, include the script tag in your index.html page to mount the <stripe-pricing-table> component." I'm trying to find that component.
I see, let me get a teammate who is more knowledgeable on Next.js.
Hello! We don't officially support Vercel or Next.js, but I'll help if I can! Looking at https://github.com/vercel/nextjs-subscription-payments it doesn't appear to use the Stripe pricing table, but instead implements its own pricing table that looks very similar. That might be the cause of the issues you're having.
It seems like you have two options:
- Continue with this custom pricing table and don't use a Stripe pricing table
- If you want to use a Stripe pricing table don't use this sample code, as it doesn't seem compatible