#vmehtawhq_api
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏱️ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime!
🔗 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/1212356639131308062
📝 Have more to share? You can add more detail below, including code, screenshots, videos, etc.
⏲️ 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. Thank you for your patience!
hi there!
hey
you want to get the balance of the customer making the payment?
yes
then you would need to use Financial Connections: https://docs.stripe.com/financial-connections
does this happen after they have linked there bank account?
Also, this all is happening with PaymentElement
did you follow this guide? https://docs.stripe.com/financial-connections/ach-direct-debit-payments
I am following it but I have few questions
Can payment element directly know what balance is and will this be using payment intent?
at this step you can request additional permissions, like balance: https://docs.stripe.com/financial-connections/ach-direct-debit-payments#access
What if the customer does not have a linked payment method?
Will they still have a financial connection ?
I'm not sure what your question means.
Hi, I got 2 transaction and both of them are refunded. But I got tax invoice, do I need to pay any tax? When I check my account, there’s no tax or bills that I have to pay. What should I do now? Is there any tax that I have to pay?
This section says about finding financial connections but what if there's no such connection, what's the expected behaviour?
How will the balance be fetched then?
@magic turret if you have a question, please go to #help to start a new thread
but what if there's no such connection,
I'm sorry I don't undertsnad your question. can you clarify what is your current payment flow exactly?
Currently, user fills in all the details in UI payment element, sends the data to backend to create payment intent and gets a payment intent secret to confirm the payment intent from frontend.
Creation and confirmation of payment intent is behind a single click.
Before this button is clicked user links the payment element to their bank account
I want to fit in financial connections somewhere in between these 🙂
well, once the Financial Connection is done, you can request the balance like this: https://docs.stripe.com/financial-connections/balances#initiate-an-on-demand-refresh
thanks