Skip to content

Fiskaly Get Software

This module queries the details of a billing software registered in Fiskaly for a specific taxpayer. Under the Verifactu/TicketBAI regulations, it is mandatory to register the software that generates invoices. This node allows verifying that the software is correctly registered.

Unlike other Fiskaly query nodes, this one requires both taxpayer_id and software_id as mandatory (it does not have a listing mode).

The module is of type hidden (hidden in the main interface).

ParameterTypeRequiredDescription
credentials_idcredentialsYesFiskaly credential
taxpayer_idtextYesUUID of the taxpayer
software_idtextYesUUID of the registered software

Requires Fiskaly type credentials with:

  • api_key: Fiskaly API Key
  • api_secret: Fiskaly API Secret
{
"nextModule": "siguiente_modulo",
"data": {
"success": true,
"software": { "...datos del software registrado..." },
"software_id": "uuid-software"
}
}
{
"credentials_id": "mi-fiskaly",
"taxpayer_id": "uuid-contribuyente",
"software_id": "uuid-software"
}
  • Fiskaly SIGN ES API - GET /taxpayers/{taxpayer_id}/software/{software_id}
  • Both IDs (taxpayer_id and software_id) are required
  • This node does not support listing; it only queries a specific software