Giter VIP home page Giter VIP logo

sslcommerz_php's Introduction

=== Plugin Name ===
Contributors: C.M.Sayedur Rahman
	      [email protected]
Tags: Payment Gateway, SSLCommerz, IPN, Raw PHP
Requires : PHP 5.6 and Mysql
License: GPLv2 or later

== Description ==
In this example you will find below script and a mysql table creation file.
  1. index.php : Receive Transaction Data
  2. payment.php: Prepare data and Initate the Transaction
  3. success.php: After successfull payment this page will update database
  4. ipn.php : After successfull  payment this page will update database(If IPN Enaled from Merchant Panel. Gateway will first hit IPN page) 
  5. cancel.php :After cancelling payment this page will update database
  6. fail.php :After failing payment this page will update database
  7. SSLCommerz.php : Libary page
  8. SSLCZConfig.php : Store configuration page. Here you will input store_id, store_password and Gateway link(Live or Sandbox)
  9. connection.php : Database configuration. 
  10.orders.sql : Sample table 

==Run the project==
	1. First create your Sanbox store account from below url. After registration you will get two mail. One for Store_id and Store_password.
	   Another one for Report panel access.	
	   https://developer.sslcommerz.com/registration/
	2. Then give the store_id and store_password in SSLCZConfig.php page. 
	3. Then Create the table(orders.sql) in your database and update the creadential in connection.php
	4. Then run the index.php script from your webserver.It should go to payment gateway.

== Help URL==
	1. https://developer.sslcommerz.com/docs.html :URL to start integrate SSLCOMMERZ as a Developer
	2. https://developer.sslcommerz.com/registration/: URL to Create Account in Sandbox

sslcommerz_php's People

Watchers

James Cloos 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.