paypal-rest-api-specifications
paypal-rest-api-specifications copied to clipboard
This repository contains the specification files for PayPal REST APIs.
These are some minor changes which fail the mock generation. 1. the regex max length is 11 characters. 2. the `min` and `max` just have to be reversed.
Jira: https://paypal.atlassian.net/browse/DTBTDOCS-463
I use oapi-codegen to generate Go code from paypal openapi spec but it currently fails. This PR solves one of the issues. ``` failed to load OpenAPI specification: failed to...
Specs are updated for the following api's ``` 1. billing_subscriptions_v1.json 2. checkout_orders_v2.json 3. customer_partner_referrals_v2.json 4. invoicing_v2.json 5. notifications_webhooks_v1.json 6. payments_payment_v2.json 7. shipping_shipment_tracking_v1.json ```
https://www.paypal.me/mogee213
0fb0fdf321b81db861e0d220551b7518886d7215
Add missing PayPal-Request-Id header to [/v2/payments/authorizations/{authorization_id}/void](https://developer.paypal.com/docs/api/payments/v2/#authorizations_void)