首页 > 解决方案 > Paypal 拒绝付款激活请求

问题描述

我们正在使用 Paypal 的 Payout API 向我们的服务提供商付款。在沙盒模式下一切正常。现在,当我们准备好上线时,我申请了支付选项的帐户资格激活(我在这里提到了您如何请求相同的。)

我的请求被拒绝了,上面写着“您的申请被拒绝了。您可以在 28 天内重新申请。同时,您可以在沙盒中测试交易。”

这对我来说是一场灾难,因为我们计划很快推出该应用程序。我与支持团队打了电话,他们说我们无法通过说明您的请求被拒绝的原因来帮助您。等30天再申请,看能不能获批。他们说的一件事是“您的帐户具有高风险付款模式”。

Paypal 网站上没有提到谁以及哪些商业模式可以通过测试。如果交易只在沙盒模式下工作而不是在实时模式下,该怎么办。这是没用的。贝宝服务变得越来越奇怪。我对 Braintree 付款也有同样的经历

有没有人有相同的经历并找到任何解决方案?

帐户状态

标签: paypalpayment-gatewaypaypal-sandboxpayout

解决方案


The Payouts API documentation has an entire side section dedicated to explaining its prerequisites, one of which is requesting access.

Unfortunately, it is normal for some types of payment products, such as payouts and gateway services (you mentioned Braintree), to not be available to every business that would like to use them.

(Even normal PayPal accounts are not usable for some types of commerce, if you read their terms of service.)

When such approvals are needed, it is best to request live access as early in your development cycle as possible -- ideally when you are still in the prototype phase. And not, of course, when you are planning to launch the application soon


推荐阅读