PHP question

Discussion in 'Programming' started by Tomp, Jul 29, 2007.

  1. #1
    Hi everyone, Im developing a large site at the moment in php, and one of the requrements are that users can depost money from their bank accounts (aswell as paypal etc, which is easy enuff to set up) into their acocunt on the site, and also withdraw from their accounts on the site back into their bank account.

    Anyone have any idea how to go about this?

    Thanks in advance

    Tom
     
    Tomp, Jul 29, 2007 IP
  2. Vangs

    Vangs Peon

    Messages:
    8
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Is it absolutely vital that you let your users do this? Personally I wouldn't recommend you even approach this unless you have insurance to cover yourself.
     
    Vangs, Jul 29, 2007 IP
  3. Tomp

    Tomp Well-Known Member

    Messages:
    279
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #3
    Yea, its vital to the site that we do this.
     
    Tomp, Jul 29, 2007 IP
  4. Vangs

    Vangs Peon

    Messages:
    8
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Alright, but I would recommend you get insurance if you haven't already, otherwise you're playing with fire. Unfortunately I'm not sure how you would actually code a system like this that would allow you to transfer money into a bank account.

    Maybe you should contact a few bank firms to see how they would accept incoming transactions like this, they could also probably give you more advice on the legalities of it.
     
    Vangs, Jul 29, 2007 IP
  5. nextfx

    nextfx Peon

    Messages:
    42
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Basically your PHP system would break up the pooled balance which resides in a real bank account to all the users individually upon verifiable and successful deposit/withdraw transfers. The service provider you use to make the transfers should notify you of successful/failed transfers be it email or online logs of some sort. You could automate the process of reading these to update user balances without administrative work.
     
    nextfx, Jul 31, 2007 IP
  6. TwistMyArm

    TwistMyArm Peon

    Messages:
    931
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I believe that the "standard" for financial information transfer from client to bank (as opposed to bank to bank) is OFX (in North America, at least).

    I'd look into that: I'm 99% sure that that is what QuickBooks uses and possibly even Quicken.

    Note that even then, it probably won't let you help a user transfer money into your site, it will only allow your site to verify that a transfer has taken place.
     
    TwistMyArm, Jul 31, 2007 IP