Paystack

Transfer Control

use MusheAbdulHakim\Paystack\Paystack;

$paystack = Paystack::client('secret_key');
$transferControl = $paystack->transferControl();

Check Balance

$response = $transferControl->balance();

Fetch Balance Ledger

$response = $transferControl->ledger();

Resend OTP

$response = $transferControl->resendOTP($transfer_code, $reason);

Disable OTP

$response = $transferControl->disableOTP();

Disable OTP

$response = $transferControl->finalizeDisableOTP('otp');

Enable OTP

$response = $transferControl->enableOTP();