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.
Download gdbhosale/paywitheasebuzz-php
More information about gdbhosale/paywitheasebuzz-php
Files in gdbhosale/paywitheasebuzz-php
Package paywitheasebuzz-php
Short Description PHP Package integration kit for pay with easebuzz pay.easebuzz.in
License MIT
Homepage https://docs.easebuzz.in/docs/payment-gateway/ex7xej43lwl4g-php
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
- PHP 5.5 or above
Easebuzz Documentation for kit integration
Installation
A. Install via composer
B. Usage:
Easebuzz API calls:
-
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.
-
-
Transaction API
POST Format and call transaction API
-
Transaction API (by date)
POST Format and call transactionDateAPI
-
Refund API
POST Format and call refundAPI
-
Payout API
POST Format and call payoutAPI
-
Handle Initiate Payment API response
Note:- initiate payment API response will get for success URL or failure URL
-
Import Easebuzz library
-
set $SALT
-
create Easebuzz class object and pass $SALT.
- call Easebuzz class methods or functions
-
-
If the server is not supporting the header():-
Note:- Please follow the below steps.
- Go to the path easebuzz-lib/payment.php
- Open the payment.php file
- Goto the function _paymentResponse($result) and un-comment the below code.
-
If you have to enable ease checkout (iframe) in php kit :-
Note:- Please follow the below steps.*
- Go to the path easebuzz-lib/easebuzz_payment_gateway.php
- Open the easebuzz_payment_gateway.php file
-
Go to the function initiatePaymentAPI($params, $redirect=False) change in below code.
- $redirect parameter as False for ease checkout (iframe).
- $redirect parameter as True for Hosted checkout .
All versions of paywitheasebuzz-php with dependencies
ext-curl Version *