---
title: Payments v2
canonical: https://developer.paypal.com/sdk/payment/v2
openapi_schema:
  json: https://developer.paypal.com/sdk/payment/v2/schema.json
  yaml: https://developer.paypal.com/sdk/payment/v2/schema.yaml
---

# Payments v2 (/sdk/payment/v2)

> This is an API reference page. The information below is a summary — the [JSON](https://developer.paypal.com/sdk/payment/v2/schema.json) and [YAML](https://developer.paypal.com/sdk/payment/v2/schema.yaml) schema are the preferred, authoritative source for exact parameters, request/response shapes, and validation rules.

## Base URL(s)

- https://api-m.sandbox.paypal.com

## Authentication

- Oauth2 (OAuth 2.0, clientCredentials)

## Operations

### authorizations

- `GET` [Show details for authorized payment](/sdk/payment/v2/authorizations-get): Shows details for an authorized payment, by ID.
- `POST` [Capture authorized payment](/sdk/payment/v2/authorizations-capture): Captures an authorized payment, by ID.
- `POST` [Reauthorize authorized payment](/sdk/payment/v2/authorizations-reauthorize): Reauthorizes an authorized PayPal account payment, by ID.
- `POST` [Void authorized payment](/sdk/payment/v2/authorizations-void): Voids, or cancels, an authorized payment, by ID.

### captures

- `GET` [Show captured payment details](/sdk/payment/v2/captures-get): Shows details for a captured payment, by ID.
- `POST` [Refund captured payment](/sdk/payment/v2/captures-refund): Refunds a captured payment, by ID.

### find-eligible-methods

- `POST` [Find a list of eligible payment methods.](/sdk/payment/v2/find-eligible-methods): Get a list of eligible payment methods based on the input parameters provided.

### refunds

- `GET` [Show refund details](/sdk/payment/v2/refunds-get): Shows details for a refund, by ID.

## Full schema

The list above is a summary. Full parameter, request, and response detail for every operation lives in the schema: [JSON](https://developer.paypal.com/sdk/payment/v2/schema.json) · [YAML](https://developer.paypal.com/sdk/payment/v2/schema.yaml)