Cybersource
Powered by JAIRF v1.0.0 by Jentic · open methodology at /the-headless-index/methodology
Cybersource earns Band B in the Payments category of The Headless Index, with a thesis-fit score of 64/100. Its strongest dimension is schema observability (16/20); its weakest scored dimension is headless operation (10/20). No public OpenAPI specification was found when Cybersource was scored, which limits how far an agent can go without human integration work.
Scorecard detail
Visa's payment stack reached REST late and it shows. The v2 surface at api.cybersource.com sits beside the older SOAP Simple Order API, and every client library is machine-generated from one merged spec (cybersource-rest-client-node, roughly 13k weekly npm installs). Request signing with HTTP Signature or a JWT plus a p12 certificate makes cold agent access slow to reach.
signals (6)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −OpenAPI specNot found across 34 probe paths
- −GraphQL endpointNot discovered (5 probes; project-scoped endpoints require a real project ID)
- +SDKs maintained13 (dotnet, java, javascript, php, python, ruby, swift); top by stars: CyberSource/cybersource-sdk-java (60 stars)
- +SDK recency8 of 13 SDK repos pushed within 30 days (most recent SDK commit: 2026-08-17)
- +npm weekly downloads13.7k across published packages; top: cybersource-rest-client @ 13.7k/week
cite (1)
- github.sdks@2026-08-19
Transactions, tokens and webhook subscriptions are reachable over REST, but the Business Center still owns the parts an agent needs first: key generation, merchant configuration, user permissions. No CLI ships and no Terraform provider exists, and certificate key material cannot be minted programmatically (p12 download is a console action). An agent can charge a card; it cannot onboard itself.
signals (9)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −API operations exposedNo OpenAPI spec; operations count unknown
- ·Docs pages crawled0 pages (crawler: none)
- ·Auth schemes documentedAuth documentation page not reached by crawler
- ·Setup / quickstart docsNot reached by crawler
- ·Billing docsNot reached by crawler
- ·Teams / org docsNot reached by crawler
- ·CLI docsNot reached by crawler
- ·Schema / data model docsNot reached by crawler
cite (1)
- github.sdks@2026-08-19
Two MCP repositories sit under the vendor's own account (github.com/CyberSource/cybersource-developer-mcp plus cybersource-mcp-sdk-support-files), both created in 2026, both near zero stars, neither listed in the public MCP registry. That is more than most acquirers of this size have shipped and considerably less than production readiness. Read it as declared intent rather than working infrastructure.
signals (4)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- +Official MCP serverhttps://github.com/CyberSource/cybersource-mcp-sdk-support-files (0 stars, last commit 8 days ago)
- ·Community MCP servers1 community MCP repos; top by stars: https://github.com/CyberSource/cybersource-developer-mcp (1 stars)
- +Agent-friendly SDKs1 TS/JS SDKs available; top: cybersource-rest-client (13.7k/week downloads)
cite (1)
- ai_review_browser.mcp@2026-08-19
A merged Swagger 2.0 document covering 175 paths is fetchable without auth from the client repos (raw.githubusercontent.com/CyberSource/cybersource-rest-client-node/master/generator/cybersource-rest-spec.json), all 20MB of it. An agent can build a working client cold from that single file. The cost is that it is Swagger 2.0 rather than OpenAPI 3, and it lives in an SDK repo instead of a versioned vendor URL.
signals (3)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −OpenAPINot discovered across 34 standard probe paths
- −GraphQL introspectionNo GraphQL endpoint discovered (5 probes; some vendors use project-scoped endpoints that require a real project handle)
cite (1)
- github.sdks@2026-08-19
Subscriptions are created over the API rather than the console (/notification-subscriptions/v2/webhooks), status control sits on a sibling path, and the symmetric signing key is minted at /kms/egress/v2/keys-sym. Event names are concrete: tms.networktoken.updated, tms.accountupdater.update, risk.casemanagement.addnote. Replay documentation is thin, but a self-service subscription lifecycle beats the category average by a wide margin.
signals (2)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- ·Webhook docs pageNot reached by crawler within budget (0 pages crawled). Cannot confirm whether vendor offers webhooks.
cite (1)
- github.sdks@2026-08-19
This vendor does not publish a public OpenAPI specification. JAIRF cannot be computed. The Headless Index score and editorial verdict carry the readiness assessment.
No public OpenAPI specification discovered during collection
Powered by JAIRF v1.0.0 by Jentic
Band rationale:B band: JAIRF=N/A HeadlessIndex=64
Show Cybersource's score on your site.
Drop a live badge into your README, footer, or marketing page. It updates automatically when we re-score, and every embed is a dofollow link back here.
Cybersource and agent readiness
- Is Cybersource agent-ready?
- Cybersource scores Band B on The Headless Index. Its JAIRF rating is not available because no machine-readable spec was scored. Its strongest area for agent use is schema observability; its weakest is headless operation.
- Does Cybersource publish an OpenAPI spec?
- No published OpenAPI specification was found when Cybersource was scored. That caps its JAIRF dimensions and forces agents to rely on documentation or reverse engineering to operate it.
- What is Cybersource's Headless Index score?
- Cybersource scores 64/100 on the Headless Index thesis-fit rubric and sits in Band B in the Payments category. The score weighs API-first design, headless operation, MCP and agent posture, schema observability, and webhooks.