Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do i get identity token in paypal sandbox?

I don`t know where is the identity token on paypal sandbox. is the identity token same like api number ?

like image 559
jargalan Avatar asked Jan 22 '12 13:01

jargalan


People also ask

How do I get my PayPal sandbox token?

Enter the https://api-m.sandbox.paypal.com/v1/oauth2/token request URL. On the Authorization tab, select the Basic Auth type. Type your client ID in the Username box, and type your secret in the Password box. On the Body tab, select x-www-form-urlencoded .

How do I get my PayPal identity token?

To find your PDT identity token, click on the action gear in the upper right corner next to the Log Out button. Select Account Settings > Website Payments > Website Preferences > Update. Then scroll down to "Payment data transfer (optional)" and you'll see your Identity Token.

How do I use my PayPal access token?

Your access token authorizes you to use the PayPal REST API server. To call a REST API in your integration, you must exchange your client ID and secret for an access token. You can find your client ID and secret by logging in to the Developer Dashboard. You can make the API call in any programming language.

How do I find my PayPal sandbox API?

Once your account is enabled, access the sandbox functionality by logging in to the PayPal Developer website using your developer account credentials. When creating your PayPal developer account, consider creating an account that you don't mind sharing with others on your development team.

What is the difference between sandbox and live PayPal?

PayPal Sandbox is a virtual testing environment that mimics the live PayPal production environment. It works similarly to making an actual PayPal but without using real credit cards or live PayPal accounts.


2 Answers

Visit the Profile via www.sandbox.paypal.com, then go to https://www.sandbox.paypal.com/businessmanage/preferences/website, turn on "auto return" and "payment data transfer" and then the identity token will appear under "Payment data transfer".

enter image description here

If it does not display PDT token then try to purge cookies related to *.paypal.com and try the same process again. I solved this issue by following this. I found this from comment for this answer.

like image 61
Robert Avatar answered Sep 17 '22 09:09

Robert


With new look, i managed to access it by going to this link:

https://www.sandbox.paypal.com/cgi-bin/customerprofileweb?cmd=_profile-website-payments

and seller preferences is located here:

https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_profile-display-handler&tab_id=SELLER_PREFERENCES

like image 39
Goran Jakovljevic Avatar answered Sep 20 '22 09:09

Goran Jakovljevic