Skip to content

apnem19/PHP_SDK_AAIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

require_once "vendor/autoload.php";

//Создание платежа
use Kvash\Aaio\Create;

$url = new Create($merchatid, $orderid, $amount, $secretkey1, $currency, $lang);

$url->getUrl(); // Готовая ссылка на оплату

//Проверка подписи
use Kvash\Aaio\Webhook;

$url = new WebHook($_POST['merchant_id'], $_POST['order_id'], $_POST['amount'], $secretkey2, $_POST['sign'], $_POST['currency']);

if($url->check() === false){
die("error sign");
}

//Оплата прошла успешно, можно проводить операцию.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages