#thiago.reach
1 messages · Page 1 of 1 (latest)
Regarding the virtual bank accounts, I read that here: https://stripe.com/docs/payments/customer-balance/virtual-bank-account-numbers
The virtual bank accounts don't expire, so if for some reason PaymentIntent is not active anymore, but the customer transfered the funds, the new PaymentIntent will take the amount from the customer cash balance.
I see, and then if there's no "new PaymentIntent" I supposed that we can just refund that transferred amount to the customer.
Hm, I am actually not sure how would you do that, if there's no associated PaymentIntent/Charge.
I read in the docs that we can "Refund the cash balance to the customer": https://stripe.com/docs/payments/customer-balance/refunding#create-return-dashboard
Yes, you can use that.
Cool, thanks!
Happy to help.