#krishna1433-plaid-refunds
1 messages · Page 1 of 1 (latest)
Hi 👋 my understanding is that the Stripe + Plaid integration allows you to quickly verify a customer's bank information (via Plaid) and then charge them accordingly (via Stripe). Based on this I believe refunds would be handled from the Stripe side of your scenario, but please bear with me while I confirm.
Thank you for your patience, I was able to confirm that the refunds will be handled by the Stripe part of your integration.
Awesome thank you! But how do I get the bank details for refund?
You don't actually need them. We have a flow that allows you to issue a refund based on the Charge/PaymentInent object within your Stripe account.
This section of our ACH docs speaks of this briefly:
https://stripe.com/docs/ach#ach-refunds
And this is the section of our API docs that explains how to create the refund object:
https://stripe.com/docs/api/refunds/create
Awesome thanks