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

# Invoicing v1 (/api/deprecated/invoicing/v1)

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

### invoices

- `GET` [List invoices](/api/deprecated/invoicing/v1/invoice-get-all): Deprecation notice: The /v1/invoices endpoint is deprecated.
- `POST` [Create draft invoice](/api/deprecated/invoicing/v1/invoice-create): Deprecation notice: The /v1/invoices endpoint is deprecated.
- `POST` [Send invoice](/api/deprecated/invoicing/v1/invoice-send): Deprecation notice: The /v1/invoices endpoint is deprecated.
- `POST` [Schedule invoice](/api/deprecated/invoicing/v1/invoice-schedule): Deprecation notice: The /v1/invoices endpoint is deprecated.
- `POST` [Send invoice reminder](/api/deprecated/invoicing/v1/invoice-remind): Deprecation notice: The /v1/invoices endpoint is deprecated.
- `POST` [Cancel sent invoice](/api/deprecated/invoicing/v1/invoice-cancel): Deprecation notice: The /v1/invoices endpoint is deprecated.
- `POST` [Mark invoice as paid](/api/deprecated/invoicing/v1/invoice-record-payment): Deprecation notice: The /v1/invoices endpoint is deprecated.
- `POST` [Mark invoice as refunded](/api/deprecated/invoicing/v1/invoice-record-refund): Deprecation notice: The /v1/invoices endpoint is deprecated.
- `GET` [Show invoice details](/api/deprecated/invoicing/v1/invoice-get): Deprecation notice: The /v1/invoices endpoint is deprecated.
- `DELETE` [Delete draft invoice](/api/deprecated/invoicing/v1/invoice-delete): Deprecation notice: The /v1/invoices endpoint is deprecated.
- `PUT` [Update invoice](/api/deprecated/invoicing/v1/invoice-update): Deprecation notice: The /v1/invoices endpoint is deprecated.
- `DELETE` [Delete external payment](/api/deprecated/invoicing/v1/invoice-delete-external-payment): Deprecation notice: The /v1/invoices endpoint is deprecated.
- `DELETE` [Delete external refund](/api/deprecated/invoicing/v1/invoice-delete-external-refund): Deprecation notice: The /v1/invoices endpoint is deprecated.
- `GET` [Generate QR code](/api/deprecated/invoicing/v1/invoice-qr-code): Deprecation notice: The /v1/invoices endpoint is deprecated.
- `POST` [Generate invoice number](/api/deprecated/invoicing/v1/invoice-next-invoice-number): Deprecation notice: The /v1/invoices endpoint is deprecated.

### search

- `POST` [Search for invoices](/api/deprecated/invoicing/v1/invoice-search): Deprecation notice: The /v1/invoices endpoint is deprecated.

### templates

- `GET` [List templates](/api/deprecated/invoicing/v1/template-get-templates): Deprecation notice: The /v1/invoices endpoint is deprecated.
- `POST` [Create template](/api/deprecated/invoicing/v1/template-create): Deprecation notice: The /v1/invoices endpoint is deprecated.
- `GET` [Show template details](/api/deprecated/invoicing/v1/template-get): Deprecation notice: The /v1/invoices endpoint is deprecated.
- `DELETE` [Delete template](/api/deprecated/invoicing/v1/template-delete): Deletes a template, by ID.
- `PUT` [Update template](/api/deprecated/invoicing/v1/template-update): Deprecation notice: The /v1/invoices 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/invoicing/v1/schema.json) · [YAML](https://developer.paypal.com/api/deprecated/invoicing/v1/schema.yaml)