alt

Important information

The API reference is now available here.
The deprecated API reference is available here.

Unzer

Supported webhook events

Learn more about all supported webhook events.

The following is a list of all the supported webhook events. Check Notifications to learn how to use them.

Event TypeDescription
allTriggers a notification for all events.
authorizeTriggers a notification for all authorization related events.
authorize.succeededTriggers a notification for successful authorization creation events only.
authorize.failedTriggers a notification for failed authorization events only.
authorize.pendingTriggers a notification for pending authorization events only.
For example, an authorization, that needs the customers’ payment confirmation.
authorize.canceledTriggers a notification for canceled authorization events only.
For example, an authorization that is fully reversed.
chargeTriggers a notification for all charge related events.
Including direct charge & charge after authorization.
charge.succeededTriggers a notification for successful charge events only.
charge.failedTriggers a notification for failed charge events only.
charge.pendingTriggers a notification for pending charge events only.
For example, a charge, that needs the customer’s payment confirmation.
charge.canceledTriggers a notification for canceled charge events only.
For example, a charge that is fully refunded.
chargebackTriggers a notification for chargeback events only.
typesTriggers a notification for all payment resource creation events.
customerTriggers a notification for all customer resource related events.
customer.createdTriggers a notification for successful customer creation events only.
customer.deletedTriggers a notification for successful customer deletion events only.
customer.updatedTriggers a notification for successful customer update events only.
paymentTriggers a notification for all payment related events.
payment.pendingTriggers a notification when a payment is in pending state.
This event is usually triggered when an authorization or charge which requires a customer confirmation is called.
payment.completedTriggers a notification when a payment is in completed state.
This event is usually triggered in the following scenarios:
  • When calling a direct charge, which does not require the customer’s payment confirmation.
  • When an authorization has been fully charged: calling a charge for authorization with the full amount of the authorization.
payment.canceledTriggers a notification when a payment is in canceled state.
This event is usually triggered when a the full amount of a payment is cancelled.
payment.partlyTriggers a notification when a payment is in partly charged state.
This event is usually triggered in the following scenario:
  • When an authorization has been partly charged: calling a charge for an authorization with one part of the full authorization amount.
payment.payment_reviewTriggers a notification when a payment is in payment review state.
This event is usually triggered in the following scenarios:
  • When an authorization has been over charged: calling a charge for an authorization with an amount that is greater than the amount of the authorization.
  • When an authorization has been over charged: calling multiple charges for an authorization where the total amount is greater than the amount of the authorization.
payment.chargebackTriggers a notification when a payment is in chargeback state.
This event is triggered when a chargeback is called.

icon
A chargeback payment cannot be changed under any circumstance.
shipmentTriggers a notification when a shipment is called.
payoutTriggers a notification for all payout related events.
payout.succeededTriggers a notification for successful payout events only.
payout.failedTriggers a notification for failed payout events only.