-
Notifications
You must be signed in to change notification settings - Fork 0
Payment
Mohammad Javad Afkari edited this page Jul 27, 2017
·
1 revision
$apiKey = 'test';
$redirectUrl = 'http://localhost:2030/verify.php';
$payIr = new \wmateam\payIr\PayIr($apiKey, $redirectUrl);
$factorNumber = 'testFactorNumber';//Optional
$amount = 1000;//Rial
$transaction = $payIr->newPayment($amount, $factorNumber);
$transactionID = $transaction->getTransactionID();
$gateway = $transaction->getGateway();
$apiKey = 'test';
$redirectUrl = 'http://localhost:2030/verify.php';
$payIr = new \wmateam\payIr\PayIr($apiKey, $redirectUrl);
$factorNumber = 'testFactorNumber';//Optional
$amount = 1000;//Rial
$transaction = $payIr->newPayment($amount, $factorNumber);
$transactionID = $transaction->getTransactionID();
$gateway = $transaction->getGateway();