API Reference

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"
    }
  }
}
FieldDatatypeDescription
idguidThe unique identifier for the webhook event.
api_versionstringVersion of the API being used.
eventstringThe type of the event being communicated. In this case, it's application_updated.
created_datestringISO date string indicating when the event was triggered.
statusstringCurrent status of the application. It can be one of submitted, approved, declined, cancelledor activated,
referencesobjectA collection of ids related to the event.
applicationstringThe unique identifier for the application as recorded in Liberis' system.
merchantguidThe unique identifier for the merchant within Liberis' system, also referred to as the LiberisId.
external_merchantstringThe unique identifier for the merchant within your system, as provided to Liberis.