Hello Folks
Iam using following API for my customized paypal module for "refund payment " to customer. but not working ,throws 401 error (authorization error). For this i require ACCESS TOKEN. Iam using following API to generate ACCESS TOKEN-
https://devtools-paypal.com/guide/pay_paypal/python?env=sandbox check out this following link.
I copied same code on my local system it prints following stuffs rather than giving me JSON response-
<paypalrestsdk.api.api instance="" at="" 0x8fc53cc="">
Anyone have any idea how could i generate ACCESS TOKEN ? and can you provide me brief description about CLIENT ID & SECRET ID used for generating ACCESS TOKEN?
Thanks