#ferdi.stz

1 messages · Page 1 of 1 (latest)

spring spadeBOT
mossy snow
#

Once a dispute occurs, you can no longer create a refund. Unless you're actually referring to an Early Fraud Warning (EFW)?

spring spadeBOT
thorny plaza
#

thank you! That makes it a little bit more clear to me. However, I dont understand how refunds work then I think

molten haven
#

👋 taking over for my colleague. Let me catch up.

#

refunds depend on the type of charge

#

what type of connect charges are you using?

thorny plaza
#

using payment_intents and transfer_destination

molten haven
thorny plaza
#

"by default the destination account keeps the funds that were transferred to it, leaving the platform account to cover the negative balance from the refund."
Does this mean that only if the connect account has insufficient amount to cover refund the platform gets charged or does the platform always get charged?

#

currently I am using transfer reversal which means I charges back the connect account
if connect account doesnt have balance for refunded amount I need to set `debit_negative_balances to connect account, so stripe will able to charge from connect account's card rather than my platform?

molten haven
#

Does this mean that only if the connect account has insufficient amount to cover refund the platform gets charged or does the platform always get charged?
in Destination Charges the platform is responsible of refunding

#

currently I am using transfer reversal which means I charges back the connect account
correct

#

if connect account doesnt have balance for refunded amount I need to set `debit_negative_balances to connect account, so stripe will able to charge from connect account's card rather than my platform?
what's the type of your Connected Account?

thorny plaza
#

standard connect account

molten haven
#

if connect account doesnt have balance for refunded amount I need to set `debit_negative_balances to connect account, so stripe will able to charge from connect account's card rather than my platform?
AFAIK that's correct

#

but let me double check

devout tendon
#

As the platform you can't perform any actions that will result in a standard account balance going negative

#

Auto Debits i.e. debit_negative_balances will have no impact here