#soyzamudio_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/1308895856103002132
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
That endpoint is for issuing transactions
What's the goal? Are you trying to simulate what happens if your customer disputes a transaction?
yeah, so basically I'm creating a platform where there are service providers and users, the users pay through the platform and then the providers get paid out through stripe connect, I have all of that working, even the payouts to the providers... but i want to add the ability for a user to dispute the service
That's not something that's handled by stripe
Disputes are handled through the customer's bank
But if you want to simulate that we have some test cards you can use
hmmm... is there a way of putting a payout transfer on hold then?
so the transfer doesn't go through if the user says the service was not as expected
It's all automated
You can't configure how disputes work
Stripe controls all this
But it's important to understand how this works, so recommend reading our above docs (some additional links on disputes are in the sidebar)
thanks for the links, I'll check them out
but basically, I can't place any payouts on hold manually, that has to be done by the customer with their bank
No
If a customer disputes a transaction with their bank, the above (what's in our docs) happens
You should read up on that
Because a lot of different things are possible depending on the scenarios
yup, i'll make sure to state that in our UI as well as collect work evidence and dispute evidence on our side in case that happens