Project

General

Profile

Wiki » History » Version 29

chin-yeh, 10/05/2011 11:25 AM

1 3 chin-yeh
{{toc}}
2
3 1 chin-yeh
h1. Wiki
4 2 chin-yeh
5
The wiki for this project.
6 3 chin-yeh
7 14 chin-yeh
h2. Merchant Account Details
8 1 chin-yeh
9 19 chin-yeh
Merchant Administration URL: 
10 24 chin-yeh
> https://migs.mastercard.com.au/ma/login.s
11 19 chin-yeh
use the *lawsiew* operator ID to login
12 14 chin-yeh
13
*Development:*
14 1 chin-yeh
<pre>
15 14 chin-yeh
Merchant ID: TEST001070001770
16
Operator ID: vpc_client
17
Access Code: D29BDF0E
18
Secure Hash Secret: DB0899F0D69B8B73D6CD3F53F4BF3420
19
20
2-Party VPC URL: https://migs.mastercard.com.au/vpcdps
21
3-Party VPC URL: https://migs.mastercard.com.au/vpcpay
22 1 chin-yeh
</pre>
23
24 14 chin-yeh
*Production:*
25
<pre>
26
Merchant ID: 001070001770
27
Operator ID: vpc_client
28
Access Code: DD8072CA
29
Secure Hash Secret: 274676AB08F4227C6AEA401FAB2DEAFF
30 11 chin-yeh
31 14 chin-yeh
2-Party VPC URL: https://migs.mastercard.com.au/vpcdps
32
3-Party VPC URL: https://migs.mastercard.com.au/vpcpay
33
</pre>
34
35 11 chin-yeh
h2. Contact Person
36
37
*MiGS:*
38 12 chin-yeh
<pre>
39 18 chin-yeh
Regional Technical Manager: Santoso, Herman [herman.santoso@merchant-solutions.biz]
40 11 chin-yeh
</pre>
41
42
*eCosway:*
43
<pre>
44 17 chin-yeh
Financial: Law, Siew Hong [SHLaw@cosway.com.my]
45
Developer: Hann, Chong Ting [cthann@cosway.com.my]
46
           Choo, Chin Yeh [cychoo@cosway.com.my]
47
           Kwan, Chooi Mey [cmkwan@cosway.com.my]
48 1 chin-yeh
</pre>
49 14 chin-yeh
50
h2. SCM
51
52
Integration in Dot Biz's Mall (CVS):
53
<pre>
54
Host: cwyrnd2-server [IP address:192.168.2.11]
55
Path: d:/source/hongkong-mall
56
Tag: HEAD
57
</pre>
58
59 3 chin-yeh
60
h2. Specification
61
62
See [[Specification]]
63
64
h2. Frequently Asked Questions
65 8 chin-yeh
66
h3. Is there any test cards which could be used in test environment?
67
68
|_.Card Type|_.Card Number|_.Expiry|
69
|MasterCard |51234567890123456 |05/13|
70
|MasterCard |5313581000123430 |05/13|
71
|VISA |4005550000000001 |05/13|
72
|VISA |4557012345678902 |05/13|
73 9 chin-yeh
|AMEX |345678901234564 |05/13|
74 8 chin-yeh
|Bankcard(Australian Domestic) |5610901234567899 |05/13|
75
|Diners |30123456789019 |05/13|
76 3 chin-yeh
77
h3. How to simulate Acquirer Response Code?
78 4 chin-yeh
79 3 chin-yeh
Available in *TEST* mode only.
80
81
Let's say, to simulate the response code *65*, just submit a transaction with Amount of *8965*, where *65* is the decimal value of the amount. 
82 7 chin-yeh
83 29 chin-yeh
Any amount which is a multiple of 100 is an approved transaction, e.g. 100, 1900, 14500, 9900
84 6 chin-yeh
85 5 chin-yeh
h3. What does the response code XX means?
86 10 chin-yeh
87
Refer to the document *Virtual Payment Client Integration Reference* in document:"[MiGS] Integration Documents"
88
* Response Code (vpc_TxnResponseCode) - page *75*
89
* Acquirer Response Code (vpc_AcqResponseCode) - page *83*
90 1 chin-yeh
* Error Codes(vpc_Message) - page *91*
91 15 chin-yeh
92
h3. AMA - QueryDR
93
94
* may return duplicate transaction if the order number is not unique
95
* the database only contains data up to 3-day old.
96 20 chin-yeh
97
98
h3. How to enforce the CSC/CVV checking in the test environment?
99
100 26 chin-yeh
*[Important]* The CSC response code has no bearing on the result of the payment in the development environment. However, in the production environment, MIGS allows you to adjust acceptance level from *M* to *N*.
101
102 21 chin-yeh
Enter the following *CSC/CVV* code into the *Security Code* field:
103 25 chin-yeh
* *100* - (M) Valid or matched CSC
104 22 chin-yeh
* *101* - (S) Merchant indicates CSC not present on card _(Visa Card only)_
105 21 chin-yeh
* *102* - (P) CSC Not Processed
106
* *103* - (U) Card issuer is not registered and/or certified
107
* *104* - (N) Code invalid or not matched
108 22 chin-yeh
* *105* - (X) Code not processed _(Master Card only)_
109 23 chin-yeh
110
Refer to the page *86*, *Virtual Payment Client Integration Reference* in document:"[MiGS] Integration Documents" for more details.
111 27 chin-yeh
112
113
h3. List of possible Card Type Code
114
115 28 chin-yeh
> description of the <code>card_type</code> column in the interface table
116
117 27 chin-yeh
!card_type.png!