Cash Advance Funded

Triggered when the cash advance has been funded to the customer's account.

Payload

{
  "event": "cash_advance_funded",
  "event_id": "evt-f6g7h8i9-0123-45fg-hijk-6789012345fg",
  "application_id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
  "timestamp": "2026-02-13T09:00:00.000Z",
  "external_reference": "YOUR-REF-001",
  "details": {
      "cashAdvanceDetails": {
        "cash_advance_number": "CA-2026-001",
        "funded_amount": 15000.00
      }
    }
}

Fields

FieldTypeRequiredDescription
eventstringYesAlways "cash_advance_funded"
event_idstringYesUnique identifier for this event
application_idstring (UUID)YesThe unique application identifier
timestampstring (ISO 8601)YesWhen the event occurred
external_referencestringYesYour external reference ID for the application
detailsobjectYesContains the cash advance funding details

Cash Advance Details Object (message.details.cashAdvanceDetails)

FieldTypeDescription
cash_advance_numberstringThe unique cash advance reference number
funded_amountnumberThe amount funded to the customer (GBP)

What This Means

The cash advance has been successfully funded. At this stage:

  • The funds have been sent to the customer's account
  • A cash advance record has been created with a unique reference number
  • This is the final event in the standard application lifecycle

Note: This event covers a single payment. Split-funding scenarios (e.g., Tranche 1 to repay a competitor, followed by Tranche 2) are not currently supported via webhooks.