gandhist/irisla

package for connecting your laravel to iris payment gateway

dev-master 2021-02-02 07:40 UTC

This package is auto-updated.

Last update: 2024-09-29 06:02:21 UTC


README

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()