Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2007
    Posts
    3
    Plugin Contributions
    0

    Default I need a custom payment module

    I need a custom payment module for a tradeorganisation.
    I have installed External Order Number Generator for my credit card system.

    The information that needs to be send is:

    orderid: The internal ordernumber.
    amount: The amount without decimals. KR 249,50 must be 24950
    merchant: The membernumber for my shop.
    md5key: Optional.

    The informations are to be send via a form.

    Example:

    <form action="https://www.eksempel.dk/payment.php" method="POST">
    <input type="hidden" name="orderid" value="12345">
    <input type="hidden" name="merchant" value="600325">
    <input type="hidden" name="amount" value="24950">
    <input type="hidden" name="md5key" value="684sd694sw98g4sagadghh">
    <input type="submit" value="Pay">
    </form>


    When payment is done, customer will be returned to "accepturl" (a value chosen from a controlpanel at the paymentprovider) with an MD5-code (md5), transaction id (transact) and optional parameters.

    If the customer cancels the payment, he will be returned to "cancelurl" (as accepturl above).

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: I need a custom payment module

    I recommend posting in the Commercial Help Wanted section of this forum.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

 

 

Similar Threads

  1. Replies: 47
    Last Post: 7 Jul 2013, 10:36 PM
  2. I need to create a custom payment module
    By Jodaan in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 30 Oct 2008, 08:46 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg