Get a quote by ID
Retrieves a quote by its ID
Path parameters
merchantId
Merchant ID
organizationId
Organization ID
quoteId
Quote ID
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Quote retrieved successfully
id
Unique identifier of the quote
merchantId
ID of the merchant that owns this quote
userId
ID of the user who created this quote
createdAt
Timestamp when the quote was created
validForSeconds
Number of seconds the quote is valid for
validUntil
Timestamp when the quote expires
isExecutable
Whether the quote can be executed to create an order
amountIn
Total amount the user pays in the origin currency
amountOut
Total amount the recipient receives in the destination currency
exchangeRate
Exchange rate applied for the conversion
originCurrencySymbol
Symbol of the origin currency
destinationCurrencySymbol
Symbol of the destination currency
totalBaseFeesApplied
Total base fees applied to the transaction
totalTaxesOnAmountApplied
Total taxes applied directly to the transaction amount
totalTaxesOnFeesApplied
Total taxes applied to the fees
feeDetailsJson
Detailed fee calculation results in JSON format
taxDetailsJson
Detailed tax calculation results in JSON format
orderType
Type of order this quote is for
koyweQuotesJson
Raw Koywe quote responses used for this calculation in JSON format
userRequestJson
Original user request data in JSON format