Business landscape today
In today's digital age, transactions are increasingly conducted online, making it easier than ever for scammers to prey on unsuspecting individuals and businesses. Middletrust is here to help you navigate this complex landscape by providing a secure and reliable platform for buying and selling.
Insurance
Transactions on Middletrust are insured up to the tune of $10,000
Support
Access 24/7 support. Chat or Call? We are only 1-click away.
Notifications
Get SMS/Email notifications about your ongoing transactions in real time.
How it works
Our platform is designed to provide complete peace of mind to buyers and sellers alike. Here's how it works:
Our promise
At Middletrust, we believe that everyone deserves a safe and secure platform for conducting online transactions. That's why we've designed our platform to be user-friendly, reliable, and completely transparent. With Middletrust, you can rest assured that your transactions are secure and protected from fraud.
Transact smartly
You have worked hard for your money, and you deserve what you paid for. Don't let fraudsters ruin your online transactions. Sign up for Middletrust today and experience the peace of mind that comes with using a trusted escrow service.
Serving local & global brands
Middletrust is helping innovative brands eliminate transactional and payment fraud. We are trusted by local and international brands who value credibility, security and speed in their everyday dealings with customers, freelancers, and artisans.
Escrow for Developers
With Middletrust's API, you can easily integrate escrow services into your existing platforms, applications, and workflows. Our API provides developers with access to all the functionality of our escrow platform, including creating and managing escrow agreements, managing escrow accounts, and releasing funds securely and reliably.
const fetch = require('node-fetch'); // Set up the Middletrust API endpoint const mtEndpoint = 'https://sandbox.middletrust.co'; // Set up your Middletrust API credentials const apiKey = '<your-api-key>'; const apiSecret = '<your-api-secret>'; // Create an escrow agreement function createEscrowAgreement() { const requestBody = { seller: { name: 'John Smith', email: 'john.smith@example.co' }, buyer: { name: 'Jane Doe', email: 'jane.doe@example.co' }, amount: 500.00, currency: 'NGN' }; }