Quotes

Quote generation

Create quote

post
/quotes

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).

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
post
/quotes

Get quote details

get
/quotes/{quoteId}

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.

Authorizations
x-api-keystringRequired

API key for tenant authentication

Path parameters
quoteIdstringRequired
Responses
get
/quotes/{quoteId}

Last updated