Split Payments Infrastructure.

Add Sub accounts to your app in hours, not days, not months. Skip building payment infrastructure from scratch. IntaSend's Split Payments provides the APIs, security, and mobile money connectivity that fintechs, marketplaces, and payment platforms need to launch faster.

How to get started

01

Generate Your API Keys

Instantly obtain your API keys upon signing up. These keys are essential for integrating IntaSend's Split Payments functionalities into your platform.

Start Building

Integrate our comrehensive APIs and SDKs into your web and mobile applications. Whether you prefer a code-based or no-code approach, our tools are designed to fit your development workflow seamlessly.

02
03

Go Live

Thoroughly test your integration in our sandbox environment. Once satisfied, you're good to go Live. Our 24/7 support team is ready to assist you every step of the way.

How to get started

01

Generate Your API Keys

Instantly obtain your API keys upon signing up. These keys are essential for integrating IntaSend's Split Payments functionalities into your platform.

Start Building

Integrate our comrehensive APIs and SDKs into your web and mobile applications. Whether you prefer a code-based or no-code approach, our tools are designed to fit your development workflow seamlessly.

02
03

Go Live

Thoroughly test your integration in our sandbox environment. Once satisfied, you're good to go Live. Our 24/7 support team is ready to assist you every step of the way.

How to get started

01

Generate Your API Keys

Instantly obtain your API keys upon signing up. These keys are essential for integrating IntaSend's Split Payments functionalities into your platform.

Start Building

Integrate our comrehensive APIs and SDKs into your web and mobile applications. Whether you prefer a code-based or no-code approach, our tools are designed to fit your development workflow seamlessly.

02
03

Go Live

Thoroughly test your integration in our sandbox environment. Once satisfied, you're good to go Live. Our 24/7 support team is ready to assist you every step of the way.

Current Balance

KES 124,713.20

Available Balance

KES 94,663.20

GBP 100,000.00

EUR 100,191.00

USD 106,195.97

KES 124,713.20

Split Payment Infrastructure

Automatic Multi-Party Payment Splits

Build marketplace platforms, agency banking, or multi-party transaction systems with split payment infrastructure built-in. IntaSend automatically:

Validates split logic (ensures amounts sum correctly)

Credits each sub-account simultaneously

Provides complete audit trail

Handles reconciliation

Split Payment Infrastructure

Automatic Multi-Party Payment Splits

Build marketplace platforms, agency banking, or multi-party transaction systems with split payment infrastructure built-in. IntaSend automatically:

Validates split logic (ensures amounts sum correctly)

Credits each sub-account simultaneously

Provides complete audit trail

Handles reconciliation

Split Payment Infrastructure

Automatic Multi-Party Payment Splits

Build marketplace platforms, agency banking, or multi-party transaction systems with split payment infrastructure built-in. IntaSend automatically:

Validates split logic (ensures amounts sum correctly)

Credits each sub-account simultaneously

Provides complete audit trail

Handles reconciliation

White-Label Infrastructure

Your Brand-Our Infrastructure.

Licensed institutions building customer-facing products need infrastructure that disappears. IntaSend provides white-label APIs—your customers see your brand, not ours. White-label features:

Branded sub-accounts

Custom domain webhooks

Your transaction references

Seamless integration

Your support contact information

White-Label Infrastructure

Your Brand-Our Infrastructure.

Licensed institutions building customer-facing products need infrastructure that disappears. IntaSend provides white-label APIs—your customers see your brand, not ours. White-label features:

Branded sub-accounts

Custom domain webhooks

Your transaction references

Seamless integration

Your support contact information

White-Label Infrastructure

Your Brand-Our Infrastructure.

Licensed institutions building customer-facing products need infrastructure that disappears. IntaSend provides white-label APIs—your customers see your brand, not ours. White-label features:

Branded sub-accounts

Custom domain webhooks

Your transaction references

Seamless integration

Your support contact information

Who uses IntaSend?

What You Can Build our Infrastructure

IntaSend infrastructure powers a variety of businesses. Enabling merchants to venture into New markets easily, enhancing Cross-border transactions. Businesses we support:

NGOs

E-commerce (Shopify and Woocommerce)

Payroll & HR Tech

Fintech platforms

Remittance Platforms

Who uses IntaSend?

What You Can Build our Infrastructure

IntaSend infrastructure powers a variety of businesses. Enabling merchants to venture into New markets easily, enhancing Cross-border transactions. Businesses we support:

NGOs

