New Merchant Set Up Mod For Zen Cart

We are seeking someone who can implement and create a Merchant Service for our Zen Cart. We have to use this bank with no other choice and ZenCart has not it in the library so it needs to be added and written.

some of the info is below:

=========================

AgeManagement online store can connect to the Payment Gateway through a web reference to the web service https://secure.merchantreports.info/wscommerce.asmx

You can find in the attached PDF document a complete description of the Methods and parameters used by the API to communicate with your web application.

For testing purposes there is a development environment using the following path for the web service https://secure.merchantreports.info/test

Please use the Method “Echo” to test the communication channel between your application and the Gateway.

See the following example of defining a new payment gateway object, using Echo method and separate the different parts of the response.

‘Define the object using the web service

Dim wsGateway As New info.merchantreports.secure.TCservice

Dim wsResponse As String

‘Use the method Echo to test communication channel

wsResponse = wsGateway.Echo(Merchant, Terminal, “”)

txtResponse.Text = wsResponse

‘Separate the different parts of the response

Dim ArrayResponse() As String = Split(wsResponse, “~”)

txtRes_Status.Text = ArrayResponse(0)

txtRes_Id.Text = ArrayResponse(1)

txtRes_Authorization.Text = ArrayResponse(2)

txtRes_Hora.Text = ArrayResponse(3)

txtRes_Fecha.Text = ArrayResponse(4)

txtRes_Ballot.Text = ArrayResponse(5)

Dr. Michael can give you information about Terminal and Merchant ID that you’ll use to send as parameters to the gateway.

==============

We also have the bank info and possible contact to help with this project.

MetroBank, S.A.
Tel.: [507] 204-9068 [507] 204-9068 | Fax: [507] 204-9001 | www.metrobanksa.com

I think we have a contact in their dev team to help us.

Leave a Reply

Your email address will not be published. Required fields are marked *