Local Quotation Flow
How does it work?
The client system receives the updated quote from a socket every 1 second containing the Exchange Rate
and the Quote ID
along with the expiration time. The client may store this information internally.
With this information, when the end user requests a quote the client system could use the quote SDK provided by Remessa Online in order to generate a complete quote containing all the amounts, fees, and taxes.
The SDK generates the quote information based on the amount and the exchange rate sent by the client system.
Quote SDK
It is necessary to install the SDK.
To get the SDK access the link
In order to accept the quote, the client system should calculate the sum of end users' quotes and call the Accept quote API informing the summed amount and the Quote ID
. This action must be performed before the expiration time of the quote received by the socket request.
Flow
The local quotation flow works for both outbound and inbound transactions.
Updated over 1 year ago