Notification kinds
The notification kind, returned by calling kind
on the notification object, reveals what triggered the webhook. The webhookNotification.Kind
for Transaction webhooks will be one of the following:
WebhookKind.TRANSACTION_SETTLEMENT_DECLINED
WebhookKind.TRANSACTION_SETTLED
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 |
Transaction successfully settled. |
Attributes