# FAQs

### <i class="fa-arrows-rotate-reverse">:arrows-rotate-reverse:</i> Workflow & Process

<details>

<summary><strong>Can I cancel an invoice after it’s submitted?</strong></summary>

A: No. Once submitted, invoices are timestamped and locked. You can only delete invoices that are unpaid or waiting to be paid.

</details>

<details>

<summary><strong>What happens if an invoice is overdue?</strong></summary>

A: Overdue invoices remain visible in the dashboard and trigger reminders. They can still be paid or manually reconciled.

</details>

<details>

<summary><strong>Can I resend an invoice link to a supplier?</strong></summary>

A: Yes. Payors can resend the secure invoice link from the invoice details page.

</details>

<details>

<summary><strong>How do I handle partial payments?</strong></summary>

A: Partial payments are not supported. Invoices must be paid in full or reconciled manually.

</details>

<details>

<summary><strong>Can I attach supporting documents to an invoice?</strong></summary>

&#x41;**:** Attachments aren’t available right now. As a workaround, you can add a note with a link or reference to the document.

</details>

***

### <i class="fa-money-bills">:money-bills:</i> Payments

<details>

<summary><strong>Can I pay multiple invoices in one transaction?</strong></summary>

A: Yes, as long as the invoices are on the same chain, you can pay them together in a single transaction.

</details>

<details>

<summary><strong>What happens if the payment amount doesn’t match the invoice?</strong></summary>

A: The system will not automatically reconcile mismatched amounts. You can manually mark the invoice as paid if the discrepancy is intentional.

</details>

<details>

<summary><strong>Can I split a payment across multiple methods?</strong></summary>

&#x41;**:** No. Each invoice must be paid using a single payment method.

</details>

<details>

<summary><strong>How do refunds or reversals work?</strong></summary>

A: Refunds must be handled outside Gnosis Business. Once marked as paid, invoices cannot be reversed.

</details>

<details>

<summary><strong>Is there a way to schedule payments for a future date?</strong></summary>

A: No. Payments must be initiated manually at the time of execution.

</details>

***

### <i class="fa-lock">:lock:</i> Security & Access

<details>

<summary><strong>Who can view or manage invoices in my organisation?</strong></summary>

A: Admins and Owners can view and manage all invoices

</details>

<details>

<summary><strong>How are approvals tracked in a multisig Safe wallet?</strong></summary>

A: Each signer’s approval is logged in the Safe’s transaction history and reflected in the invoice activity log.

</details>

***

### <i class="fa-chart-column">:chart-column:</i> Reporting & Records

<details>

<summary><strong>Can I integrate invoice data with external accounting tools?</strong></summary>

A: Not directly. You can export invoices as PDF and import them into your accounting system.

</details>

<details>

<summary><strong>How do I track tax and discount details across invoices?</strong></summary>

A: Tax and discount fields are included in invoice details and exports.

</details>

<details>

<summary><strong>How long are invoices stored in the system?</strong></summary>

A: Invoices remain available indefinitely unless manually deleted.

</details>

***

### <i class="fa-gears">:gears:</i> Settings & Customization

<details>

<summary><strong>Can I add multiple notification emails?</strong></summary>

A: Yes. Admins can add or update multiple recipients in Invoice Settings.

</details>

<details>

<summary><strong>Can I customize invoice templates with my branding?</strong></summary>

&#x41;**:** Currently, branding is limited to logo placement.

</details>

<details>

<summary><strong>Are notification preferences configurable per user?</strong></summary>

A: Yes. Each user can manage their own notification preferences.

</details>

***

### <i class="fa-receipt">:receipt:</i> Manual Reconciliation

<details>

<summary><strong>What if I accidentally mark an invoice as paid?</strong></summary>

A: Once marked as paid, invoices cannot be reversed. Add an internal note to document the error.

</details>

<details>

<summary><strong>Is manual reconciliation reversible?</strong></summary>

A: No. Manual reconciliation is final, but all actions are logged in the activity history.

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gnosisbusiness.gitbook.io/quick-guide/product-guides/invoices/faqs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
