Transfer API : error ('one foreign currency per transaction') but works in UI console (repost)
Hello,
I post this topic here as well as we put the post on singapore page by error instead of US.
We're using the API to make a transfer request from two bank accounts of type checking.
- One is of type USD (domestic currency)
- The other is of type BOB (Bolivian peso).
✅On the console UI: transfer of 1162 bolivian peso from BOB bank account to USD bank account => OK
❌Using the transfer API we get an error => KO
Here is the payload:
{
"Amount": 120,
"ToAccountRef": {
"value": "92"
},
"FromAccountRef": {
"value": "35"
}
}



