2.2.3. Response
| field | Description | type |
| status | success " | " error | |
| message | error text , optional | string |
| data | array |
data array
| Parameter | Description | type | Is it Mandatory to complete the field? |
| document_id | fiscal document ID | string | |
| document_number | fiscal document number | string | |
| fiscal_url | link to the document on the OFD website | string | |
| printData | graphic image of a receipt | jpeg, base64 |
Code:
{
"status": "success" | "error",
"message": "string, error text, optional",
"data": {
"document_id": "string, fiscal document ID",
"document_number": "string, fiscal document number",
"fiscal_url": "string, link to the document on the FDO website",
"printData": "string, graphical representation of the receipt, jpeg, base64"
}
}