コンテンツにスキップ

Magento - English


About this module

  • Name : Creditcardpayment
  • Version:1.1.1
  • Platform:Magento 2.0 2.1 2.2
  • Overview:This module enables the merchants/marketers to accept online credit card payments from their users.

Installing the module

Getting the module from Magento Marketplace

Go to the official Marketplace page of Magento and get the module as following figures. 2-01


Installing the module

Installing the module on your Magento 2 shop

Login to the administrator page and

  • Click on [System]
  • Click on [Web Setup Wizard]
  • Select [Extension Manager] (v2.2) or [Component Manager] (v2.1)
  • Enter your Public and Private keys and click on [Sign in]
  • Select[anotherlane/creditcardpayment]and click on [install]

2-02

  • Execute[Readiness Check]→[Create Backup]→[Component Install]

2-03

Install the module using commands

  1. Go to your Magento2/app.
  2. Create a folder[code] under the app.

    2-04

  3. Extract the Anotherlane.zip file and copy it under the code directory.

    2-05

  4. Navigate to your Magento 2 root folder and run the command as follow.

php bin/magento module:enable Anotherlane_Creditcardpayment
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush
php bin/magento setup:static-content:deploy

Configure the module

Log in to your Magento Administration

  • Click on [STORES]
  • Click on [Configuration]
  • Click on [SALES]
  • Click on [Payment Methods]
  • Locate [Anotherlane Credit Card Payment]
  • Edit the configuration and Click [Save Config]

3-01

Description of each option :

  • Enable : Selection to enable the extension
  • Title : Payment method name displayed when the user makes Checkout
  • SiteId and SitePass : Information for authentication issued by us to the merchants/marketers
  • Currency : Selection of the currency which was agreed with the merchant/marketers
  • BankTrans Type : The timing of issuing an account
  • Check Amount : The order amount will be checked with the value of callback response amount.
  • Check Currency : The extension will check the currency which is set by the merchants/marketers on the admin page and selected by the user

Settlement flow

Settlement with No continuation (Credit Card)

Users can select our payment method when they make Checkout. 4-01

The user will be redirected to our payment page after pressing [Place Order]. 4-02

When the user inputs the credit card information and finishes the settlement , a callback response

will be sent to the merchants/marketers by our system. 4-03

The user is able to return to the Magento’s completed page with pressing [Back]. 4-04


Settlement with Continuation (Credit Card)

Advance preparation:Create parameter(s) that set the product as a continuing product.

4-05

  • Add a new attribute to enable the continuation function.(Required)

4-06

4-07

  1. Default Label: Any input
  2. Catalog Input: Please set it to [Yes/No]
  3. Attribute Code: Must be set to alij_cont_enable

Note

You could set Manage Labels or Storefront Properties freely

  • Add a new attribute to set the continuation times.(Optional)

4-08

  1. Default Label: Any input
  2. Catalog input: Please set it to [Text Field]
  3. Attribute Code: Must be set to alij_cont_times

Note

You could set Manage Labels or Storefront Properties freely

Note

If you do not add the continuation count attribute, the number of continuous settlements will be infinite, so add this attribute when you wish to have the number of times.

  • Add a new attribute to set the amount of next time.(Optional)

4-09

  1. Default Label: Any input
  2. Catalog Input: Please set it to [Price]
  3. Attribute Code: Must be set to alij_cont_amount2

Note

You could set Manage Labels or Storefront Properties freely

Note

If you do not add the next amount attribute, the next amount of continued settlement will be set the same as the first amount. So please add this attribute when you wish a customized amount next time.

Note

The calculation of the next amount : [Value * Number of goods + tax + shipping cost]

  • Set the product as a continuation product.

4-10

Click on[Add Attribute] 4-11

Check the continuation attribute and press the [Add Selected] button. 4-12

The attribute(s) will be displayed in Attributes 4-13

The settlement flow will like following according to the Value. 4-14 4-15 4-16

※It is not possible to merge a continuing product with another product to purchase them


Bank Transfer Payment

The settlement flow will like following. 4-17

Select [Bank transfer] 4-18

Click [Input confirmation]→[Process Payment], user will receive an account. 4-19

A comment will be written on the order according to the transfer amount of the user. 4-20


Order status

In order to reflect the results of settlement , please tell us the YourMagento URL. Successful settlement case: After merchants/marketers received the callback response, [Orders] [Invoices] [Transactions] will be updated. 5-01 5-02 5-03

The user will receive the invoice. 5-04

Failure settlement case: When settlement fails for some reasons , NG callback response will be sent to the merchants/marketers by our system.

5-05

The user is able to return to the Magento’s shopping cart page with pressing [Back].

5-06

After merchants/marketers received the NG callback response, [Sales]→[Orders], Transaction will be updated.

5-07 5-08


Error Check

Currency Check

The extension will check the currency which is set by the merchants/marketers on the admin page and selected by the user. If they mismatched, the URL will be redirected to the error page.

Amount Check

The order amount will be checked with the value of callback response amount. If they mismatched, the order will be canceled and the “TransactionID” will be left as a comment for merchants/marketers.