robindean
07-26-2011, 08:51 PM
What I need to do is simple.
Finding a free service that takes a per-payment percentage is seemingly impossible.
Basically, I have a monthly subscription site. What I'm trying to do is ...
1) have a user click a subscription link that passes their username (from my site) along with it.
2) if (and ONLY if) they are successfully billed, whether it's a new subscription or a recurrance, send a callback to my server WITH THE USERNAME attached so that I may place a timestamp next to their username in the MySQL database.
3) That's pretty much it ... payment made, another month added. Easy.
I've been dabbling with Google Checkout but, honestly, it seems as if NOTHING they list in their documentation actually remains applicable. None of it seems to work as stated, especially in regards to detecting a successful payment which, in regards to storing usernames in conjunction with a subscription is "experimental" at best.
Paypal, on the other hand, I'm willing to use so long as I can know for sure that the username info will be kept. If not, I need to know how to use a unique identifier in conjunction with their active username (mind you, they might sign up for more than one account on my service).
What do you all suggest? I'm at a total loss here with a new business ready to rock.
Finding a free service that takes a per-payment percentage is seemingly impossible.
Basically, I have a monthly subscription site. What I'm trying to do is ...
1) have a user click a subscription link that passes their username (from my site) along with it.
2) if (and ONLY if) they are successfully billed, whether it's a new subscription or a recurrance, send a callback to my server WITH THE USERNAME attached so that I may place a timestamp next to their username in the MySQL database.
3) That's pretty much it ... payment made, another month added. Easy.
I've been dabbling with Google Checkout but, honestly, it seems as if NOTHING they list in their documentation actually remains applicable. None of it seems to work as stated, especially in regards to detecting a successful payment which, in regards to storing usernames in conjunction with a subscription is "experimental" at best.
Paypal, on the other hand, I'm willing to use so long as I can know for sure that the username info will be kept. If not, I need to know how to use a unique identifier in conjunction with their active username (mind you, they might sign up for more than one account on my service).
What do you all suggest? I'm at a total loss here with a new business ready to rock.