You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+63-1Lines changed: 63 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,4 +33,66 @@ The Mobile API payment methods are PCI compliant – the payment data are transf
33
33
The WPF payment methods redirect user to Hypercharge servers were the payment data are collected, and after the payment is processed the customer will be redirected to merchant web-store. Also a notification will be sent to Magento to process the order accordingly.
34
34
35
35
For each payment method you can change the title (**Title**), enable/disable it (**Enabled**), set the payment type on live or test mode (**Test Mode**), set the sort order for frontend payment step list (**Sort order**) and select the billing countries for which the payment method will be available (**Payment from Applicable Countries** and **Payment from Specific Countries**).
36
-
For Credit Card payment method you can also select the CC types which will be available (**Credit Card Types**). For all WPF payment methods you can chose to load the Hypercharge payment form – from Hypercharge servers – in an iFrame on your Magento web-store (**Load in iFrame**), instead of redirecting the customer to Hypercharge website; and you can enable the address step for WPF payments (**Show address step on Hypercharge**) – the billing address from Magento will be send automatically in both cases.
36
+
For Credit Card payment method you can also select the CC types which will be available (**Credit Card Types**). For all WPF payment methods you can chose to load the Hypercharge payment form – from Hypercharge servers – in an iFrame on your Magento web-store (**Load in iFrame**), instead of redirecting the customer to Hypercharge website; and you can enable the address step for WPF payments (**Show address step on Hypercharge**) – the billing address from Magento will be send automatically in both cases.
37
+
38
+
---------
39
+
3. Testing and configuration in DEMO/LIVE
40
+
---------
41
+
42
+
3.1. For testing of the procces you need to open four new tabs.
43
+
First tab: online webstore - http://www.your-domain.com/ - log in or create new account if you don't have one or checkout as guest
44
+
Second tab: admin panel from the webstore - http://www.your-domain.com/admin - login data (User Name: yourusername Password: yourpassword);
45
+
Third tab: payment register interface - https://sankyudemo.hypercharge.net - login data ( User: yoursankyuusername Password: yoursankyupassword);
46
+
Finaly the fourth tab, will contain your email account, the one which you registered on the webstore, where you will get notifications.
47
+
48
+
3.2. Channels configuration
49
+
When you make the contract with hypercharge you will be granted with a test account and a live account (sankyu).
50
+
Login into sankyu and go to: Configuration -> Channels, you will have here a list of all channels available.
51
+
In magento you will need to fill in all your channels like this: CURRENCY|LOGIN|PASSWORD|CHANNEL (one channel per row)
52
+
53
+
54
+
3.3. To see the payment method go under System > Configurations > Payment Methods.
55
+
Directly under Hypercharge Channels Configurations tab you should see 15 Hypercharge payment types.
56
+
Some of the payment methods are using Mobile API, other payment methods are using the WPF API.
57
+
The methods that are using Mobile API are:
58
+
- Credit Card
59
+
- Direct Debit
60
+
- SEPA
61
+
- Purchase on Account
62
+
- GTD Purchase on Account-Payolutin
63
+
- GTD Sepa Debit Sale
64
+
As you can see for the moment there are 6 methods that are using Mobile API.
65
+
The others 9 methods are using the WPF API.
66
+
Also, you will be able to see the entire 15 methods, when a new purchase is made. (of course if all are enabled, you have channels for all)
67
+
* Ideal Payment Methos is set by default to specific country Nederland (so it will not appear on frontend if your billing address does not have Nederland)
68
+
* by default, all payment methods are set on testmode
69
+
* all WPF payment methods can loaded in an IFRAME or with redirect
70
+
* please check your PCI Compliance to see if you can load your payment methods in an IFRAME or you need to redirect them to the payment GATEWAY, for this you need to change the "Load in IFRAME" select - visible in all WPF Payments
71
+
72
+
3.4. To test a payment method, you have to complete few steps:
73
+
- go to the webstore, log in (or checkout as guest), and add something to cart;
74
+
- go to the cart, click "proceed to checkout" to finalize the purchase;
75
+
- set an address and select this address for shipping at shipping step;
76
+
- when the user is informed about shipping rate, click continue;
77
+
- when "payment option" are displayed select the desired method;
78
+
Further, each payment method, has its own steps.
79
+
80
+
3.4.1. Credit Card - data that you can use in test mode:
81
+
Name on Card: random first name and last name;
82
+
Credit Card Type: select the desired type from dropdown
For expiration date just set a future date and for CVC just enter 3 random digits.
88
+
Click "Continue", review the order, then click "Place Order".
89
+
90
+
For a successful transaction the following four results are needed:
91
+
- On webstore page a success page to be displayed, after placing the order ();
92
+
- in Magento admin > Sales > Orders, the order is registered with status "Pending Payment",
93
+
and after some time, the order is set to "Processing" ();
94
+
- in Hypercharge > Payments: order is registered with status "Approved" ();
95
+
- when the order status is changed from Pending_Payment to Processing a confirmation email is received ().
96
+
97
+
Also, if you click on (i) info - the last icon on the transaction row, another page with the transaction details,
98
+
will be displayed. Here you will see the transaction details as: payment method, type and mode ().
Copy file name to clipboardExpand all lines: app/design/frontend/base/default/template/hypercharge/form/ccwpf_mark.phtml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -0,0 +1 @@
1
+
<?php/** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE_AFL.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade Magento to newer * versions in the future. If you wish to customize Magento for your * needs please refer to http://www.magentocommerce.com for more information. * * @category Mage * @package GlobalExperts_Hypercharge * @copyright Copyright (c) 2014 Global Experts GmbH (http://www.globalexperts.ch/) * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */?><span class="hyper_title"><?phpecho$this->getMethodLabel(); ?></span>
0 commit comments