简体   繁体   English

如何实施贝宝定期付款沙箱?

[英]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 . 我试图实现经常性的贝宝就像在authorize.net收取每月结算给用户什么我发现ARB是这个 ,我也找到了源代码在这里

But I am unable to find my my_api_username, my_api_password, my_api_signature as they were required in the api 但是我找不到我的my_api_username,my_api_password,my_api_signature,因为它们在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/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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