Before create an inbound or outbound transaction, it is mandatory to create a quote for the upcoming transaction.
Response Object
| Atributte | Description | 
|---|---|
| id | Unique quotation id | 
| direction | Direction of the quotation | 
| baseCurrencyIso | Destination currency | 
| totalBaseAmount | Amount in destination currency | 
| quotedCurrencyIso | Origin currency | 
| quotedAmount | Amount that will be paid by customer in the currency of origin | 
| spread | Spread applied to the quote | 
| tax | Value used for tax calculation | 
| exchangeRate | Quotation of the target currency used in the quotation | 
| marketRate | The value of the 'exchangeRate' without factoring in the 'spread'. | 
| purpose | Purpose informed in quotation | 
| createdAt | Quote creation date | 
| expiresIn | Quote expired date | 
Quote importante noteQuotation has an expiration time of 5 minutes. If the quote has not been accepted in this period, a new quote has to be created in order to accept it.
Exchange RateThe exchangeRate is always set in USD or EUR/BRL exchange unit, both for OUTBOUND and INBOUND flow.
