Skip to main content

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 typeSupported
DEFERRED_PAYMENTYES
PAY_IN_THREEYES

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 codeCodeMessage
400INVALID_REQUESTRequest was not well formatted (malformed request syntax, size too large, etc.)
404APPLICATION_NOT_FOUNDThe requested resource could not be found
422UNPROCESSABLEThe request was well-formed but was unable to be followed due to semantic errors

Request

Responses

Actual application data