Can I create a Billing Agreement with credit card (without paypal account)

跟風遠走 提交于 2019-12-11 08:13:15

问题


As per the subject. Does my customer MUST to have paypal account and login to his paypal account in order for me to create a billing agreement, or I can use credit card as payment method for a billing agreement?

I am working with REST Api

Thanks


回答1:


It is possible.

An example of the API is here: https://github.com/paypal/PayPal-NET-SDK/blob/develop/Samples/Source/BillingAgreementWithCreditCard.aspx.cs

Subscriptions (recurring payments) option for direct payments needs to be also enabled in merchant paypal account. I had trouble with it but messaged paypal and they enabled the feature for us.

So tested and working now.



来源:https://stackoverflow.com/questions/51455504/can-i-create-a-billing-agreement-with-credit-card-without-paypal-account

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