E-commerce (Shopify and Woocommerce)

Payroll & HR Tech

Fintech platforms

Remittance Platforms

Who uses IntaSend?

What You Can Build our Infrastructure

IntaSend infrastructure powers a variety of businesses. Enabling merchants to venture into New markets easily, enhancing Cross-border transactions. Businesses we support:

NGOs

E-commerce (Shopify and Woocommerce)

Payroll & HR Tech

Fintech platforms

Remittance Platforms

Current Balance

KES 124,713.20

Available Balance

KES 94,663.20

GBP 100,000.00

EUR 100,191.00

USD 106,195.97

KES 124,713.20

Multiple Ways to Fund

Separate Funds for Each User

Manage user funds efficiently with IntaSend's Split payments solutions:

Direct Deposit to Fund Sub-accounts

API Funding of Sub Accounts

Intra-Account Transfers

Isolated of Funds for Each User

Detailed Reporting on Sub-account Activities

Multiple Ways to Fund

Separate Funds for Each User

Manage user funds efficiently with IntaSend's Split payments solutions:

Direct Deposit to Fund Sub-accounts

API Funding of Sub Accounts

Intra-Account Transfers

Isolated of Funds for Each User

Detailed Reporting on Sub-account Activities

Multiple Ways to Fund

Separate Funds for Each User

Manage user funds efficiently with IntaSend's Split payments solutions:

Direct Deposit to Fund Sub-accounts

API Funding of Sub Accounts

Intra-Account Transfers

Isolated of Funds for Each User

Detailed Reporting on Sub-account Activities

Secure

Build Trust with Your Users

IntaSend prioritizes the security of your users' funds. Building a secure infrastructure takes years and millions in compliance costs. IntaSend handles PCI-DSS compliance, fraud detection, and regulatory requirements so you can launch secure split accounts without the security headaches.

Continuous surveillance to protect against fraud

State-of-the-art encryption technologies

Compliance to industry standards and regulations

Secure

Build Trust with Your Users

IntaSend prioritizes the security of your users' funds. Building a secure infrastructure takes years and millions in compliance costs. IntaSend handles PCI-DSS compliance, fraud detection, and regulatory requirements so you can launch secure split accounts without the security headaches.

Continuous surveillance to protect against fraud

State-of-the-art encryption technologies

Compliance to industry standards and regulations

Secure

Build Trust with Your Users

IntaSend prioritizes the security of your users' funds. Building a secure infrastructure takes years and millions in compliance costs. IntaSend handles PCI-DSS compliance, fraud detection, and regulatory requirements so you can launch secure split accounts without the security headaches.

Continuous surveillance to protect against fraud

State-of-the-art encryption technologies

Compliance to industry standards and regulations

FrontEnd

Backend

HTML

React

Vue

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>IntaSend Payment Integration</title>
    <!-- Add IntaSend Inline SDK -->
    <script src="https://unpkg.com/intasend-inlinejs-sdk@4.0.5/build/intasend-inline.js"></script>
</head>
<body>

    <h1>Make a Payment</h1>

    <!-- IntaSend Payment Button -->
    <button class="intaSendPayButton" data-amount="1000" data-currency="KES" data-email="user@example.com" data-phone_number="254712345678" data-first_name="John" data-last_name="Doe" data-api_ref="INV-12345">Pay Now</button>

    <script>
        // Initialize IntaSend with your publishable API key
        new window.IntaSend({
            publicAPIKey: "<REPLACE-WITH-YOUR-PUBLISHABLE-KEY>", // Replace with your sandbox or live key
            live: false // Change to true when going live
        })
        .on("COMPLETE", (results) => {
            console.log("Payment successful:", results);
            // Redirect on successful payment
            window.location.href = "https://your-success-page.com";
        })
        .on("FAILED", (results) => {
            console.log("Payment failed:", results);
            // Handle failure
            alert("Payment failed, please try again.");
        })
        .on("IN-PROGRESS", (results) => {
            console.log("Payment in progress:", results);
        });
    </script>

</body>
</html>

Automation

Customization and Auto-Reconcile

Enhance your financial operations with IntaSend's automation features:

Workflow Automation for Reconciliation

Intra-account Transfers

Auto-Settlement

Automation

Customization and Auto-Reconcile

Enhance your financial operations with IntaSend's automation features:

Workflow Automation for Reconciliation

Intra-account Transfers

Auto-Settlement

Automation

Customization and Auto-Reconcile

