How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC
Asaas website screenshot

Asaas

Asaas is a Brazilian financial-services and payments platform headquartered in Joinville, SC. It operates as a Banco Central-authorized payment institution and simplified credit company (SCD), offering small and medium businesses a digital account ("Conta Asaas") combined with collection, billing, and receivables tooling. The Asaas API (v3) at api.asaas.com is a REST/JSON surface covering Customers, Charges (Cobranças), Subscriptions, Installments, Pix (including Pix Automático recurring), Boleto, Credit Card, Checkout sessions, Payment Links, Split Payments, Transfers, Bill Payments, Anticipation of Receivables, Subaccounts / White-label, Invoices (Nota Fiscal), Escrow, Chargeback handling, Webhooks, and supporting services like Serasa default reporting, cell-phone recharges, and SMS / WhatsApp / email notifications. A full sandbox at sandbox.asaas.com, an Atlassian-hosted status page, a Discord developer community, and an llms.txt-indexed documentation site round out the developer experience. Asaas does not publish a first-party SDK on a GitHub org; the ecosystem is served by third-party community SDKs in Node.js, PHP, Python, Go, and Ruby plus e-commerce plugins for WooCommerce, Magento, and Nuvemshop.

agent aware

Limited machine-readable signal and partial portal coverage — documentation a human can read, but little a machine or agent can consume without scraping.

Kin Score

API Evangelist profiles Asaas the way a machine reads it — 45 machine-readable artifacts across 20 APIs, pulled from the provider's own public surface and indexed so a developer, an analyst, or an AI agent can evaluate it against every other provider on the network.

Every provider in the network is reduced to the same set of machine-readable artifacts — OpenAPI contracts, event specifications, GraphQL schemas, runnable collections, pricing and rate-limit signals, security posture, OAuth scopes, and the agent surfaces (MCP servers and skills) that let software drive the API on its own. We profile them because the interface is the part of a company you can actually inspect: it is a truer signal of what a provider does than any marketing page. From those artifacts we compute the Kin Score — Asaas scores 30.7/100 (thin), with a separate agent-readiness read of 9/100 (agent aware). The full breakdown is below, followed by every artifact we hold — each card links through to its machine-readable definition on apis.io.

Kin Score

This is the API Evangelist rating — a single, repeatable read computed from the artifacts on this page. Green fill is points earned; the red track is points possible, so every bar shows earned-versus-possible at a glance.

Kin Score Kin Score How this is scored →
scored 2026-08-17 · rubric v0.11.0
Composite quality — 30.7/100 · thin
Contract Quality 0.0 / 25
Developer Ergonomics 10.0 / 20
Commercial Clarity 8.9 / 20
Operational Transparency 4.1 / 13
Governance 0.0 / 12
Discoverability 7.6 / 10
Regulatory · Payments 4.7 / 15
Agent readiness — 9/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Asaas Kin Score — API readiness rating by API Evangelist

Put this on your own site. The badge is drawn live from Asaas's current Kin Score — paste it once and it updates itself every time the score is recomputed. It follows your visitor's light or dark setting, and it links back here so anyone who sees it can read the full breakdown.

<!-- Kin Score · API Evangelist -->
<a href="https://providers.apievangelist.com/providers/asaas/"
   title="Asaas on API Evangelist — API profile and Kin Score">
  <img src="https://apis.io/badge/asaas.svg"
       alt="Asaas Kin Score — API readiness rating by API Evangelist" width="150" height="150" loading="lazy">
</a>

More shapes, themes and sizes → · Score as JSON · How badges work

How we profile Asaas

Each block below is one kind of artifact we hold for Asaas. For each we say what it is and why it earns a place in the profile, then list every one we've indexed — capped at two rows, scroll within the panel for the rest.

APIs 20

Each API is captured as its own OpenAPI definition — every operation, parameter, and response. This is the single most useful machine-readable description of what an API does, and it's what lets us score, lint, mock, and generate against it without asking the provider for anything.

