Project

General

Profile

Wiki » History » Version 28

Soh Keong, 07/30/2012 03:46 PM

1 11 Soh Keong
{{toc}}
2
3 1 Soh Keong
h1. Wiki
4 2 Soh Keong
5 28 Soh Keong
h1. Bank File
6
7
[[BankFile]]
8
9 2 Soh Keong
h1. Merchant's Account Details
10
11 22 Soh Keong
h2. Development:
12 2 Soh Keong
13 23 Soh Keong
* tns_url= *https://secure.na.tnspayments.com/vpcpay*
14
* AccessCode= *3D6F3EC2*
15
* Merchant= *TEST3851227*
16
* vpc_Currency= *MXN*
17
* vpc_Locale= *es_MX*
18
* vpc_SecureHash= *2D7F6F9C5B7868CDC996E4D36EF34BA9*
19
* vpc_SecureHashType= *HmacSHA256*
20 20 Soh Keong
21 2 Soh Keong
22
*Production:*
23
24
<pre>
25
</pre>
26
27
h2. Contact Person:
28
29 26 Chooi-Mey
*TNS:*
30 27 Chooi-Mey
* *Integration/Support Issue:* - Yennny Lopez/Gustavo Amortegui [Banamex@tnsi.com]
31 2 Soh Keong
32 1 Soh Keong
*eCosway:*
33 26 Chooi-Mey
* *Financial:*
34
** Yap, Kuen-Fah [KFYap@cosway.com.my]
35
* *TNS API Integration:*
36 27 Chooi-Mey
** Tan, Soh Keong [sktan@cosway.com.my]
37 26 Chooi-Mey
** Kwan, Chooi-Mey [cmkwan@cosway.com.my]
38
* *Mall Integration:*
39
** Hann, Chong-Ting [cthann@cosway.com.my]
40
41 3 Soh Keong
42 6 Soh Keong
h2. Demo
43
44
URL : http://192.168.2.68:8080/tns_test/
45
46 24 Soh Keong
h2. Merchant Administration
47
48
URL                 : *https://secure.na.tnspayments.com/ma
49
50
+Administrator+
51
ID of Establishment : *TEST3851227*
52
Operator ID         : *Administrator*
53
Password            : *password1*
54
55
+vpc_client+
56
ID of Establishment : *TEST3851227*
57
Operator ID         : *vpc_client*
58
Password            : *password123*
59
60 3 Soh Keong
h2. SCM
61
62
<pre>
63
Host: cwyrnd2-server [IP address:192.168.2.11]
64
Path: d:/source/ecoswayNew
65
Module: tns_gw_lib
66
Tag: HEAD
67
</pre>
68
69
h2. Specification
70
71
See [[Specification]]
72 5 Soh Keong
73 10 Soh Keong
h2. Reference
74
75 16 Soh Keong
h3. Test Credit Card Details & Response Code
76 15 Soh Keong
77 14 Soh Keong
!test_card.png!
78 15 Soh Keong
79
<pre>
80
The test bank simulator is configured to allow the user to change the response received against the
81
above test card numbers by varying the cent amount for the transaction.
82
The following table shows how the various response codes can be triggered varying the cent amount.
83
</pre>
84 1 Soh Keong
85 16 Soh Keong
!CC_ResponseCode.png!
86 15 Soh Keong
87
<pre>
88
For example:
89
1. To simulate a QSI Response Code of 0 (Transaction Approved) simply perform a transaction
90 16 Soh Keong
   for $1.00 against one of the above test credit cards.
91 15 Soh Keong
2. To simulate a QSI Response Code of 4 (Transaction Declined – Card Expired) simply perform
92 16 Soh Keong
   a transaction for $4.54 against one of the above test credit cards.
93 15 Soh Keong
</pre>
94
95 12 Soh Keong
96 8 Soh Keong
h3. Response Codes & Error Message
97 1 Soh Keong
98 8 Soh Keong
Refer to the document *Virtual_Payment_Client_Integration_Guide* in document:"VPC Integration_Guide"
99
# Transaction Response Code (vpc_TxnResponseCode) - page *119*
100
# Card Type Field Code (vpc_Card) - page *130*
101
# Error Message (vpc_Message) - page *138-148*
102 7 Soh Keong
103 8 Soh Keong
The format of the Error Message is:
104 9 Soh Keong
*E<error number>-<Date/Time Stamp MMDDHHMM>: <error description>*
105 1 Soh Keong
106 10 Soh Keong
h3. Authorisation Response Data - page *131 & 132*
107
108 9 Soh Keong
!AuthorisationResponseData.png!