Get started in 10 minutes

From zero to your first test e-CF emitted against the DGII sandbox.

  1. Generate your sandbox API key from the portal, under Settings → API Key. The key is used in the header x-api-key.
  2. Upload your digital certificate under Settings → Signature, to be able to sign the comprobantes.
  3. Emit your first e-CF pointing to the test environment with the header env: TesteCF.

First request

curl -X POST https://test.fixcal.do/fe_Submit \
  -H "x-api-key: TU_API_KEY_SANDBOX" \
  -H "env: TesteCF" \
  -H "Content-Type: application/json" \
  -d @factura-31.json

Explore all endpoints in the interactive reference.

Guides