agency-invoicing
GET /v1/agency-invoicing/portal/{token}
The invoice, for the person paying it. Unauthenticated.
Uwierzytelnianie
Ten punkt końcowy jest publiczny. Nie wymaga żadnych poświadczeń ani organizacji — to z niego korzysta nasza własna strona marketingowa oraz silniki odpowiedzi AI.
Ten punkt końcowy nie wymaga identyfikatora organizacji. Twój klucz już identyfikuje organizację, do której należy, a odpowiedź jest do niej ograniczona.
Wypróbuj
Zastąp wszystko w nawiasach ostrych własnymi wartościami, a zastępczy znacznik klucza kluczem ze swojego pulpitu nawigacyjnego.
curl -X GET https://api.zinndigital.com/v1/agency-invoicing/portal/{token}Zalogowany? Konsola API w Twoim panelu uzupełnia rzeczywiste identyfikator organizacji oraz Twój własny klucz i wykonuje żądanie względem aktywnego API, dzięki czemu możesz zobaczyć rzeczywistą odpowiedź. Otwórz ten punkt końcowy w konsoli API
Szczegóły
⛔ **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.
Parametry
| Nazwa | Typ | Wymagane | Co to jest |
|---|---|---|---|
token (path) | string | Tak | The capability token from the payment link on the invoice. |
Odpowiedź
| Nazwa | Typ | Wymagane | Co to jest |
|---|---|---|---|
number | string | Tak | — |
status | string | Tak | — |
currency | string | Tak | — |
issue_date | string | Nie | — |
due_date | string | Nie | — |
seller | object | Nie | The issuing agency, frozen at issue. |
buyer | object | Nie | — |
lines | object[] | Nie | — |
tax_groups | object[] | Nie | — |
subtotal | string | Nie | — |
tax_total | string | Nie | — |
total | string | Tak | — |
amount_due | string | Nie | — |
amount_due_minor | integer | Tak | — |
labels | object | Nie | 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> | Nie | — |
notes | string | Nie | — |
offline | object | Nie | 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… |
Błędy, które ten punkt końcowy może zwrócić
404 · 429