> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paypal.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Payments v2

The following are the webhook events related to the [Payments v2 API](/reference/api/rest/authorizations/show-details-for-authorized-payment).

| Event                           | Trigger                                                                                                                                                                        | Related method                                                                                                                            |
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------- |
| `PAYMENT.AUTHORIZATION.CREATED` | A payment authorization is created, approved, executed, or a future payment authorization is created.                                                                          | [Capture authorized payment](/reference/api/rest/authorizations/show-details-for-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](/reference/api/rest/authorizations/void-authorized-payment) with response `status` of `voided`.     |
| `PAYMENT.CAPTURE.DECLINED`      | A payment capture is declined.                                                                                                                                                 | [Capture authorized payment](/reference/api/rest/authorizations/capture-authorized-payment) with `status` of `declined`.                  |
| `PAYMENT.CAPTURE.COMPLETED`     | A payment capture completes.                                                                                                                                                   | [Capture authorized payment](/reference/api/rest/authorizations/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](/reference/api/rest/authorizations/capture-authorized-payment) with response `status` of `pending`. |
| `PAYMENT.CAPTURE.REFUNDED`      | A merchant refunds a payment capture.                                                                                                                                          | [Capture authorized payment](/reference/api/rest/captures/refund-captured-payment) with response `status` of `refunded`.                  |
| `PAYMENT.CAPTURE.REVERSED`      | PayPal reverses a payment capture.                                                                                                                                             | [Refund captured payment](/reference/api/rest/refunds/show-refund-details)                                                                |
