#pravasok_02698
1 messages · Page 1 of 1 (latest)
When you say a "custom popup when the user clicks on upgrade in the dashboard" what dashboard are you referring to?
How exactly are you integrating with Stripe? Are you using Checkout OR Elements?
Please provide more info so I can help
I mean
dashboard - place where user lands after signup or login
there is a upgrade button on the dashboard. when the user clicks on it
i need a custom pop up to be shown with card information to be filled.
I am not sure which way to go, checkout or elements
@orchid acorn
Stripe Checkout provides a Stripe hosted payment page (which you can't really embedd in your site) so the only viable option is to use Elements (PaymentElement specifically)
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements
Thanks a lot @orchid acorn . is there a github repo sample available for this implementation, which i can refer to