Download the PHP package volt-io/volt-io-magento-22 without Composer

On this page you can find all versions of the php package volt-io/volt-io-magento-22. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package volt-io-magento-22

Volt: Pay by Bank - Magento 2 Payment Module

Version for Magento 2.2. For newer version check out here.

Description

Offer shoppers a faster, safer way to pay. With Volt, your customers can check out directly from their banking app. No card required.

How does it work? Well, they simply choose ‘Pay by Bank’ at checkout, select their bank and confirm the payment details in their online banking environment. ‘Pay by Bank’ will appear as an option alongside the payment methods you already accept.

Because payments are account-to-account, you’ll receive the funds in real time and at a fraction of the cost of card payments – while giving your customers a slicker payment experience.

Watch the "Pay by Bank" experience in action here.

Main functions

Limitations

Requirements

Changelog

Installation

  1. Execute the following command in Magento 2 root folder:

  2. Enter following commands to enable module:

Generate API credentials

  1. Log in to the Volt Fuzebox account.
  2. Go to Configuration -> Applications.
  3. Click Create Application.
  4. Enter the Application Name and select Customer you want to use.
  5. For Payment return URLs enter the following URL for all statuses (replace your-store-url.com with your store URL):

  6. For Verify return URLs enter the following URL (replace your-store-url.com with your store URL):

  7. Click Save.
  8. Copy the Client ID and Client Secret from Credentials section.
  9. Go to Payment Notification tab.
  10. Click Configure button.
  11. Enter the following URL for Webhook URL (replace your-store-url.com with your store URL):

  12. Enter your address e-mail in Failing notifications alert e-mail field.
  13. Click Save.

Get notification secret

  1. Log in to the Volt Fuzebox account.
  2. Go to Configuration -> Applications.
  3. Click on the application you want to use.
  4. Go to Payment Notification tab.
  5. In Notification section click Show (eye) button.
  6. Copy the Notification Secret.

Module Configuration

  1. Log in to the Magento Admin.
  2. Go to Stores > Configuration.
  3. In the left panel, go to Sales > Payment Methods.
  4. Expand the Volt section.

General Settings

  1. Go to Module configuration.
  2. Set Enabled to Yes.
  3. Set Title to the title of your choice.
  4. Set Sandbox to Yes if you want to use the sandbox environment.
  5. Set Client ID and Client Secret to the credientals you copied from Generate API credentials.
  6. Set Notification Secret to the secret you copied from Get notification secret.
  7. Set Username and Password to credentials you're using for logging in to the Volt Fuzebox account.
  8. Select Sort order for the payment method.
  9. You can change the Status for pending payment field to the status you want to set for the order after the payment is started.
  10. You can change the Status for received payment field to the status you want to set for the order after the payment is received.
  11. You can change the Status for failed payment field to the status you want to set for the order after the payment is failed.
  12. Click Save Config on top of the page.

Refunds

In order to enable online refunds, you need to have active Volt Connect service.

  1. Go to Module configuration.
  2. Set Refund Enabled to Yes.
  3. Click Save Config on top of the page.

Support

If you have any issues with this extension, open an issue on GitHub.


All versions of volt-io-magento-22 with dependencies

PHP Build Version
Package Version
Requires php Version 7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0
ext-json Version *
ext-curl Version *
magento/framework Version 101.*
magento/module-checkout Version 100.2.*
magento/module-payment Version 100.2.*
magento/module-sales Version 101.*
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package volt-io/volt-io-magento-22 contains the following files

Loading the files please wait ....