简体   繁体   中英

How to implement paypal Recurring Payments sandbox?

I was trying to implement paypal Recurring just like ARB in authorize.net to charge monthly billing to the user what I found is this and I also found the source code here .

But I am unable to find my my_api_username, my_api_password, my_api_signature as they were required in the api

$API_UserName = urlencode('my_api_username');
$API_Password = urlencode('my_api_password');
$API_Signature = urlencode('my_api_signature');

And I am unable to find them in my account in profile tab, if you have any code sample and anyone can guide me where can I find these variables in my account. I want to implement this for sandbox.

这是一则帖子,向您显示可以在哪里找到该信息: http : //www.putler.com/support/faq/how-to-get-paypal-api-username-password-and-signature-information/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM