Datacap's Magento Commerce Plugin for NETePay Hosted
- Go to the Magento root directory
- Place the Datacap Magento app directory in the Magento root directory.
- Enter the following at the command line:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
- Go to the Magneto Admin Panel
- Select Store => Configuration
- Select Sales => Payment Method
Here you'll find the settings to configure the Datacap Magneto plugin.
-
Enabled
This option enables/disables the Datacap payment method for the store.
-
Title
The display name of the Datacap payment option presented to the customer at checkout.
-
Environment
Either Sandbox (test) and Production
-
Datacap Token Key and Ecommerce MID
Credentials provided by Datacap for Ecommerce processing.
-
Payment Action
Choose either:
-
Authorize
The amount is authorized during checkout, but captured when the invoice is generated in the Admin Panel.
-
Authorize and Capture
The amount is authorized and captured during checkout, and an invoice is created automatically.
-
- Go to the Magento Admin Panel
- Select Sales => Order
- Select an order to invoice
- Click the Invoice option from the top navigation bar
- At the bottom of the invoice under Invoice Totals, you will see an option to Capture Online
- Click the Submit Invoice button
To issue a refund, you first need an invoice. Follow the steps above to generate the invoice, then follow the steps below:
- From the Magento Admin Panel, select Sales => Invoices
- Select the invoice to refund
- Click the Credit Memo option in the top navigation bar
- At the bottom of the invoice, you will see options to Refund or Refund Offline (cash refund)
- Click the Refund button to issue a refund to the payment card.
If you encounter any bugs or issues with the latest version of the Datacap Magento plugin, please report them to us by opening a GitHub Issue!