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
| Field | Type | Required | Description |
|---|---|---|---|
event | string | Yes | Always "cash_advance_funded" |
event_id | string | Yes | Unique identifier for this event |
application_id | string (UUID) | Yes | The unique application identifier |
timestamp | string (ISO 8601) | Yes | When the event occurred |
external_reference | string | Yes | Your external reference ID for the application |
details | object | Yes | Contains the cash advance funding details |
Cash Advance Details Object (message.details.cashAdvanceDetails)
message.details.cashAdvanceDetails)| Field | Type | Description |
|---|---|---|
cash_advance_number | string | The unique cash advance reference number |
funded_amount | number | The 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.
