Cielo Payment Link API

The Cielo Payment Link API lets merchants generate short, shareable payment URLs for sale on social media, WhatsApp, SMS, or email without a full storefront. Authentication uses OAuth 2.0 client credentials encoded as Base64. Endpoints under /api/public/v1/products/ support creating, querying, updating, and deleting links, with /api/public/v2/orders/ for transaction queries. Tokens expire after ~20 minutes and responses include a shortUrl plus a unique id and checkout order number.

API entry from apis.yml

apis.yml Raw ↑
aid: cielo:cielo-payment-link-api
name: Cielo Payment Link API
tags:
- Payment Link
- Checkout
- OAuth2
- Social Commerce
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
baseURL: https://cieloecommerce.cielo.com.br
humanURL: https://developercielo.github.io/manual/linkdepagamentos5
description: The Cielo Payment Link API lets merchants generate short, shareable payment URLs for sale
  on social media, WhatsApp, SMS, or email without a full storefront. Authentication uses OAuth 2.0 client
  credentials encoded as Base64. Endpoints under /api/public/v1/products/ support creating, querying,
  updating, and deleting links, with /api/public/v2/orders/ for transaction queries. Tokens expire after
  ~20 minutes and responses include a shortUrl plus a unique id and checkout order number.
properties:
- url: https://developercielo.github.io/manual/linkdepagamentos5
  type: Documentation
- url: https://github.com/DeveloperCielo/Link-de-Pagamento-Android
  type: SDK
  title: Android SDK
- url: https://github.com/DeveloperCielo/Link-de-Pagamento-iOS
  type: SDK
  title: iOS SDK
- url: https://github.com/DeveloperCielo/Link-de-Pagamento-Dart
  type: SDK
  title: Dart/Flutter SDK