eventId,
eventName, timestamp, programId, sandbox, customerId, clientReference).
transaction fields
Fetch the full transaction record from the API — see search. The webhook
carries only the identifier.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
These docs are a work in progress and may change. Share feedback
Fires when a ledger transaction is created.
eventId,
eventName, timestamp, programId, sandbox, customerId, clientReference).
transaction fields| Field | Type | Notes |
|---|---|---|
transactionId | string | The transaction identifier. |
{
"eventId": "f7c3…",
"eventName": "TRANSACTION_CREATED",
"timestamp": "2026-06-23T12:34:56.789Z",
"programId": "yourprogram",
"sandbox": false,
"customerId": "cust_123",
"transaction": { "transactionId": "019ef46a-e035-72a2-98a1-3e07eaa8f435" }
}