Download the PHP package gdbhosale/paywitheasebuzz-php without Composer

On this page you can find all versions of the php package gdbhosale/paywitheasebuzz-php. 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 paywitheasebuzz-php

paywitheasebuzz-php

PHP Laravel package for Easebuzz Payment Gateway pay.easebuzz.in

Software Requirement

Setup php kits on test/development/production environment install below software

  1. PHP 5.5 or above

Easebuzz Documentation for kit integration

https://docs.easebuzz.in/

Installation

A. Install via composer

B. Usage:

Easebuzz API calls:

  1. Initiate Payment API

    POST Format and call initiatePaymentAPI

    Advanced Parameter:

    • "sub_merchant_id" : - Mandatory parameter if you are using sub-aggregator feature otherwise not mandatory.Here Pass sub-aggregator id.You can create sub aggregator from Easebuzz dashboard web portal."

    • "unique_id" : - Mandatory parameter if you are using customer save card feature otherwise not mandatory. This is customer’s unique id. You need to enable save card feature from the Easebuzz dashboard web portal.

    • "split_payments" : - Mandatory parameter if you are using split payment feature otherwise not mandatory.You need to pass here payment slots in JSON format like {"label_HDFC": 100,"label_icici":100}, Please use label provided by Easebuzz team.
  2. Transaction API

    POST Format and call transaction API

  3. Transaction API (by date)

    POST Format and call transactionDateAPI

  4. Refund API

    POST Format and call refundAPI

  5. Payout API

    POST Format and call payoutAPI

  6. Handle Initiate Payment API response

    Note:- initiate payment API response will get for success URL or failure URL

    1. Import Easebuzz library

    2. set $SALT

    3. create Easebuzz class object and pass $SALT.

    4. call Easebuzz class methods or functions
  7. If the server is not supporting the header():-

    Note:- Please follow the below steps.

    1. Go to the path easebuzz-lib/payment.php
    2. Open the payment.php file
    3. Goto the function _paymentResponse($result) and un-comment the below code.
  8. If you have to enable ease checkout (iframe) in php kit :-

    Note:- Please follow the below steps.*

    1. Go to the path easebuzz-lib/easebuzz_payment_gateway.php
    2. Open the easebuzz_payment_gateway.php file
    3. Go to the function initiatePaymentAPI($params, $redirect=False) change in below code.

    4. $redirect parameter as False for ease checkout (iframe).
    5. $redirect parameter as True for Hosted checkout .

All versions of paywitheasebuzz-php with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5
ext-curl Version *
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 gdbhosale/paywitheasebuzz-php contains the following files

Loading the files please wait ....