agency-invoicing
GET /v1/agency-invoicing/portal/{token}
The invoice, for the person paying it. Unauthenticated.
Hitelesítés
Ez a végpont nyilvános. Nem igényel hitelesítő adatot és szervezetet sem – ezt olvassa a saját marketingoldalunk és az MI-válaszadó motorunk is.
Ez a végpont nem fogad el szervezeti azonosítót. Az Ön kulcsa már azonosítja azt a szervezetet, amelyhez tartozik, és a válasz is erre vonatkozik.
Próbálja ki
Cserélje ki a hegyes zárójelek közötti részt a saját értékeivel, a kulcshelyőrzőt pedig a vezérlőpultján található kulccsal.
curl -X GET https://api.zinndigital.com/v1/agency-invoicing/portal/{token}Be van jelentkezve? A vezérlőpultban lévő API-konzol kitölti a valós szervezetazonosítóját és a saját kulcsát, és a kérést az éles API-n futtatja, hogy láthassa a tényleges választ. Nyissa meg ezt a végpontot az API konzolban
Részletek
⛔ **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.
Paraméterek
| Név | Típus | Kötelező | Mi ez |
|---|---|---|---|
token (path) | string | Igen | The capability token from the payment link on the invoice. |
Válasz
| Név | Típus | Kötelező | Mi ez |
|---|---|---|---|
number | string | Igen | — |
status | string | Igen | — |
currency | string | Igen | — |
issue_date | string | Nem | — |
due_date | string | Nem | — |
seller | object | Nem | The issuing agency, frozen at issue. |
buyer | object | Nem | — |
lines | object[] | Nem | — |
tax_groups | object[] | Nem | — |
subtotal | string | Nem | — |
tax_total | string | Nem | — |
total | string | Igen | — |
amount_due | string | Nem | — |
amount_due_minor | integer | Igen | — |
labels | object | Nem | 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> | Nem | — |
notes | string | Nem | — |
offline | object | Nem | 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… |
Hibák, amelyeket ez a végpont visszaadhattatlan
404 · 429