#aleph-shin_ach-bank-payments-delay-and-invoices
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/1341529457541910630
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! Can you share a Request ID for the request that had that AmountPaid?
I can get Request ID through dashboard, right?
Yup.
req_vRpDygCOMWhir2
Cool, thanks! That request shows an amount_paid: https://dashboard.stripe.com/test/logs/req_vRpDygCOMWhir2
So does the event: https://dashboard.stripe.com/test/events/evt_1QtqP7Iy2bUnDrMdcJ7kyeYg
Sorry, my admin sent wrong ID, this one req_Bbn50LZuJqKNys
this one has amount_paid=0
That one hasn't received a payment_intent.created or an invoice.paid yet because the payment is still pending, so it's correct to say that the amount paid is 0, because there's still a chance that it may fail.
Note
ACH Direct Debit is a delayed notification payment method, which means that funds aren’t immediately available after payment. A payment typically takes 4 business days to arrive in your account.
https://docs.stripe.com/payments/ach-direct-debit/accept-a-payment
Thanks a lot
You're welcome!