KES Payments
Use KES for Kenya payouts and account verification requests.
Currency Value
KESRetrieve Kenya Institutions
GET https://backendapi.sayswitchgroup.com/api/v1/bank_list/KESHeaders
Authorization: Bearer YOUR_SECRET_KEY
Content-Type: application/jsonAccount Verification
Pass KES as the currency when verifying a Kenya bank account or mobile money number.
{
"bank_code": "BANK_OR_MOMO_CODE",
"account_number": "BENEFICIARY_ACCOUNT_OR_PHONE",
"currency": "KES"
}Payout Request
Pass KES as the currency when initiating a Kenya bank or mobile money payout.
{
"account_name": "John Doe",
"account_number": "BENEFICIARY_ACCOUNT_OR_PHONE",
"amount": "10",
"bank_code": "BANK_OR_MOMO_CODE",
"bank_name": "BANK_OR_MOMO_NAME",
"currency": "KES",
"narration": "Test transfer",
"reference": "UNIQUE_TRANSACTION_REFERENCE",
"paymentMode": "bank"
}Use paymentMode value bank for bank transfers and momo for mobile money transfers.