#slowlly_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1231937474637598800
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
how are you accepting payments? Checkout Session, Payment Element, something else?
it's for recurring payments so something else I think
is there a way to use the payment element for this?
you can create Subscriptions with Checkout Session and Payment Element
it's not a subscription
it's an on demand payment with a previously saved payment method
like uber
so you already have a saved payment method, and you want to charge it?
then you need to follow this: https://docs.stripe.com/payments/save-and-reuse?platform=web&ui=elements#charge-saved-payment-method
try to charge the payment off session:
- if it works, then fine
- if it doesn't, then you need to ask your user to come back on your website/app, and re-confirm the PaymentIntent there to trigger the 3DS flow
if I use the confirmPayment function, is it gonna be an iframe like the normal payment?
or does it redirect?
it's an iframe