Fiskaly Get Software
Description
Section titled “Description”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).
Configuration
Section titled “Configuration”| Parameter | Type | Required | Description |
|---|---|---|---|
| credentials_id | credentials | Yes | Fiskaly credential |
| taxpayer_id | text | Yes | UUID of the taxpayer |
| software_id | text | Yes | UUID of the registered software |
Credentials
Section titled “Credentials”Requires Fiskaly type credentials with:
- api_key: Fiskaly API Key
- api_secret: Fiskaly API Secret
Output
Section titled “Output”{ "nextModule": "siguiente_modulo", "data": { "success": true, "software": { "...datos del software registrado..." }, "software_id": "uuid-software" }}Usage Example
Section titled “Usage Example”Basic case
Section titled “Basic case”{ "credentials_id": "mi-fiskaly", "taxpayer_id": "uuid-contribuyente", "software_id": "uuid-software"}API Used
Section titled “API Used”- 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
Related Nodes
Section titled “Related Nodes”- FiskalyUpsertSoftware - Register/update software
- FiskalyUpsertTaxpayer - Create/update taxpayer
- FiskalyGetTaxpayer - Get taxpayers