#pxsie3ujk
1 messages · Page 1 of 1 (latest)
👋 happy to help
Hi tarzan!
if your looking to collect raw PAN in your own inputs this means that you would have to deal with some PCI compliance stuff
we don't really recommend that
Please let me explain my situation.
yes please
I would like to create a waiting list, my service uses subscriptions but with limited seats.
However, at any time, any user can join the waiting list and in case there is a space available, within 7 days, their subscription will be activated.
I would like the user to enter their payment method information at the time they enter the waiting list, so that they can be subscribed as soon as a space is available.
The problem with using Stripe's Session is that it is not customizable at all.
Yes, that is true. But the user is simply seeing that he is saving a card.
So, how could I create a page similar to a subscription checkout on the stripe portal but instead of being told that you're subscribing, there's a banner that says something like "You'll only be charged if you're accepted." with the option to add the card details with a "Join the waiting list" button?
The only way is to create an entirely customized page. Do you have any other suggestions?
I could create a scheduled subscription, but I don't know if there is a space available in the 7 days.
if you don't want to use Checkout Sessions you can use Setup Intents with Payment Element
Using Stripe.js?
So we are at the starting problem, the little customization of the page.
you can't do the customizations you want to the Checkout Session
I will think about the different options you have outlined. I thank you for your helpfulness.