简体   繁体   English

使用信用卡通过Paypal付款

[英]Pay through Paypal using a credit card

I have a requirement of integrating paypal in one of my asp.net website. 我需要将paypal集成到我的asp.net网站之一中。

But I need to have a facility that One could pay through Paypal by using a credit card even if they don't have a paypal account. 但是我需要有一种设施,即使他们没有Paypal帐户,也可以使用信用卡通过Paypal进行付款。 For credit cards, I don't have any idea of how can it be done through paypal development portal. 对于信用卡,我不知道如何通过贝宝开发门户网站来完成。

So can anybody let me know how to go about this and any reference link where I can find some details for this.? 因此,有人可以让我知道如何进行此操作以及任何可以找到一些详细信息的参考链接吗?

I think one of the option I should go with is: PayPal Website Payments Pro but I have no idea about that and Is it a free service or a paid one.? 我认为我应该选择的一种选择是: PayPal Website Payments Pro但我对此一无所知,它是免费服务还是付费服务?

Thanks in advance. 提前致谢。

PayPal Payments Pro does allow you to process credit card transactions using the Direct Payment API's. PayPal Payments Pro确实允许您使用Direct Payment API处理信用卡交易。 That product is currently available to US, UK, and Canadian merchants. 该产品目前可供美国,英国和加拿大的商人使用。 The REST credit card process mentioned is only for US merchants at the moment. 所提及的REST信用卡流程目前仅适用于美国商人。

Payments Pro isn't free. Payments Pro不是免费的。 There a $30 a month fee. 每月收取30美元的费用。

Payments Standard and Express Checkout are both free and don't require that your buyers have a PayPal account but they are required to redirect to the PayPal site to log into their account or enter their credit card information. Payments标准版和Express Checkout都是免费的,不需要您的买家拥有PayPal帐户,但必须重定向到PayPal网站以登录其帐户或输入其信用卡信息。

If you have a more specific question I can help you further. 如果您有更具体的问题,我可以为您提供进一步的帮助。

You can make credit card payments via the new PayPal REST API . 您可以通过新的PayPal REST API进行信用卡付款。 Depending on your use case check the documentation for sale (directly charging a card), or authorize and capture. 根据您的用例,检查要出售的文档(直接为卡充值),或者进行授权和捕获。 You also have the option of storing cards in the vault for later use. 您还可以选择将卡存储在保管库中以备后用。

I do not know whether you have gone through the Paypal developer's FAQ. 我不知道您是否已通过Paypal开发人员的常见问题解答。 Please go through this link once- https://developer.paypal.com/webapps/developer/support/faq 请一次通过此链接-https ://developer.paypal.com/webapps/developer/support/faq

Ideally to integrate paypal to a development site, A business account needs to be created.So when the user clicks on the pay now button on your site you send that userId and password to Paypal webservice and authenticate yourself as business user. 理想情况下,要将Paypal集成到开发站点,需要创建一个业务帐户。因此,当用户单击您站点上的“ pay Now”按钮时,您会将该用户ID和密码发送到Paypal Web服务,并以业务用户身份进行身份验证。 it redirects to teh paypal site after authentication. 认证后重定向到贝宝站点。 So even if the user does not have an account with paypal they can pay using paypal(Which authenticates your site). 因此,即使用户没有使用Paypal的帐户,他们也可以使用paypal(验证您的网站)进行付款。

All the paypal integration is paid service. 所有的贝宝集成都是有偿服务。

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

相关问题 Pay pal-使用信用卡付款只能通过Paypal帐户删除付款 - Pay pal -Pay with credit card only remove pay with paypal account PayPal Express Checkout用于数字商品,不显示带有信用卡选项的付款 - PayPal Express Checkout for digital goods, not showing pay with credit card option 使用信用卡进行贝宝定期付款 - PayPal Recurring Payment Using Credit Card 如何将金额从PayPal转到信用卡 - How to transfer amount from PayPal to Credit Card PayPal 401未经许可,使用.NET REST API for Express checkout API在实时生产中使用信用卡付款 - PayPal 401 Unauthorized with credit card payment in live production using .NET REST API for Express checkout API 如果有人在Asp.NET中使用PayPal或信用卡汇款,如何获得通知? - How to get a notification when someone has sent money using PayPal or Credit Card in Asp.NET? 没有信用卡管理的Paypal ASP.NET - Paypal ASP.NET without credit card management 如何获取Paypal定期付款资料的信用卡详细信息 - How to get credit card details of Paypal Recurring payments profile 对信用卡号使用字符串格式 - using string format for a credit card number PayPal-从管理员PayPal转移到用户的借记卡/信用卡的金额 - PayPal - Transfer amount from admin PayPal to User's debit/credit card
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM