#yaroslav_25808
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Can you share an example? Are you following a guide for this? If so, can you share the link?
Sure here is suubscription id sub_1NpAJXFT545H4SVWmxBL5sqe and customer cus_OcOz2NmZ231LEn . I could find only this integration https://stripe.com/docs/ach-deprecated?locale=pt-BR#using-plaid . But there was no advice for subscriptions.
sorry this setup intent is associated with another subscription sub_1NpAJaFT545H4SVW2SeFG8NQ which is trialing at the moment
Thanks, so the plaid integration is an older approach to accepting ACH payments.
Yeah was about to say, if your subscription doesn't generate a non-zero amount invoice, it may generate a setup intent to allow merchants to collect payment method information.
is there a way to automatically confirm it?
I don't think there's a way to automatically confirm it
can you please share how we have to confirm it? since we use Plaid I could not find information how to solve it
You can call the API directly to confirm the SetupIntent but I doubt you need to confirm it since you use Plaid and legacy tokens/sources
https://stripe.com/docs/api/setup_intents/confirm
Let me double check something
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok
Just checking with a colleague if the subscription generating SetupIntent here is expected behaviour as you aren't really using that flow.
SetupIntents are used for saving a payment method which you've already done with the Plaid flow. So I don't know if this is expected. We're looking into it
thanks
So the subscription generating SetupIntent in this case is expected to give an option to save a new payment method for the customer if they so desire.
You can ignore the SetupIntent as far as I can tell, it shouldn't break your subscription flow.
You can also cancel it if you'd prefer that instead
thanks for clarification, if we do not confirm setup intent will it impact payment success?