Skip to content

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.

B2C Payment

$payment->payout()->b2cPayment( $amount, $merchantInvoiceNumber, $receiverMSISDN, $currency );

or 

$payment->b2cPayment( $amount, $merchantInvoiceNumber, $receiverMSISDN, $currency );

$currency is optional. $currency default value BDT.