This page lists the various events you may encounter while a deal is under processing for Liberis. Be aware that the events you receive will vary based on the agreed Payment Method between you and Liberis. For any inquiries, please contact your partner manager.
Events: application_updated
This webhook is triggered at various stages of the application lifecycle to provide updates on the status of a Flexi application.
{
"id": "flexi_6fdbcd36-c06f-467b-b1f1-ee88abff9626",
"api_version": "1.0",
"event": "application_updated",
"created_date": "2023-02-06T13:40:00Z",
"data": {
"status": "Approved",
"references": {
"application_id": "5001a000002axxeef",
"liberis_id": "6f07701-96d0-4d1a-b82c-ad6c069014fe",
"partner_client_id": "M_12432_4345"
}
}
}
Field | Datatype | Description |
---|---|---|
id | guid | The unique identifier for the webhook event. |
api_version | string | Version of the API being used. |
event | string | The type of the event being communicated. In this case, it's application_updated . |
created_date | string | ISO date string indicating when the event was triggered. |
status | string | Current status of the application. It can be one of submitted , approved , declined , cancelled or activated , |
references | object | A collection of ids related to the event. |
application | string | The unique identifier for the application as recorded in Liberis' system. |
merchant | guid | The unique identifier for the merchant within Liberis' system, also referred to as the LiberisId. |
external_merchant | string | The unique identifier for the merchant within your system, as provided to Liberis. |