Coder Social home page Coder Social logo

everypay-magento2's Introduction

EveryPay Magento 2 payment gateway module

Installation Instructions

  1. Download zip, extract it and rename the extracted folder to Everypay.

  2. Move folder to app/code folder (create it if it does not exist)

  3. From magento document root run : bin/magento setup:upgrade

  4. From magento document root run : composer require "everypay/everypay-php":"@stable"

Configuration Instructions

1. Title

Set the title you wish to be displayed at the Payment Selection step of checkout

2. Merchant Secret & Public Keys

You can find your keys in EveryPay's Dashboard at Settings > Api Keys section
(be careful to use the correct keys when using Sandbox Mode and vice versa)

3. Sandbox Mode

Enable or disable Sandbox Mode for testing pursposes
(be careful to use the correct keys when using Sandbox Mode)

4. Installments Plan

If your account supports Installments then you can create your plan according to the following pattern.

number_of_installments;up_to_amount,number_of_installments;up_to_amount,...,max_number_of_installments;999999

NOTICE:

  1. the values of each group are separated with a semicolon (;) and each group is separated with a comma (,)

  2. the max_number_of_installments is based on your EveryPay Account setup

  3. The last entry (max_number_of_installments;999999) is required as the closing group of your installments plan.

everypay-magento2's People

Contributors

nikosrigas avatar x3nos avatar gleverypay avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.