agency-invoicing
GET /v1/agency-invoicing/portal/{token}
The invoice, for the person paying it. Unauthenticated.
Authenticatie
Dit eindpunt is openbaar. Het vereist geen inloggegevens en geen organisatie; het is wat onze eigen marketingwebsite en AI-antwoordmachines uitlezen.
Dit eindpunt vereist geen organisatie-id. Uw sleutel identificeert al de organisatie waartoe deze behoort, en het antwoord is hierop afgestemd.
Probeer het
Vervang alles tussen punthaakjes door uw eigen waarden en de sleutelplaatsvervanger door een sleutel uit uw dashboard.
curl -X GET https://api.zinndigital.com/v1/agency-invoicing/portal/{token}Ingelogd? De API-console in je dashboard vult je echte organisatie-id en je eigen sleutel in, en voert het verzoek uit tegen de live API zodat je de daadwerkelijke respons kunt zien. Open dit eindpunt in de API-console
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.
Parameters
| Naam | Type | Verplicht | Wat dit is |
|---|---|---|---|
token (path) | string | Ja | The capability token from the payment link on the invoice. |
Reactie
| Naam | Type | Verplicht | Wat dit is |
|---|---|---|---|
number | string | Ja | — |
status | string | Ja | — |
currency | string | Ja | — |
issue_date | string | Nee | — |
due_date | string | Nee | — |
seller | object | Nee | The issuing agency, frozen at issue. |
buyer | object | Nee | — |
lines | object[] | Nee | — |
tax_groups | object[] | Nee | — |
subtotal | string | Nee | — |
tax_total | string | Nee | — |
total | string | Ja | — |
amount_due | string | Nee | — |
amount_due_minor | integer | Ja | — |
labels | object | Nee | 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> | Nee | — |
notes | string | Nee | — |
offline | object | Nee | 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… |
Fouten die dit eindpunt kan retourneren
404 · 429