Remittance quotation reverse
Remittance quotation
GET {{Environment_URL}}/v1/exchanges/remittance/outbound/reverse/?purposeCode=AVAILABILITY¤cy=USD&correspondentId=1&value=200000&personType=LEGAL
This route is responsible for the return of quotation information from BRL about all currencies available on remittance service.
The parameters and responses are the same from the Remittance Quotation request.
Response
{
"id": "e7afeacef157dce74a3344af1738971bca2cdcc9",
"correspondentId": 1,
"purposeCode": "IR001",
"currency": {
"code": "USD",
"name": "Dólar Americano",
"commercialExchangeRate": {
"divisor": 10000,
"updatedAt": "2020-11-19T11:56:19.000Z",
"value": 53370
},
"countryFlagUrl": "https://s3.amazonaws.com/frente-exchanges/flags/united-states.svg",
"levelingRate": {
"divisor": 10000,
"value": 53370
},
"maxValue": 3000,
"minValue": 101,
"offer": {
"divisor": 100,
"value": 300000
},
"price": {
"withoutTax": {
"divisor": 10000,
"value": 56572
},
"withTax": {
"divisor": 10000,
"value": 57194
},
"withFutureTax": {
"divisor": 10000,
"value": 57194
}
},
"spreadPercentage": 6
},
"tax": {
"bankFee": {
"valueUSD": "20",
"total": {
"divisor": 100,
"value": 0
}
},
"iof": {
"percentage": 1.1,
"total": {
"divisor": 100,
"value": 18660
}
}
},
"futureTax": {
"ir": {
"percentage": 0,
"total": {
"divisor": 100,
"value": 0
}
}
},
"total": {
"withoutTax": {
"divisor": 100,
"value": 1697160
},
"withTax": {
"divisor": 100,
"value": 1715820
},
"withFutureTax": {
"divisor": 100,
"value": 1715820
}
},
"type": "OUTBOUND",
"clamp": "MAXIMUM",
"timeToLive": 600,
"expiresAt": "2020-11-19T12:10:17.000Z",
"createdAt": "2020-11-19T12:00:17.578Z"
}