anand Posted January 15, 2005 Posted January 15, 2005 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. Quote
anand Posted January 15, 2005 Author Posted January 15, 2005 (edited) pico one, modify it and then debug it <{POST_SNAPBACK}> thx for the reply. which one could have a similar outlay can you please tell me ? Edited January 15, 2005 by anand Quote
Guest Posted January 15, 2005 Posted January 15, 2005 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 Quote
anand Posted January 15, 2005 Author Posted January 15, 2005 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 ? Quote
anand Posted January 24, 2005 Author Posted January 24, 2005 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. Quote
anand Posted January 24, 2005 Author Posted January 24, 2005 i got it almost working, i am using the usight contrib and modifying it according to my requirements. Quote
Recommended Posts
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.