agency-invoicing
GET /v1/agency-invoicing/portal/{token}
The invoice, for the person paying it. Unauthenticated.
Autentificare
Acest punct final este public. Nu necesită nicio acreditare și nicio organizație – este ceea ce citesc propriul nostru site de marketing și motoarele de răspuns AI.
Acest endpoint nu necesită un ID de organizație. Cheia ta identifică deja organizația căreia îi aparține, iar răspunsul este limitat la aceasta.
Încearcă
Înlocuiți tot ce se află între paranteze unghiulare cu propriile valori și substituentul cheie cu o cheie din tabloul de bord.
curl -X GET https://api.zinndigital.com/v1/agency-invoicing/portal/{token}Autentificat? Consola API din panoul de control îți completează ID-ul real al organizației și propria cheie și rulează cererea în API-ul live, astfel încât să poți vedea răspunsul efectiv. Deschideți acest punct final în consola API
Detalii
⛔ **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.
Parametri
| Nume | Tip | Obligatoriu | Ce este |
|---|---|---|---|
token (path) | string | Da | The capability token from the payment link on the invoice. |
Răspuns
| Nume | Tip | Obligatoriu | Ce este |
|---|---|---|---|
number | string | Da | — |
status | string | Da | — |
currency | string | Da | — |
issue_date | string | Nu | — |
due_date | string | Nu | — |
seller | object | Nu | The issuing agency, frozen at issue. |
buyer | object | Nu | — |
lines | object[] | Nu | — |
tax_groups | object[] | Nu | — |
subtotal | string | Nu | — |
tax_total | string | Nu | — |
total | string | Da | — |
amount_due | string | Nu | — |
amount_due_minor | integer | Da | — |
labels | object | Nu | 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> | Nu | — |
notes | string | Nu | — |
offline | object | Nu | 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… |
Erori pe care le poate returna acest punct final
404 · 429