#omkar_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/1349477755418316830
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi @polar spear how are you doing today?
We have an urgent dev question since our fund flows are live
Hello there
ACH doesn't involve instant settlement... there is always a delay. We explain this in our docs here: https://docs.stripe.com/payments/ach-direct-debit
Looks like you are using our legacy flow here as well, so really these are the relevant docs: https://docs.stripe.com/ach-deprecated
Are you referring to the charges API when you say deprecated ?
Yes
Gotcha
Charges + Bank Accounts is the legacy flow
PaymentIntents + PaymentMethods (the initial docs I provided) are the current and recommended flow here.
I have a question today ACH direct debit fails due to NSF or other reasons
Are we charged ?
Stripe support agent said no on a call but online it said it’s $4 for failed payments
I believe it depends on the failure type, but really I'm not 100% sure on that as we don't know much about fees/pricing as we just focus on the API.
You would have to double check with our Support team on that.
I see, we are thinking of moving away from ACH direct debits
And to move to Apple Pay and Google pay
That confirmation of funds should be instant right?
Yes those are Card payments so it is synchronous.
Funds still have a delay until they are available
How long is the delay usually?
And do we have to subscribe to webhooks to confirm funds availability for a payment ?
https://docs.stripe.com/payouts#payout-speed talks about fund availability
It is recommended to use Webhooks, yes, as your customer could drop off of the client after initiating the confirmation.