Cielo E-commerce API

The Cielo E-commerce API (also known as Cielo API 3.0) is the company's flagship online payment processing API. It accepts credit cards from Visa, Mastercard, Amex, Elo, Aura, JCB, Diners, Discover, and Hipercard, as well as debit cards with 3DS 2.2, Pix, boleto, QR Code, electronic transfer, and carne (installments). Authentication uses MerchantId and MerchantKey headers. Endpoints under /1/sales support authorization, capture, void, query, recurrence, tokenization, and Zero Auth validation, with separate transactional and query base URLs in sandbox and production.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/cielo-ecommerce-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

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.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: cielo:cielo-ecommerce-api
name: Cielo E-commerce API
tags:
- E-Commerce
- Payments
- Credit Card
- Debit Card
- Tokenization
- Sales
tags_raw:
- E-commerce
- Payments
- Credit Card
- Debit Card
- Tokenization
- Sales
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
baseURL: https://api.cieloecommerce.cielo.com.br
humanURL: https://developercielo.github.io/manual/cielo-ecommerce
description: The Cielo E-commerce API (also known as Cielo API 3.0) is the company's flagship online payment
  processing API. It accepts credit cards from Visa, Mastercard, Amex, Elo, Aura, JCB, Diners, Discover,
  and Hipercard, as well as debit cards with 3DS 2.2, Pix, boleto, QR Code, electronic transfer, and carne
  (installments). Authentication uses MerchantId and MerchantKey headers. Endpoints under /1/sales support
  authorization, capture, void, query, recurrence, tokenization, and Zero Auth validation, with separate
  transactional and query base URLs in sandbox and production.
properties:
- url: https://developercielo.github.io/manual/cielo-ecommerce
  type: Documentation
- url: https://apisandbox.cieloecommerce.cielo.com.br
  type: Sandbox
- url: https://developercielo.github.io/manual/cielo-ecommerce#autenticação
  type: Authentication
- url: https://github.com/DeveloperCielo/API-3.0-Python
  type: SDKs
  title: Python SDK (API 3.0)