Card events
card_creation.event
Emitted when a new card is created.
card_creation.event
Emitted when a new card is created.
card_creation.event.card.delete
Emitted when a card is closed.
card.delete
Emitted when a card is closed.
card.delete.card.update
Emitted when a card is activated, paused, or unpaused. A new card can emit this immediately after its creation event.
card.update
Emitted when a card is activated, paused, or unpaused. A new card can emit this immediately after its creation event.
card.update.Transaction events
aggregated_transaction.create
Emitted when a Transaction first appears in the transaction feed.
aggregated_transaction.create
Emitted when a Transaction first appears in the transaction feed.
aggregated_transaction.create.aggregated_transaction.update
Emitted when an existing Transaction changes status or displayed details. The same Transaction can emit this event more than once.
aggregated_transaction.update
Emitted when an existing Transaction changes status or displayed details. The same Transaction can emit this event more than once.
aggregated_transaction.update.Expense report events
expense_report.create
Emitted when a new expense report is created.
expense_report.create
Emitted when a new expense report is created.
expense_report.create.expense_report.update
Emitted when an existing expense report changes, including updates to its status or editable report details.
expense_report.update
Emitted when an existing expense report changes, including updates to its status or editable report details.
expense_report.update.