#vrk-connect-disputes
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- vrk-cli-morequestions, 21 hours ago, 8 messages
- vrk-cli-eventforward, 1 day ago, 17 messages
- vrk18, 5 days ago, 14 messages
- vrk-webhook-apiversion, 5 days ago, 6 messages
- vrk-twostep-payments, 6 days ago, 12 messages
vrk-connect-disputes
You can reverse the Transfer to try and pull the funds back from that account. You'll have to deal with negative balances too and you hold the liability overall for this as a platform. See https://stripe.com/docs/connect/account-balances
When I do the reverse the Transfer the amount comes back to the platform account right ?
yes but it's held in reserve. See the docs I shared
Thank you
What type of Webhook events I can listen to reverse the transfer ? not getting the transfer_id or source_transfer properties in charge.dispute.created or charge.dispute.funds_withdrawn events response
The Dispute has a charge and payment_intent properties. You can use this and pull the information you should already store in your own database or retrieve those in the API
Thanks