Transfer API : error ('one foreign currency per transaction') but works in UI console
Hello,
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"
}
}
Can you help us with that please ?


