#Vijaykrishnan

1 messages · Page 1 of 1 (latest)

ionic sequoiaBOT
lost mantle
#

👋 happy to help

#

both work, it depends on which one you have access to

#

the simplest would be the PI

tiny crown
#

okay so in that case if i use reverse_transfer attribute also for the connected account will the amount be taken back from the connected account even payout is completed ?

#

any input here ?

lost mantle
#

yes

#

and they would have a negative balance

#

which type of Charges are you using?

tiny crown
#

it is stripe connect

#

express

lost mantle
#

direct or destination charges?

tiny crown
#

destination

#

const paymentIntent = await stripe.paymentIntents.create({
customer: customerID,
amount: Math.round(finalPrice * 100),
confirm:true,
currency: 'usd',
payment_method: req.body.paymentInfoRequest.paymentIntent,
payment_method_types: ['card'],
application_fee_amount: 300,
transfer_data: {
destination: customerConnectedAccount
},
}); => this is how my payment intent is created and transferred to the connected account

#

so my Q is once the payout is done how can i initiate refund - if i enable reverse transfer will it take from the completed payout also ?

knotty raptor
#

Hey! Taking over for my colleague. Let me catch up.

tiny crown
#

sure

ionic sequoiaBOT
knotty raptor
tiny crown
#

if we use payment intent we cannot do this ? and this allows partial refund also right ?

knotty raptor
broken cedar
#

Hi! I'm taking over my colleague. Please, let me know if you have any other questions.