#slowlly_api

1 messages ¡ Page 1 of 1 (latest)

waxen fableBOT
#

👋 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.

quaint monolithBOT
snow fractal
#

hi there!

#

how are you accepting payments? Checkout Session, Payment Element, something else?

drifting lintel
#

it's for recurring payments so something else I think

#

is there a way to use the payment element for this?

snow fractal
#

you can create Subscriptions with Checkout Session and Payment Element

drifting lintel
#

it's not a subscription

#

it's an on demand payment with a previously saved payment method

#

like uber

snow fractal
#

so you already have a saved payment method, and you want to charge it?

drifting lintel
#

yes

#

everything works unless the card asks for 3DS again

snow fractal
#

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
drifting lintel
#

if I use the confirmPayment function, is it gonna be an iframe like the normal payment?

#

or does it redirect?

snow fractal
#

it's an iframe