Skip to content

Tokenized Supporting Operations

Shipu Ahamed edited this page Sep 29, 2019 · 4 revisions

$tokenized initialization here.

In laravel use Shipu\Bkash\Facades\Tokenized instead of $tokenized if you want.

Search Transaction Details

$tokenized initialization here.

$tokenized->support()->searchTransaction( $trxId );

or 

$tokenized->searchTransaction( $trxId );

you can get $trxId after execute payment api call.

← Tokenized Payment | Tokenized Token →