Application Status Request
You can use Status Requests either as an option or in addition to CSN’s.
To request the current status of a credit application, send an HTTP POST to Deko API URL with the following data.
Find the current status of a credit application.
Request Fields
POST Field | Type | Required? | Notes |
---|---|---|---|
retaileruniqueref | STRING | Yes | Your unique reference supplied with the initial credit application. |
request_state | STRING | Yes | This variable must be present and set to ‘true’ in lower case. |
api_key | STRING | Yes | Your unique account identifier |
Example Successful Response
<?xml version="1.0" ?>
<p4l>
<cr_id>
1111111
</cr_id>
<decision>
ACCEPT
</decison>
</p4l>
Updated about 3 years ago
Did this page help you?