int-asaas

Integrate Asaas API to create and manage payments, customers, and subscriptions.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/EvolutionAPI/evo-nexus --skill int-asaas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: int-asaas
Source: https://github.com/EvolutionAPI/evo-nexus/tree/main/.claude/skills/int-asaas
Command: npx skills add https://github.com/EvolutionAPI/evo-nexus --skill int-asaas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a clear, reusable integration guide for interacting with the Asaas v3 billing API so teams can automate payment collection, manage customers and subscriptions, perform Pix and boleto operations, and handle marketplace split-payments without guessing API formats or endpoints.

Core Features & Use Cases

  • Create and manage payments across billing methods (PIX, BOLETO, CREDIT_CARD) with examples for creating, retrieving, listing, and obtaining Pix QR codes or boleto digitable lines.
  • Customer and subscription management including customer creation, listing, subscription creation, listing, and cancellation for recurring billing workflows.
  • Financial operations and marketplace support including balance queries, Pix/TED transfers, and creating subaccounts for split payments; includes webhook event listing for reconciliation and payment confirmation flows.
  • Validation and format guidance for CPF/CNPJ, CEP, date formats, ID prefixes, and enum values; guidance to prefer sandbox mode and rate-limit handling for production readiness.

Quick Start

Use the int-asaas skill to create a PIX payment for customer cus_000000000001 of BRL 150.00 due on 2026-04-20 using your ASAAS_SANDBOX=true sandbox API key.

Frequently Asked Questions about int-asaas

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Asaas payments and subscriptions using an API?

You can automate Asaas payments and subscriptions by integrating the Asaas v3 API to create, query, and manage customers, recurring billing, Pix QR codes, and boleto digitable lines via API key authentication.

Can I generate Pix QR codes and retrieve boleto digitable lines through the Asaas API?

Yes, generating Pix QR codes and retrieving boleto digitable lines are supported by creating and querying payments across PIX and BOLETO billing methods using the Asaas v3 API endpoints.

How do I manage marketplace split payments and subaccounts with Asaas?

You can manage marketplace split payments by creating subaccounts for split payment distribution, performing balance queries, and executing Pix or TED transfers through the Asaas API.

Does the Asaas API integration support sandbox testing for payment workflows?

Yes, sandbox testing is fully supported by setting the ASAAS_SANDBOX environment variable to true, which routes API requests to the sandbox base URL instead of production.

What formats and validation rules do I need for Asaas API customer creation?

Customer creation requires valid CPF or CNPJ formats, correct CEP and date formats, and proper payment status enums, with rate-limit handling and pagination parameters applied for production readiness.

How do I handle webhook events for Asaas payment reconciliation?

Webhook event listing is supported to enable payment reconciliation and confirmation flows, allowing you to retrieve and process payment status updates from the Asaas API efficiently.