#deckberg_best-practices
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1252283840123113616
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Hello
Yes Bank Transfers do not have a dispute process
Bank-based redirects would be the other non-dispute payment method type
But those are mostly EUR-based
ok, yes we are in the US
I'm guessing there is nothing we can do about this ACH transaction?
I thought that once the transaction clears the network then the funds would stay, but apparently not.
Correct: https://docs.stripe.com/payments/ach-debit#disputed-payments -- you can't appeal an ACH dispute
And yeah a dispute can occur up to 60 days after the charge as the docs explain
so when looking at the funding instructions api https://docs.stripe.com/payments/customer-balance/funding-instructions
it lists bank transfer hash, ABA hash, and SWIFT hash. which one should I use?
That depends on your customers and what information you are looking for
Generally you would provide the ABA information to domestic customers so they can send a bank transfer
The SWIFT information is generally for international customers
ok, but the ABA will still be a bank wire that cannot be reversed?
Yes both are bank transfers. I'm not an expert in disputes -- we just focus on the API here. I'd double check with our Support team that a Bank Transfer can't be reversed if you want the 100% answer. Afaik that is the case but that isn't my area of expertise
You can contact our support team via https://support.stripe.com/contact/login
that just seems crazy, that a payment method that was verified with micro deposits and then the bank just honors a dispute request without allowing anything from the merchant. thank you for the bank transfer help. I think we will implement that as a payment option. at least we can have it ready if we aren't sure about a customer.