#nicola.possenti
1 messages · Page 1 of 1 (latest)
👋 happy to help
if you use https://stripe.com/docs/api/transfers/create#create_transfer-source_transaction than you wouldn't have this issue of race condition since this would be reflected on the available amount in your Stripe Balance
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thanks, I'm goingo to try. About reversal (https://stripe.com/docs/api/transfer_reversals) I can't understand if it's always possible (is there a time constrain or a balance constrain) or if the limit is only the referral initial charge transfered. Thanks
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I'm sorry I'm trying to find the right doc for you
https://stripe.com/docs/connect/charges-transfers#reversing-transfers
It is only possible to reverse a transfer if the connected account’s available balance is greater than the reversal amount or has connected reserves enabled.