Create a quote
Creates a new quote for currency exchange or payment operations. The quote provides pricing information including exchange rates, fees, and estimated processing times based on the specified parameters such as amount, source and destination currencies, and operation type.
Path parameters
merchantId
Merchant ID
organizationId
Organization ID
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
originCurrencySymbol
Input currency symbol
destinationCurrencySymbol
Output currency symbol
executable
Whether the quote is executable
orderType
Type of order (e.g., PAYIN, PAYOUT, ONRAMP)
amountIn
Amount to send (input currency)
amountOut
Amount to receive (output currency)
paymentMethod
Payment method ID
Response
Quote created successfully
id
ID of the quote, if applicable
originCurrencySymbol
Original origin currency symbol
destinationCurrencySymbol
Original destination currency symbol
fee
Total effective fee charged (base fees + tax on fees), in origin currency terms
taxes
Total tax applied directly to the transaction amount
requestedAmountIn
Original amountIn from request, if applicable
requestedAmountOut
Original amountOut from request, if applicable
finalAmountIn
Final total amount the user pays in the origin currency
finalAmountOut
Final net amount the user/recipient receives in the destination currency
exchangeRate
Effective exchange rate after all fees and taxes directly on amount are considered
orderType
Type of order from the request
components
Detailed breakdown of all fees and taxes applied
summary
Summary of financial calculations