Event | Trigger | Related method |
---|---|---|
PAYMENT.AUTHORIZATION.CREATED | A payment authorization is created, approved, executed, or a future payment authorization is created. | Capture authorized payment |
PAYMENT.AUTHORIZATION.VOIDED | A 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.DECLINED | A payment capture is declined. | Capture authorized payment with status of declined . |
PAYMENT.CAPTURE.COMPLETED | A payment capture completes. | Capture authorized payment with response status of completed . |
PAYMENT.CAPTURE.PENDING | The state of a payment capture changes to pending. | Show details for authorized payment with response status of pending . |
PAYMENT.CAPTURE.REFUNDED | A merchant refunds a payment capture. | Capture authorized payment with response status of refunded . |
PAYMENT.CAPTURE.REVERSED | PayPal reverses a payment capture. | Refund captured payment |