int-asaas

Manage Asaas billing operations via REST API v3 for payments, customers, and subscriptions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual effort of creating and managing billing objects in Asaas by letting you manage charges, subscriptions, customers, and payouts through API v3 using a single guided workflow.

Core Features & Use Cases

  • Payments (Pix, boleto, credit card): Create, retrieve, and list payment charges; generate Pix QR codes and boleto digitable lines.
  • Customers & Subscriptions: Create customers; create and cancel recurring subscriptions; query subscription status.
  • Financial & Marketplace: Fetch account balance, create Pix out transfers, and create marketplace subaccounts for split payments; read webhook events for payment confirmations.

Quick Start

Tell the AI: "Create an Asaas Pix payment charge for customer cus_000000000001 for 150.00 BRL due on 2026-04-20 with description 'Monthly service fee' using sandbox."

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 billing workflows for Pix and boleto collection?

You can automate Asaas billing by using API v3 to create, retrieve, and list payment charges for Pix, boleto, and credit cards. This workflow supports generating Pix QR codes and boleto digitable lines through a single guided process.

Can I manage Asaas recurring subscriptions and customer profiles via API?

Yes, you can manage Asaas recurring subscriptions and customer profiles via API v3. The workflow allows you to create customers, establish recurring subscriptions, query their current status, and process subscription cancellations automatically.

What do I need to set up before creating Asaas marketplace subaccounts for split payments?

Before creating Asaas marketplace subaccounts for split payments, you need to set up the ASAAS_API_KEY and ASAAS_SANDBOX environment variables. These provide the access token header required for authenticating requests to the Asaas v3 base URLs.

Does this workflow support reading Asaas webhook events for payment confirmations?

Yes, the workflow supports reading Asaas webhook events for payment confirmations. It uses Asaas REST API v3 to retrieve webhook events, allowing you to automate downstream actions when charges are successfully collected.

How do I fetch my Asaas account balance and create Pix out transfers?

You can fetch your Asaas account balance and create Pix out transfers by making authenticated requests to the Asaas REST API v3. The workflow handles financial operations by retrieving your current balance and initiating outbound Pix transfers.