godboy Posted November 16, 2010 Share Posted November 16, 2010 I need help in integrating into my shop payment a payment system in my country, etranzact, below is an information from the etranzact to clients who would like to use their payment system,I need someone to guide me or integrate the information below into oscommerce payment module plsIntroductionThis document is intended for users, who wish to develop applications using theeTranzact WebConnect™ Gateway for processing payment or confirming payment status.The gateway can be accessed via HTTP protocol by submitting values using POSTmethod to the eTranzact WebConnect™ API. WebConnect™ will only process paymentfrom a web site or domain name that is registered on its network. i.e. requests arevalidated against source domain name.WebConnect Gateway can be accessed in various ways:• Using HTTP Protocol API and submitting values by POST method• Using Web Services.PARAMETERSTERMINAL_ID = This is an Id assigned by eTranzact. It is a fixed value.TRANSACTION_ID = This is a dynamically generated value for each transactionMERCHANT_CODE = This is the value receiving accountAMOUNT = transaction amount e.g. 2000.50DESCRIPTION = Description of transaction e.g. "Ticket Payment"RESPONSE_URL = an absolute web address where responses are deliveredLOGO_URL = an absolute web address where the third part logo is storedCard PaymentCustomer with eTranzact Powered Card can make payment for goods and services onthe merchant/company website. To do card payment callhttp://demo.etranzact.com/WebConnect/(Take note of ‘/’ in the front of WebConnect)Your request should pass a form fields similar to the below script:<form method = ‘POST’ action=’http://demo.etranzact.com/WebConnect’ ><input type=hidden name = ‘TERMINAL_ID’ value=’0000000001’><input type=hidden name=’RESPONSE_URL’ value=’http://www.mywebsite.com/processStatuscomponent’><input type=hidden name = ‘TRANSACTION_ID’ value=’12345667890023354’><input type=hidden name = ‘AMOUNT’ value=’89000.00’><input type=hidden name = ‘DESCRIPTION’ value=’e.g. reference’><input type=hidden name = ‘LOGO_URL’ value=’http://www.mywebsite.com/logo/mylogo.jpg’></form>The script above brings up the card payment page. You can view the HTML source to seeif the values you passed to the page are well assigned to the right form field. Please notethat the parameters should be changed accordingly to test the sample form above Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now