Quotes
Authorizations
x-api-keystringRequired
API key for tenant authentication
Body
sender_idstring · min: 1Required
Unique identifier of the sender initiating the transfer
payout_method_idstring · min: 1Required
Unique identifier of the payout method (e.g., bank transfer, mobile money)
currency_pair_idstring · min: 1Required
Unique identifier of the currency pair for the transfer
source_amountnumberRequired
Amount to send in source currency
destination_amountnumberRequired
Expected amount to receive in destination currency. Must be within tolerance of calculated amount based on exchange rate and fees
Responses
201
Quote created successfully
application/json
400
Bad request - Invalid input data or amount mismatch
application/json
401
Unauthorized - Invalid or missing API key
404
Not found - Sender, currency pair, or payout method does not exist
application/json
500
Internal server error
post
/quotesAuthorizations
x-api-keystringRequired
API key for tenant authentication
Path parameters
quoteIdstringRequired
Responses
200
Successfully retrieved quote details including exchange rate and expiry
application/json
404
Not found - Quote does not exist
application/json
get
/quotes/{quoteId}Last updated