简体   繁体   English

贝宝(Paypal)付款方式可以接受信用卡或使用贝宝(Paypal)帐户

[英]paypal payment getway to accept the credit card or using paypal account

I need to setup paypal payment get-way on website. 我需要在网站上设置贝宝付款方式。

customer can pay using credit card or using there paypal credential on my website. 客户可以使用信用卡付款,也可以使用我的网站上的Paypal凭据付款。

not to redirect to paypal . 不要重定向到贝宝。

I have already setup website payments pro for credit card. 我已经设置了用于信用卡的网站付款专业版。

I don't know how to enable to also accept the paypal account credential for payment . 我不知道该如何启用才能接受Paypal帐户的付款凭证。

how can setup using sandbox. 如何使用沙盒进行设置。

Please help me 请帮我

To use PayPal along side direct credit card use ExpressCheckout to give the Checkout with PayPal option, https://developer.paypal.com/webapps/developer/docs/classic/products/#ec 要与直接信用卡一起使用PayPal,请使用ExpressCheckout来提供“使用PayPal进行结帐”选项, https://developer.paypal.com/webapps/developer/docs/classic/products/#ec

Using this you create a token to redirect users to PayPal, they log in and continue back to your site, PayPal provides you with the information from the users account (name,address,etc.) 使用此方法,您可以创建令牌以将用户重定向到PayPal,然后他们登录并继续返回您的网站,PayPal为您提供用户帐户中的信息(名称,地址等)。

You can use this information to process the payment as well as fill out any fields you need your users to fill out before checking out. 您可以使用此信息来处理付款以及填写您需要用户在结帐前填写的所有字段。

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

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