Individual APIs this provider publishes, each with its own machine-readable definition.

Asaas Customers API

Create, retrieve, update, list, and delete customers ("clientes"). The Customer object holds personal/business identifiers (CPF/CNPJ), contact details, address, default notifica...

Asaas Charges (Cobranças) API

Core billing endpoint for creating individual charges payable by Boleto, Pix, Credit Card, Debit Card, or "undefined" (let the payer choose). Supports capture, refund, partial r...

Asaas Subscriptions API

Recurring-billing subscriptions with weekly, biweekly, monthly, bimonthly, quarterly, semiannual, and annual cycles. Supports end-date or open-ended schedules, automatic charge ...

Asaas Installments (Parcelamentos) API

Generate a fixed series of installment charges from a single installment plan - typical for splitting a total amount across N monthly boletos or credit-card charges.

Asaas Pix API

Endpoints for Pix instant payments - static and dynamic QR codes, Pix keys (CPF/CNPJ/email/phone/random), QR code decoding, transfer via Pix, and the new Pix Automático (recurri...

Asaas Boleto API

Issue, retrieve, and reconcile Brazilian boleto bancário (bank slip) charges, with configurable fines, interest, discounts, and due-date updates. Includes a webhook event for ca...

Asaas Credit Card API

Tokenize credit cards client-side and process card charges server-side, including pre-authorization (capture later), capture, refund, and 3DS challenge handling. Supports recurr...

Asaas Checkout API

Hosted checkout sessions that bundle one or more products / charges into a shareable payment URL. Supports multiple billing types, tax-document collection, and post-payment redi...

Asaas Payment Links API

Generate reusable payment links ("links de pagamento") for one-off or recurring collection over WhatsApp, SMS, email, or social. Each link can carry a fixed or buyer-defined amo...

Asaas Split Payments API

Configure split rules on a charge so that the net amount is automatically distributed across one or more wallet IDs at settlement time - the basis for marketplaces and platforms...

Asaas Transfers API

Move funds out of the Asaas digital account: TED to external banks, Pix transfers to keys or banking details, and internal transfers between Asaas accounts, with optional schedu...

Asaas Bill Payments API

Pay external bills (boletos, concessionárias, GPS, DARF) from the Asaas digital account, with barcode-line lookup and scheduled execution.

Asaas Anticipations (Antecipação) API

Anticipate future receivables - boleto, card, and Pix - to receive funds before the original settlement date in exchange for a discount fee. Endpoints simulate, request, and lis...

Asaas Subaccounts / White-Label API

Create and manage subaccounts under a master account for white-label and BaaS use cases. Supports KYC document submission, activation links, per-subaccount API keys, and consoli...

Asaas Invoices (Nota Fiscal) API

Schedule, issue, and retrieve Brazilian electronic invoices (NFS-e) automatically tied to a charge or subscription, including municipal configuration and tax retention setup.

Asaas Escrow Accounts API

Hold funds in escrow ("contas de garantia") until a release condition is met, with API-driven release or refund. Common in marketplaces where buyer-protection windows are required.

Asaas Chargebacks API

Retrieve and dispute credit-card chargebacks, including evidence upload and status retrieval.

Asaas Account Balance & Statement API

Retrieve the current account balance and the financial statement (extrato) of credits and debits for the Asaas digital account.

Asaas Cell Phone Recharge API

Top up Brazilian prepaid mobile lines by carrier and amount, debiting the Asaas account balance.

Asaas Webhooks API

Event-driven HTTP callbacks for payment, subscription, transfer, anticipation, chargeback, account, and invoice events. Webhooks require a token (auto-generated as of Feb 2026) ...

Scroll within the panel for all 20 ·

Features 10

The notable capabilities this provider advertises, captured as structured features so they can be searched and compared instead of read one landing page at a time.

Notable capabilities this provider offers.

Digital Account

Free monthly Conta Asaas with Mastercard debit card and unlimited internal transfers, positioned as a banking layer for SMBs.

Pix Automático

Recurring authorized Pix debits for subscription-style billing in BRL, publicly released January 2026 alongside webhook support.

Split Payments

Native marketplace splitting that distributes settled funds across multiple wallet IDs per charge.

Anticipation of Receivables

On-demand or automatic anticipation of boleto, card, and Pix receivables against a discount fee.

White-Label Subaccounts

Create and KYC subaccounts via API for white-label and BaaS platforms; each subaccount has its own API key.

Automated Dunning

Built-in notification engine over SMS, email, WhatsApp, and voice bot to chase overdue invoices; Asaas advertises ~80% default reduction.

Escrow Accounts

Funds-in-guarantee accounts release on API-driven conditions for marketplace buyer protection.

NFS-e Issuance

Schedule and issue Brazilian municipal NFS-e tied to a charge or subscription with tax-retention configuration.

Serasa Reporting

Optional default reporting and credit-score lookups via Serasa tied to customer records.

Sandbox

Full-feature sandbox.asaas.com environment for end-to-end integration testing before production.

Scroll within the panel for all 10 ·

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals — the evidence that a provider takes security seriously enough to document it. We profile it because you can't govern what you can't see.

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Asaas Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Use Cases 5

What developers actually build with this provider — captured so the catalogue answers 'what is this for', not just 'what does this expose'.

What developers build with this provider.

Recurring SaaS Billing

Subscriptions API plus Pix Automático, boleto, or card to bill Brazilian SaaS customers in BRL with automated dunning.

Marketplace Settlement

Split Payments + Subaccounts + Escrow let marketplaces collect, hold, and disburse to sellers natively in BRL.

Service-Business Collections

Service businesses (clinics, schools, gyms) automate billing, NFS-e issuance, and overdue-payment chasing via the Asaas dunning engine.

White-Label / BaaS

ISVs embed Asaas under their brand using Subaccounts, KYC, and per-account API keys to ship a payments product without a banking stack.

E-commerce Checkout

Checkout sessions and payment links plug into custom storefronts and supported plugins for one-click Pix / boleto / card.

Integrations 5

Pre-built integrations with other platforms tell you where this provider already fits in a stack.

Pre-built integrations with other platforms and tools.

WooCommerce

Official Asaas plugin for WordPress / WooCommerce stores.

Magento

Asaas extension for Magento 2 storefronts.

Nuvemshop

Native Asaas integration for Nuvemshop / Tiendanube Brazilian merchants.

Pluga

No-code automation marketplace with Asaas triggers and actions for connecting to hundreds of SaaS tools.

Zapier

Community Zapier integrations bridge Asaas events to thousands of downstream apps.

Solutions 4

Packaged solutions the provider offers on top of the raw API surface.

Packaged solutions this provider offers.

Conta Asaas (Digital Account)

Free Brazilian digital account with debit card targeted at MEIs and SMBs.

Cobranças (Charges)

The core billing product covering boleto, Pix, and card via a single API and UI.

Whitelabel / BaaS

Subaccount-based product for partners building branded payments experiences on top of Asaas.

Asaas Pay

Checkout / payment-link product for accepting payments without a full integration.

Resources

Every other property we hold for Asaas — documentation, portals, status pages, policies, and corporate surface — grouped by the job it does, following the integrator's arc from getting started to running in production.

Get Started 3

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Access & Security 2

Authentication, authorization, and security posture

Learn 1

Tutorials, courses, talks, and written guidance

Commercial 3

Pricing, plans, and the legal terms of use

Other 1

Properties that don't map to a standard resource type

← All providers · Data indexed from github.com/api-evangelist/asaas · machine-readable index on apis.io

Where this information came from

This is an independent, third-party profile of Asaas, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.