TwelvestoneBack End

Recurring payments


Sign in

  • Waiting for Godot ( 720 k posts )
    Just conversation.
  • Thunder Dome ( 23 k posts )
    Photoshop Tennis and Collabs.
  • Photography ( 4.8 k posts )
    For all you shutterbugs, sh...
  • Flash ( 18 k posts )
    ActionScripting to tweens, ...
  • Front End ( 5.8 k posts )
    general front end design an...
  • Back End ( 9.6 k posts )
    serverside scripting, progr...
  • Projects and Theory ( 12 k posts )
    This forum is for discussio...
  • FAQ ( 269 posts )
    All those nagging questions...
  • Design ( 17 k posts )
    graphics & all aspects of g...
  • Purgatory ( 3.6 k posts )
    12stone Jail, feel free to ...
cfoley
 
2009-08-31

Say I want to set up a membership site with all the monthly billing shizzz. I assume it's possible for a payment gateway to shoot your DB a message when someones card expires. In allthe info I've found they seem to neglect mentioning this.

Am I mistaken? Can anyone point me to a provider that makes it blatently obvious that this is possible?

Grassy ass

tenPlus
 
2009-09-01

technically I don't know how it works but I do know that the gateway checks expiry date and sends the user an error/alert message. It's none of your business when someones card expires, that's personal info. You just create the bill and rec'v notification when the transaction has been completed against that invoice. Not paying an invoice because of card expiry is no different to not paying it for any other reason i.e. not transaction occurs.

cfoley
 
2009-09-01

What I'm asking is can they send your db an auto notification that a card has expired so you can write a script to automatically cancel the subscription. I'm not going to store any cc info on in the db except for the last 4 digits so they can see what card the used because once a cc is sent through for recurrig you don't need any of that info to be sitting there on your server. You just need a pass/fail for that card on a month to month basis - just wondering if the proccessor will sent automatic notification that a specific order numbers payment went through that month or not. May be for an expired card, name change, closed cc account, dispute on charge etc etc

Napalm
 
2009-09-01

Why not just set up a debit order system? I've used this, and I can get an automated report what went through or what failed.

tenPlus
 
2009-09-02

That makes more sense. I doubt any facility will notify anyone else except the owner that a cc has expired (for privacy reasons). A failed transaction is a different story.

poliguin
 
2009-09-02

authorize.net, paypal, etc should have capabilities for recurring payment scheduling. have used dotnetcharge in the past and integration has always been simple, according to their version releases they support some recurring payment processing:http://www.dotnetcharge.com/whatsnew.htm. You'd have to track down the sdk to see what is available.

cfoley
 
2009-09-03

Originally posted by: tenPlus That makes more sense. I doubt any facility will notify anyone else except the owner that a cc has expired (for privacy reasons). A failed transaction is a different story.

Yeh. All I want is a 1 or a 0 from the processor each month for each account

Sorry, you must be a member to post to a conversation. Either log in or sign up to get involved.
TwelvestoneBack End

Recurring payments