Project

General

Profile

Wiki » History » Version 29

Soh Keong, 09/27/2012 11:58 AM

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