Project

General

Profile

Wiki » History » Version 18

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