#Mint-payouts

1 messages · Page 1 of 1 (latest)

mental vessel
#

hi! Well you would control exactly what amount you pass to the payout API. You have access to the relevant objects and can calculate what you need.

#

can you say more about your set up? Are you using Direct or Destination charges, and what type of account(Standard/Express or Custom)

heady trail
#

I'm using destination charge

#

I have a payment with currency is AUD. A destination connected account is in EUR currency. I'm calculate by this (transfer amount - application fee amount) = payout amount. I retrieve the transfer amount which is converted to EUR. but when i retrieve application fee. It's still in AUD. it will makes so the calculation wrong. Can you help me this ?

mental vessel
#

well the amount that connected account received is simply transfer.destination_payment.balance_transaction.net

#

that's the net amount in local currency the connected account recieved, so you could try to use that as your payout amount.

heady trail
#

That's really greate

#

I will try