vote up 4 vote down star

Hi All,

I am trying to use the Recurring payment API offered by PayPal. I have a scenario which I am not able to address directly. It goes like this.

We have a website where we sell some services. Now the services are charged per user license. A user can buy/cancel user license in between. We want to offer the customer a recurring billing option. We have to notice here that the amount may vary each billing cycle based on the number of user licenses the customer uses during that cycle.

Is there any way I can achieve this using PayPal recurring Payment API's.

Thanks, Ramjee Ganti.

flag

25% accept rate

2 Answers

vote up 2 vote down

The recurring payment option is a fixed amount that the customer pre-agrees to pay each month (or period). To do what you're trying to do, a customer would have to pre-agree to pay whatever amount you decide to charge at a later time. This means pre-authorizing an unknown payment amount, which will not be allowed by any payment service.

Your only options are:

  1. Bill the variable amount each month (i.e. no subscription).
  2. Set up a subscription where the monthly amount is the maximum that could potentially be billed, and then refund the difference each month.

Good luck with #2 - I would never agree to such a thing as a customer, personally.

link|flag
Option 1 indeed seems the only acceptable way to do that, IMO. – Luk Nov 10 '08 at 13:39
I missed the reasoning you provided of "pre-authorizing an unknown payment". Now it makes perfect sense to my on why things are the way they are. Since in this scenario change of amount is not so frequent, I would go for deleting the existing profile and creating a new one. – rAm Nov 10 '08 at 18:42
vote up 0 vote down

What you're looking for is covered in the UK by the Direct Debit system, however given the potential for abuse it's very tightly controlled and there are a lot of restrictions and regulations governing it.

I'd strongly suggest you just set up a monthly invoicing system that just bills the client each month.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.