Cielo Pix API

Cielo Pix API exposes the Brazilian Central Bank's instant-payment rails on a Cielo-hosted endpoint. It implements OAuth 2.0 Client Credentials with mutual-TLS, certificate-bound access tokens, and an mTLS-required production host at api-mtls.cielo.com.br/cielo-pix/v1. Endpoints cover immediate charges (/cob), recurring charges (/cobr), recurring authorizations (/rec), refunds (/pix/{e2eid}/devolucao/{id}), and webhook configuration for receiving status events from the BCB Pix infrastructure.

API entry from apis.yml

apis.yml Raw ↑
aid: cielo:cielo-pix-api
name: Cielo Pix API
tags:
- Pix
- Instant Payments
- Real-time Payments
- mTLS
- Brazil
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
baseURL: https://api-mtls.cielo.com.br
humanURL: https://developercielo.github.io/manual/apipix
description: Cielo Pix API exposes the Brazilian Central Bank's instant-payment rails on a Cielo-hosted
  endpoint. It implements OAuth 2.0 Client Credentials with mutual-TLS, certificate-bound access tokens,
  and an mTLS-required production host at api-mtls.cielo.com.br/cielo-pix/v1. Endpoints cover immediate
  charges (/cob), recurring charges (/cobr), recurring authorizations (/rec), refunds (/pix/{e2eid}/devolucao/{id}),
  and webhook configuration for receiving status events from the BCB Pix infrastructure.
properties:
- url: https://developercielo.github.io/manual/apipix
  type: Documentation
- url: https://api2.cielo.com.br/sandbox/cielo-pix/v1
  type: Sandbox