Get application detail
GET/financing/v1/applications/:applicationId
If you need to find out current information about particular application - primarily its state and other details - use /financing/v1/applications/{applicationId} resource where {applicationId} is the application ID you received in the response of /financing/v1/applications after its creation.
| Financing type | Supported |
|---|---|
DEFERRED_PAYMENT | YES |
PAY_IN_THREE | YES |
If the request was successfully processed, you receive HTTP status code 200 and application object.
In other cases, you may receive errors similar to the following ones:
| Status code | Code | Message |
|---|---|---|
| 400 | INVALID_REQUEST | Request was not well formatted (malformed request syntax, size too large, etc.) |
| 404 | APPLICATION_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 |
Request
Responses
- 200
- 404
Actual application data
Application does not exist