Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
+ Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
reactmore committed Jan 7, 2021
1 parent fd3e775 commit 65400b4
Showing 1 changed file with 35 additions and 3 deletions.
38 changes: 35 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,42 @@ Config::Configurations($params);

Get account details
```php
Accountinquiry::getAccountinquiry($params)
Accountinquiry::getAccountinquiry($params);
```
Get account balance
Get All Invoices
```php
Accountinquiry::balance()
Accountinquiry::Invoices();
```
Get Invoices By Id
```php
Accountinquiry::InvoicesId($params);
```
Disbursement/Payout
```php
Disbursement::remit($params);
```
Disbursement status
```php
Disbursement::remitStatus($params);
```
Disbursement Schedule
```php
Disbursement::scheduledRemit($params);
```
Get Balance Account
```php
Disbursement::getBalance();
```
Api Checkout Create
```php
ApiChekout::create($params);
```
Api Checkout Create Invoices
```php
ApiChekout::createInvoice($params);
```
Api Checkout Status
```php
ApiChekout::status($params);
```
ON PROGRESS

0 comments on commit 65400b4

Please sign in to comment.