#iamyounus_53659
1 messages · Page 1 of 1 (latest)
Hi. Let me help you with this.
What would be a scenario for the failed transfer? Why would it fail?
You can create a Transfer Reversal: https://stripe.com/docs/api/transfer_reversals/create
When a question writer signs up on our web app, we create their Stripe Connect account. During the show creation process, we purchase questions from these writers and need to send payments to their Connect accounts. There might be multiple question writers, each owed $100.
However, there's a scenario where a payment to one of these question writers might fail, for example, if their Stripe account is disabled or for any other reason. In this case, we want to prevent the show creation entirely. Additionally, if any payment to a question writer was successful, we need a way to revert that payment and cancel the entire show creation process. Is there a way to achieve this in Stripe?
I hope I was able to make things clear a little bit
Yes, basically use what I mentioned above. Then you can fail your show creation API call, but it's not related to Stripe.
Thanks a lot .
Happy to help.