#olli-dispute-fee

1 messages · Page 1 of 1 (latest)

atomic tulip
#

Hey, still looking in to this. Will get back soon with what I can find

vagrant bramble
#

thanks :)

atomic tulip
#

To be clear, you mean reverse the transfer to their account and charge them on top of that?

vagrant bramble
#

yep. i don't think we can use POST /v1/transfers to debit their account as the account may be in a different region

atomic tulip
#

There is complexity to the requirements/execution there but does that look basically like what you are looking for?

vagrant bramble
#

This feature is available in Australia, Canada, Europe, Hong Kong, Japan, New Zealand, and the U.S. Stripe supports Account Debits only when both your platform and the connected account are in the same region (for example, both in Japan).
this is the issue we encounter with that solution sadly

atomic tulip
#

Ah I see. Otherwise I'm not sure if you can debit them through connect.

#

I know another option in some connect situations is to create a Customer object for these connected accounts, have them set up a PaymentMethod with you, and charge that when appropriate

#

Will look in to this a bit more

#

What part of that specifically are you running in to can I ask?

vagrant bramble
atomic tulip
#

Thank you, looking in to this with that in mind

#

So yes, the best way forward here would be to collect payment method details and charge them yourself

vagrant bramble
#

okay. thanks for the info. would there be a way for us to track our own balance for the customer using stripe to account for negative balances without actually putting the account below zero (aka, the debt isnt debited from the connected bank account, but future payments are used to offset it until it's zero)?

atomic tulip
#

Track the dispute fees from one account, essentially?

vagrant bramble
#

yeah

warm furnace
#

@vagrant bramble I'm not sure I see what your flow would look like. But the dispute fees are taken from your own platform account (assuming you use destination charges) so you can definitely keep track of this yourself

vagrant bramble
#

i guess we could, thanks. also, if we refund a payment and set reverse_transfer to true, or just POST /v1/transfers/:id/reversals, does the account's balance have to be able to cover the entire cost, or will stripe not allow the balance to fall below zero?

warm furnace
vagrant bramble
#

got it, have a nice day :)