Skip to main content

Get order

GET 

/financing/v1/orders

If you need to find out current information about particular order - primarily its state (or its order items' states) and other details - use /financing/v1/orders{?orderNumber,orderVariableSymbol,applicationId} resource where {applicationId} is the application ID you received in the response of /financing/v1/applications after its creation, {orderNumber} is your order's number and {orderVariableSymbol} is your order's variable symbol.

Financing typeSupported
DEFERRED_PAYMENTYES
PAY_IN_THREEYES
Application stateAvailability
PROCESSINGYES
REJECTEDYES
CANCELLEDYES
READYYES

If the request was successfully processed, you receive HTTP status code 200 and object of information about specified order plus basic information about respective application (ID, state, substate).

In other cases, you may receive errors similar to the following ones:

Status codeCodeExplanation
404OBJECT_NOT_FOUNDThe requested resource could not be found
422UNPROCESSABLEThe request was well-formed but was unable to be followed due to semantic errors

use /financing/v1/orders with at least one of following parameter:

  • variable symbol,

  • order number,

  • application number.

Request

Responses

Order data