Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

I have a client who has his payment gateway from a local provider. The gateway works in the following manner:

 

Post form to:

https://secure.gateway.com/pay/ccfm.php

 

variables of the POST:

 

wMerchant = xxxcode

wnSEQ = (internal transaction number) (Suggest: 0000001, 0000002, ...)

wCName = Name on the card

wCAddress = Billing adresse (# and street)

wZipCode = postal or ZipCode

wCity = city

wCountry = 2 letter country code ( CA US etc... )

wState = state code (if US) or Province (if CA)

wEmail = email of the client

wTEL = tel of client (optional)

wFAX = fax of client (optional)

wCType = VISA or MSTR

wCNumber = Credit card number

wCcvv = Cvv2 code at the back of the credit card

wCexMonth = expiration ( 01 to 12 )

wCexYear = expiration (2005 2006 2007 etc...)

wAmount = amount of the credit card transaction in US (123.45)

wDescr = description of the product/service (optionel)

 

Returning code:

 

Code = 2 digit code

Descr = description of the code

Info = error / missing info

 

Now can anyone suggest me a generic gateway module which i can use and modify according to the above specs for osc ?

 

Any help would be appreciated.

Posted

they are all pretty much the same, you need to just read thru them. i cant do your work for you. pick payflow, cambist, just about anything and make it work

Posted

are there any guidelines available on how to write a payment module for osc ? meaning usage of variables etc, if i want extra variables to be entered when the customer orders etc ?

  • 2 weeks later...
Posted

Can anyone here know of any existing contribs which take some what same parameters like the ones i mentioned above and works with curl ? It would be of great help.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...