PHP 贝宝付款方式

发布于 2024-09-30 12:04:32 字数 453 浏览 0 评论 0原文

有人可以指导我如何使用 PayPal 创建提款页面...

我想创建一个 PHP 页面(界面),其中包含一个“提款”按钮和 2 个文本框,一个用于我的客户 paypal 电子邮件,另一个用于放置他们想要提取的金额。当他们点击“提款”按钮时,没有任何重定向到 PayPal 网站,如果可能,我的网站会将金额从他们的帐户转移到客户帐户。

我不知道应该使用什么方法,而且还没有用于付款的集成向导。对于我这样的新手来说,这已经变得困难了。以下是我的问题的要点:

  1. 使用的最佳付款方式是什么? Adaptive、MassPay 还是其他?
    (但我相信它不会是像快速结账这样的支付专业人士;D)
  2. 你能给我教程(逐步)如何使用/制作它(如果有的话)吗?
  3. 有没有什么方法可以实现支付系统,而无需从我的网站重定向并先转到 paypal?

谢谢~!

Could someone guide me how to create a withdraw fund page using PayPal...

I want to create one PHP page (interface) contains a button "Withdraw" and 2 textboxes, one for my customer paypal e-mail and the other to put the amount of money they want to withdraw. When they click the "Withdraw" button, without any redirect to the PayPal site, if POSSIBLE, my website will transfer the amount of money from their account to the client account.

I don't know what method should I use, and since there are no integration wizard yet for payment. It's become difficult for a newbie like me. Here are the important points of my problem:

  1. What's the BEST payment method to use? Adaptive, MassPay, or any others?
    (But I believe it won't be a payment pro like express checkout ;D)
  2. Could you give me the tutorial (step-by-step) how to use/make it, if any?
  3. Are there any way to achieve a payment system without a need to redirect out from my site and go to paypal first?

Thanks~!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

脸赞 2024-10-07 12:04:32

请参阅此处的手册了解更多信息 PayPal 文档

您可以使用 api,无需重定向。但您需要的不仅仅是一个电子邮件地址来转移资金。

See the manual here for more information PayPal Documentation

You can use api without redirecting. but you will need more than an email address to move funds.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文