Can I create a Billing Agreement with credit card

2019-07-22 14:35发布

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条回答
倾城 Initia
2楼-- · 2019-07-22 14:54

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.

查看更多
登录 后发表回答