Build financial products with the precision of an architect. Our API-first infrastructure delivers real-time payments, seamless integration, and unparalleled reliability.
A fluid journey from concept to settlement. No bureaucratic hurdles, just smooth onboardings momentum.
Create your operational hub in minutes. Our onboarding maps directly to your existing business structure, requiring only essential verify-and-go data points.
Drop in our brutally efficient SDKs. Designed by engineers for engineers, the API surfaces logic elegantly without abstracting away control.
import { Tandapay } from '@tandapay/sdk';
const core = new Tandapay({
apiKey: process.env.TD_LIVE_KEY,
environment: 'production'
});
await core.settlements.create({
amount: 124_500,
currency: 'KES'
});
Watch the architecture breathe. Funds settle with unprecedented speed, turning abstract code into tangible business momentum.
Tap to pay, card , mobile money and paybill
Reduce queues and process transactions in seconds.
No more waiting for your money.
import { Tandapay } from '@tandapay/sdk';
const core = new Tandapay({
apiKey: process.env.TD_LIVE_KEY,
environment: 'production',
});
await core.settlements.create({
amount: 124_500,
currency: 'KES',
});
from tandapay import Tandapay
import os
core = Tandapay(
api_key=os.environ['TD_LIVE_KEY'],
environment='production',
)
result = core.settlements.create(
amount=124500,
currency='KES',
)
<?php
use Tandapay\Tandapay;
$core = new Tandapay([
'api_key' => $_ENV['TD_LIVE_KEY'],
'environment' => 'production',
]);
$result = $core->settlements->create([
'amount' => 124500,
'currency' => 'KES',
]);
require 'tandapay'
core = Tandapay::Client.new(
api_key: ENV['TD_LIVE_KEY'],
environment: 'production',
)
result = core.settlements.create(
amount: 124_500,
currency: 'KES',
)
Quickly find your way through our API docs to have our stack embedded in your workflow seamlessly.
We understand you need to get on with your business ASAP, so we've ensured you can do just that, after only a few lines of code.
With our APIs, you're up and running in only a few minutes. Back to business as usual in the fastest possible time.
We are rapidly expanding into over 17 countries in Africa and across, striving to provide you with access to the markets that matter through a single partner: us.





























