简体   繁体   English

在自定义网站上使用贝宝并接受信用卡/借记卡

[英]Using paypal on custom website and accept credit / debit Card

I have an issue right now that is killing me, I have implemented several payment options but never used paypal, I don't know why is it so complicated.我现在有一个问题让我很伤心,我已经实施了几种付款方式,但从未使用过贝宝,我不知道为什么这么复杂。

The website already exists and wasn't developed by myself.该网站已经存在,不是我自己开发的。

I don't know the ammount of the order it is dynamic, so the "create payment buttons" on the paypal website doesn't work for me, at this point i developed a solution using我不知道订单的数量是动态的,所以贝宝网站上的“创建付款按钮”对我不起作用,此时我开发了一个解决方案

PayPal developers 贝宝开发商

But it turns out that i only have the option to pay with a PayPal account or register a PayPal account, I do not want to force customers to do this, it has no sense.但事实证明,我只能选择使用 PayPal 帐户付款或注册 PayPal 帐户,我不想强​​迫客户这样做,这没有意义。 is there any relatively easy solution out there using the same PayPal API?是否有使用相同的 PayPal API 的相对简单的解决方案?

EDIT编辑

The whole site code is in PHP so i need the solution in this language整个站点代码都在 PHP 中,所以我需要这种语言的解决方案

As you have mentioned that you are aware of one payment method ie Express Checkout ( in which user needs to have a valid Paypal account) so the other method which I think you need is the Direct Payment (ie a user can pay with credit cards directly without any Paypal account) API .正如您所提到的,您知道一种付款方式,即快速结帐(用户需要拥有有效的 Paypal 帐户),因此我认为您需要的另一种方法是直接付款(即用户可以直接使用信用卡付款)没有任何贝宝账户) API

For this direct payment api you need to enable Website Payment Pro WPP , here you can get info about WPP.对于这个直接支付 api,您需要启用网站支付专业版 WPP, 在这里您可以获得有关 WPP 的信息。

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

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