ARCA-ready vouchers
Issue A, B, C, E, M and MiPyME invoices, credit notes and debit notes with CAE, expiration date and QR code.
Connect your ERP, SaaS, ecommerce or internal system to ARCA electronic invoicing without building SOAP, WSAA or PDFs from scratch. Afip SDK gives you an API to generate CAE, QR codes and delivery-ready vouchers.
Invoice B
import Afip from '@afipsdk/afip.js';
const afip = new Afip({
access_token: 'YOUR_ACCESS_TOKEN',
CUIT: 20409378472,
});
const invoice = await afip.ElectronicBilling.createVoucher({
CantReg: 1,
PtoVta: 1,
CbteTipo: 6,
Concepto: 1,
DocTipo: 80,
DocNro: 20111111112,
ImpTotal: 121,
ImpNeto: 100,
ImpIVA: 21,
});
console.log(invoice.CAE, invoice.CAEFchVto);The search intent is clear: issue valid vouchers in Argentina, test quickly, understand whether going straight to ARCA is worth it, and review technical examples before talking to sales.
Issue A, B, C, E, M and MiPyME invoices, credit notes and debit notes with CAE, expiration date and QR code.
Integrate from Node.js, PHP, Python, Ruby, Java, .NET, Visual Fox Pro, n8n, Make or a direct REST API.
Afip SDK handles authentication, WSAA, tokens, signatures, SOAP and XML so your system consumes a simple interface.
Generate vouchers with PDF and tax data in the same flow, without building your own print engine.
Official ARCA
ARCA publishes several SOAP web services for electronic invoicing. Afip SDK connects to those services and gives product and engineering teams an integration layer built for software.
View ARCA official docsA, B, C and M invoices without item-level detail.
Electronic invoicing with item-level detail.
Type E export invoices.
Electronic fiscal bonds and capital goods.
Connecting directly is possible. The difference is how much code, time and maintenance you want to own to issue an invoice.
The flow is designed so you can test in minutes and move to production when your tax ID and sales points are ready.
Create your account, use a development access token and validate the invoice JSON without impacting ARCA.
Send sales point, voucher type, amounts, recipient and taxes. Receive CAE, expiration date and observations.
Link your tax ID, enable the corresponding web service and start issuing real fiscal vouchers.
Integrate the electronic invoicing API from your current stack without rewriting the management system your company or clients already use.
It is an interface that lets your system issue electronic vouchers valid before ARCA without manually using Comprobantes en Linea. Afip SDK simplifies the official web services with a REST layer, SDKs and examples.
Yes. Afip SDK covers the usual electronic invoicing flows, credit notes, debit notes, export vouchers and MiPyME cases depending on the service enabled for the tax ID.
Yes. The issuing response includes ARCA authorization data such as CAE and expiration date. You can also generate the PDF with the fiscal QR code for your customer.
No. ARCA official web services are SOAP, but Afip SDK lets you consume them through SDKs or REST/JSON to reduce integration and maintenance work.
Yes. You can start in development mode, validate requests and connect your system before enabling the production tax ID.
Start free in development and choose the plan based on the number of tax IDs, requests, PDFs and automations your software needs.
How much do you expect to use per month?
The calculator automatically checks whether it is better to upgrade plans or pay overages with Pay-as-you-go.
Pay-as-you-go is billed monthly, even if you choose an annual subscription.
Plan price: $25 USD /month
Plan Pro: $25 USD /month
PDFs (Free): $0 USD /month
Automations (Free): $0 USD /month
Includes
Includes
Pay-as-you-go
$10 USD/month per 1 extra Tax ID
$10 USD per 1k extra requests
Includes
Pay-as-you-go
$5 USD/month per 1 extra Tax ID
$5 USD per 1k extra requests
Includes
Pay-as-you-go
$1 USD/month per 10 extra Tax IDs
$1 USD per 10k extra requests
To complement your plan, we offer additional features that can be added to your subscription.
Generate invoice PDFs easily using Afip SDK.
Avoid manual work on the ARCA website.
Try the sandbox, review the examples and connect your software to ARCA's electronic invoicing web services with less maintenance.
from next-generation startups to large companies and government organizations.