Webhooks

Transactionanchor

availability

Transaction webhooks are available for ACH and SEPA Direct Debit Transaction: Sale and Transaction: Refund requests.

Notification kindsanchor

The notification kind, returned by calling kind on the notification object, reveals what triggered the webhook. The webhookNotification.getKind() for Transaction webhooks will be one of the following:

  • WebhookNotification.Kind.TRANSACTIONSETTLEMENTDECLINED
  • WebhookNotification.Kind.TRANSACTIONSETTLED

The following table describes the conditions that trigger each kind of webhook.

Notification Type Description
transaction_settlement_declined

Settlement for the transaction was declined.


May be triggered after the transaction_settled webhook if the customer's bank returns the refund after it has appeared to settle.

transaction_settled

Transaction successfully settled.

Attributesanchor

getKind()enum

The kind of webhook notification.

getTimestamp()date

The UTC date/time at which the webhook was triggered.

getTransaction()

A Transaction object.

The associated transaction.