n8n-nodes-afip-argentina
v2.0.0
Published
n8n node for AFIP Argentina integration - Electronic invoicing, CUIT/CUIL validation, dollar rates, UVA
Maintainers
Readme
n8n-nodes-afip-argentina 🇦🇷
Argentina Electronic Invoicing for n8n - CUIT/CUIL validation, dollar rates, UVA.
✨ Features
- ✅ Issue Invoices to AFIP (Invoice A, B, C)
- ✅ CUIT/CUIL Validation - Verify, format, calculate check digit
- ✅ Dollar Rates - Official, Blue, MEP (live data)
- ✅ UVA Value - Unit of Purchasing Value
- ✅ UVA ↔ Pesos Conversion automatic
- ✅ Supports Afip SDK and Facturante
🚀 Installation
n8n Cloud / Desktop
- Settings → Community Nodes
- Search
n8n-nodes-afip-argentina - Install
Self-hosted
npm install n8n-nodes-afip-argentina⚙️ Configuration
To issue invoices you need:
| Provider | Free Plan | Link | |----------|-----------|------| | Afip SDK | Yes (testing) | afipsdk.com | | Facturante | Yes (limited) | facturante.com |
- Create an account with one of the providers
- Get your API Key
- Configure credentials in n8n
For local functions (CUIT, Indicators):
No credentials needed - works without configuration.
📖 Usage
Validate CUIT
// Input: "20-12345678-9"
// Output:
{
"valid": true,
"cuit": "20123456789",
"tipo": "Individual",
"message": "Valid CUIT"
}Get Official Dollar
// Output:
{
"currency": "Official Dollar",
"buy": 1050,
"sell": 1100,
"date": "2024-01-15",
"source": "BCRA"
}Get Blue Dollar
// Output:
{
"currency": "Blue Dollar",
"buy": 1200,
"sell": 1250,
"date": "2024-01-15",
"source": "Informal market"
}🔧 Available Operations
🔢 CUIT/CUIL
- Validate
- Format (XX-XXXXXXXX-X)
- Clean
- Calculate Check Digit
💰 Indicators (live data)
- All Quotes
- Official Dollar
- Blue Dollar
- MEP Dollar
- UVA Value
- Convert UVA to Pesos
- Convert Pesos to UVA
📄 Issue Invoice
- Invoice A (between registered taxpayers)
- Invoice B (to final consumer)
- Invoice C (small taxpayers)
🌐 Supported Providers
Afip SDK
- Modern REST API
- Free testing environment
- Documentation
Facturante
- Easy to use API
- Low cost plans
- Documentation
💡 Use Cases
- E-commerce: Automatically issue invoices
- SaaS: Generate automatic monthly invoices
- Validation: Verify customer CUIT in forms
- Accounting: Get live dollar rates
- Real Estate: Convert UVA amounts to pesos
📄 License
MIT License - see LICENSE
👨💻 Author
Manu - LatamFlows
Automation for LATAM 🚀
