@paypal/paypal-rest-api-specifications

1.0.0 • Public • Published

PayPal REST API Specifications

This repository contains the specification files for PayPal REST APIs.

You can try our REST APIs in Postman without a PayPal Developer account. Learn more in our Postman guide.

Run in Postman

Steps to generate code from the specification

Note: Spec file used: openapi/checkout_orders_v2.json

Java

  1. npm run codegen-java -- openapi/checkout_orders_v2.json --artifact-id orders
  2. cd generated/java
  3. mvn clean install

The above will install the orders artifact to the local maven repository

Available scripts

 npm run
Scripts available in @paypal/paypal-rest-api-specifications@1.0.0 via `npm run-script`:
  preview
    redocly preview-docs
  bundle
    redocly bundle
  bundle-deref
    redocly bundle -d true
  lint-redocly
    redocly --format summary lint
  lint-spectral
    spectral --format pretty lint
  lint-openapi
    openapi-generator-cli validate -i
  codegen-java
    openapi-generator-cli generate -g java -o generated/java -i
  codegen-typescript-node
    openapi-generator-cli generate -g typescript-node -o generated/typescript-node -i

Available specifications

OpenAPI 3.0.3

The OpenAPI specification is a programming language agnostic standard that lets providers describe the interface of their HTTP APIs. This allows both humans and machines to discover the capabilities of an API without needing to first read documentation or understand the implementation.

API Name Version Links
Add Tracking v1 OpenAPI, API Reference
Catalog Products v1 OpenAPI, API Reference
Disputes v1 OpenAPI, API Reference
Invoices v1 OpenAPI, API Reference
Invoices v2 OpenAPI, API Reference
Orders v1 OpenAPI, API Reference
Orders v2 OpenAPI, API Reference
Partner Referrals v1 OpenAPI, API Reference
Partner Referrals v2 OpenAPI, API Reference
Payment Experience v1 OpenAPI, API Reference
Payment Method Tokens v3 OpenAPI, API Reference
Payments v1 OpenAPI, API Reference
Payments v2 OpenAPI, API Reference
Payouts v1 OpenAPI, API Reference
Subscriptions v1 OpenAPI, API Reference
Transaction Search v1 OpenAPI, API Reference
Webhooks Management v1 OpenAPI, API Reference

Support

PayPal's Developer support

Readme

Keywords

none

Package Sidebar

Install

npm i @paypal/paypal-rest-api-specifications

Weekly Downloads

30

Version

1.0.0

License

Apache-2.0

Unpacked Size

2.47 MB

Total Files

25

Last publish

Collaborators

  • sunnypatel
  • dustijones
  • avathalurin
  • yanisimov_paypal
  • wsbrunson
  • rosman21
  • sdk-integrations-npm
  • sioked
  • braintree
  • seavenly
  • merlinpatt
  • jfurman
  • ravishekhar00
  • gregjopa
  • antre
  • mnicpt
  • elizabethmv
  • nbierdeman
  • remotevision
  • rygilbert_paypal