P

PayPal REST APIs

REST discovered

Details
URL
https://api-m.paypal.com
Docs
https://developer.paypal.com/api/rest/
Authentication
PayPal OAuth 2.0 access token bearer discovered
Authorization: Bearer <credential>

First get a PayPal app client ID and client secret from Apps & Credentials. Then exchange them for an access token by POSTing grant_type=client_credentials to https://api-m.sandbox.paypal.com/v1/oauth2/token (or the live host) using HTTP Basic auth with client_id:client_secret. Send the returned token as Authorization: Bearer <token>.