#vmehtawhq_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/1268809357559206022
đ 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.
- vmehtawhq_api, 1 day ago, 70 messages
- vmehtawhq_api, 2 days ago, 16 messages
- vmehtawhq_api, 3 days ago, 17 messages
hello! I'm not sure I understand correctly, can you explain what you're trying to do? Do you mean you want the Financial Connection Account id?
Right, we want to access the balance for the bank account for which I believe we need FC account id
How can I get it's id?
Nice! Thanks.
How can I use this for deferred payment intents? We don't create payment intent before the payment starts and is only created after user clicks on submit payment
That's our flow âď¸
@carmine pine
you should get the Financial Connection Account ID only after the PaymentIntent is successful
By payment intent is successful do you mean payment intent has been confirmed and payment went through?
but I would like to check the balance before hand for insufficient funds
If this is the first time that you're accepting payment from the customer, you won't have access to check the balance. If you want to check the balance first, then you would want to use SetupIntents to collect the payment method and get permissions to access the balance first
Oh, so after the bank details are saved, then I would be able to get FC account id by payment method api?
but yes, you can retrieve it from the PaymentMethod API too : https://docs.stripe.com/api/payment_methods/object#payment_method_object-us_bank_account-financial_connections_account
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.