Paypal, Recurring Billing, and ActiveMerchant

后端 未结 8 1945
滥情空心
滥情空心 2021-01-30 12:02

I\'m trying to research how to add a subscription based pay model on an existing site of mine, but am running into a lot of conflicting information and caused me to be a bit los

8条回答
  •  南方客
    南方客 (楼主)
    2021-01-30 12:40

    Question: First, does Paypal require a user to register for recurring billing with Website Payment Standard? Yes, I believe so. Paypal wants the user to be able to cancel the payments as needed.

    Question: I planned to use ActiveMerchant but I found some blogs that says ActiveMerchant doesn't support recurring billing from Paypal. is this true? That's what I see, too. You can implement it through the Paypal SOAP interface, though. It's not too tough.

    shameless plug:

    I went through all the docs for Paypal and pulled out the good stuff for implementing standard and soap-based methods. You can find it for $8.50 on pragprog.com

    /shameless plug:

提交回复
热议问题