"Panel" part

Base namespace:

use \PatryQHyper\Dpay\Panel\ClassName();

Base class:

$pblTransaction = $dpay->panel(new PaybylinkOperations('serviceName', 'serviceHash'));

Get transaction info:

$pblTransaction = $pblOperations->getTransactionDetails('transactionId');

$pblTransaction->getCreationDate();
$pblTransaction->getId();
$pblTransaction->getDirect();
$pblTransaction->getFailUrl();
$pblTransaction->getIpnUrl();
$pblTransaction->getMinimalFee();
$pblTransaction->getPaymentDate();
$pblTransaction->getPaymentMethod();
$pblTransaction->getPermanentFee();
$pblTransaction->getValue();
$pblTransaction->getStatus();

Get all banks:

Refund transaction:

SMS operations

Verify code:

On fail it will throw \PatryQHyper\Dpay\Exceptions\DpaySmsException

Last updated