I want to integrate Paypal Recurring Payment, so that I can get Payment from my customers on regular basis, I checked there are several methods,
Paypal Subscription Button
(xclick-subscriptions)
In this method, I tried both Hosted and Non-hosted buttons, But I don't want that user redirects on Paypal completely (Paypal should open in Browser window or Popup), How can I achieve this?
Paypal NVP/SOAP API
I tried this API with
checkout.js
, but it is deprecated now, don't want to use it any more,EDIT: also I can created agreement with Payment Payment method, but when tried to pay with Credit Card, it shows me
DPRP is disabled for this merchant
, after a lot of research i found that for Card, Payment Pro must be enabled for merchant account, and it costs around $30-35/month, don't want to Pay this much amount,Paypal Billing Plan and Agreement API
I tried this API, and faced the same issue just like the NVP/SOAP API (
DPRP is disabled for this merchant
)Paypal Payflow
I tried this API, It provide a different login called Paypal Manager, But when I tried to complete my profile, but it is asking $10 for enable Recurring/Subscription Payment,
Apart from above these, You can suggest me good method which suites my requirement.