agency-invoicing

GET /v1/agency-invoicing/portal/{token}

The invoice, for the person paying it. Unauthenticated.

Alle agency-invoicing-eindpunten

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

NaamTypeVerplichtWat dit is
token (path)stringJaThe capability token from the payment link on the invoice.

Reactie

NaamTypeVerplichtWat dit is
numberstringJa
statusstringJa
currencystringJa
issue_datestringNee
due_datestringNee
sellerobjectNeeThe issuing agency, frozen at issue.
buyerobjectNee
linesobject[]Nee
tax_groupsobject[]Nee
subtotalstringNee
tax_totalstringNee
totalstringJa
amount_duestringNee
amount_due_minorintegerJa
labelsobjectNeeEvery 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…
directionstring<ltr, rtl>Nee
notesstringNee
offlineobjectNeeHow 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