---
title: Payments v1
canonical: https://developer.paypal.com/api/deprecated/payments/v1
openapi_schema:
  json: https://developer.paypal.com/api/deprecated/payments/v1/schema.json
  yaml: https://developer.paypal.com/api/deprecated/payments/v1/schema.yaml
---

# Payments v1 (/api/deprecated/payments/v1)

> This is an API reference page. The information below is a summary — the [JSON](https://developer.paypal.com/api/deprecated/payments/v1/schema.json) and [YAML](https://developer.paypal.com/api/deprecated/payments/v1/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

### payment

- `GET` [List payments](/api/deprecated/payments/v1/payment-list): Deprecation notice: The /v1/payments endpoint is deprecated.
- `POST` [Create payment](/api/deprecated/payments/v1/payment-create): Deprecation notice: The /v1/payments endpoint is deprecated.
- `GET` [Show payment details](/api/deprecated/payments/v1/payment-get): Deprecation notice: The /v1/payments endpoint is deprecated.
- `PATCH` [Partially update payment](/api/deprecated/payments/v1/payment-update): Deprecation notice: The /v1/payments endpoint is deprecated.
- `POST` [Execute approved PayPal payment](/api/deprecated/payments/v1/payment-execute): Deprecation notice: The /v1/payments endpoint is deprecated.

### sale

- `GET` [Show sale details](/api/deprecated/payments/v1/sale-get): Deprecation notice: The /v1/payments endpoint is deprecated.
- `POST` [Refund sale](/api/deprecated/payments/v1/sale-refund): Deprecation notice: The /v1/payments endpoint is deprecated.

### authorization

- `GET` [Show authorization details](/api/deprecated/payments/v1/authorization-get): Deprecation notice: The /v1/payments endpoint is deprecated.
- `POST` [Capture authorization](/api/deprecated/payments/v1/authorization-capture): Deprecation notice: The /v1/payments endpoint is deprecated.
- `POST` [Void authorization](/api/deprecated/payments/v1/authorization-void): Deprecation notice: The /v1/payments endpoint is deprecated.
- `POST` [Re-authorize payment](/api/deprecated/payments/v1/authorization-reauthorize): Deprecation notice: The /v1/payments endpoint is deprecated.

### orders

- `GET` [Show order details](/api/deprecated/payments/v1/orders-get): Deprecation notice: The /v1/payments endpoint is deprecated.
- `POST` [Capture order](/api/deprecated/payments/v1/orders-capture): Deprecation notice: The /v1/payments endpoint is deprecated.
- `POST` [Void order](/api/deprecated/payments/v1/orders-void): Deprecation notice: The /v1/payments endpoint is deprecated.
- `POST` [Authorize order](/api/deprecated/payments/v1/orders-authorize): Deprecation notice: The /v1/payments endpoint is deprecated.

### capture

- `GET` [Show captured payment details](/api/deprecated/payments/v1/capture-get): Deprecation notice: The /v1/payments endpoint is deprecated.
- `POST` [Refund captured payment](/api/deprecated/payments/v1/capture-refund): Deprecation notice: The /v1/payments endpoint is deprecated.

### refund

- `GET` [Show refund details](/api/deprecated/payments/v1/refund-get): Deprecation notice: The /v1/payments endpoint is deprecated.

## 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/api/deprecated/payments/v1/schema.json) · [YAML](https://developer.paypal.com/api/deprecated/payments/v1/schema.yaml)