#vmehtawhq_api

1 messages ¡ Page 1 of 1 (latest)

glacial rivetBOT
#

👋 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.

hazy thornBOT
#

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.

carmine pine
#

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?

foggy crane
#

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?

carmine pine
foggy crane
#

Nice! Thanks.

foggy crane
#

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

carmine pine
#

you should get the Financial Connection Account ID only after the PaymentIntent is successful

foggy crane
#

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

carmine pine
#

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

foggy crane
#

Oh, so after the bank details are saved, then I would be able to get FC account id by payment method api?

carmine pine