=================================
- Magento 2 Payment Gateway module integrate to Z-credit system | https://www.z-credit.com/
- All communication with the gateway is done using SSL encryption and no confidential cardHolder data is ever stored on the Magento 2 website.
- Copy module folder to your
magento_root_folder/app/code - Go to your
magento_root_folder. Run these commands:php ./bin/magento setup:upgradephp ./bin/magento setup:di:compilephp ./bin/magento setup:static-content:deploy
- Go to
Stores->Configuration->Sales->Payment Methods->Z-Credit Payment Gateway - Settings your
Terminal NumberandPasswordfrom Z-credit. - Settings
Installmentsif it needed - Settings
Z-Credit Save credit cardif it needed.
- Pay by credit card integrate with Z-credit Payment Gateway.
- A process called tokenization is used to run transactions with stored payment information. This lets the customers pay with a 'saved' card which are not stored on the magento 2 server at all.
- Saved cards via Token which get from Z-credit for simple future checkouts using
Magento Vault. - Supported
Instant Purchase. - Supported
Intallments Payment. - Returned data from server on successful transaction should be logged with the order.
- Failed transaction info should be emailed to admin with magento
Payment Failed Email. - Create/Edit orders and reorder in Admin Panel with vault token.
- Add/Delete credit cards from customer section and adminhtml section.
- CVV Validation on first purchase or every purchase.
- Magento version 2.2.x.
- For any issue please help me open an issue.