Capitalist is a payment platform that lets businesses make mass payouts and receive money across multiple payment systems and cryptocurrencies without having to open separate accounts with each. The Capitalist Integration API automates bulk payouts to cards, bank transfers, mobile operators, fast payment systems, e-wallets and cryptocurrencies, converts between fiat and digital-asset balances, reads exchange rates and account balances, retrieves transaction and merchant-order history, and runs end-user KYC — for fintech, affiliate-network, and marketplace use cases operating across the CIS region and globally.
Capitalist publishes 2 APIs on the APIs.io network, including Payments API (v1, deprecated), and 1 more. Tagged areas include Bulk Payouts, Cryptocurrency, Finance, Mass Payments, and Payment Platform.
The Capitalist catalog on APIs.io includes 1 event-driven AsyncAPI specification.
Capitalist’s developer surface includes authentication, documentation, API reference, support, engineering blog, signup flow, pricing, and 24 more developer resources.
Regulatory Posture applies to this provider. Its tags matched the
Payments regime, so
Regulatory Posture carries 15 points of the composite.
If this regime is wrong for your business, say so on your
provider repo — the
applicability map is public and we will correct it.
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it
carries 10 points of the composite. It is scored from the published contracts
themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already
holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in
front of it, and the first time that check is skipped a duplicate record is created.
Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet,
not penalised by it.
The six quality facets above are damped to 75 points between them,
because the conditional facet above carries the other
25. That is why each facet's contribution is shown against a damped
maximum: raising a quality facet moves the composite by 75% of its nominal
weight, not 100%. The full arithmetic is at apis.io/rating/.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/capitalist: open an issue to ask a question, or submit a pull request to add artifacts.
Submit an artifact on GitHub — free →Manage your own listing — the Influence plan, $499/mo →
The current Capitalist API — published as the "Integration API" — enables programmatic mass payouts, currency and digital-asset conversion, and balance, transaction and merchant...
The first generation of the Capitalist API: a single HTTP POST endpoint at https://api.capitalist.net where an `operation` form field selects the call (get_accounts, import_batc...
aid: capitalist
url: https://raw.githubusercontent.com/api-evangelist/capitalist/refs/heads/main/apis.yml
name: Capitalist
description: Capitalist is a payment platform that lets businesses make mass payouts and receive money across multiple payment
systems and cryptocurrencies without having to open separate accounts with each. The Capitalist Integration API automates
bulk payouts to cards, bank transfers, mobile operators, fast payment systems, e-wallets and cryptocurrencies, converts
between fiat and digital-asset balances, reads exchange rates and account balances, retrieves transaction and merchant-order
history, and runs end-user KYC — for fintech, affiliate-network, and marketplace use cases operating across the CIS region
and globally.
type: Index
kind: company
deliveryModel:
model: saas
open_source: false
commercial: true
callable_host: true
label: Hosted service · you call their endpoint
confidence: high
source:
- openapi
- pricing
generated: '2026-08-28'
method: derived
accessModel:
pricing: freemium
onboarding: self-serve
trial: false
try_now: true
public: false
label: Freemium · Self-serve signup
confidence: medium
source:
- plans
- authentication
- security
generated: '2026-09-03'
method: derived
position: Consuming
access: 3rd-Party
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/capitalist.png
tags:
- Bulk Payouts
- Cryptocurrency
- Finance
- Mass Payments
- Payment Platform
- Payments
- Payouts
- Remittance
created: '2024-11-05'
modified: '2026-09-05'
specificationVersion: '0.23'
apis:
- aid: capitalist:capitalist-api
name: Capitalist API
description: The current Capitalist API — published as the "Integration API" — enables programmatic mass payouts, currency
and digital-asset conversion, and balance, transaction and merchant-order reporting across Capitalist's supported payment
systems. It is a JSON-over-HTTPS REST surface at https://api2.capitalist.net that creates and tracks outbound payouts
across roughly 45 payment channels (cards, bank transfers, mobile operators, fast payment systems, e-wallets and cryptocurrencies),
issues ephemeral cryptocurrency deposit addresses, and runs end-user KYC. Every request carries three headers — API-Key,
X-Request-Timestamp and a SHA-256 signature over the timestamp, the raw body and the API secret — and payment outcomes
are delivered to a per-request callbackUrl signed the same way. It is designed for businesses that need to pay large numbers
of recipients (affiliates, freelancers, publishers) without maintaining separate accounts in each underlying payment system.
humanURL: https://capitalist.net/developers/api
baseURL: https://api2.capitalist.net
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/capitalist.png
tags:
- Bulk Payouts
- Cryptocurrency
- KYC
- Mass Payments
- Payments
- Payouts
properties:
- type: OpenAPI
url: openapi/capitalist-integration-api-openapi.json
name: Capitalist Integration API OpenAPI 3.0.1
description: First-party OpenAPI published by Capitalist at https://github.com/capitalist-net/API-V2/blob/main/java-client/api-definition/Integration+API.json
and consumed by the provider's own openapi-generator build to produce its Java client. Saved verbatim. servers[0] is
https://api2.capitalist.net, the base URL the provider's own documentation states.
- type: Overlay
url: overlays/capitalist-integration-api-overlay.yaml
name: API Evangelist enhancements overlay
- type: Examples
url: examples/capitalist-integration-api-examples.yml
- type: Documentation
url: https://capitalist.net/developers/api
- type: APIReference
url: https://docs.capitalist.net/api/integration-api.html
- type: SourceCode
url: https://github.com/capitalist-net/API-V2
- type: Website
url: https://capitalist.net/developers/api
x-features:
- Mass payout submission for large batches of recipients across ~45 payment channels
- Signed-request authentication with per-account IP allowlisting
- Signed callbacks carrying the final payment state and the fee charged
- Exchange/conversion between supported currencies and crypto
- Ephemeral cryptocurrency deposit addresses, including USDT TRC-20 autoconversion
- Account balance queries across currencies
- Transaction and merchant-order history retrieval with date-window paging
- End-user KYC initiation, data and document capture, and status callbacks
x-use-cases:
- Affiliate and publisher payouts at scale
- Freelancer and contractor payments in multiple currencies
- Marketplace and gig-economy seller payouts
- Crypto-to-fiat and fiat-to-crypto conversion flows
- Cross-border remittance automation
- Consolidated reconciliation across multiple payment rails
- aid: capitalist:capitalist-capitalist-payments-api-api
name: Capitalist Payments API (v1, deprecated)
description: 'The first generation of the Capitalist API: a single HTTP POST endpoint at https://api.capitalist.net where
an `operation` form field selects the call (get_accounts, import_batch_advanced, process_batch, currency_rates, documents_search,
get_batch_info, get_document_fee, get_documents_history_ext, get_token, is_verified_account). Credentials travel as form
fields — account login plus a plain, encrypted or certificate-signed password. Capitalist has moved its documentation
to https://capitalist.net/developers/deprecated/v1/api; the host still answers and self-reports API version 1.9.8, but
no sunset date is published.'
humanURL: https://capitalist.net/developers/deprecated/v1/api
baseURL: https://api.capitalist.net
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/capitalist.png
tags:
- Capitalist Payments API
properties:
- type: OpenAPI
url: openapi/capitalist-capitalist-payments-api-api-openapi.yml
- type: Documentation
url: https://capitalist.net/developers/deprecated/v1/api
common:
- type: AgenticAccess
url: agentic-access/capitalist-agentic-access.yml
- type: DomainSecurity
url: security/capitalist-domain-security.yml
- type: Authentication
url: authentication/capitalist-authentication.yml
- type: Conventions
url: conventions/capitalist-conventions.yml
- type: Idempotency
url: conventions/capitalist-conventions.yml
name: Idempotency and reversibility semantics
description: Capitalist documents a client-supplied userRequestId on POST /v1/payment as its duplicate-prevention mechanism.
Coverage is partial — it is a body field on one mutating operation, not a header across the mutating surface — and there
is no reversal operation anywhere in the API.
- type: DataModel
url: data-model/capitalist-data-model.yml
- type: ErrorCatalog
url: errors/capitalist-problem-types.yml
- type: Conformance
url: conformance/capitalist-conformance.yml
- type: Lifecycle
url: lifecycle/capitalist-lifecycle.yml
- type: RateLimits
url: rate-limits/capitalist-rate-limits.yml
- type: Plans
url: plans/capitalist-plans-pricing.yml
- type: FinOps
url: finops/capitalist-finops.yml
- type: Webhooks
url: asyncapi/capitalist-webhooks.yml
name: Capitalist payment and KYC callbacks
description: Per-request signed callbacks fired on the final payment state and on KYC status changes. Capitalist publishes
no AsyncAPI document, so this is a webhook catalog.
- type: Packages
url: packages/capitalist-packages.yml
- type: SDKs
url: packages/capitalist-packages.yml
name: Capitalist first-party client libraries
description: First-party Java client for the v2 Integration API and PHP client for the deprecated v1 API, plus C# samples.
All are clone-only from https://github.com/capitalist-net — Capitalist publishes to no package registry.
- type: AgentSkill
url: skills/_index.yml
name: Capitalist Agent Skills
- type: LLMsTxt
url: llms/capitalist-llms.txt
- type: X-MCPServerCandidate
url: mcp/capitalist-mcp.yml
name: Derived MCP tool candidate
description: Capitalist publishes no MCP server, hosted or stdio. This is a candidate tool surface derived from the provider's
own contract, recorded so the gap is legible. It is not a callable agent surface.
- type: GitHubOrganization
url: https://github.com/capitalist-net
- type: LinkedIn
url: https://www.linkedin.com/company/capitalist-inc
- type: Website
url: https://capitalist.net/
- type: DeveloperPortal
url: https://capitalist.net/developers/api
- type: Documentation
url: https://capitalist.net/developers/api
- type: APIReference
url: https://docs.capitalist.net/api/integration-api.html
- type: Support
url: https://capitalist.net/support
- type: Blog
url: https://capitalist.net/news
- type: Signup
url: https://capitalist.net/reg
x-liveness:
status: 403
checked: '2026-09-05'
verdict: live-but-crawler-blocked
note: /reg is Disallow-ed in https://capitalist.net/robots.txt and Cloudflare answers automated clients with 403 even
with a browser User-Agent and Referer. The page demonstrably exists — it is linked as href="/reg" from the provider's
own homepage. Recorded as an edge policy, not a dead link.
- type: Login
url: https://capitalist.net/login
x-liveness:
status: 403
checked: '2026-09-05'
verdict: live-but-crawler-blocked
note: /login is Disallow-ed in https://capitalist.net/robots.txt and returns 403 to automated clients. The route exists
— the site ships localized login bundles (en/es/fr/it/pt login.json) in its own Next.js build. Recorded as an edge policy,
not a dead link.
- type: Pricing
url: https://capitalist.net/fees
- type: PrivacyPolicy
url: https://capitalist.net/privacypolicy
- type: TermsOfService
url: https://capitalist.net/useragreement
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com
x-enrichment:
date: '2026-09-05'
status: enriched
artifacts_added: 21
pass: local-v3
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.