2017 © Pedro Peláez
 

library api

Integrate with the Kyash Payment Gateway.

image

kyash/api

Integrate with the Kyash Payment Gateway.

  • Thursday, November 17, 2016
  • by kyash
  • Repository
  • 3 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

kyash_php

PHP library to access the Kyash Payment Gateway API., (*1)

Usage

Install the latest version with composer require kyash/api, (*2)

use Kyash\Collection;

// Get the Kyash Credentials from your Kyash Account API Settings. There is a separate set of credentials for production and development environments.
$kyash = Collection('public_api_id', 'api_secret');

$kyash_code = $kyash->getKyashCode('T12345678');

if ($kyash_code['status'] === 'paid') {
    $kyash->capture($kyash_code['id']);
}

Please refer to the Kyash Merchant API documentation for more details about the request parameters and response. All functions in this library take an array of request parameters of their corresponding API call and return an array representing the JSON response of the API., (*3)

The Versions

17/11 2016

dev-master

9999999-dev https://github.com/Gubbi/kyash_php

Integrate with the Kyash Payment Gateway.

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-curl *

 

payment gateway cash india kyash collect cash payment

09/05 2015

v1.0.0

1.0.0.0 https://github.com/Gubbi/kyash_php

Integrate with the Kyash Payment Gateway.

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-curl *

 

payment gateway cash india kyash collect cash payment