Xendit for your agents.
Connect Xendit once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 17 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Xendit.
What agents can do with Xendit
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
xendit_list_payment_requestsList payment requests, newest first.
xendit_create_payment_requestCreate a new payment request with amount, currency, country, and channel code.
xendit_get_payment_requestGet the status and details of a payment request by ID.
xendit_cancel_payment_requestCancel a payment request by its ID.
xendit_create_refundRefund a payment by payment request ID and refund amount.
xendit_list_refundsList refunds for a payment request.
xendit_create_invoiceCreate a new invoice for payment.
xendit_get_invoiceGet the status and details of an invoice by ID.
xendit_list_invoicesList invoices with optional date range and status filters.
xendit_expire_invoiceExpire an unpaid invoice immediately.
xendit_create_customerCreate a new customer record.
xendit_get_customerGet a customer by ID.
xendit_list_customersList customers with pagination.
xendit_create_disbursementSend a disbursement (payout) to a bank account or e-wallet.
xendit_get_disbursementGet the status and details of a disbursement by ID.
xendit_get_balanceGet the account's current balance.
xendit_list_banksList available banks for disbursement.
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 Xendit dashboard and go to Settings > Developers > API Keys.
- Copy your Secret Key.
- Use the key as the username in basic auth. The password is left empty.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Xendit to Even: call connect_begin("xendit") on the even-connect MCP and walk me through it.
List payment requests from Xendit, create new payments for Southeast Asian customers, and process refunds.
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.