#bennyvdhoogen-recurring-sca
1 messages · Page 1 of 1 (latest)
Hey there! Yep, the bank has requested 3DS/auth for the off-session payment (it can happen). You'll need to bring your customer back on-session to authenticate the payment
We actually offer an automated email to help with this. Can be turned on here: https://dashboard.stripe.com/settings/billing/automatic
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Oh that's so great. Let me look into that!
Are these settings global or on a per Stripe-Connect account basis?
Otherwise you can build your own solution, outlined here: https://stripe.com/docs/billing/subscriptions/overview#build-your-own-handling-for-recurring-charge-failures
Depends, what kind of Connect accounts are you using?
Express accounts
Yep, they'll inherit the platform settings
Ah, that's great
I'll look into the stripe managed mail and see if it works for us.
Final question though; would it be safe to link to this value in the stripe_js parameter (from our own custom email?)
Just tried this in test mode and it allowed me to authorize; but it seems a bit iffy to use a param with this name
Perhaps the advised way for custom solutions is to send the user to the Stripe hosted invoice url?
No, you shouldn't redirect to those URLs (they're intended for usage with Stripe.js functions like confirmPayment)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Right, good to know. That's what I assumed indeed.
Alright, I'll work it out from here. Thanks a bunch for all the information!
Np!