➕ Create new documents
Postman collection
To help you with your integration, download our Postman Collection here: https://github.com/koyweforest/api-billing-postman
Invoice A (Electronic Invoice A)
In order to create a new Argentine Invoice A through the ARCA electronic invoicing system, you must use the /documents endpoint with the corresponding parameters and taxpayer information required by AFIP regulations.
- Endpoint: https://api-billing.koywe.com/V1/documents
- Method: POST
- Required headers:
- Content-Type: application/json
- Authorization: Bearer <token>
- Accept: */*
Invoice B (Electronic Invoice B)
To issue an Argentine Invoice B (commonly used as a consumer receipt or “boleta”), you must use the /documents endpoint with the appropriate parameters for non–VAT-registered recipients. This document type is designed for final consumers or taxpayers not eligible for VAT credit, and therefore includes simplified fiscal requirements compared to Invoice A.
- Endpoint: https://api-billing.koywe.com/V1/documents
- Method: POST
- Required headers:
- Content-Type: application/json
- Authorization: Bearer <token>
- Accept: */*
Invoice C (Electronic Invoice C)
To issue an Argentine Invoice C, you must use the /documents endpoint with the parameters corresponding to taxpayers registered under the Monotributo regime. This document type excludes VAT calculations and is intended for simplified tax filers, requiring minimal fiscal breakdown while maintaining full compliance with ARCA electronic invoicing standards.
- Endpoint: https://api-billing.koywe.com/V1/documents
- Method: POST
- Required headers:
- Content-Type: application/json
- Authorization: Bearer <token>
- Accept: */*
Invoice E (Electronic Export Invoice)
To issue an Argentine Invoice E for export operations, you must use the /documents endpoint with the parameters required for international transactions. This document type is exclusively used for goods or services sold abroad and is exempt from VAT. It requires detailed information about the buyer’s foreign tax identification, currency specifications, export destination, and customs-related data in accordance with AFIP foreign trade regulations.
- Endpoint: https://api-billing.koywe.com/V1/documents
- Method: POST
- Required headers:
- Content-Type: application/json
- Authorization: Bearer <token>
- Accept: */*
Credit Note A with reference to reference_document_id (Nota de crédito A con referencia de reference_document_id)
The receiver parameters are mandatory for credit note. To issue an Argentine Credit Note A, you must use the /documents endpoint with the corresponding parameters and reference to the original Invoice A being adjusted.
Use reference_document_id (document_id) to reference the document you are cancelling.
- Endpoint: https://api-billing.koywe.com/V1/documents
- Method: POST
- Required headers:
- Content-Type: application/json
- Authorization: Bearer <token>
- Accept: */*
Credit Note B with reference to reference_document_id (Nota de crédito A con referencia de reference_document_id)
The receiver parameters are mandatory for credit note. To issue an Argentine Credit Note B, you must use the /documents endpoint with the corresponding parameters and reference to the original Invoice B being adjusted.
Use reference_document_id (document_id) to reference the document you are cancelling.
- Endpoint: https://api-billing.koywe.com/V1/documents
- Method: POST
- Required headers:
- Content-Type: application/json
- Authorization: Bearer <token>
- Accept: */*
Credit Note C with reference to reference_document_id (Nota de crédito C con referencia de reference_document_id)
The receiver parameters are mandatory for credit note. To issue an Argentine Credit Note C, you must use the /documents endpoint with the corresponding parameters and reference to the original Invoice C being adjusted1
Use reference_document_id (document_id) to reference the document you are cancelling.
- Endpoint: https://api-billing.koywe.com/V1/documents
- Method: POST
- Required headers:
- Content-Type: application/json
- Authorization: Bearer <token>
- Accept: */*
Credit Note E with reference to reference_document_id (Nota de débito E con referencia de reference_document_id)
The receiver parameters are mandatory for Credit note. To issue an Argentine Credit Note E, you must use the /documents endpoint with the corresponding parameters and reference to the original Invoice E being adjusted.
Use reference_document_id (document_id) to reference the document you are cancelling.
- Endpoint: https://api-billing.koywe.com/V1/documents
- Method: POST
- Required headers:
- Content-Type: application/json
- Authorization: Bearer <token>
- Accept: */*
Debit Note A with reference to reference_document_id (Nota de débito A con referencia de reference_document_id)
The receiver parameters are mandatory for Debit note. To issue an Argentine Debit Note A, you must use the /documents endpoint with the corresponding parameters and reference to the original Invoice A being adjusted1
Use reference_document_id (document_id) to reference the document you are cancelling.
- Endpoint: https://api-billing.koywe.com/V1/documents
- Method: POST
- Required headers:
- Content-Type: application/json
- Authorization: Bearer <token>
- Accept: */*
Debit Note B with reference to reference_document_id (Nota de débito A con referencia de reference_document_id)
The receiver parameters are mandatory for Debit note. To issue an Argentine Debit Note B, you must use the /documents endpoint with the corresponding parameters and reference to the original Invoice B being adjusted.
Use reference_document_id (document_id) to reference the document you are cancelling.
- Endpoint: https://api-billing.koywe.com/V1/documents
- Method: POST
- Required headers:
- Content-Type: application/json
- Authorization: Bearer <token>
- Accept: */*
Debit Note C with reference to reference_document_id (Nota de débito C con referencia de reference_document_id)
The receiver parameters are mandatory for Debit note. To issue an Argentine Debit Note C, you must use the /documents endpoint with the corresponding parameters and reference to the original Invoice C being adjusted1
Use reference_document_id (document_id) to reference the document you are cancelling.
- Endpoint: https://api-billing.koywe.com/V1/documents
- Method: POST
- Required headers:
- Content-Type: application/json
- Authorization: Bearer <token>
- Accept: */*
Debit Note E with reference to reference_document_id (Nota de débito E con referencia de reference_document_id)
The receiver parameters are mandatory for Debit note. To issue an Argentine Debit Note E, you must use the /documents endpoint with the corresponding parameters and reference to the original Invoice E being adjusted.
Use reference_document_id (document_id) to reference the document you are cancelling.
- Endpoint: https://api-billing.koywe.com/V1/documents
- Method: POST
- Required headers:
- Content-Type: application/json
- Authorization: Bearer <token>
- Accept: */*