Skip to content

gandhist/irisla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Iris Midtrans Library FOR LARAVEL PROJECTS

this library is to make a payout using iris midtrans with laravel

REQUIREMENTS

HOW TO USE

  • install composer require gandhist/irisla

  • import library

    • use Gandhist\Irisla\Beneficiaries;
    • use Gandhist\Irisla\Payouts;
    • use Gandhist\Irisla\Transactions;
  • create new instance $my_balance = new Transactions->balance_aggregator();

current function

all method needs url end point and body from official iris api, reference : IRIS Docs

Beneficiaries

  • get(null)
  • post($body)
  • patch($alias_name, $body)

Payouts

  • create($body)
  • approve($body)
  • reject($body)
  • details($reference_no)

Transactions

  • history($body) // from_date, to_date
  • top_up_channel()
  • balance_aggregator()
  • bank_accounts()
  • balance_facilitator()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages