User's Guide
Table Of Contents
- PayPal Permissions Service
- Contents
- What’s New?
- Preface
- About the PayPal Permissions Service
- Using the Permissions Service
- RequestPermissions API Operation
- GetAccessToken API Operation
- GetPermissions API Operation
- CancelPermissions API Operation
- GetBasicPersonalData API Operation
- GetAdvancedPersonalData API Operation
- Permission Commands
- Past Releases
- Permissions Service Revision History
- Index
Using the Permissions Service
Obtaining Permissions
2
18 May 2012 PayPal Permissions Service
To obtain permissions from an account holder, follow these steps:
1. Set up your request and call the RequestPermissions API operation.
– Specify the return URL in the callback field.
– Specify one or more group IDs, such as EXPRESS_CHECKOUT, in the scope field; one
string per group ID.
– Send the request to the
https://svcs.paypal.com/Permissions/RequestPermission endpoint.
NOTE: Use https://svcs.sandbox.paypal.com/Permissions/... for the
Sandbox.