#pxsie3ujk

1 messages · Page 1 of 1 (latest)

river tigerBOT
quaint leaf
#

👋 happy to help

nocturne dune
#

Hi tarzan!

quaint leaf
#

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

nocturne dune
#

Please let me explain my situation.

quaint leaf
#

yes please

nocturne dune
#

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.

quaint leaf
#

Checkout Sessions have a "setup" mode

#

you can use to collect Payment Details

nocturne dune
#

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.

quaint leaf
#

if you don't want to use Checkout Sessions you can use Setup Intents with Payment Element

nocturne dune
#

Using Stripe.js?

quaint leaf
#

yes

nocturne dune
#

So we are at the starting problem, the little customization of the page.

quaint leaf
#

you can't do the customizations you want to the Checkout Session

nocturne dune
#

I will think about the different options you have outlined. I thank you for your helpfulness.