简体   繁体   English

Paypal经常性付款-无效令牌

[英]Paypal Recurrent payments - invalid token

I'm trying to integrate a website with express checkout and recurrent payments. 我正在尝试将具有快速结帐和经常性付款功能的网站进行整合。 The express checkout works fine. 快速结帐工作正常。 That is, we redirect to paypal, then back to our site where the payment is confirmed and everything works like a charm. 也就是说,我们重定向到Paypal,然后返回到我们的网站,在该网站上确认付款,并且一切正常。

But when trying to integrate the CreateRecurringPaymentsProfile I get a response with the "Invalid Token" error (code 11502). 但是,当尝试集成CreateRecurringPaymentsProfile时,我收到带有“无效令牌”错误的响应(代码11502)。 I've seen many posts talking about the same problem but none of the replies helped me. 我已经看到很多帖子都在谈论相同的问题,但是没有任何回复对我有帮助。 I tried everything. 我尝试了一切。 I read the docs and the forum but nothing worked. 我阅读了文档和论坛,但没有任何效果。

Please, if someone could help me I would really appreciate it! 请,如果有人可以帮助我,我将非常感激!

One problem I've seen similar to this is that recurring payments require the account you are using to collect payments must have the recurring payments feature enabled. 我看到的与此类似的一个问题是,定期付款要求您用于收款的帐户必须启用定期付款功能。

You may want to create a developer account in the PayPal sandbox to test with and see if it works there. 您可能要在PayPal沙箱中创建一个开发人员帐户进行测试,并查看其是否可以在其中运行。 If it does work, the issue is with the account type or features that are assigned to the real account. 如果有效,则问题出在分配给真实帐户的帐户类型或功能。

If that's not it, please try to add more details. 如果不是,请尝试添加更多详细信息。

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

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