greenlystapp/green.money

A fully featured PHP SDK for calling methods from the Green Payment Processing API and parsing the responses

dev-master 2021-08-11 13:44 UTC

This package is auto-updated.

Last update: 2024-04-11 19:21:52 UTC


README

Please Note: This is not the official SDK for Green Money.

If you have any questions regarding this package, please create an issue on this repository. If you have any questions regarding the official PHP SDK or the API integration, please directly reach out to https://www.green.money/

A fully featured PHP SDK for calling methods from the Green Payment Processing API and parsing the responses. The eCheck API allows for complete integration of your application into our real-time check entry system.

Development Plan

Installation

composer require greenlystapp/green.money

Imports

require 'vendor/autoload.php';

use Greenlyst\GreenMoney\ECheck;

Sample Code

$eCheck = new ECheck($clientId, $apiPassword, $live = true);
$eCheck->getCustomer($payorId);