#k3davis-confirm
1 messages ยท Page 1 of 1 (latest)
Hi ๐ there is a function that your backend can call to confirm a Setup Intent, but if the Payment Method requires authentication during that process then you won't be able to complete that step without input from your customer.
https://stripe.com/docs/api/setup_intents/confirm
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
that makes sense to me except it's not clear which of those data points require customer input
If you're working with card payment methods, then those may require your customer to complete an authentication flow (3DS/SCA) in order for them to be used.
ok, i'll give this a try. thank you
Any time!