#krsacme
1 messages · Page 1 of 1 (latest)
Hi, let me help you with this.
Have you gone through this? https://stripe.com/docs/financial-connections/balances
It does not help, as it requires financial account session which cannot be used along with PaymentElement
Why do you need the Payment Element?
You already collected the Payment Method, now you just need to retrieve the balance on the backend.
balance from the payment method?
This will collect and attach the ACH Payment Method to the Customer object, that you can later use to retrieve the balance, and other info.
that what I was looking for, thanks, going to try it out now.