简体   繁体   English

贝宝库的定期付款

[英]Paypal vault for recurring payments

I'm going to offer my customers a selection of subscriptions to digital content. 我将为我的客户提供一些数字内容的订阅。 I want the customer to be able to add or delete subscriptions later, with as little hassle as possible. 我希望客户以后能够尽可能少地麻烦添加或删除订阅。

It seems that if I use Paypal vault, I can collect the card information on the same subscriptions screen without multiple redirects and later change the monthly total without another checkout process or even customer sending approval to Paypal! 看来,如果我使用贝宝(Paypal)保管库,则可以在同一订阅屏幕上收集卡信息,而无需进行多次重定向,以后无需更改其他结帐流程,甚至无需客户向贝宝(Paypal)发送批准,就可以更改每月总金额!

Does Paypal allow this? 贝宝允许吗? It seems too easy and also too permissive. 似乎太容易了,也太宽容了。 Also, do I need to worry about PCI compliance? 另外,我是否需要担心PCI合规性?

Does anyone know a better way to do this (with or without Paypal)? 有谁知道更好的方法(使用或不使用Paypal)? I don't know how to use paypal recurring payments without a lengthy checkout if they ever change their subscriptions. 我不知道如何使用贝宝(Paypal)定期付款而无需进行长时间的结帐(如果他们更改了订阅)。 Google wallet does not have subscription cancellation in their API! Google钱包的API中没有取消订阅的功能! Several other alternatives only allow preset subscription amounts. 其他几种选择仅允许预设订阅量。

The CSC/CVV is missing from the examples here: https://developer.paypal.com/docs/integration/direct/store-a-credit-card/ which makes me think you cannot use the card at will. 以下示例中缺少CSC / CVV: https//developer.paypal.com/docs/integration/direct/store-a-credit-card/ ,这让我觉得您不能随意使用该卡。 The customer is probably going to be asked for authorisation. 可能会要求客户进行授权。

Normally your online payment provider needs to support recurring payments (installments, subscriptions). 通常,您的在线支付提供商需要支持定期支付(分期付款,订阅)。 PayPal does, there's a specific API: https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/installment_buttons/ PayPal确实有一个特定的API: https//developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/installment_buttons/

For the customer it's one-off, then the card is billed, say, monthly. 对于客户来说,这是一次性的,然后按月对卡进行计费。

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

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