Precheck
POST/financing/v1/precheck
Precheck application
Returns probability of application's approval and limits of particular customer, if known to Skip Pay
| Financing type | Supported |
|---|---|
DEFERRED_PAYMENT | YES |
PAY_IN_THREE | YES |
It has to be called with valid access token (see the Security section) from your server. If you plan to integrate it in client flow, you should implement REST endpoint bound to your shopping basket session, that will be used as a proxy to call Skip Pay API - NEVER put access token directly to client side.
Possible error codes explanation:
| Status code | Code | Explanation |
|---|---|---|
| 400 | INVALID_REQUEST | Request was not well formatted (malformed request syntax, size too large, etc.) |
| 422 | PERSONAL_ID_INVALID | PersonalId is not valid |
Request
Responses
- 200
- 400
- 422
Probability of approval
Error in processing request
Error in processing request