简体   繁体   English

Paypal定期付款 - 快速结账APPID被拒绝

[英]Paypal Recurring Payment - Express Checkout APPID rejected

I am using Paypal Express Checkout to make recurring payment and deduct intial amount. 我使用Paypal Express Checkout进行定期付款并扣除初始金额。

Here are my steps: 这是我的步骤:

I redirect the user to paypal with agreement and get the token 我通过协议将用户重定向到paypal并获得令牌

Use this token to deduct initial amount and then use the same token to create a recurring profile. 使用此令牌可以扣除初始金额,然后使用相同的令牌创建重复的配置文件。

This worked well in the sandbox. 这在沙盒中运行良好。

Now i need to get an app_id to make it live. 现在我需要一个app_id才能让它生效。

The problem is the paypal reject this saying: 问题是paypal驳回了这句话:

"but i am still seeing the payment as a 'Standard' checkout, rather than a Preapproved Payment. Preapprovals would be used to create a Billing Agreement with your users which can be debited later " “但我仍然将付款视为”标准“结帐,而不是预先批准的付款。预先批准将用于与您的用户建立”结算协议“,以后可以扣款”

Can you please advice something? 你能建议吗?

FINDINGS: 发现:

While getting token there is no way to show that we are creating recurring profile that might be the reason they rejected it. 获取令牌时,无法证明我们正在创建重复的配置文件,这可能是他们拒绝它的原因。 But i am using the same code they provide 但我使用他们提供的相同代码

https://www.x.com/developers/paypal/documentation-tools/paypal-sdk-index https://www.x.com/developers/paypal/documentation-tools/paypal-sdk-index

Express Checkout and Recurring Payments does not require an App ID. 快速结账和定期付款不需要应用程序ID。 Those are only required when you're using the Adaptive Payments API. 只有在您使用自适应Payments API时才需要这些。 Express Checkout is not part of the Adaptive Payments API. Express Checkout不属于Adaptive Payments API。 That's what they're telling you...you simply don't need an App ID. 这就是他们告诉你的......你根本就不需要App ID。 If you're passing one in the sandbox it must be getting ignored. 如果你在沙盒中传递一个,它必须被忽略。

If you have everything working as you want it in the sandbox just change your endpoints and your API credentials to the live values and it'll work for you. 如果您希望沙盒中的所有内容都正常工作,只需将端点和API凭据更改为实时值,它就会对您有用。

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

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