asaas

Automate invoicing and payment collection via the Asaas REST API.

1|Updated May 5, 2026
One-click install
npx skills add https://github.com/MindOpsTeam/agente-cfo --skill asaas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asaas
Source: https://github.com/MindOpsTeam/agente-cfo/tree/main/skills/asaas
Command: npx skills add https://github.com/MindOpsTeam/agente-cfo --skill asaas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates cobrança and receivables management via the Asaas API, reducing manual follow-ups and human error.

Core Features & Use Cases

  • Invoicing: list, create, and detail invoices; track overdue payments; generate payment links.
  • Customer & Subscriptions: manage customers and subscriptions; fetch company data; monitor notifications.
  • Use Case: if you need to send a payment link after issuing an invoice, you can trigger send_payment_link and share the URL with your customer.

Quick Start

Connect to Asaas via the connect.sh script and start listing invoices or customers with the client tools.

Frequently Asked Questions about asaas

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

FAQPage Schema
How do I automate invoice generation and payment collection?

You can automate invoice generation and payment collection by using API endpoints to list, create, and detail invoices, track overdue payments, and automatically generate payment links to send to your customers.

Can I manage customer subscriptions and notifications via the Asaas API?

Yes, you can manage customer subscriptions and notifications via the Asaas API by utilizing dedicated endpoints to create subscriptions, fetch company data, and monitor automated notification events for billing cycles.

Does this billing automation approach support sandbox and production environments?

Yes, this billing automation approach supports both sandbox and production environments, utilizing token-based authentication to safely test invoice creation and webhook integrations before deploying to live payment collection.

How do I send a payment link to a customer after issuing an invoice?

To send a payment link after issuing an invoice, you trigger the send payment link function to generate a URL, which you can then share directly with your customer to facilitate immediate payment.

What is the best way to track overdue payments for small business receivables?

The best way to track overdue payments for small business receivables is by automating receivables management through API queries, reducing manual follow-ups and human error by listing invoices and monitoring payment statuses automatically.

Do I need webhook integration to automate Asaas billing and collections?

Webhook integration is supported to automate Asaas billing and collections, allowing your system to receive real-time notifications for payment status updates and automatically trigger downstream workflows without manual polling.