#raimund_api
1 messages ยท Page 1 of 1 (latest)
๐ 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/1280642088446333052
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- raimund_payout-balance, 5 days ago, 81 messages
Hi there
Hello.
I recommend reviewing this: https://docs.stripe.com/payments/ach-debit/migrating-from-charges
I have.
Okay, so you'll need to confirm the PaymentIntent and pass mandate details that correspond to the time when your customer originally authorized using their bank account: https://docs.stripe.com/payments/ach-debit/migrating-from-charges#mandate-acknowledgement
See, and I think that's what I'm struggling with. I'm not sure we captured that information.
I see
The only way to create an off-session PaymentIntent in this case using a previously-saved bank account and confirm it server side (without any additional acknowledgement from the customer) is to pass mandate information upon confirmation
So basically just make up the data?
Nope, not what I said. If you don't have this information, you'll need to confirm the PaymentIntent client side and collect new mandate acknowledgement from your customers: https://docs.stripe.com/payments/ach-debit/accept-a-payment?web-or-mobile=web&payments-ui-type=direct-api#web-collect-mandate-and-submit
I see. But this will be required only once per account, right?
Correct, this will be required once per Bank Account
Thanks. Any other surprises I need to be prepared for?
Assuming you're using the PaymentElement for net-new charges, we'll take care of presenting the mandate terms to your customers: https://docs.stripe.com/payments/ach-debit#mandates
IIRC we hand this over to Plaid.
Yes, that would have been the state of things with the older deprecated integration flow (that uses Charges)
So are you telling me we bypass Plaid now?
You will with the new PaymentIntents flow, yes
Now that's some good news right there. Things I learned today. Thanks. ๐
Sure thing!