Giter Site home page Giter Site logo

mastercard-gateway / simplify-utilities-php-example Goto Github PK

View Code? Open in Web Editor NEW
2.0 24.0 3.0 80 KB

This is an example application to help get you started accepting payments with Simplify Commerce by MasterCard.

License: BSD 3-Clause "New" or "Revised" License

PHP 100.00%

simplify-utilities-php-example's Introduction

Simplified

This is an example application to help you start accepting payments with Simplify Commerce by MasterCard.

It was created with open-source tools, and provides a barebones implementation of the Simplify Commerce PHP SDK and SimplifyJS for tokenization. Using built in development tools, and reference matierial you can begin accepting payments using Simplify Commerce by following the three step setup guide.

Features

  • Fully Responsive
  • Interactive Test Suite
  • Inline Reference Guide
  • Based on Bootstrap by Twitter
  • Easy Configuration

Documentation

  1. Copy your API keys from Simplify.com (Make sure you use your sandbox keys!)
  2. Open index.php in any text editor.
  3. Paste the keys between the quotes:
<?php
$simplified = array(
     'publicKey' => 'YOUR_PUBLIC_KEY',
     'privateKey' => 'YOUR_PRIVATE_KEY'
);
// That's it, Simplify, simplified.

Customization

Once you have had a chance to explore, fill in your details below. This will transform your application, removing the included guides/references, replacing copy with your information, leaving you with a simple public payment form.

$simplified['title']        = 'Simplified';
$simplified['description']  = 'Simplified is an example application...';
$simplified['company']      = 'Simplified, Inc.';
$simplified['amount']       = '2500'; // $25.00

License

This software is Open Source, released under the BSD 3-Clause license. See LICENSE.md for more info.

simplify-utilities-php-example's People

Contributors

pcheek avatar rahuldeshpande avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.