Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You need to test the payment gateway integration carefully before going live to ensure successful and smooth transaction processing.  Ideally, you should test your integration in the following phases:

...

We can see the detailed transaction information in merchant plus website with your merchant login details. 

Phase 2

The merchant’s MerchantPlus Payment Gateway API Login ID and Transaction Key into the integration for testing against the live environment. Please note that developer test account credentials are not accepted by the live payment gateway). In this phase, you can test the integration in one of two ways:

...

SALE Request:
Code Block
languagephpbash
https://gateway.merchantplus.com/cgi-bin/PAWebClient.cgi?x_Login=APIUSER&x_Tran_Key=TRANSKEY&x_First_Name=Joe&x_Last_Name=Doe&x_Company=XYZ+Company&x_Address=29+Broadway&x_City=New+York&x_State=NY&x_Zip=10006&x_Country=US&x_Phone=8005461997&x_Fax=&x_Cust_Id=23232323&x_Customer_Tax_ID=123456789&x_Email=TEST@EMAIL.COM&x_Invoice_Num=1232132132&x_Ship_To_First_Name=John&x_Ship_To_Last_Name=Doe&x_Ship_To_Company=XYZ+Company&x_Ship_To_Address=29+Broadway&x_Ship_To_City=New+York&x_Ship_To_State=NY&x_Ship_To_Zip=10006&x_Amount=102&x_Method=CC&x_Type=AUTH_CAPTURE&x_Card_Num=4111111111111111&x_Exp_Date=1218&x_Card_Code=123&x_delim_data=TRUE&x_delim_char=
SALE Response:
Code Block
languagebash
1,,1,This transaction has been approved,001331,N,5786,1232132132,,10200,,AUTH_CAPTURE,23232323,

...

John,

...

Doe,

...

XY Company,29 Broadway,

...

New York,NY,10006,x_Phone=

...

8005461997,,

...

,

...

test@email.com,

...

John,

...

Doe,

...

XYZ Company,29 Broadway,

...

New York,NY,10006,,0,0,0,0,,,,M,

 

VOID Transaction API:

VOID Request:
Code Block
languagebash
https://gateway.merchantplus.com/cgi-bin/PAWebClient.cgi?x_Login=

...

APIUSER&x_Tran_Key=

...

TRANSKEY&x_Trans_ID=

...

5785&x_Type=VOID&x_Method=CC&x_delim_data=TRUE&x_delim_char=
VOID Response:
Code Block
languagebash
1,,1,This transaction has been approved,,,5791,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

We can see the Merchant Transaction details using Merchant Login id and Password in below given website and also we can see the transaction details at NaviGate interface.

 

No Format
https://gateway.merchantplus.com

Login: testtsys

PW: abc123

...

Example Screenshots

Please see the below screen shots: