Jump to content

Payment solutions needed


Recommended Posts

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 pls

Introduction

This document is intended for users, who wish to develop applications using the
eTranzact WebConnect™ Gateway for processing payment or confirming payment status.
The gateway can be accessed via HTTP protocol by submitting values using POST
method to the eTranzact WebConnect™ API. WebConnect™ will only process payment
from a web site or domain name that is registered on its network. i.e. requests are
validated 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.

PARAMETERS
TERMINAL_ID = This is an Id assigned by eTranzact. It is a fixed value.
TRANSACTION_ID = This is a dynamically generated value for each transaction
MERCHANT_CODE = This is the value receiving account
AMOUNT = transaction amount e.g. 2000.50
DESCRIPTION = Description of transaction e.g. "Ticket Payment"
RESPONSE_URL = an absolute web address where responses are delivered
LOGO_URL = an absolute web address where the third part logo is stored

Card Payment
Customer with eTranzact Powered Card can make payment for goods and services on
the merchant/company website. To do card payment call
http://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 see
if the values you passed to the page are well assigned to the right form field. Please note
that the parameters should be changed accordingly to test the sample form above

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...