Onsite Recurring Payments using Paypal Website Payments Pro API

I want to accept recurring payments on my site using paypal without having the user ever leave my site. Based on the paypal documentation it appears you have to send the user offsite to paypal (express checkout) first and then have them come back to your site.

Is their a different way of using the api so the user stays on site the entire time?


To Process payments not on PayPal's website, you need to use Website Payments Pro.


To use PayPal's recurring payment system, without programming your own:

  • Use Website Payments Pro Recurring Payments (direct payment recurring payments / DPRP)

  • Program your own recurring payment functionality:

  • Save cc info to a database and make DoDirectPayment API calls based on your criteria
  • Process an initial payment when someone signs up for your recurring service, save the transaction ID, and then call DoReferenceTransaction in the future (based on your criteria). Always use the newest transaction ID as they only last a year. Also, you need to call PayPal to apply for this feature ($0).
  • 链接地址: http://www.djcxy.com/p/35906.html

    上一篇: 如何将贝宝支付网关整合到asp.net网站中

    下一篇: 使用Paypal网站付款Pro API进行现场周期性付款