Para solicitar acceso cree una cuenta en https://app.facthor.co.cr/ y envíenos un email para activarlo a david@itros.net
curl --location 'https://dev.facthor.co.cr/api/invoices/id/' \
--header 'X-FACTHOR-ID;' \
--header 'Authorization: Bearer <token>'{
"status": true,
"message": "Operación exitosa",
"data": {
"id": 123,
"emisor_id": 1,
"client_id": 1,
"tipo_documento": "01",
"sucursal": 1,
"terminal": 1,
"consecutivo": "0000001234",
"clave": "string",
"fecha_emision": "2019-08-24",
"status": "borrador",
"total": 0,
"saldo_pendiente": 0,
"recurrence_id": 123
}
}