Announcement

Collapse
No announcement yet.

Worldpay Merchant Code

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    You shouldn't need the development kit for this. Not many people modify the payment scripts which is why there's not much experience of this on the forum.

    To add another hidden input I would try adding the extra input to the hidden values text. i.e.

    Try Changing this:

    $sHiddenValues .= "<INPUT TYPE=HIDDEN NAME=\"MERCHANTID\" VALUE=\"$sMerchantID\">\n";

    to

    $sHiddenValues .= "<INPUT TYPE=HIDDEN NAME=\"MERCHANTID\" VALUE=\"$sMerchantID\">\n<input type="hidden" name="accId1" value="MERCHANTCODE">\n";

    Mike

    Edit: OK. Looking at this again you might need to escape the " character with a \ i.e.

    $sHiddenValues .= "<INPUT TYPE=HIDDEN NAME=\"MERCHANTID\" VALUE=\"$sMerchantID\">\n<input type=\"hidden\" name=\"accId1\" value=\"MERCHANTCODE\">\n";
    -----------------------------------------

    First Tackle - Fly Fishing and Game Angling

    -----------------------------------------

    Comment


      #17
      World Pay / Streamline have a deal available for Federation of Small Business Members. The rates are good & there are no monthly charges. I'm in the process of setting up several different websites which all require their own merchant number & there are no charges for this.

      FSB membership is £100 a year if you are a small firm so this could be a cheap way round for you?

      Comment


        #18
        Originally posted by christina View Post
        FSB membership is £100 a year if you are a small firm so this could be a cheap way round for you?
        Small firm meaning you and no-one else Then there's the joining fee (both for FSB and WorldPay).
        Reusable Snore Earplugs : Sample Earplugs - Wax Earplugs - Women's Earplugs - Children's Earplugs - Music Earplugs - Sleep Masks

        Comment


          #19
          no joining fee at worldpay at the moment under the FSB offer

          Comment


            #20
            Originally posted by olderscot View Post
            You shouldn't need the development kit for this. Not many people modify the payment scripts which is why there's not much experience of this on the forum.

            To add another hidden input I would try adding the extra input to the hidden values text. i.e.

            Try Changing this:

            $sHiddenValues .= "<INPUT TYPE=HIDDEN NAME=\"MERCHANTID\" VALUE=\"$sMerchantID\">\n";

            to

            $sHiddenValues .= "<INPUT TYPE=HIDDEN NAME=\"MERCHANTID\" VALUE=\"$sMerchantID\">\n<input type="hidden" name="accId1" value="MERCHANTCODE">\n";

            Mike

            Edit: OK. Looking at this again you might need to escape the " character with a \ i.e.

            $sHiddenValues .= "<INPUT TYPE=HIDDEN NAME=\"MERCHANTID\" VALUE=\"$sMerchantID\">\n<input type=\"hidden\" name=\"accId1\" value=\"MERCHANTCODE\">\n";

            Having the same problem, i have tried $sHiddenValues .= "<INPUT TYPE=HIDDEN NAME=\"MERCHANTID\" VALUE=\"$sMerchantID\">\n<input type=\"hidden\" name=\"accId1\" value=\"mymerchantcode\">\n"; although not receiving any errors it is still not being picked up by worldpay and sending payments to my first merchant acount.

            lessharma have you found a way to do this? Any help would be appreciated.

            Lesley

            Comment


              #21
              Hi Lesley,

              From memory this couldn't be sorted and I ended up having a few company accounts with Worldpay. Actinic or Worldpay couldn't find a solutions for this problem.


              The only work-around I know is if you have 2 sites, you could split one site to only 'pre-authorise payments' and the order site with 'charge transactions immediately' within Actinic.
              Then Worldpay could put the 'pre-authorise payments' payment into one merchant account and 'charge transactions immediately' into another merchant account. This work-around came from Worldpay so it's possiable.

              You would then have to login to Worldpay each night and authorise the 'pre-authorise payments'.

              I have now moved away from Worldpay to Sagepay and also Actinic payments.
              Regards,

              Les


              Abc Baby Gifts
              Snuggle Feet
              Baby Casting From My Perfect Impression

              Comment


                #22
                Thanks lessharma for your quick reply. So i may need to look at moving away from worldpay aswell for 1 site anyway.

                Lesley

                Comment

                Working...
                X