Skip to main content
The following are the webhook events related to the Payments v2 API.
EventTriggerRelated method
PAYMENT.AUTHORIZATION.CREATEDA payment authorization is created, approved, executed, or a future payment authorization is created.Capture authorized payment
PAYMENT.AUTHORIZATION.VOIDEDA payment authorization is voided either due to authorization reaching it’s 30 day validity period or authorization was manually voided using the Void Authorized Payment API.Show details for authorized payment with response status of voided.
PAYMENT.CAPTURE.DECLINEDA payment capture is declined.Capture authorized payment with status of declined.
PAYMENT.CAPTURE.COMPLETEDA payment capture completes.Capture authorized payment with response status of completed.
PAYMENT.CAPTURE.PENDINGThe state of a payment capture changes to pending.Show details for authorized payment with response status of pending.
PAYMENT.CAPTURE.REFUNDEDA merchant refunds a payment capture.Capture authorized payment with response status of refunded.
PAYMENT.CAPTURE.REVERSEDPayPal reverses a payment capture.Refund captured payment
I