What info do I need when setting up a payment gateway.

Discussion in 'Programming' started by dubs89, May 7, 2012.

  1. #1
    I am going to be creating a payment gateway for a client and was just wondering what information I need from him?

    I have build gateways in the past but it was a long time ago and all I can remember I need is an API key. What other info is required for me to get from my client?

    Please note that I dont know who the gateway is through yet. I am just looking for standard info I will need.

    THANKS!
     
    dubs89, May 7, 2012 IP
  2. e-abi

    e-abi Member

    Messages:
    122
    Likes Received:
    1
    Best Answers:
    3
    Trophy Points:
    38
    #2
    For starters your would need to know, who is the Payment gateway provider, such as Paypal, Moneybookers or ..... and from that you would need to know their documentation.
     
    e-abi, May 7, 2012 IP
  3. DennisRitchieCollective

    DennisRitchieCollective Peon

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You're going to need bank account information to attach to your payment gateway eventually. It really depends what processor you're using.
     
  4. dubs89

    dubs89 Peon

    Messages:
    231
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thank you for the responses :)

    We will be using authorize.net through WordPress. Already approved by the bank, what info do I need?
     
    dubs89, May 7, 2012 IP
  5. e-abi

    e-abi Member

    Messages:
    122
    Likes Received:
    1
    Best Answers:
    3
    Trophy Points:
    38
    #5
    You should use some sort of e-commerce processor for Wordpress, which already has Authorize.net built in:

    http://getshopped.org/ - Authorize.net comes bundled
    http://www.woothemes.com/extensions/woocommerce-extensions/ - This is Paid version for Woocommerce.

    But if you want to integrate Authorize.net directly to your wordpress without any extra plugins, then only way is to hire someone, who would do the module.
     
    e-abi, May 7, 2012 IP
  6. NetStar

    NetStar Notable Member

    Messages:
    2,471
    Likes Received:
    541
    Best Answers:
    21
    Trophy Points:
    245
    #6
    If I remember correctly Authorize.net offers an API called AIM that allows you to handle credit card processing by POSTing data. It's relatively easy to use and there should be Libraries out there made IN PHP and also Perl.
     
    NetStar, May 21, 2012 IP