Quotes
Quote generation
Create a new quote for a money transfer transaction. The quote calculates the destination amount based on the current exchange rate and fees. Quotes have an expiration time (configured via quoteExpiryDate).
API key for tenant authentication
Unique identifier of the sender initiating the transfer
Unique identifier of the payout method (e.g., bank transfer, mobile money)
Unique identifier of the currency pair for the transfer
Amount to send in source currency
Expected amount to receive in destination currency. Must be within tolerance of calculated amount based on exchange rate and fees
Quote created successfully
Bad request - Invalid input data or amount mismatch
Unauthorized - Invalid or missing API key
Not found - Sender, currency pair, or payout method does not exist
Internal server error
Retrieve detailed information for a specific quote by ID. Includes exchange rate, fees, source/destination amounts and currencies, and expiration time. Quotes must be used before their expiration time.
API key for tenant authentication
Successfully retrieved quote details including exchange rate and expiry
Not found - Quote does not exist
Last updated