agency-invoicing
GET /v1/agency-invoicing/portal/{token}
The invoice, for the person paying it. Unauthenticated.
Authentifizierung
Dieser Endpunkt ist öffentlich. Er erfordert weder Anmeldedaten noch eine Organisation – er wird auch von unserer eigenen Marketing-Website und den KI-Antwort-Engines gelesen.
Dieser Endpunkt erfordert keine Organisations-ID. Ihr Schlüssel identifiziert bereits die zugehörige Organisation, und die Antwort ist entsprechend eingeschränkt.
Ausprobieren
Ersetzen Sie alles in spitzen Klammern durch Ihre eigenen Werte und den Platzhalter für den Schlüssel durch einen Schlüssel aus Ihrem Dashboard.
curl -X GET https://api.zinndigital.com/v1/agency-invoicing/portal/{token}Angemeldet? Die API-Konsole in Ihrem Dashboard trägt automatisch Ihre echte Organisations-ID sowie Ihren eigenen Schlüssel ein und führt die Anfrage gegen die Live-API aus, sodass Sie die tatsächliche Antwort sehen können. Öffnen Sie diesen Endpunkt in der API-Konsole
Details
⛔ **No authentication.** The payer is the agency's client and has no account here; the token in the URL is the whole authorisation and reaches exactly one invoice. A revoked, void or draft link answers `404`, the same as a wrong token — telling them apart would confirm to a stranger that a token is real.
Parameter
| Name | Typ | Erforderlich | Was es ist |
|---|---|---|---|
token (path) | string | Ja | The capability token from the payment link on the invoice. |
Antwort
| Name | Typ | Erforderlich | Was es ist |
|---|---|---|---|
number | string | Ja | — |
status | string | Ja | — |
currency | string | Ja | — |
issue_date | string | Nein | — |
due_date | string | Nein | — |
seller | object | Nein | The issuing agency, frozen at issue. |
buyer | object | Nein | — |
lines | object[] | Nein | — |
tax_groups | object[] | Nein | — |
subtotal | string | Nein | — |
tax_total | string | Nein | — |
total | string | Ja | — |
amount_due | string | Nein | — |
amount_due_minor | integer | Ja | — |
labels | object | Nein | Every label on the page, already in the client's language. ⛔ Served from the platform's translation catalogue rather than a gettext call: this engine has no `.po` files, so `get… |
direction | string<ltr, rtl> | Nein | — |
notes | string | Nein | — |
offline | object | Nein | How to pay when the agency has connected no gateway — their own written payment instructions and contact address, frozen onto the document. ⭐ A payment page that offered nothing… |
Fehler, die dieser Endpunkt zurückgeben kann
404 · 429