#nstripe0_api

1 messages ¡ Page 1 of 1 (latest)

polar aspenBOT
#

👋 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/1238234844790652979

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

balmy trout
#

Hi there!

#

By "offline payments", do you mean you've created the PaymentMethod either as part of an earlier SetupIntent or earlier PaymentIntent that used setup_future_usage: off_session?

formal wren
#

Hi roadrunner, yes, that's right. Future usage specified as off session.

balmy trout
#

Got it. You can use that same PaymentMethod for setting up a new recurring Subscription without having to bring the customer back on session/on your app.

#

That said, it's still up to the issuing banks to allow the charge. If they decline the off-session charge, you'll need to bring the customer back on session to provide their payment details again

formal wren
#

That's good to hear. To your knowledge, would there be any substantive difference between Stripe triggering the payment via Stripe Subscription's recurring payment vs us triggering the payment via Stripe Payments API that may impact the way it is viewed by issuing banks?

#

Another thing I'm wondering about the Stripe Subscription creation is if setting it up with an existing Payment Method would trigger an authorization/verification call to issuing banks or something similar that would impact existing customers.

balmy trout
formal wren
balmy trout
#

Right, they would just see the charge

formal wren
#

Got it. Thanks for your help!