Cancellation Request
Cancellation
Cancellation is when you notify us that the customer no longer wants to proceed with the application.
You can automate the task so that the cancellation API request is generated to mark both in-store and online applications as cancelled, without the need to log into Backoffice.
Request Fields
POST Field | Type | Required? | Notes |
---|---|---|---|
cr_id | INTEGER | Yes | The Deko ID for this credit application which you want to cancel. |
new_state | STRING | Yes | This should be ‘cancelled’ in lower case |
cancellation_note | STRING | Yes | The reason why the credit application is being cancelled |
api_key | STRING | Yes | Your unique account identifier |
Example Successful Response
<?xml version="1.0"?>
<p4l>
<result>success</result>
</p4l>
Updated about 2 years ago
Did this page help you?