Events: advance_status_changed
This webhook is triggered at various stages of the application lifecycle to provide updates on the status of an application.
Payload Structure:
See https://liberis-api.readme.io/v3/reference/post_advancestatuschanged
Application Status Transitions:
From | To | Happens when |
---|---|---|
null | PENDING_DECISION | A new advance is created; a credit decision is required before it progresses |
null | PENDING_FULFILMENT | A new advance is created; no further credit decision is required |
PENDING_DECISION | PENDING_FULFILMENT | A credit decision has been made and Liberis intends to fund this advance, as soon as all outstanding actions (including contract signature) are completed. |
PENDING_DECISION | REJECTED | Liberis will not fund this deal as it was rejected during the underwriting process |
PENDING_DECISION | CANCELLED | The advance has been cancelled by Liberis or the merchant |
PENDING_FULFILMENT | CANCELLED | The advance has been cancelled by Liberis or the merchant |
PENDING_FULFILMENT | PENDING_DISBURSEMENT | Liberis has completed all checks and intends to fund the advance. Depending on the banking rail in use, this may take seconds to days. |
PENDING_DISBURSEMENT | FUNDED | Liberis has confirmed that the merchant has received the funds. For banking rails that support live confirmations, this will be real time. For banking rails without explicit confirmation steps, this will be after a timeout period has elapsed without a reported error from Liberis' banking partner. |