英文:
Pay Pal API - Take Payment on behalf of client that does not have Pay Pal account
问题
我已仔细阅读了PayPal支付文档,我认为我尝试做的事情可能不可能实现,但我希望有人能告诉我我错了。我想使用PayPal的标准支付表单在我的网站上集成支付,但我需要支付款项到另一个人的(我的客户)银行账户,而不是我的PayPal账户。我看到您可以将款项直接支付到不同的PayPal账户,但我没有看到支付给没有PayPal账户的选项。我宁愿不要求我的客户设置PayPal账户。
底线:我是否有任何选项可以在我的网站上使用PayPal API接受支付,然后以编程方式将款项转到与PayPal无关的银行账户?
谢谢!
英文:
I have poured through the PayPal payment documentation and I think what I'm trying to do may not be possible but I hoped someone can show me that I'm wrong. I want to take a payment using Pay Pal's Standard payments form integrated into my web site but I need the payment to go to another person's (my client) bank account rather than my pay pal account. I see that you can direct the payment to a different pay pal account but I don't see an option to pay someone that does not have a pay pal account. I would prefer to not require my clients to set up a pay pal account.
Bottom Line: Do I have any options to take the payment using paypal API on my website then programmatically direct the payment to a bank account that is not tied to Pay Pal?
Thank You!
答案1
得分: 1
短答案是不行。更详细的回答是确实存在一些解决方案,可以让您将钱发送到银行账户,但它们需要获得批准和定制集成工作,总的来说,这比要求接收者在几分钟内开设 PayPal 账户要麻烦得多,不值得这么做。
英文:
The short answer is no. The longer answer is that there do exist solutions that will allow you to send money to a bank account, but they require approval and custom integration work and in general are way more trouble than they are worth--certainly more trouble than requiring recipients to open a PayPal account which can be done in minutes.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论