KiPay

PesaLink

Send money directly to any Kenyan bank account.

Interbank Transfers

PesaLink allows you to disburse funds from your KiPay wallet to any registered bank account in Kenya. Transfers are processed in real-time and settled via the PesaLink network.

Create Payout

Use the /payouts endpoint with type pesalink. recipient_account is the bank account number, recipient_bank_code identifies the receiving bank.

POST /v1/payouts
{
  "type": "pesalink",
  "recipient_account": "1234567890",
  "recipient_bank_code": "01",
  "amount": 25000,
  "reference": "PAYOUT-045",
  "idempotency_key": "payout-045"
}