dalsn / cashworx

A PHP wrapper for Cashworx's API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cashworx

Software License Total Downloads

Install

Via Composer

$ composer require dalsn/cashworx

Usage

$cashworx = new \Dalsn\Cashworx\Cashworx($access_key, $access_secret, $apiUrl);

Create Invoice
$cashworx->createInvoice($invoice_data);

Get Invoice
$cashworx->getInvoice($invoice_number);

Get all Invoices
$cashworx->getInvoices();

Confirm Payment
$cashworx->getPayment($invoice_number);

Get all Payments
$cashworx->getPayments();

Get Profile
$cashworx->getProfile();

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

A PHP wrapper for Cashworx's API

License:MIT License


Languages

Language:PHP 100.0%