#dacian.capitan
1 messages · Page 1 of 1 (latest)
Hi,
How can we help ?
How is better to reserve an amount for a connected account? In the event of a dispute or fraud warning, we want to keep the amount as reserved, without the ability to withdraw it
hello
That depends on your use case and the Account/Charge Type...
One of the option is to use destination charge and you can reverse the transfer:
https://stripe.com/docs/connect/destination-charges#issuing-refunds
What particular issue are you facing exactly?
we want to retrieve from available payouts that amount that is disputed
retrieve(reserve)
You can get all information related to charges included in the payout:
https://stripe.com/docs/expand/use-cases#charges-in-payout
Or check report API:
https://stripe.com/docs/reports/payout-reconciliation
Never mind, I don't think the report payout reconciliation will fit your request...
for payouts i want to not include that reserved amount (fraud warning)
For automatic or manual payout ?
for both
for holding founds: Keep funds in an Express or Custom account’s balance before proceeding to pay out the funds to a bank account or debit card
I'm not sure if this is possible .... I have doubt about manual payout but I can't find much... As this isn't a technical integration question, probably you should better reach out to Stripe Support at
https://support.stripe.com/contact/email?topic=payouts
ok thanks