Get a quote by ID

Retrieves a quote by its ID

Path parameters

merchantIdstringRequired
Merchant ID
organizationIdstringRequired
Organization ID
quoteIdstringRequired
Quote ID

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Quote retrieved successfully
idstring
Unique identifier of the quote
merchantIdstring
ID of the merchant that owns this quote
userIdstring
ID of the user who created this quote
createdAtdatetime
Timestamp when the quote was created
validForSecondsdouble
Number of seconds the quote is valid for
validUntildatetime
Timestamp when the quote expires
isExecutableboolean
Whether the quote can be executed to create an order
amountIndouble
Total amount the user pays in the origin currency
amountOutdouble
Total amount the recipient receives in the destination currency
exchangeRatedouble
Exchange rate applied for the conversion
originCurrencySymbolstring
Symbol of the origin currency
destinationCurrencySymbolstring
Symbol of the destination currency
totalBaseFeesApplieddouble
Total base fees applied to the transaction
totalTaxesOnAmountApplieddouble
Total taxes applied directly to the transaction amount
totalTaxesOnFeesApplieddouble
Total taxes applied to the fees
feeDetailsJsonmap from strings to any
Detailed fee calculation results in JSON format
taxDetailsJsonmap from strings to any
Detailed tax calculation results in JSON format
orderTypestring
Type of order this quote is for
koyweQuotesJsonmap from strings to any
Raw Koywe quote responses used for this calculation in JSON format
userRequestJsonmap from strings to any
Original user request data in JSON format

Errors