PHP Omnipay gateway for Tinkoff Kassa ✌️

Receiver

leet-cheats 👑
Автор темы
Проверенный
625
893
Описание: Платёжный шлюз «Тинькофф Касса» для библиотеки обработки платежей «Omnipay»
Установка:
Bash:
composer require league/omnipay receiver1/omnipay-tinkoff
Использование:
PHP:
// Создаём новый платёжный шлюз
$gateway = Omnipay::create('Tinkoff');

$gateway->setTerminalId('TerminalId');
$gateway->setPassword('TerminalPassword');

// Создаём новый платёж на сумму 10 руб. 00 коп. с идентификатором заказа 1234
$request = $gateway->purchase([
  'amount' => 10,
  'orderId' => 1234,
  'description' => 'optional',
  'customerKey' => 'optional',
  'notificationUrl' => 'optional',
  'successUrl' => 'optional',
  'failUrl' => 'optional',
]);

$log->write(print_r($request->getData(), true));
$response = $request->send();

if (!$response->isSuccessful()) {
  $log->write($response->getDetailMessage());
  throw new Exception($response->getMessage());
}

$log->write(print_r($response->getData(), true));
return $response->gitRedirectUrl();
Исходный код: Пакет composer: https://packagist.org/packages/receiver1/omnipay-tinkoff

Этот вайб запакованный во мне рвётся изнутри
Я дарю тебе мотивы, принимай их по своей сети