v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
r) Wallet Cross Border Remittances

Get an exchange rate quote for remittance

Returns a real-time exchange rate quote for a cross-border remittance based on the provided amount and currency pair.

post/eclipse-conductor/rest/v1/tenants/{tenantId}/remittances/quick-quotes

Path parameters

tenantIdinteger required

Request body

amountnumber
countrystring
currencystring
destinationAmountnumber
destinationCountrystring
destinationCurrencystring
providerstring
sourceAmountnumber
sourceCountrystring
sourceCurrencystring

Response

OK

amountnumber
currencystring

The currency of the wallet - e.g. USD, ZAR, NGN, TSH

destinationAmountnumber

Amount in the major currency unit of the associated wallet e.g. 50.80 for 50 GBP and 80 pence being used to buy the destination currency at the exchange rate

destinationCountrystring
destinationCurrencystring
exchangeRatenumber

The amount to pay in the wallets currency for one major unit of the destination currency. The recipient will get exchangeAmount/exchangeRate in the destination currency

feenumber
quoteExpiresstring date-time
sourceAmountnumber
sourceCountrystring
sourceCurrencystring
totalSourceAmountnumber

If fees are INCLUSIVE this will be same as sourceAmount,if fees are EXCLUSIVE it will be sourceAmount + fee

Example response

{
  "quoteExpires": "2022-03-10T12:15:50-04:00"
}