
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
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.
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
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.
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
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.
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.
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
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.
The experience has been seamless, efficient, and hassle-free. One thing that makes Intasend stand out is the platform's ability to collect payments from anywhere in the world.

Felistas Njihia
Felin Solutions
Our experience with IntaSend has been remarkable. The integration process was quite smooth with proper API documentation. Intasend won us over on the ease of B2B transactions which is our mainstay and remains our preferred payment solutions

Kelvin Muriuki, C.E.O
taka.earth
Their platform is incredibly user-friendly, allowing our customers to easily pay for their weekly meals. The fast and secure payment process also provides peace of mind for both our customers and us.

John Faderr
Foodtable by Roros Co.
@intaSendHQ I am currently blown away by your product. The documentation is so developer friendly as opposed to one pan-African payment gateway, market leader. Good job!

@Matinde on Twitter
Their customer service is top-notch. The team at IntaSend Payments is friendly and super responsive, always there to lend a hand whenever you need it.

Wearify on Shopify
Wearify Kenya
I would like to commend your service and especially point out your outstanding quick turn-around in processing payment and your after-office hour’s support. We are glad that you can be reached 24/7 for queries and round-the-clock support.

Peter Nyotta
Twende Worldwide Tours and Travel Ltd
This payment processor has allowed me to continue serving my local as well as international customers. They also offer reasonable fees and their payouts are timely. Even without a website, IntaSend payment links works just fine.

Shadrack Masinde
Gofan Safaris Limited
I have been using Intasend for a while now both on my website as a payment gateway and my business as a payment solution and all I can say is, IntaSend is the best solution to sort out all business payment related difficulties.

Daniel Nyongesa
A+ Academic Consultants
IntaSend is one of the best online money transfers with mobile and card payment options and helps in collecting emails for marketing.

Moses Thoithi
WizAdventures Safaris
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.
The experience has been seamless, efficient, and hassle-free. One thing that makes Intasend stand out is the platform's ability to collect payments from anywhere in the world.

Felistas Njihia
Felin Solutions
Our experience with IntaSend has been remarkable. The integration process was quite smooth with proper API documentation. Intasend won us over on the ease of B2B transactions which is our mainstay and remains our preferred payment solutions

Kelvin Muriuki, C.E.O
taka.earth
Their platform is incredibly user-friendly, allowing our customers to easily pay for their weekly meals. The fast and secure payment process also provides peace of mind for both our customers and us.

John Faderr
Foodtable by Roros Co.
@intaSendHQ I am currently blown away by your product. The documentation is so developer friendly as opposed to one pan-African payment gateway, market leader. Good job!

@Matinde on Twitter
Their customer service is top-notch. The team at IntaSend Payments is friendly and super responsive, always there to lend a hand whenever you need it.

Wearify on Shopify
Wearify Kenya
I would like to commend your service and especially point out your outstanding quick turn-around in processing payment and your after-office hour’s support. We are glad that you can be reached 24/7 for queries and round-the-clock support.

Peter Nyotta
Twende Worldwide Tours and Travel Ltd
This payment processor has allowed me to continue serving my local as well as international customers. They also offer reasonable fees and their payouts are timely. Even without a website, IntaSend payment links works just fine.

Shadrack Masinde
Gofan Safaris Limited
I have been using Intasend for a while now both on my website as a payment gateway and my business as a payment solution and all I can say is, IntaSend is the best solution to sort out all business payment related difficulties.

Daniel Nyongesa
A+ Academic Consultants
IntaSend is one of the best online money transfers with mobile and card payment options and helps in collecting emails for marketing.

Moses Thoithi
WizAdventures Safaris
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.
The experience has been seamless, efficient, and hassle-free. One thing that makes Intasend stand out is the platform's ability to collect payments from anywhere in the world.

Felistas Njihia
Felin Solutions
Our experience with IntaSend has been remarkable. The integration process was quite smooth with proper API documentation. Intasend won us over on the ease of B2B transactions which is our mainstay and remains our preferred payment solutions

Kelvin Muriuki, C.E.O
taka.earth
Their platform is incredibly user-friendly, allowing our customers to easily pay for their weekly meals. The fast and secure payment process also provides peace of mind for both our customers and us.

John Faderr
Foodtable by Roros Co.
@intaSendHQ I am currently blown away by your product. The documentation is so developer friendly as opposed to one pan-African payment gateway, market leader. Good job!

@Matinde on Twitter
Their customer service is top-notch. The team at IntaSend Payments is friendly and super responsive, always there to lend a hand whenever you need it.

Wearify on Shopify
Wearify Kenya
I would like to commend your service and especially point out your outstanding quick turn-around in processing payment and your after-office hour’s support. We are glad that you can be reached 24/7 for queries and round-the-clock support.

Peter Nyotta
Twende Worldwide Tours and Travel Ltd
This payment processor has allowed me to continue serving my local as well as international customers. They also offer reasonable fees and their payouts are timely. Even without a website, IntaSend payment links works just fine.

Shadrack Masinde
Gofan Safaris Limited
I have been using Intasend for a while now both on my website as a payment gateway and my business as a payment solution and all I can say is, IntaSend is the best solution to sort out all business payment related difficulties.

Daniel Nyongesa
A+ Academic Consultants
IntaSend is one of the best online money transfers with mobile and card payment options and helps in collecting emails for marketing.

Moses Thoithi
WizAdventures Safaris


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

All banking services are securely provided by our licensed banking partners who are members of deposit insurance schemes, ensuring the safety of your funds.
Product
Split Payments
Resources
Company
Phone: +254 711 082 947 | +254 114 114 644
© 2024 IntaSend. All rights reserved.
Start Collecting And Disbursing Payments Today

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.
Product
Resources
Start Collecting And Disbursing Payments Today

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.
