Returns order information

To try these services, an Authorization token must be provided as a BearerToken header. The Authorization token can be obtained in the /auth service.

Path parameters

orderIdstringRequired
Order's identifier.

Headers

AuthorizationstringRequired

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

Response

successful operation
orderIdstring or null
quoteIdstring or null
orderTypestring or null
symbolInstring or null
symbolOutstring or null
amountIndouble or null
amountOutdouble or null
emailstring or null
exchangeRatedouble or null
koyweFeedouble or null
partnerFeedouble or null
networkFeedouble or null
statusstring or null
outReceiptstring or null
bankAccountIdstring or null
metaDatastring or null
externalIdstring or null
feesInFiatobject or null
feesInUSDobject or null
datesobject or null
destinationAddressstring or null
paymentMethodIdstring or null
logoInstring or null
logoOutstring or null
refundobject or null
errorsobject or null

Errors