Generate Token in Node js

ListMonger
Contributor
Contributor

Thanks in advance, Hello Guys can any one help me how to generate token in node js. Any specific sdk or api exist from PayPal. Please help me regard on this

Login to Me Too
1 REPLY 1

flyingkei
Contributor
Contributor

You can generate a token by calling the oauth2 api: 

https://api.sandbox.paypal.com/v1/oauth2/token

https://stackoverflow.com/questions/28361205/how-to-retrieve-paypal-rest-api-access-token-using-node

 

Take the token from the response and add it as a Bearer header in the next request.

https://stackoverflow.com/questions/62736676/how-do-i-set-authorization-bearer-header-with-nodejs

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.