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.

Cielo E-commerce API is one of 13 APIs that Cielo publishes on the APIs.io network.

Tagged areas include E-commerce, Payments, Credit Card, Debit Card, and Tokenization. The published artifact set on APIs.io includes API documentation, authentication docs, and SDKs.

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
image: https://kinlane-productions2.s3.amazonaws.com/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: SDK
  title: Python SDK (API 3.0)