agency-invoicing

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

The invoice, for the person paying it. Unauthenticated.

Sve agency-invoicing krajnje tačke

Autentifikacija

Ova krajnja tačka je javna. Ona ne zahteva nikakve akreditive ni organizaciju — to je ono što čitaju naš sopstveni marketinški sajt i AI mašine za odgovore.

Ovaj krajnji tačka ne prihvata ID organizacije. Vaš ključ već identifikuje organizaciju kojoj pripada, a odgovor je ograničen na nju.

Isprobajte

Zamenite bilo šta u uglastim zagradama sopstvenim vrednostima, a ključni placeholder sa ključem sa vaše kontrolne table.

curl -X GET https://api.zinndigital.com/v1/agency-invoicing/portal/{token}

Prijavljeni ste? API konzola na vašoj kontrolnoj tabli automatski popunjava ID vaše stvarne organizacije i vaš sopstveni ključ, i izvršava zahtev nad API-jem uživo tako da možete videti stvarni odgovor. Otvorite ovu krajnju tačku u API konzoli

Detalji

⛔ **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

NazivVrstaObaveznoŠta je ovo
token (path)stringDaThe capability token from the payment link on the invoice.

Odgovor

NazivVrstaObaveznoŠta je ovo
numberstringDa
statusstringDa
currencystringDa
issue_datestringNe
due_datestringNe
sellerobjectNeThe issuing agency, frozen at issue.
buyerobjectNe
linesobject[]Ne
tax_groupsobject[]Ne
subtotalstringNe
tax_totalstringNe
totalstringDa
amount_duestringNe
amount_due_minorintegerDa
labelsobjectNeEvery 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>Ne
notesstringNe
offlineobjectNeHow 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…

Greške koje ovaj krajnji tačka može da vrati

404 · 429