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
Requires
- php: ^7.4|^8.0
- guzzlehttp/guzzle: ^7.0
Requires (Dev)
- codeception/codeception: ^4.0
This package is auto-updated.
Last update: 2025-03-11 21:35:25 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.
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);