Integration Issues with Paypal / Subscription

I want to integrate Paypal Recurring Payment, so that I can receive payment from my customers on a 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 do not want this user to redirect Paypal completely (Paypal should open in a browser window or Popup), How can I achieve this?

  • Paypal NVP / SOAP API

    I tried this API with checkout.jsbut now it's deprecated, I don’t want to use it anymore,

    EDIT : I can also create an agreement with a payment method, but when I tried to pay with a credit card, it shows me DPRP is disabled for this merchant, after a lot of research, I found that for a card, payment Pro should be turned on for a merchant account, and it costs about 30 -35 dollars a month, do not want to pay this amount,

  • Paypal payment plan and API agreements

    I tried this API and ran into the same problem as the NVP / SOAP ( DPRP is disabled for this merchant) API

  • Paypal payflow

    I tried this API, it provided another login called Paypal Manager, but when I tried to fill out my profile, but it asks for $ 10 for the inclusion of "Payments for recurrence / subscription",

In addition to the above, you can offer me a good method, which is a requirement.

+4
1

, , , , - 1 ( Paypal (xclick-subscriptions) 3(). 3, .

3 , pay_method = paypal, credit_card.

, 2 checkout.js .

0

Source: https://habr.com/ru/post/1690769/


All Articles