-
-
Notifications
You must be signed in to change notification settings - Fork 86
Payment Payout
Shipu Ahamed edited this page Sep 29, 2019
·
2 revisions
$payment
initialization here.
In laravel use Shipu\Bkash\Facades\Payment
instead of $payment
if you want.
$payment->payout()->b2cPayment( $amount, $merchantInvoiceNumber, $receiverMSISDN, $currency );
or
$payment->b2cPayment( $amount, $merchantInvoiceNumber, $receiverMSISDN, $currency );
$currency
is optional. $currency
default value BDT
.