Project

General

Profile

Wiki » History » Version 22

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