#chengyu-balance-currency
1 messages · Page 1 of 1 (latest)
hello, yes balances can be in multiple currencies but mostly they settle into whatever the settlement currency is for your acct
so EUR payment would settle into USD and accumulate in that balance
how about CNY and USD?
same thing there, try it in test mode to see what Balance accumulates
{
"error": {
"message": "The currency of source_transaction's balance transaction (aud) must be the same as the transfer currency (cny)",
"param": "source_transaction",
"type": "invalid_request_error"
}
}
I got this error
{
"amount": "1186",
"currency": "CNY",
"destination": "acct_1KMhCAQef5BwI0jw",
"source_transaction": "ch_3KNp4cHIxn6Tpj0W0bZOCTpH",
"transfer_group": "pay-for-17"
}
this is transfer request for testing
request ID: req_wXX8QB6RdPhhPf
HI 👋 I just wanted to let you know I am looking into this
@digital coral glad u are here sorry was working on another issue
did u find anything?
I did find the path of the transactions but I'm still uncertain as to how to achieve your desired end goal.
The balance transaction is in AUD
so it wants to perform the transfer in AUD as well
let me use a example to describe the issue, our supplier A sell a pencil for 1 CNY and our client B open a store try to resell it in 1 USD
we want to split payment by receive 1 USD and pay 1 CNY to supplier A and pay the rest to reseller B in USD
what is the suggested way to do this using connect split payment
many thanks @digital coral
Okay so the problem here is where the currency is going to be converted
You need to transfer the amount in the same currency as the initial transaction, as the error message says. However, when those funds are used in a Payout, that is when the currency conversion will occur
got it thx