Enhance your financial operations with IntaSend's automation features:

Workflow Automation for Reconciliation

Intra-account Transfers

Auto-Settlement

Faster Time to Market

Go Live in Days Rather Than Weeks

Building secure split payments infrastructure from scratch takes 12-18 months, dedicated security teams, and millions in compliance costs. IntaSend's Split Payment API gets you live in weeks with zero transaction fees and unlimited usage. What you get:

12+ months of development time saved

$500K+ in security/compliance costs avoided

24/7 developer support and documentation

Faster Time to Market

Go Live in Days Rather Than Weeks

Building secure split payments infrastructure from scratch takes 12-18 months, dedicated security teams, and millions in compliance costs. IntaSend's Split Payment API gets you live in weeks with zero transaction fees and unlimited usage. What you get:

12+ months of development time saved

$500K+ in security/compliance costs avoided

24/7 developer support and documentation

Faster Time to Market

Go Live in Days Rather Than Weeks

Building secure split payments infrastructure from scratch takes 12-18 months, dedicated security teams, and millions in compliance costs. IntaSend's Split Payment API gets you live in weeks with zero transaction fees and unlimited usage. What you get:

12+ months of development time saved

$500K+ in security/compliance costs avoided

24/7 developer support and documentation

What Our Clients Say About Us

Don’t just take our word for it—hear what our satisfied customers have to say! IntaSend has helped businesses and individuals across Kenya and beyond streamline their payments.

What Our Clients Say About Us

Don’t just take our word for it—hear what our satisfied customers have to say! IntaSend has helped businesses and individuals across Kenya and beyond streamline their payments.

What Our Clients Say About Us

Don’t just take our word for it—hear what our satisfied customers have to say! IntaSend has helped businesses and individuals across Kenya and beyond streamline their payments.

Frequently
Asked Questions

Who can access IntaSend's white-label payments infrastructure?

Only entities holding valid Central Bank of Kenya (CBK) licenses for payment services.

What are sub-accounts and how do they differ from wallets?

Sub-accounts are customer accounts managed under your licensed institution.

Can customers have multiple sub-accounts in different currencies?

How is fund isolation maintained between sub-accounts?

How do split payments work?

Can split payments work across different currencies?

Will IntaSend branding appear anywhere customers can see?

Frequently
Asked Questions

Who can access IntaSend's white-label payments infrastructure?

Only entities holding valid Central Bank of Kenya (CBK) licenses for payment services.

What are sub-accounts and how do they differ from wallets?

Sub-accounts are customer accounts managed under your licensed institution.

Can customers have multiple sub-accounts in different currencies?

How is fund isolation maintained between sub-accounts?

How do split payments work?

Can split payments work across different currencies?

Will IntaSend branding appear anywhere customers can see?

Frequently
Asked Questions

Who can access IntaSend's white-label payments infrastructure?

Only entities holding valid Central Bank of Kenya (CBK) licenses for payment services.

What are sub-accounts and how do they differ from wallets?

Sub-accounts are customer accounts managed under your licensed institution.

Can customers have multiple sub-accounts in different currencies?

Yes. Each customer can have multiple sub-accounts in different currencies

How is fund isolation maintained between sub-accounts?

Each sub-account maintains completely separate ledgers. Funds in one sub-account cannot mix with another without explicit transfer instruction.

How do split payments work?

Split payments automatically divide a single payment across multiple sub-accounts in one API call. Perfect for marketplaces, agency banking, or multi-party transactions.

Can split payments work across different currencies?

Yes. IntaSend can split a single payment into multiple currencies with automatic conversion

Will IntaSend branding appear anywhere customers can see?

No. White-label infrastructure means: No IntaSend logo on customer communications No "Powered by IntaSend" badges Your terms and conditions (not IntaSend's) Your privacy policy Your customer support contacts Customers interact exclusively with your brand.

Start Collecting And Disbursing Payments Today

SISA Certified

All banking services are securely provided by our licensed banking partners who are members of deposit insurance schemes, ensuring the safety of your funds.

Start Collecting And Disbursing Payments Today

SISA Certified

All banking services are securely provided by our licensed banking partners who are members of deposit insurance schemes, ensuring the safety of your funds.

Phone: +254 711 082 947 | +254 114 114 644

© 2024 IntaSend. All rights reserved.

Start Collecting And Disbursing Payments Today

SISA Certified

All banking services are securely provided by our licensed banking partners who are members of deposit insurance schemes, ensuring the safety of your funds.