---
title: Payment Links and Buttons v1
canonical: https://developer.paypal.com/api/payment-links-buttons/v1
openapi_schema:
  json: https://developer.paypal.com/api/payment-links-buttons/v1/schema.json
  yaml: https://developer.paypal.com/api/payment-links-buttons/v1/schema.yaml
---

# Payment Links and Buttons v1 (/api/payment-links-buttons/v1)

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

- `GET` [List payment resources](/api/payment-links-buttons/v1/payment-resources-get-list): Returns a paginated list of payment resources created by the authenticated merchant.
- `POST` [Creates a payment resource for a single-item purchase](/api/payment-links-buttons/v1/payment-resources-post): Creates a new PayPal payment resource for a single-item Buy Now checkout.
- `GET` [Retrieve a payment resource](/api/payment-links-buttons/v1/payment-resources-get-byid): Retrieves details for a specific payment resource, including current status, integration configuration, and related HATEOAS links.
- `DELETE` [Delete a payment resource](/api/payment-links-buttons/v1/payment-resources-delete-byid): Permanently deletes the specified payment resource.
- `PUT` [Replace a payment resource](/api/payment-links-buttons/v1/payment-resources-put-byid): Replaces all editable fields of an existing payment resource.

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