# Checkout

> Access Checkout.com payment processing APIs - payments, customers, disputes, issuing, workflows, and identity verification. Use when mentioning Checkout.com, payment processing, or Checkout API.

- Skill: `whchoi98/checkout` (Agent Skill)
- Install (CLI): `npx skillmds@latest add whchoi98/checkout`
- Raw SKILL.md: https://api.skillmd.com/api/skills/whchoi98/checkout/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: whchoi98 (https://skillmd.com/u/whchoi98)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/whchoi98/checkout

---


# Checkout.com Global Payments

## Key Tools
- docssearch — Search API operations by keyword
- openapilistOperations — List/filter operations by tag
- openapigetOperation — Get detailed endpoint documentation
- openapigetSchema — Retrieve request/response schemas
- markdownsearch — Search implementation guides

## API Coverage
- Payments: process, refund, capture, void
- Customers: profiles and payment instruments
- Disputes: chargeback management
- Issuing: card issuing and management
- Platforms: multi-entity and marketplace
- Workflows: automated business logic
- Identity Verification: KYC services

## MCP Server Config
```json
{
  "mcpServers": {
    "checkout": {
      "command": "npx",
      "args": ["-y", "@checkout/mcp-server"],
      "env": {
        "CKO_SECRET_KEY": "$CKO_SECRET_KEY"
      }
    }
  }
}
```

