User's Guide

Table Of Contents
PayPal Permissions Service May 2012 23
Using the Permissions Service
Granting Permission to Access Account Holder Information
2
responseEnvelope.timestamp=2011-10-24T01%3A37%3A26.565-
07%3A00&responseEnvelope.ack=Success&responseEnvelope.correlationId=5d8bf19
13be02&responseEnvelope.build=2210301&response.personalData(0).personalData
Key=http%3A%2F%2Faxschema.org%2Fcontact%2Femail&response.personalData(0).pe
rsonalDataValue=jdoe%40someisp.com&response.personalData(1).personalDataKey
=http%3A%2F%2Fschema.openid.net%2Fcontact%2Ffullname&response.personalData(
1).personalDataValue=John+Doe
Notes:
1. The X-PAYPAL-AUTHORIZATION header was generated with URL
"https://svcs.paypal.com/Permissions/GetBasicPersonalData".
2. ACCESS_BASIC_PERSONAL_DATA and ACCESS_ADVANCED_PERSONAL_DATA access
permissions have been previously granted to the API caller.
3. This example illustrates use of the GetBasicPersonalData API. A request to
GetAdvancedPersonalData would be the same except for the URI, and the response
fields would differ.
4. The URL used in curl and the URL used to generate X-PAYPAL-AUTHORIZATION must
be identical.