Project

General

Profile

Wiki » History » Version 15

Soh Keong, 05/21/2012 03:18 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
*Development:*
8
9
<pre>
10
</pre>
11
12
*Production:*
13
14
<pre>
15
</pre>
16
17
h2. Contact Person:
18
19
*TNS:*
20
21
*eCosway:*
22 3 Soh Keong
23 6 Soh Keong
h2. Demo
24
25
URL : http://192.168.2.68:8080/tns_test/
26
27 3 Soh Keong
h2. SCM
28
29
<pre>
30
Host: cwyrnd2-server [IP address:192.168.2.11]
31
Path: d:/source/ecoswayNew
32
Module: tns_gw_lib
33
Tag: HEAD
34
</pre>
35
36
h2. Specification
37
38
See [[Specification]]
39 5 Soh Keong
40 10 Soh Keong
h2. Reference
41
42 12 Soh Keong
h3. Test Credit Card Details
43 15 Soh Keong
44 14 Soh Keong
!test_card.png!
45 15 Soh Keong
46
<pre>
47
The test bank simulator is configured to allow the user to change the response received against the
48
above test card numbers by varying the cent amount for the transaction.
49
The following table shows how the various response codes can be triggered varying the cent amount.
50
</pre>
51
52
53
54
<pre>
55
For example:
56
1. To simulate a QSI Response Code of 0 (Transaction Approved) simply perform a transaction
57
for $1.00 against one of the above test credit cards.
58
2. To simulate a QSI Response Code of 4 (Transaction Declined – Card Expired) simply perform
59
a transaction for $4.54 against one of the above test credit cards.
60
</pre>
61
62 12 Soh Keong
63 8 Soh Keong
h3. Response Codes & Error Message
64 1 Soh Keong
65 8 Soh Keong
Refer to the document *Virtual_Payment_Client_Integration_Guide* in document:"VPC Integration_Guide"
66
# Transaction Response Code (vpc_TxnResponseCode) - page *119*
67
# Card Type Field Code (vpc_Card) - page *130*
68
# Error Message (vpc_Message) - page *138-148*
69 7 Soh Keong
70 8 Soh Keong
The format of the Error Message is:
71 9 Soh Keong
*E<error number>-<Date/Time Stamp MMDDHHMM>: <error description>*
72 1 Soh Keong
73 10 Soh Keong
h3. Authorisation Response Data - page *131 & 132*
74
75 9 Soh Keong
!AuthorisationResponseData.png!