#missing-individual_webhooks
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/1471714346433249313
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
⛔️ Stripe developers have stepped away for a short while
Please leave your questions here, and we’ll respond as soon as we're back! If you need help urgently, you can contact Stripe support for help.
I can see that sender_name field exist in deposit payload, but is this name coming from bank? or does clients manually enter this?
We are trying to audit every deposit so name and account details match our record, all other deposits would be rejected and refunded.
Yes it's coming from bank, but the Customer could have used a financial connection with Stripe and we could have already audited them. I am checking further to see if we reveal more infomation on different events
Ultimately, you can just use Customer Id and leave it to Stripe for managing their cash balance
I want to send them into our internal audit system, and our accountants were asking if theres more information availble from the bank directly, as we will need to verify and audit this is coming from the right person. e.g. if someone uses their friends bank account to deposit, and there is name mismatch, most likely will be resulting in a rejection of deposit and refund.
by rejection of deposit and refund, is that something you will do from your side?
Correct, we will manually audit the deposit and reject or contact the client from our side accordingly.
Ideally, we require full visibility of the source bank details, including the account name, account number and routing number. If this information is unavailable, we can proceed using name matching against the source bank account holder's name.
These details are then integrated into our audit workflow, where the accounting team performs a final verification to ensure all funds are accurately reconciled and credited to the intended recipient within our system.