Korapay for your agents.
Connect Korapay once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 13 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Korapay.
What agents can do with Korapay
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
korapay_get_balanceGet the account balance for your Korapay wallet. Returns available and pending balances per currency.
korapay_charge_cardCharge a card using a card token, amount, and currency. Returns the transaction reference and status.
korapay_verify_transactionVerify the status of a transaction by its reference.
korapay_list_banksList all supported banks for a given currency (e.g. NGN). Returns bank codes and names.
korapay_initiate_transferInitiate a bank transfer to a Nigerian bank account by bank code and account number.
korapay_list_transactionsList all transactions with optional date range and pagination.
korapay_get_transaction_feesGet the transaction fee estimate for a given amount and currency.
korapay_resolve_accountResolve a bank account by bank code and account number to verify the account name.
korapay_get_transferGet a single transfer by its reference.
korapay_list_transfersList all transfers with optional pagination.
korapay_create_virtual_accountCreate a virtual account for receiving payments.
korapay_get_virtual_accountGet a virtual account by its reference.
korapay_list_virtual_accountsList all virtual accounts with optional pagination.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log into the Korapay dashboard and go to Settings > API Keys.
- Copy the secret key.
- The key starts with 'sk_' for live or 'sk_test_' for test mode.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Korapay to Even: call connect_begin("korapay") on the even-connect MCP and walk me through it.
Check merchant wallet balance, charge card with amount and currency, and initiate bank transfer.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.