We help you accept payments and increase sales by offering convenient and efficient solutions.
One payment solution for all everyday tasks
We implement all the functionality of the payment gateway. We integrate directly with acquiring banks,
and also meet all the requirements
PCI DSS
Accept payments from customers via the website, messenger or any way convenient for you.
Pay funds to counterparties to electronic and bank wallets in automatic mode.
Invite your acquaintances, friends, colleagues and get a fixed percentage of their turnover.
Use a simple form builder to install payment acceptance on the site in just a few minutes.
From the first day of work, all popular payment systems are available to you.
If you have not found a suitable option, write to us and we will consider adding new channels to receive money.
Payment acceptance ratesWe bring together everything necessary for creating websites and applications that accept payments and send payouts worldwide.
ConnectYou can set up payment acceptance directly to your banking details.
Payment information and notifications will be sent to the control panel, as with a regular payment.
Connect the storeWe offer safe and reliable technologies for accepting all types of payments in various business areas.
Online stores can set up the holding of funds on the payer's card until the confirmation of the availability of goods in their warehouse.
Enabling payment in bots, with transactions linked to users by ID, to replenish the balance in bots or pay for services.
The use of tethered bank card payment technology in mobile applications without 3D-Secure reduces the payment time for passengers.
Accepting recurring payments according to a set schedule helps to avoid late payments, and customers use the services without interruption.
For developers of computer games, payment tools popular among gamers are available: mobile commerce, electronic money and wallets.
For quick repayment of loans and loans with a reduced commission rate, support for the AFT (Card2Account) payment acceptance channel has been implemented.
<?php
$api_key = 'EEFA1913EA9D9351469B1E5D852A';
$data = array(
'shop_id' => '1913EA9D9351469B1E5D852A',
'nonce' => time(),
);
$body = json_encode($data);
$sign = hash_hmac('sha256', $body, $api_key);
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => "https://tegro.money/api/orders/",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => $body,
...
?>
Detailed documentation with examples to integrate without technical support.
Programming languages and platforms: