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 type | Supported |
|---|---|
DEFERRED_PAYMENT | YES |
PAY_IN_THREE | YES |
| Application state | Availability |
|---|---|
PROCESSING | YES |
REJECTED | YES |
CANCELLED | YES |
READY | YES |
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 code | Code | Explanation |
|---|---|---|
| 404 | OBJECT_NOT_FOUND | The requested resource could not be found |
| 422 | UNPROCESSABLE | The 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
- 200
- 404
Order data
Order not found