#vivek mahajan
1 messages · Page 1 of 1 (latest)
using stripe-pricing-table script, once payment done. How to get information of customer?
I want to use stripe pricing table to show subscription plans
https://stripe.com/docs/payments/checkout/pricing-table for the general Doc of Pricing Table. And I think it will redirect back to your website by default
no it does not redirect to website back once payment done
<script async src="https://js.stripe.com/v3/pricing-table.js"></script>
<stripe-pricing-table pricing-table-id="prctbl_1MTGp1BLrwPDoKbo6kfdvvsT"
publishable-key="pk_test_51LkBHNBLrwPDoKbohJ4LQmK35Qm6Stc72bnqf4QIfIseZ9gq1n2c8QwzQNeUvjVHBaqTzNRQozH3ywATbznv4JkN00qyWMbhMr">
</stripe-pricing-table>
using this script
Okie, and do you have your website url?
👋 taking over for my colleague. Let me catch up.
as per the pricing table limitations https://stripe.com/docs/payments/checkout/pricing-table#limitations
Checkout redirect—The pricing table can’t redirect customers to checkout if your website provider sandboxes the embed code in an iframe without the allow-top-navigation attribute enabled. Contact your website provider to enable this setting.
this needs credentials that you didn't share