New Transaction Webhook Event Types for Webhook API

We added a new webhook event type for direct debit payments:

  • com.blackbaud.payments.transaction.directdebit.finalized.v1 — Fires when a direct debit payment is finalized

The event type includes the following data properties:

  • id - The unique identifier of the transaction
  • status - succeeded or failed

For details, see Transaction webhook event types.

Categories