Project

General

Profile

Wiki » History » Version 26

Chooi-Mey, 05/25/2012 02:50 PM

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