Card and e-wallet payment processing
Payment processing in
100+ different local currencies
Payouts in every EU country and Eastern Europe
— to the bank account of a legal entity
— to the bank account
of an individual entrepreneur
— to the card of an individual
Three ways to start accepting payments now
The payment button
In the space of just a few minutes you can create and install payment processing on your site with the help of our simple button constructor.

A ready payment module
for your CMS/CRM
Follow the instructions to install the FONDY
payment module and start accepting payments
View the full CMS list
Issue invoices
in a matter of minutes
Fill in a simple form, indicate the sum,
currency and purpose of payment. Copy
the link and send it to the recipient via SMS, e-mail or any messaging service.
And others. More info

Cross-platform payment system
FONDY payment gateway can be easily integrated across different devices. Choose one of our templates or create your own with the help of our API. PHP, Python, Android, iOS, JavaScript, Smart TV, Unity 3D
Integrations
- PHP
- JavaScript
- SDK
require_once 'ipsp-php/autoload.php'; define('MERCHANT_ID' , 'your_merchant_id'); define('MERCHANT_PASSWORD' , 'test'); define('IPSP_GATEWAY' , 'your_ipsp_gateway'); $client = new Ipsp_Client( MERCHANT_ID , MERCHANT_PASSWORD, IPSP_GATEWAY ); $ipsp = new Ipsp_Api( $client );
cloudipsp = new Cloudipsp(MERCHANT_ID, webView); final Order order = new Order(amount, currency, order_id, description, email); cloudipsp.pay(card, order, new Cloudipsp.PayCallback() { @Override public void onPaidProcessed(Receipt receipt) { Toast.makeText(MainActivity.this, "Order is successfully paid").show(); }
var button = $ipsp.get('button'); button.setMerchantId(1396424); button.setAmount('', 'USD'); button.setHost('api.fondy.eu');
- PHP
- JavaScript
- SDK
require_once 'ipsp-php/autoload.php'; define('MERCHANT_ID' , 'your_merchant_id'); define('MERCHANT_PASSWORD' , 'test'); define('IPSP_GATEWAY' , 'your_ipsp_gateway'); $client = new Ipsp_Client( MERCHANT_ID , MERCHANT_PASSWORD, IPSP_GATEWAY ); $ipsp = new Ipsp_Api( $client );
cloudipsp = new Cloudipsp(MERCHANT_ID, webView); final Order order = new Order(amount, currency, order_id, description, email); cloudipsp.pay(card, order, new Cloudipsp.PayCallback() { @Override public void onPaidProcessed(Receipt receipt) { Toast.makeText(MainActivity.this, "Order is successfully paid").show(); }
var button = $ipsp.get('button'); button.setMerchantId(1396424); button.setAmount('', 'USD'); button.setHost('api.fondy.eu');
- PHP
- JavaScript
- SDK
require_once 'ipsp-php/autoload.php'; define('MERCHANT_ID' , 'your_merchant_id'); define('MERCHANT_PASSWORD' , 'test'); define('IPSP_GATEWAY' , 'your_ipsp_gateway'); $client = new Ipsp_Client( MERCHANT_ID , MERCHANT_PASSWORD, IPSP_GATEWAY ); $ipsp = new Ipsp_Api( $client );
cloudipsp = new Cloudipsp(MERCHANT_ID, webView); final Order order = new Order(amount, currency, order_id, description, email); cloudipsp.pay(card, order, new Cloudipsp.PayCallback() { @Override public void onPaidProcessed(Receipt receipt) { Toast.makeText(MainActivity.this, "Order is successfully paid").show(); }
var button = $ipsp.get('button'); button.setMerchantId(1396424); button.setAmount('', 'USD'); button.setHost('api.fondy.eu');
- PHP
- JavaScript
- SDK
require_once 'ipsp-php/autoload.php'; define('MERCHANT_ID' , 'your_merchant_id'); define('MERCHANT_PASSWORD' , 'test'); define('IPSP_GATEWAY' , 'your_ipsp_gateway'); $client = new Ipsp_Client( MERCHANT_ID , MERCHANT_PASSWORD, IPSP_GATEWAY ); $ipsp = new Ipsp_Api( $client );
cloudipsp = new Cloudipsp(MERCHANT_ID, webView); final Order order = new Order(amount, currency, order_id, description, email); cloudipsp.pay(card, order, new Cloudipsp.PayCallback() { @Override public void onPaidProcessed(Receipt receipt) { Toast.makeText(MainActivity.this, "Order is successfully paid").show(); }
var button = $ipsp.get('button'); button.setMerchantId(1396424); button.setAmount('', 'USD'); button.setHost('api.fondy.eu');
A convenient personal dashboard
Mobile version
The Fondy mobile dashboard allows for up-to-the-minute monitoring of the health of your business no matter where you might be. With its help you can track analytics for payments and conversion, as well as find and review the details of any individual transaction. You'll receive instant notifications of payouts and will be able to look through their history. The Android version of the application includes the ability to accept payments via NFC. All it takes is to input the sum and purpose of payment, then touch your card to your phone to confirm.
Detailed analytics
Receive data on the health of your company in real-time. Analyze and save reports in a format most convenient to you
Latest news
Our team have developed the FONDY mobile app for iOS and Android platforms that allows merchants to control al...
I have already showed with the example of Android SDK how to integrate a native bank card payment wizard into ...
In this article we are presenting the most popular acquiring (bank card payments) terms, which are often not u...