➕ Create new documents
Invoice (Factura)
In order to create a new colombian invoice, you need to use the /documents endpoint with the proper parameters.
- Endpoint: https://api-billing.koywe.com/V1/documents
- Method: POST
- Required headers:
- Content-Type: application/json
- Authorization: Bearer <token>
- Accept: */*
Credit note (Nota de crédito)
In order to create a new colombian credit note, you need to use the /documents endpoint with the proper parameters.
reference_number should be the document that 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 (Nota de débito)
In order to create a new colombian debit note, you need to use the /documents endpoint with the proper parameters.
reference_number should be the document that you are cancelling
- Endpoint: https://api-billing.koywe.com/V1/documents
- Method: POST
- Required headers:
- Content-Type: application/json
- Authorization: Bearer <token>
- Accept: */*
POS equivalent document (Documento equivalente POS)
POS will only generate XML, no PDF will be generated on test or production environment. You can use the data to generate your own document format
- Endpoint: https://api-billing.koywe.com/V1/documents
- Method: POST
- Required headers:
- Content-Type: application/json
- Authorization: Bearer <token>
- Accept: */*
POS equivalent credit note (Nota de crédito para documento equivalente POS)
POS will only generate XML, no PDF will be generated on test or production environment. You can use the data to generate your own document format
- Endpoint: https://api-billing.koywe.com/V1/documents
- Method: POST
- Required headers:
- Content-Type: application/json
- Authorization: Bearer <token>
- Accept: */*
support document (Documento soporte)
DIAN doesn’t allow issuing support documents on its testing environment, so when issuing this using sandbox credentials no XML or PDF will be returned.
support document credit note (Nota de crédito a documento soporte)
DIAN doesn’t allow issuing support documents on its testing environment, so when issuing this using sandbox credentials no XML or PDF will be returned.