B2B Transfers
Move funds to other business Paybills or Till numbers.
Overview
B2B (Business-to-Business) transfers allow you to pay suppliers or partners directly to their Lipa na M-Pesa shortcodes.
Create Payout
Use the /payouts endpoint with type b2b. recipient_account is the destination Paybill/Till number.
POST /v1/payouts
{
"type": "b2b",
"recipient_account": "522533",
"amount": 15000,
"reference": "SUPPLIER-INV-045",
"idempotency_key": "supplier-inv-045"
}