How to Implement Paypal Recurring Payment API With option for buyers to pay by credit/debit cards php? [closed]

此生再无相见时 提交于 2019-12-23 05:51:57

问题


Please, if someone has worked on it, I need help I have an enterprise application on which i need to implement this functionality. Initially I implemented Express checkout paypal API to create recurring payments but it doesn't allow users to pay without having paypal account but I'm confused on how to make paypal account optional for buyers to let them pay by credit/debit card too while creating recurring profile.


回答1:


Yes, when working with recurring payments in Express Checkout the buyer will have to create or sign in to an account.

To provide direct credit card options for recurring payments you'll need to sign up for Payments Pro + Recurring Billing.

PayPal charges $30/mo for Pro by itself, and another $30/mo for the Recurring Billing functionality to be added to this.

That said, if you contact me directly I can get you in touch with somebody that can waive the $30/mo fee for Pro. Not sure if he can do the same for the recurring fee, but he might be able to.

Depending on which version of Pro you get setup with you'll use either the PayFlow API or DoDirectPayment / CreateRecurringPaymentsProfile. You'll build a credit card checkout into your own site, and POST directly to the API.



来源:https://stackoverflow.com/questions/39905104/how-to-implement-paypal-recurring-payment-api-with-option-for-buyers-to-pay-by-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!