type field describing what happened and a data.object containing a point-in-time snapshot of the resource. Expand an event to see the full payload your webhook endpoint receives.
Payments
payment.created
payment.created
{
"id": "evt_019cd3444a7a70efaf554fd8450d2409",
"object": "event",
"type": "payment.created",
"resourceId": "pay_019cd3444a7a70efaf554fd8450d3403",
"resourceType": "payment",
"createdAt": "2026-01-15T14:30:00Z",
"data": {
"object": {
"id": "pay_019cd3444a7a70efaf554fd8450d3403",
"type": "payment",
"senderPartyId": "pty_019cd34e27bf78399b4e75b327d2ab25",
"recipientPartyId": "pty_019cd34e27bf78399b4e75b327d2cd36",
"paymentRequestId": null,
"transactionId": null,
"amount": {
"minorUnits": "150000",
"currency": "usd"
},
"status": "created",
"description": "Invoice 2208",
"tags": {
"invoice_id": "2208"
},
"failure": null,
"approval": null,
"cancellation": null,
"submittedAt": null,
"terminalAt": null,
"createdAt": "2026-01-15T14:30:00Z",
"updatedAt": "2026-01-15T14:30:00Z",
"version": 1
}
}
}
payment.completed
payment.completed
{
"id": "evt_019cd3444a7a70efaf554fd8450d2410",
"object": "event",
"type": "payment.completed",
"resourceId": "pay_019cd3444a7a70efaf554fd8450d3403",
"resourceType": "payment",
"createdAt": "2026-01-15T14:30:05Z",
"data": {
"object": {
"id": "pay_019cd3444a7a70efaf554fd8450d3403",
"type": "payment",
"senderPartyId": "pty_019cd34e27bf78399b4e75b327d2ab25",
"recipientPartyId": "pty_019cd34e27bf78399b4e75b327d2cd36",
"paymentRequestId": null,
"transactionId": null,
"amount": {
"minorUnits": "150000",
"currency": "usd"
},
"status": "completed",
"description": "Invoice 2208",
"tags": {
"invoice_id": "2208"
},
"failure": null,
"approval": null,
"cancellation": null,
"submittedAt": "2026-01-15T14:30:01Z",
"terminalAt": "2026-01-15T14:30:05Z",
"createdAt": "2026-01-15T14:30:00Z",
"updatedAt": "2026-01-15T14:30:05Z",
"version": 3
}
}
}
payment.failed
payment.failed
{
"id": "evt_019cd3444a7a70efaf554fd8450d2411",
"object": "event",
"type": "payment.failed",
"resourceId": "pay_019cd3444a7a70efaf554fd8450d3403",
"resourceType": "payment",
"createdAt": "2026-01-15T14:30:06Z",
"data": {
"object": {
"id": "pay_019cd3444a7a70efaf554fd8450d3403",
"type": "payment",
"senderPartyId": "pty_019cd34e27bf78399b4e75b327d2ab25",
"recipientPartyId": "pty_019cd34e27bf78399b4e75b327d2cd36",
"paymentRequestId": null,
"transactionId": null,
"amount": {
"minorUnits": "150000",
"currency": "usd"
},
"status": "failed",
"description": "Invoice 2208",
"tags": {
"invoice_id": "2208"
},
"failure": {
"code": "INSUFFICIENT_FUNDS",
"reason": "insufficient_funds"
},
"approval": null,
"cancellation": null,
"submittedAt": "2026-01-15T14:30:01Z",
"terminalAt": "2026-01-15T14:30:06Z",
"createdAt": "2026-01-15T14:30:00Z",
"updatedAt": "2026-01-15T14:30:06Z",
"version": 3
}
}
}
payment.returned
payment.returned
{
"id": "evt_019cd3444a7a70efaf554fd8450d2414",
"object": "event",
"type": "payment.returned",
"resourceId": "pay_019cd3444a7a70efaf554fd8450d3403",
"resourceType": "payment",
"createdAt": "2026-01-16T14:30:06Z",
"data": {
"object": {
"id": "pay_019cd3444a7a70efaf554fd8450d3403",
"type": "payment",
"senderPartyId": "pty_019cd34e27bf78399b4e75b327d2ab25",
"recipientPartyId": "pty_019cd34e27bf78399b4e75b327d2cd36",
"paymentRequestId": "prq_019cd3444a7a70efaf554fd8450d3403",
"transactionId": null,
"amount": {
"minorUnits": "150000",
"currency": "usd"
},
"status": "returned",
"description": "Invoice 2208",
"tags": {
"invoice_id": "2208"
},
"failure": null,
"approval": null,
"cancellation": null,
"submittedAt": "2026-01-15T14:30:01Z",
"terminalAt": "2026-01-16T14:30:06Z",
"createdAt": "2026-01-15T14:30:00Z",
"updatedAt": "2026-01-16T14:30:06Z",
"version": 4
}
}
}
payment.canceled
payment.canceled
{
"id": "evt_019cd3444a7a70efaf554fd8450d2412",
"object": "event",
"type": "payment.canceled",
"resourceId": "pay_019cd3444a7a70efaf554fd8450d3404",
"resourceType": "payment",
"createdAt": "2026-01-15T14:30:04Z",
"data": {
"object": {
"id": "pay_019cd3444a7a70efaf554fd8450d3404",
"type": "payment",
"senderPartyId": "pty_019cd34e27bf78399b4e75b327d2ab25",
"recipientPartyId": "pty_019cd34e27bf78399b4e75b327d2cd36",
"paymentRequestId": null,
"transactionId": null,
"amount": {
"minorUnits": "150000",
"currency": "usd"
},
"status": "canceled",
"description": "Invoice 2209",
"tags": {
"invoice_id": "2209"
},
"failure": null,
"approval": null,
"cancellation": {
"reason": "policy_canceled"
},
"submittedAt": null,
"terminalAt": "2026-01-15T14:30:04Z",
"createdAt": "2026-01-15T14:30:00Z",
"updatedAt": "2026-01-15T14:30:04Z",
"version": 2
}
}
}
payment.approval_denied
payment.approval_denied
{
"id": "evt_019cd3444a7a70efaf554fd8450d2413",
"object": "event",
"type": "payment.approval_denied",
"resourceId": "pay_019cd3444a7a70efaf554fd8450d3405",
"resourceType": "payment",
"createdAt": "2026-01-15T14:30:04Z",
"data": {
"object": {
"id": "pay_019cd3444a7a70efaf554fd8450d3405",
"type": "payment",
"senderPartyId": "pty_019cd34e27bf78399b4e75b327d2ab25",
"recipientPartyId": "pty_019cd34e27bf78399b4e75b327d2cd36",
"paymentRequestId": null,
"transactionId": null,
"amount": {
"minorUnits": "150000",
"currency": "usd"
},
"status": "approval_denied",
"description": "Invoice 2210",
"tags": {
"invoice_id": "2210"
},
"failure": null,
"approval": {
"denialReason": "risk_policy_denied"
},
"cancellation": null,
"submittedAt": null,
"terminalAt": "2026-01-15T14:30:04Z",
"createdAt": "2026-01-15T14:30:00Z",
"updatedAt": "2026-01-15T14:30:04Z",
"version": 2
}
}
}
ACH
ach.created
ach.created
{
"id": "evt_00000000000000000000000000003001",
"object": "event",
"type": "ach.created",
"resourceId": "ach_00000000000000000000000000000001",
"resourceType": "ach",
"createdAt": "2026-08-11T12:00:00Z",
"data": {
"object": {
"id": "ach_00000000000000000000000000000001",
"type": "ach",
"direction": "debit",
"partyId": "pty_00000000000000000000000000000001",
"walletId": "wal_00000000000000000000000000000001",
"externalPartyId": "epty_00000000000000000000000000000001",
"externalPartyAccountId": "epa_00000000000000000000000000000001",
"mandateId": "mdt_00000000000000000000000000000001",
"amount": {
"minorUnits": "12500",
"currency": "usd"
},
"status": "created",
"companyEntryDescription": "INVOICE",
"secCode": "WEB",
"submittedCompanyName": "Natural Test",
"submittedCompanyEntryDescription": "INVOICE",
"moneyMovementRequestId": null,
"traceNumber": null,
"failure": null,
"return": null,
"submittedAt": null,
"settledAt": null,
"expectedAvailableAt": null,
"returnedAt": null,
"terminalAt": null,
"createdAt": "2026-08-11T12:00:00Z",
"updatedAt": "2026-08-11T12:00:00Z",
"version": 1
}
}
}
ach.processing
ach.processing
{
"id": "evt_00000000000000000000000000003002",
"object": "event",
"type": "ach.processing",
"resourceId": "ach_00000000000000000000000000000001",
"resourceType": "ach",
"createdAt": "2026-08-11T12:01:00Z",
"data": {
"object": {
"id": "ach_00000000000000000000000000000001",
"type": "ach",
"direction": "debit",
"partyId": "pty_00000000000000000000000000000001",
"walletId": "wal_00000000000000000000000000000001",
"externalPartyId": "epty_00000000000000000000000000000001",
"externalPartyAccountId": "epa_00000000000000000000000000000001",
"mandateId": "mdt_00000000000000000000000000000001",
"amount": {
"minorUnits": "12500",
"currency": "usd"
},
"status": "processing",
"companyEntryDescription": "INVOICE",
"secCode": "WEB",
"submittedCompanyName": "Natural Test",
"submittedCompanyEntryDescription": "INVOICE",
"moneyMovementRequestId": "mmr_00000000000000000000000000000001",
"traceNumber": "123456780000001",
"failure": null,
"return": null,
"submittedAt": "2026-08-11T12:01:00Z",
"settledAt": null,
"expectedAvailableAt": "2026-08-12T12:00:00Z",
"returnedAt": null,
"terminalAt": null,
"createdAt": "2026-08-11T12:00:00Z",
"updatedAt": "2026-08-11T12:01:00Z",
"version": 2
}
}
}
ach.settled
ach.settled
{
"id": "evt_00000000000000000000000000003003",
"object": "event",
"type": "ach.settled",
"resourceId": "ach_00000000000000000000000000000001",
"resourceType": "ach",
"createdAt": "2026-08-12T12:00:00Z",
"data": {
"object": {
"id": "ach_00000000000000000000000000000001",
"type": "ach",
"direction": "debit",
"partyId": "pty_00000000000000000000000000000001",
"walletId": "wal_00000000000000000000000000000001",
"externalPartyId": "epty_00000000000000000000000000000001",
"externalPartyAccountId": "epa_00000000000000000000000000000001",
"mandateId": "mdt_00000000000000000000000000000001",
"amount": {
"minorUnits": "12500",
"currency": "usd"
},
"status": "settled",
"companyEntryDescription": "INVOICE",
"secCode": "WEB",
"submittedCompanyName": "Natural Test",
"submittedCompanyEntryDescription": "INVOICE",
"moneyMovementRequestId": "mmr_00000000000000000000000000000001",
"traceNumber": "123456780000001",
"failure": null,
"return": null,
"submittedAt": "2026-08-11T12:01:00Z",
"settledAt": "2026-08-12T12:00:00Z",
"expectedAvailableAt": "2026-08-12T12:00:00Z",
"returnedAt": null,
"terminalAt": "2026-08-12T12:00:00Z",
"createdAt": "2026-08-11T12:00:00Z",
"updatedAt": "2026-08-12T12:00:00Z",
"version": 3
}
}
}
ach.failed
ach.failed
{
"id": "evt_00000000000000000000000000003004",
"object": "event",
"type": "ach.failed",
"resourceId": "ach_00000000000000000000000000000002",
"resourceType": "ach",
"createdAt": "2026-08-11T12:02:00Z",
"data": {
"object": {
"id": "ach_00000000000000000000000000000002",
"type": "ach",
"direction": "credit",
"partyId": "pty_00000000000000000000000000000001",
"walletId": "wal_00000000000000000000000000000001",
"externalPartyId": "epty_00000000000000000000000000000001",
"externalPartyAccountId": "epa_00000000000000000000000000000001",
"mandateId": null,
"amount": {
"minorUnits": "12500",
"currency": "usd"
},
"status": "failed",
"companyEntryDescription": "PAYROLL",
"secCode": "PPD",
"submittedCompanyName": "Natural Test",
"submittedCompanyEntryDescription": "PAYROLL",
"moneyMovementRequestId": "mmr_00000000000000000000000000000002",
"traceNumber": null,
"failure": {
"code": "R03",
"reason": "Bank account could not receive the credit."
},
"return": null,
"submittedAt": "2026-08-11T12:01:00Z",
"settledAt": null,
"expectedAvailableAt": null,
"returnedAt": null,
"terminalAt": "2026-08-11T12:02:00Z",
"createdAt": "2026-08-11T12:00:00Z",
"updatedAt": "2026-08-11T12:02:00Z",
"version": 3
}
}
}
ach.returned
ach.returned
{
"id": "evt_00000000000000000000000000003005",
"object": "event",
"type": "ach.returned",
"resourceId": "ach_00000000000000000000000000000001",
"resourceType": "ach",
"createdAt": "2026-08-13T12:00:00Z",
"data": {
"object": {
"id": "ach_00000000000000000000000000000001",
"type": "ach",
"direction": "debit",
"partyId": "pty_00000000000000000000000000000001",
"walletId": "wal_00000000000000000000000000000001",
"externalPartyId": "epty_00000000000000000000000000000001",
"externalPartyAccountId": "epa_00000000000000000000000000000001",
"mandateId": "mdt_00000000000000000000000000000001",
"amount": {
"minorUnits": "12500",
"currency": "usd"
},
"status": "returned",
"companyEntryDescription": "INVOICE",
"secCode": "WEB",
"submittedCompanyName": "Natural Test",
"submittedCompanyEntryDescription": "INVOICE",
"moneyMovementRequestId": "mmr_00000000000000000000000000000001",
"traceNumber": "123456780000001",
"failure": null,
"return": {
"code": "R01",
"reason": "Insufficient funds",
"dishonoredAt": null,
"contestedAt": null,
"fundsUnlockedAt": "2026-08-13T12:05:00Z"
},
"submittedAt": "2026-08-11T12:01:00Z",
"settledAt": "2026-08-12T12:00:00Z",
"expectedAvailableAt": null,
"returnedAt": "2026-08-13T12:00:00Z",
"terminalAt": "2026-08-13T12:00:00Z",
"createdAt": "2026-08-11T12:00:00Z",
"updatedAt": "2026-08-13T12:00:00Z",
"version": 4
}
}
}
Deposits
deposit.created
deposit.created
{
"id": "evt_00000000000000000000000000001001",
"object": "event",
"type": "deposit.created",
"resourceId": "trf_00000000000000000000000000000001",
"resourceType": "transfer",
"createdAt": "2026-06-13T12:00:00Z",
"data": {
"object": {
"id": "trf_00000000000000000000000000000001",
"type": "deposit",
"partyId": "pty_00000000000000000000000000000001",
"walletId": "wal_00000000000000000000000000000001",
"externalAccountId": "eac_00000000000000000000000000000001",
"transactionId": null,
"amount": {
"minorUnits": "2500",
"currency": "usd"
},
"status": "created",
"description": "Deposit",
"tags": {
"workflow": "treasury"
},
"externalAccountDisplayMask": null,
"expectedAvailableAt": null,
"failure": null,
"approval": null,
"cancellation": null,
"return": null,
"submittedAt": null,
"settledAt": null,
"returnedAt": null,
"createdAt": "2026-06-13T12:00:00Z",
"updatedAt": "2026-06-13T12:00:00Z",
"version": 1
}
}
}
deposit.completed
deposit.completed
{
"id": "evt_00000000000000000000000000001002",
"object": "event",
"type": "deposit.completed",
"resourceId": "trf_00000000000000000000000000000001",
"resourceType": "transfer",
"createdAt": "2026-06-14T09:30:00Z",
"data": {
"object": {
"id": "trf_00000000000000000000000000000001",
"type": "deposit",
"partyId": "pty_00000000000000000000000000000001",
"walletId": "wal_00000000000000000000000000000001",
"externalAccountId": "eac_00000000000000000000000000000001",
"transactionId": "txn_00000000000000000000000000000001",
"amount": {
"minorUnits": "2500",
"currency": "usd"
},
"status": "completed",
"description": "Deposit",
"tags": {
"workflow": "treasury"
},
"externalAccountDisplayMask": "1234",
"expectedAvailableAt": "2026-06-14T09:30:00Z",
"failure": null,
"approval": null,
"cancellation": null,
"return": null,
"submittedAt": "2026-06-13T12:01:00Z",
"settledAt": "2026-06-14T09:30:00Z",
"returnedAt": null,
"createdAt": "2026-06-13T12:00:00Z",
"updatedAt": "2026-06-14T09:30:00Z",
"version": 4
}
}
}
deposit.failed
deposit.failed
{
"id": "evt_00000000000000000000000000001003",
"object": "event",
"type": "deposit.failed",
"resourceId": "trf_00000000000000000000000000000002",
"resourceType": "transfer",
"createdAt": "2026-06-13T12:05:00Z",
"data": {
"object": {
"id": "trf_00000000000000000000000000000002",
"type": "deposit",
"partyId": "pty_00000000000000000000000000000001",
"walletId": "wal_00000000000000000000000000000001",
"externalAccountId": "eac_00000000000000000000000000000002",
"transactionId": "txn_00000000000000000000000000000002",
"amount": {
"minorUnits": "5000",
"currency": "usd"
},
"status": "failed",
"description": null,
"tags": {
"workflow": "treasury"
},
"externalAccountDisplayMask": "6789",
"expectedAvailableAt": null,
"failure": {
"code": "INSUFFICIENT_FUNDS",
"reason": "insufficient_funds"
},
"approval": null,
"cancellation": null,
"return": null,
"submittedAt": "2026-06-13T12:01:00Z",
"settledAt": null,
"returnedAt": null,
"createdAt": "2026-06-13T12:00:00Z",
"updatedAt": "2026-06-13T12:05:00Z",
"version": 3
}
}
}
deposit.returned
deposit.returned
{
"id": "evt_00000000000000000000000000001004",
"object": "event",
"type": "deposit.returned",
"resourceId": "trf_00000000000000000000000000000003",
"resourceType": "transfer",
"createdAt": "2026-06-15T16:20:00Z",
"data": {
"object": {
"id": "trf_00000000000000000000000000000003",
"type": "deposit",
"partyId": "pty_00000000000000000000000000000001",
"walletId": "wal_00000000000000000000000000000001",
"externalAccountId": "eac_00000000000000000000000000000003",
"transactionId": "txn_00000000000000000000000000000003",
"amount": {
"minorUnits": "2500",
"currency": "usd"
},
"status": "returned",
"description": "Deposit",
"tags": {
"workflow": "treasury"
},
"externalAccountDisplayMask": "1234",
"expectedAvailableAt": "2026-06-14T09:30:00Z",
"failure": null,
"approval": null,
"cancellation": null,
"return": {
"code": "R01",
"reason": "Insufficient Funds"
},
"submittedAt": "2026-06-13T12:01:00Z",
"settledAt": "2026-06-14T09:30:00Z",
"returnedAt": "2026-06-15T16:20:00Z",
"createdAt": "2026-06-13T12:00:00Z",
"updatedAt": "2026-06-15T16:20:00Z",
"version": 6
}
}
}
deposit.canceled
deposit.canceled
{
"id": "evt_00000000000000000000000000001005",
"object": "event",
"type": "deposit.canceled",
"resourceId": "trf_00000000000000000000000000000004",
"resourceType": "transfer",
"createdAt": "2026-06-13T12:03:00Z",
"data": {
"object": {
"id": "trf_00000000000000000000000000000004",
"type": "deposit",
"partyId": "pty_00000000000000000000000000000001",
"walletId": "wal_00000000000000000000000000000001",
"externalAccountId": "eac_00000000000000000000000000000004",
"transactionId": null,
"amount": {
"minorUnits": "2500",
"currency": "usd"
},
"status": "canceled",
"description": null,
"tags": {
"workflow": "treasury"
},
"externalAccountDisplayMask": null,
"expectedAvailableAt": null,
"failure": null,
"approval": null,
"cancellation": {
"reason": "policy_canceled"
},
"return": null,
"submittedAt": null,
"settledAt": null,
"returnedAt": null,
"createdAt": "2026-06-13T12:00:00Z",
"updatedAt": "2026-06-13T12:03:00Z",
"version": 2
}
}
}
deposit.approval_denied
deposit.approval_denied
{
"id": "evt_00000000000000000000000000001006",
"object": "event",
"type": "deposit.approval_denied",
"resourceId": "trf_00000000000000000000000000000005",
"resourceType": "transfer",
"createdAt": "2026-06-13T12:04:00Z",
"data": {
"object": {
"id": "trf_00000000000000000000000000000005",
"type": "deposit",
"partyId": "pty_00000000000000000000000000000001",
"walletId": "wal_00000000000000000000000000000001",
"externalAccountId": "eac_00000000000000000000000000000005",
"transactionId": null,
"amount": {
"minorUnits": "2500",
"currency": "usd"
},
"status": "approval_denied",
"description": null,
"tags": {
"workflow": "treasury"
},
"externalAccountDisplayMask": null,
"expectedAvailableAt": null,
"failure": null,
"approval": {
"denialReason": "risk_policy_denied"
},
"cancellation": null,
"return": null,
"submittedAt": null,
"settledAt": null,
"returnedAt": null,
"createdAt": "2026-06-13T12:00:00Z",
"updatedAt": "2026-06-13T12:04:00Z",
"version": 2
}
}
}
Withdrawals
withdrawal.created
withdrawal.created
{
"id": "evt_00000000000000000000000000002001",
"object": "event",
"type": "withdrawal.created",
"resourceId": "trf_00000000000000000000000000001001",
"resourceType": "transfer",
"createdAt": "2026-06-13T12:00:00Z",
"data": {
"object": {
"id": "trf_00000000000000000000000000001001",
"type": "withdrawal",
"partyId": "pty_00000000000000000000000000000001",
"walletId": "wal_00000000000000000000000000000001",
"externalAccountId": "eac_00000000000000000000000000001001",
"transactionId": null,
"amount": {
"minorUnits": "2500",
"currency": "usd"
},
"status": "created",
"description": "Withdrawal",
"tags": {
"workflow": "treasury"
},
"externalAccountDisplayMask": null,
"expectedAvailableAt": null,
"failure": null,
"approval": null,
"cancellation": null,
"return": null,
"submittedAt": null,
"settledAt": null,
"returnedAt": null,
"createdAt": "2026-06-13T12:00:00Z",
"updatedAt": "2026-06-13T12:00:00Z",
"version": 1
}
}
}
withdrawal.completed
withdrawal.completed
{
"id": "evt_00000000000000000000000000002002",
"object": "event",
"type": "withdrawal.completed",
"resourceId": "trf_00000000000000000000000000001001",
"resourceType": "transfer",
"createdAt": "2026-06-14T09:30:00Z",
"data": {
"object": {
"id": "trf_00000000000000000000000000001001",
"type": "withdrawal",
"partyId": "pty_00000000000000000000000000000001",
"walletId": "wal_00000000000000000000000000000001",
"externalAccountId": "eac_00000000000000000000000000001001",
"transactionId": "txn_00000000000000000000000000001001",
"amount": {
"minorUnits": "2500",
"currency": "usd"
},
"status": "completed",
"description": "Withdrawal",
"tags": {
"workflow": "treasury"
},
"externalAccountDisplayMask": "1234",
"expectedAvailableAt": null,
"failure": null,
"approval": null,
"cancellation": null,
"return": null,
"submittedAt": "2026-06-13T12:01:00Z",
"settledAt": "2026-06-14T09:30:00Z",
"returnedAt": null,
"createdAt": "2026-06-13T12:00:00Z",
"updatedAt": "2026-06-14T09:30:00Z",
"version": 4
}
}
}
withdrawal.failed
withdrawal.failed
{
"id": "evt_00000000000000000000000000002003",
"object": "event",
"type": "withdrawal.failed",
"resourceId": "trf_00000000000000000000000000001002",
"resourceType": "transfer",
"createdAt": "2026-06-13T12:05:00Z",
"data": {
"object": {
"id": "trf_00000000000000000000000000001002",
"type": "withdrawal",
"partyId": "pty_00000000000000000000000000000001",
"walletId": "wal_00000000000000000000000000000001",
"externalAccountId": "eac_00000000000000000000000000001002",
"transactionId": "txn_00000000000000000000000000001002",
"amount": {
"minorUnits": "5000",
"currency": "usd"
},
"status": "failed",
"description": null,
"tags": {
"workflow": "treasury"
},
"externalAccountDisplayMask": "6789",
"expectedAvailableAt": null,
"failure": {
"code": "INSUFFICIENT_FUNDS",
"reason": "insufficient_funds"
},
"approval": null,
"cancellation": null,
"return": null,
"submittedAt": "2026-06-13T12:01:00Z",
"settledAt": null,
"returnedAt": null,
"createdAt": "2026-06-13T12:00:00Z",
"updatedAt": "2026-06-13T12:05:00Z",
"version": 3
}
}
}
withdrawal.returned
withdrawal.returned
{
"id": "evt_00000000000000000000000000002004",
"object": "event",
"type": "withdrawal.returned",
"resourceId": "trf_00000000000000000000000000001003",
"resourceType": "transfer",
"createdAt": "2026-06-15T16:20:00Z",
"data": {
"object": {
"id": "trf_00000000000000000000000000001003",
"type": "withdrawal",
"partyId": "pty_00000000000000000000000000000001",
"walletId": "wal_00000000000000000000000000000001",
"externalAccountId": "eac_00000000000000000000000000001003",
"transactionId": "txn_00000000000000000000000000001003",
"amount": {
"minorUnits": "2500",
"currency": "usd"
},
"status": "returned",
"description": "Withdrawal",
"tags": {
"workflow": "treasury"
},
"externalAccountDisplayMask": "1234",
"expectedAvailableAt": null,
"failure": null,
"approval": null,
"cancellation": null,
"return": {
"code": "R03",
"reason": "No account/unable to locate account"
},
"submittedAt": "2026-06-13T12:01:00Z",
"settledAt": "2026-06-14T09:30:00Z",
"returnedAt": "2026-06-15T16:20:00Z",
"createdAt": "2026-06-13T12:00:00Z",
"updatedAt": "2026-06-15T16:20:00Z",
"version": 6
}
}
}
withdrawal.canceled
withdrawal.canceled
{
"id": "evt_00000000000000000000000000002005",
"object": "event",
"type": "withdrawal.canceled",
"resourceId": "trf_00000000000000000000000000001004",
"resourceType": "transfer",
"createdAt": "2026-06-13T12:03:00Z",
"data": {
"object": {
"id": "trf_00000000000000000000000000001004",
"type": "withdrawal",
"partyId": "pty_00000000000000000000000000000001",
"walletId": "wal_00000000000000000000000000000001",
"externalAccountId": "eac_00000000000000000000000000001004",
"transactionId": null,
"amount": {
"minorUnits": "2500",
"currency": "usd"
},
"status": "canceled",
"description": null,
"tags": {
"workflow": "treasury"
},
"externalAccountDisplayMask": null,
"expectedAvailableAt": null,
"failure": null,
"approval": null,
"cancellation": {
"reason": "policy_canceled"
},
"return": null,
"submittedAt": null,
"settledAt": null,
"returnedAt": null,
"createdAt": "2026-06-13T12:00:00Z",
"updatedAt": "2026-06-13T12:03:00Z",
"version": 2
}
}
}
withdrawal.approval_denied
withdrawal.approval_denied
{
"id": "evt_00000000000000000000000000002006",
"object": "event",
"type": "withdrawal.approval_denied",
"resourceId": "trf_00000000000000000000000000001005",
"resourceType": "transfer",
"createdAt": "2026-06-13T12:04:00Z",
"data": {
"object": {
"id": "trf_00000000000000000000000000001005",
"type": "withdrawal",
"partyId": "pty_00000000000000000000000000000001",
"walletId": "wal_00000000000000000000000000000001",
"externalAccountId": "eac_00000000000000000000000000001005",
"transactionId": null,
"amount": {
"minorUnits": "2500",
"currency": "usd"
},
"status": "approval_denied",
"description": null,
"tags": {
"workflow": "treasury"
},
"externalAccountDisplayMask": null,
"expectedAvailableAt": null,
"failure": null,
"approval": {
"denialReason": "risk_policy_denied"
},
"cancellation": null,
"return": null,
"submittedAt": null,
"settledAt": null,
"returnedAt": null,
"createdAt": "2026-06-13T12:00:00Z",
"updatedAt": "2026-06-13T12:04:00Z",
"version": 2
}
}
}
Payment requests
payment_request.created
payment_request.created
{
"id": "evt_019cd3444a7a70efaf554fd8450d2412",
"object": "event",
"type": "payment_request.created",
"resourceId": "prq_019cd3444a7a70efaf554fd8450d3404",
"resourceType": "payment_request",
"createdAt": "2026-01-15T14:30:00Z",
"data": {
"object": {
"id": "prq_019cd3444a7a70efaf554fd8450d3404",
"type": "payment_request",
"payeePartyId": "pty_019cd3444a7a70efaf554fd8450d1111",
"payerPartyId": null,
"payerAgentId": null,
"amount": {
"minorUnits": "300000",
"currency": "usd"
},
"status": "open",
"description": "Invoice 9930",
"tags": {
"invoice_id": "9930"
},
"linkedPaymentId": null,
"completedAt": null,
"canceledAt": null,
"createdAt": "2026-01-15T14:30:00Z",
"updatedAt": "2026-01-15T14:30:00Z",
"version": 1
}
}
}
payment_request.completed
payment_request.completed
{
"id": "evt_019cd3444a7a70efaf554fd8450d2413",
"object": "event",
"type": "payment_request.completed",
"resourceId": "prq_019cd3444a7a70efaf554fd8450d3404",
"resourceType": "payment_request",
"createdAt": "2026-01-15T18:30:00Z",
"data": {
"object": {
"id": "prq_019cd3444a7a70efaf554fd8450d3404",
"type": "payment_request",
"payeePartyId": "pty_019cd3444a7a70efaf554fd8450d1111",
"payerPartyId": "pty_019cd3444a7a70efaf554fd8450d2222",
"payerAgentId": null,
"amount": {
"minorUnits": "300000",
"currency": "usd"
},
"status": "completed",
"description": "Invoice 9930",
"tags": {
"invoice_id": "9930"
},
"linkedPaymentId": "pay_019cd3444a7a70efaf554fd8450d5555",
"completedAt": "2026-01-15T18:30:00Z",
"canceledAt": null,
"createdAt": "2026-01-15T14:30:00Z",
"updatedAt": "2026-01-15T18:30:00Z",
"version": 7
}
}
}
payment_request.canceled
payment_request.canceled
{
"id": "evt_019cd3444a7a70efaf554fd8450d2414",
"object": "event",
"type": "payment_request.canceled",
"resourceId": "prq_019cd3444a7a70efaf554fd8450d3404",
"resourceType": "payment_request",
"createdAt": "2026-01-15T14:45:00Z",
"data": {
"object": {
"id": "prq_019cd3444a7a70efaf554fd8450d3404",
"type": "payment_request",
"payeePartyId": "pty_019cd3444a7a70efaf554fd8450d1111",
"payerPartyId": "pty_019cd3444a7a70efaf554fd8450d2222",
"payerAgentId": null,
"amount": {
"minorUnits": "300000",
"currency": "usd"
},
"status": "canceled",
"description": "Invoice 9930",
"tags": {
"invoice_id": "9930"
},
"linkedPaymentId": null,
"completedAt": null,
"canceledAt": "2026-01-15T14:45:00Z",
"createdAt": "2026-01-15T14:30:00Z",
"updatedAt": "2026-01-15T14:45:00Z",
"version": 3
}
}
}
payment_request.declined
payment_request.declined
{
"id": "evt_019cd3444a7a70efaf554fd8450d2415",
"object": "event",
"type": "payment_request.declined",
"resourceId": "prq_019cd3444a7a70efaf554fd8450d3404",
"resourceType": "payment_request",
"createdAt": "2026-01-15T15:00:00Z",
"data": {
"object": {
"id": "prq_019cd3444a7a70efaf554fd8450d3404",
"type": "payment_request",
"payeePartyId": "pty_019cd3444a7a70efaf554fd8450d1111",
"payerPartyId": "pty_019cd3444a7a70efaf554fd8450d2222",
"payerAgentId": null,
"amount": {
"minorUnits": "300000",
"currency": "usd"
},
"status": "declined",
"description": "Invoice 9930",
"tags": {
"invoice_id": "9930"
},
"linkedPaymentId": null,
"completedAt": null,
"canceledAt": null,
"createdAt": "2026-01-15T14:30:00Z",
"updatedAt": "2026-01-15T15:00:00Z",
"version": 4
}
}
}
payment_request.incoming
payment_request.incoming
{
"id": "evt_019cd3444a7a70efaf554fd8450d2500",
"object": "event",
"type": "payment_request.incoming",
"resourceId": "prq_019cd3444a7a70efaf554fd8450d3500",
"resourceType": "payment_request",
"createdAt": "2026-01-15T14:30:00Z",
"data": {
"object": {
"id": "prq_019cd3444a7a70efaf554fd8450d3500",
"type": "payment_request",
"payeePartyId": "pty_019cd34e27bf78399b4e75b327d2ab25",
"payerPartyId": "pty_019cd3444a7a70efaf554fd8450d3501",
"payerAgentId": null,
"amount": {
"minorUnits": "500",
"currency": "USD"
},
"status": "OPEN",
"description": "Invoice 7",
"tags": {
"invoice_id": "7"
},
"linkedPaymentId": null,
"completedAt": null,
"canceledAt": null,
"createdAt": "2026-01-15T14:30:00Z",
"updatedAt": "2026-01-15T14:30:00Z",
"version": 1
}
}
}
Approvals
approval.required
approval.required
{
"id": "evt_00000000000000000000000000007001",
"object": "event",
"type": "approval.required",
"resourceId": "apr_00000000000000000000000000000001",
"resourceType": "approval",
"createdAt": "2026-06-13T12:00:00Z",
"data": {
"object": {
"id": "apr_00000000000000000000000000000001",
"type": "approval",
"status": "pending",
"approverPartyId": "pty_00000000000000000000000000000003",
"target": {
"type": "payment",
"id": "pay_00000000000000000000000000000001"
},
"reasons": [
{
"type": "limitExceeded",
"limitType": "dailyAmount",
"limit": {
"minorUnits": "10000",
"currency": "usd"
},
"actual": {
"minorUnits": "15000",
"currency": "usd"
}
}
],
"denialNote": null,
"cancellationReason": null,
"resolvedByPartyId": null,
"resolvedAt": null,
"createdAt": "2026-06-13T12:00:00Z",
"updatedAt": "2026-06-13T12:00:00Z",
"version": 1
}
}
}
approval.approved
approval.approved
{
"id": "evt_00000000000000000000000000007002",
"object": "event",
"type": "approval.approved",
"resourceId": "apr_00000000000000000000000000000002",
"resourceType": "approval",
"createdAt": "2026-06-13T12:05:00Z",
"data": {
"object": {
"id": "apr_00000000000000000000000000000002",
"type": "approval",
"status": "approved",
"approverPartyId": "pty_00000000000000000000000000000003",
"target": {
"type": "payment_request",
"id": "prq_00000000000000000000000000000001"
},
"reasons": [
{
"type": "limitExceeded",
"limitType": "perTransactionAmount",
"limit": {
"minorUnits": "10000",
"currency": "usd"
},
"actual": {
"minorUnits": "15000",
"currency": "usd"
}
}
],
"denialNote": null,
"cancellationReason": null,
"resolvedByPartyId": "pty_00000000000000000000000000000003",
"resolvedAt": "2026-06-13T12:05:00Z",
"createdAt": "2026-06-13T12:00:00Z",
"updatedAt": "2026-06-13T12:05:00Z",
"version": 2
}
}
}
approval.denied
approval.denied
{
"id": "evt_00000000000000000000000000007003",
"object": "event",
"type": "approval.denied",
"resourceId": "apr_00000000000000000000000000000003",
"resourceType": "approval",
"createdAt": "2026-06-13T12:07:00Z",
"data": {
"object": {
"id": "apr_00000000000000000000000000000003",
"type": "approval",
"status": "denied",
"approverPartyId": "pty_00000000000000000000000000000003",
"target": {
"type": "payment",
"id": "pay_00000000000000000000000000000003"
},
"reasons": [
{
"type": "limitExceeded",
"limitType": "monthlyAmount",
"limit": {
"minorUnits": "100000",
"currency": "usd"
},
"actual": {
"minorUnits": "125000",
"currency": "usd"
}
}
],
"denialNote": "Over the delegated limit",
"cancellationReason": null,
"resolvedByPartyId": "pty_00000000000000000000000000000003",
"resolvedAt": "2026-06-13T12:07:00Z",
"createdAt": "2026-06-13T12:00:00Z",
"updatedAt": "2026-06-13T12:07:00Z",
"version": 2
}
}
}
approval.canceled
approval.canceled
{
"id": "evt_00000000000000000000000000007004",
"object": "event",
"type": "approval.canceled",
"resourceId": "apr_00000000000000000000000000000004",
"resourceType": "approval",
"createdAt": "2026-06-13T12:08:00Z",
"data": {
"object": {
"id": "apr_00000000000000000000000000000004",
"type": "approval",
"status": "canceled",
"approverPartyId": "pty_00000000000000000000000000000003",
"target": {
"type": "payment",
"id": "pay_00000000000000000000000000000004"
},
"reasons": [],
"denialNote": null,
"cancellationReason": "NON_EXECUTABLE",
"resolvedByPartyId": null,
"resolvedAt": "2026-06-13T12:08:00Z",
"createdAt": "2026-06-13T12:00:00Z",
"updatedAt": "2026-06-13T12:08:00Z",
"version": 3
}
}
}
Parties
party.updated
party.updated
{
"id": "evt_019cd3444a7a70efaf554fd8450d221b",
"object": "event",
"type": "party.updated",
"resourceId": "pty_019cd34e27bf78399b4e75b327d2ab25",
"resourceType": "party",
"createdAt": "2026-01-15T14:30:00Z",
"data": {
"object": {
"type": "org",
"legalName": "Acme Corp",
"displayName": "Acme",
"status": "active",
"email": "admin@acme.com",
"createdAt": "2026-01-10T10:00:00Z",
"updatedAt": "2026-01-15T14:30:00Z",
"version": 3
}
}
}
Compliance
compliance_case.updated
compliance_case.updated
{
"id": "evt_00000000000000000000000000000040",
"object": "event",
"type": "compliance_case.updated",
"resourceId": "cpc_00000000000000000000000000000001",
"resourceType": "compliance_case",
"createdAt": "2026-01-15T14:30:00Z",
"data": {
"object": {
"id": "cpc_00000000000000000000000000000001",
"type": "compliance_case",
"attributes": {
"partyId": "pty_00000000000000000000000000000001",
"status": "approved"
},
"version": 7
}
}
}
Wallets
wallet.created
wallet.created
{
"id": "evt_019cd3444a7a70efaf554fd8450d221a",
"object": "event",
"type": "wallet.created",
"resourceId": "wal_019cd3444a7a70efaf554fd8450d334b",
"resourceType": "wallet",
"createdAt": "2026-01-15T14:30:00Z",
"data": {
"object": {
"partyId": "pty_019cd34e27bf78399b4e75b327d2ab25",
"walletType": "standard",
"status": "active",
"displayName": "My Wallet",
"tags": {
"environment": "production"
},
"currency": "usd",
"freezeDetails": null,
"createdAt": "2026-01-15T14:30:00Z",
"updatedAt": "2026-01-15T14:30:00Z",
"createdBy": "usr_550e8400e29b41d4a716446655440000",
"version": 1
}
}
}
Delegations
agent_delegation_invitation.created
agent_delegation_invitation.created
{
"id": "evt_019cd3444a7a70efaf554fd8450d2301",
"object": "event",
"type": "agent_delegation_invitation.created",
"resourceId": "adi_019cd3444a7a70efaf554fd8450d4501",
"resourceType": "agent_delegation_invitation",
"createdAt": "2026-01-15T14:30:00Z",
"data": {
"object": {
"invitationId": "adi_019cd3444a7a70efaf554fd8450d4501",
"agentId": "agt_019cd3444a7a70efaf554fd8450d4502",
"delegateePartyId": "pty_019cd34e27bf78399b4e75b327d2cd36",
"delegatorPartyId": null,
"customerEmail": "customer@example.com",
"status": "pending",
"permissions": [
"payments.read",
"payments.create"
],
"limits": {
"perTransactionCents": 50000
},
"expiresAt": "2026-02-15T14:30:00Z",
"createdAt": "2026-01-15T14:30:00Z",
"updatedAt": "2026-01-15T14:30:00Z",
"version": 1,
"tags": {
"campaign": "q3_reactivation",
"crm_id": "hub_84921"
}
}
}
}
agent_delegation_invitation.accepted
agent_delegation_invitation.accepted
{
"id": "evt_019cd3444a7a70efaf554fd8450d2302",
"object": "event",
"type": "agent_delegation_invitation.accepted",
"resourceId": "adi_019cd3444a7a70efaf554fd8450d4501",
"resourceType": "agent_delegation_invitation",
"createdAt": "2026-01-15T15:00:00Z",
"data": {
"object": {
"invitationId": "adi_019cd3444a7a70efaf554fd8450d4501",
"agentId": "agt_019cd3444a7a70efaf554fd8450d4502",
"delegateePartyId": "pty_019cd34e27bf78399b4e75b327d2cd36",
"delegatorPartyId": "pty_019cd34e27bf78399b4e75b327d2ab25",
"customerEmail": "customer@example.com",
"status": "accepted",
"permissions": [
"payments.read",
"payments.create"
],
"limits": {
"perTransactionCents": 50000
},
"expiresAt": "2026-02-15T14:30:00Z",
"createdAt": "2026-01-15T14:30:00Z",
"updatedAt": "2026-01-15T15:00:00Z",
"version": 2,
"tags": {
"campaign": "q3_reactivation",
"crm_id": "hub_84921"
}
}
}
}
agent_delegation_invitation.declined
agent_delegation_invitation.declined
{
"id": "evt_019cd3444a7a70efaf554fd8450d2303",
"object": "event",
"type": "agent_delegation_invitation.declined",
"resourceId": "adi_019cd3444a7a70efaf554fd8450d4501",
"resourceType": "agent_delegation_invitation",
"createdAt": "2026-01-15T15:00:00Z",
"data": {
"object": {
"invitationId": "adi_019cd3444a7a70efaf554fd8450d4501",
"agentId": "agt_019cd3444a7a70efaf554fd8450d4502",
"delegateePartyId": "pty_019cd34e27bf78399b4e75b327d2cd36",
"delegatorPartyId": null,
"customerEmail": "customer@example.com",
"status": "declined",
"permissions": [
"payments.read",
"payments.create"
],
"limits": {
"perTransactionCents": 50000
},
"expiresAt": "2026-02-15T14:30:00Z",
"createdAt": "2026-01-15T14:30:00Z",
"updatedAt": "2026-01-15T15:00:00Z",
"version": 2,
"tags": {
"campaign": "q3_reactivation",
"crm_id": "hub_84921"
}
}
}
}
agent_delegation_invitation.canceled
agent_delegation_invitation.canceled
{
"id": "evt_019cd3444a7a70efaf554fd8450d2304",
"object": "event",
"type": "agent_delegation_invitation.canceled",
"resourceId": "adi_019cd3444a7a70efaf554fd8450d4501",
"resourceType": "agent_delegation_invitation",
"createdAt": "2026-01-15T15:00:00Z",
"data": {
"object": {
"invitationId": "adi_019cd3444a7a70efaf554fd8450d4501",
"agentId": "agt_019cd3444a7a70efaf554fd8450d4502",
"delegateePartyId": "pty_019cd34e27bf78399b4e75b327d2cd36",
"delegatorPartyId": null,
"customerEmail": "customer@example.com",
"status": "canceled",
"permissions": [
"payments.read",
"payments.create"
],
"limits": {
"perTransactionCents": 50000
},
"expiresAt": "2026-02-15T14:30:00Z",
"cancelReason": "developer_retired",
"createdAt": "2026-01-15T14:30:00Z",
"updatedAt": "2026-01-15T15:00:00Z",
"version": 2,
"tags": {
"campaign": "q3_reactivation",
"crm_id": "hub_84921"
}
}
}
}
agent_delegation.revoked
agent_delegation.revoked
{
"id": "evt_019cd3444a7a70efaf554fd8450d2305",
"object": "event",
"type": "agent_delegation.revoked",
"resourceId": "adl_019cd3444a7a70efaf554fd8450d4503",
"resourceType": "agent_delegation",
"createdAt": "2026-01-15T16:00:00Z",
"data": {
"object": {
"agentDelegationId": "adl_019cd3444a7a70efaf554fd8450d4503",
"delegationId": "dlg_019cd3444a7a70efaf554fd8450d4504",
"agentId": "agt_019cd3444a7a70efaf554fd8450d4502",
"permissions": [
"payments.read",
"payments.create"
],
"status": "revoked",
"revokeReason": "customer",
"createdAt": "2026-01-15T15:00:00Z",
"updatedAt": "2026-01-15T16:00:00Z",
"version": 2
}
}
}
delegation.activated
delegation.activated
{
"id": "evt_00000000000000000000000000000041",
"object": "event",
"type": "delegation.activated",
"resourceId": "dlg_00000000000000000000000000000001",
"resourceType": "delegation",
"createdAt": "2026-01-15T14:30:00Z",
"data": {
"object": {
"delegatorPartyId": "pty_00000000000000000000000000000001",
"delegateePartyId": "pty_00000000000000000000000000000002",
"permissions": [
"party.read",
"payments.read"
],
"status": "active",
"sourceType": "link",
"sourceId": "ivl_00000000000000000000000000000001",
"createdAt": "2026-01-10T10:00:00Z",
"version": 2
}
}
}
delegation.revoked
delegation.revoked
{
"id": "evt_019cd3444a7a70efaf554fd8450d2307",
"object": "event",
"type": "delegation.revoked",
"resourceId": "dlg_019cd3444a7a70efaf554fd8450d4504",
"resourceType": "delegation",
"createdAt": "2026-01-15T16:00:00Z",
"data": {
"object": {
"delegatorPartyId": "pty_019cd34e27bf78399b4e75b327d2ab25",
"delegateePartyId": "pty_019cd34e27bf78399b4e75b327d2cd36",
"permissions": [
"payments.read",
"payments.create"
],
"status": "revoked",
"sourceType": "invitation",
"sourceId": "adi_019cd3444a7a70efaf554fd8450d6812",
"createdAt": "2026-01-15T15:00:00Z",
"version": 2
}
}
}
Invitation links
invitation_link.created
invitation_link.created
{
"id": "evt_00000000000000000000000000000051",
"object": "event",
"type": "invitation_link.created",
"resourceId": "ivl_00000000000000000000000000000001",
"resourceType": "invitation_link",
"createdAt": "2026-02-01T09:00:00Z",
"data": {
"object": {
"id": "ivl_00000000000000000000000000000001",
"name": "Vendor onboarding link",
"status": "active",
"delegateePartyId": "pty_00000000000000000000000000000002",
"permissions": [
"payments.read",
"payments.create"
],
"offeredAgents": [
{
"agentId": "agt_00000000000000000000000000000011",
"permissions": [
"payments.read",
"payments.create"
],
"limits": {
"perTransactionCents": 50000,
"perDayCents": 200000
}
},
{
"agentId": "agt_00000000000000000000000000000012",
"permissions": [
"payments.read"
]
}
],
"expiresAt": "2026-03-01T00:00:00Z",
"tags": {
"campaign": "vendor_onboarding"
},
"createdAt": "2026-02-01T09:00:00Z",
"version": 1
}
}
}
invitation_link.revoked
invitation_link.revoked
{
"id": "evt_00000000000000000000000000000052",
"object": "event",
"type": "invitation_link.revoked",
"resourceId": "ivl_00000000000000000000000000000001",
"resourceType": "invitation_link",
"createdAt": "2026-02-10T16:45:00Z",
"data": {
"object": {
"id": "ivl_00000000000000000000000000000001",
"name": "Vendor onboarding link",
"status": "revoked",
"delegateePartyId": "pty_00000000000000000000000000000002",
"permissions": [
"payments.read",
"payments.create"
],
"offeredAgents": [
{
"agentId": "agt_00000000000000000000000000000011",
"permissions": [
"payments.read",
"payments.create"
],
"limits": {
"perTransactionCents": 50000,
"perDayCents": 200000
}
},
{
"agentId": "agt_00000000000000000000000000000012",
"permissions": [
"payments.read"
]
}
],
"tags": {
"campaign": "vendor_onboarding"
},
"createdAt": "2026-02-01T09:00:00Z",
"version": 2
}
}
}
invitation_link.agent_added
invitation_link.agent_added
{
"id": "evt_00000000000000000000000000000053",
"object": "event",
"type": "invitation_link.agent_added",
"resourceId": "ivl_00000000000000000000000000000001",
"resourceType": "invitation_link",
"createdAt": "2026-02-03T11:20:00Z",
"data": {
"object": {
"id": "ivl_00000000000000000000000000000001",
"name": "Vendor onboarding link",
"status": "active",
"delegateePartyId": "pty_00000000000000000000000000000002",
"permissions": [
"payments.read",
"payments.create"
],
"offeredAgents": [
{
"agentId": "agt_00000000000000000000000000000011",
"permissions": [
"payments.read",
"payments.create"
],
"limits": {
"perTransactionCents": 50000,
"perDayCents": 200000
}
},
{
"agentId": "agt_00000000000000000000000000000012",
"permissions": [
"payments.read"
]
}
],
"expiresAt": "2026-03-01T00:00:00Z",
"tags": {
"campaign": "vendor_onboarding"
},
"createdAt": "2026-02-01T09:00:00Z",
"version": 1
}
}
}
invitation_link.agent_removed
invitation_link.agent_removed
{
"id": "evt_00000000000000000000000000000054",
"object": "event",
"type": "invitation_link.agent_removed",
"resourceId": "ivl_00000000000000000000000000000001",
"resourceType": "invitation_link",
"createdAt": "2026-02-04T08:05:00Z",
"data": {
"object": {
"id": "ivl_00000000000000000000000000000001",
"name": "Vendor onboarding link",
"status": "active",
"delegateePartyId": "pty_00000000000000000000000000000002",
"permissions": [
"payments.read",
"payments.create"
],
"offeredAgents": [
{
"agentId": "agt_00000000000000000000000000000012",
"permissions": [
"payments.read"
]
}
],
"expiresAt": "2026-03-01T00:00:00Z",
"tags": {
"campaign": "vendor_onboarding"
},
"createdAt": "2026-02-01T09:00:00Z",
"version": 1
}
}
}
invitation_link.redeemed
invitation_link.redeemed
{
"id": "evt_00000000000000000000000000000055",
"object": "event",
"type": "invitation_link.redeemed",
"resourceId": "ivl_00000000000000000000000000000001",
"resourceType": "invitation_link",
"createdAt": "2026-02-05T19:30:00Z",
"data": {
"object": {
"id": "ivl_00000000000000000000000000000001",
"name": "Vendor onboarding link",
"status": "active",
"delegateePartyId": "pty_00000000000000000000000000000002",
"permissions": [
"payments.read",
"payments.create"
],
"offeredAgents": [
{
"agentId": "agt_00000000000000000000000000000011",
"permissions": [
"payments.read",
"payments.create"
],
"limits": {
"perTransactionCents": 50000,
"perDayCents": 200000
}
},
{
"agentId": "agt_00000000000000000000000000000012",
"permissions": [
"payments.read"
]
}
],
"expiresAt": "2026-03-01T00:00:00Z",
"tags": {
"campaign": "vendor_onboarding"
},
"createdAt": "2026-02-01T09:00:00Z",
"version": 1
}
}
}
External party accounts
external_party_account.validated
external_party_account.validated
{
"id": "evt_00000000000000000000000000003201",
"object": "event",
"type": "external_party_account.validated",
"resourceId": "epa_00000000000000000000000000000001",
"resourceType": "external_party_account",
"createdAt": "2026-08-11T12:00:00Z",
"data": {
"object": {
"id": "epa_00000000000000000000000000000001",
"type": "external_party_account",
"externalPartyId": "epty_00000000000000000000000000000001",
"accountType": "checking",
"last4": "6789",
"mask": "****6789",
"validationState": "validated",
"createdAt": "2026-08-11T12:00:00Z",
"updatedAt": "2026-08-11T12:00:00Z",
"version": 1
}
}
}
External accounts
external_account.connected
external_account.connected
{
"id": "evt_019cd3444a7a70efaf554fd8450d221d",
"object": "event",
"type": "external_account.connected",
"resourceId": "eac_019cd3444a7a70efaf554fd8450d556e",
"resourceType": "external_account",
"createdAt": "2026-01-15T14:30:00Z",
"data": {
"object": {
"version": 1,
"tags": {
"environment": "production"
}
}
}
}