简体   繁体   English

使用信用卡付款的PayPal定期订阅

[英]PayPal recurring subscriptions with credit card payments

In my website I have integrated PayPal subscription. 在我的网站中,我已经集成了PayPal订阅。 There client redirects to paypal site and do the payments and return to my site, it is fine. 那里的客户重定向到贝宝网站并付款并返回我的网站,这很好。 But my client wants to accept credit card payments, in current implementation users need to create paypal account in order to do credit card payments. 但是我的客户想接受信用卡付款,在当前的实现中,用户需要创建贝宝帐户才能进行信用卡付款。 As per my finding on the web we can do recurring credit card payments in following ways. 根据我在网络上的发现,我们可以通过以下方式重复进行信用卡付款。

  1. Collect credit card detail and store on paypal side and perform transaction when we need using a token. 收集信用卡详细信息并存储在贝宝一侧,并在需要使用令牌时进行交易。 But this method supports only in UK and US https://developer.paypal.com/docs/integration/direct/rest_api_payment_country_currency_support/#direct-credit-card-payments 但是此方法仅在英国和美国支持。https://developer.paypal.com/docs/integration/direct/rest_api_payment_country_currency_support/#direct-credit-card-payments

  2. Collect credit card details and create recurring payment profiles via API. 收集信用卡详细信息并通过API创建定期付款资料。 But this method possible only in US,UK,Canada only 但是这种方法仅在美国,英国和加拿大才有可能

  3. We can do credit cards payments on PayPal site(without paypal account) with their Enhanced Recurring Payment service. 我们可以使用其增强的定期付款服务在PayPal网站(无Paypal帐户)上进行信用卡付款。 It is not free($19.99/month) 它不是免费的($ 19.99 /月)

My client is in France, So in my case only possible option is 3. Am I correct? 我的客户在法国,所以在我的情况下,唯一可能的选择是3。我正确吗? Is there any other way to do it. 还有其他方法可以做到这一点。

Unfortunately, none of the option is available for France Merchants to process direct credit card payments. 不幸的是,法国商家无法使用任何选项来处理直接信用卡付款。 The option 3 Enhanced Recurring Payment( ERP ) is available for US,UK,AU and CA. 选项3增强型定期付款( ERP )适用于美国,英国,澳大利亚和加拿大。

No, for France Merchants there is no way to accept direct credit card payments, only way is you can turn on "account optional" feature in paypal account and increase chances that buyer could pay with credit card along with PayPal with Website Payment standard or Express checkout 不,对于France Merchants,无法接受直接信用卡付款,唯一的方法是您可以在Paypal帐户中启用“可选帐户”功能,并增加买方可以使用信用卡以及网站付款标准或Express的PayPal进行付款的机会查看

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

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