agency-invoicing
GET /v1/agency-invoicing/portal/{token}
The invoice, for the person paying it. Unauthenticated.
Kimlik Doğrulama
Bu uç nokta arakatmana açıktır. Kimlik bilgisi ve organizasyon gerektirmez; kendi pazarlama sitemizin ve yapay zeka yanıt motorlarımızın okuduğu yerdir.
Bu uç nokta hiçbir organizasyon kimliği almaz. Anahtarınız zaten ait olduğu organizasyonu tanımlar ve yanıt bu organizasyonla sınırlandırılır.
Dene
Köşeli parantez içindeki her şeyi kendi değerlerinizle ve anahtar yer tutucusunu panonuzdan bir anahtarla değiştirin.
curl -X GET https://api.zinndigital.com/v1/agency-invoicing/portal/{token}Oturum açtınız mı? Panonuzdaki API konsolu, gerçek organizasyon kimliğinizi ve kendi anahtarınızı otomatik olarak doldurur ve isteği canlı API üzerinde çalıştırarak gerçek yanıtı görmenizi sağlar. Bu uç noktayı API konsolunda açın
Ayrıntılar
⛔ **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.
Parametreler
| Ad | Tür | Zorunlu | Ne olduğu |
|---|---|---|---|
token (path) | string | Evet | The capability token from the payment link on the invoice. |
Yanıt
| Ad | Tür | Zorunlu | Ne olduğu |
|---|---|---|---|
number | string | Evet | — |
status | string | Evet | — |
currency | string | Evet | — |
issue_date | string | Hayır | — |
due_date | string | Hayır | — |
seller | object | Hayır | The issuing agency, frozen at issue. |
buyer | object | Hayır | — |
lines | object[] | Hayır | — |
tax_groups | object[] | Hayır | — |
subtotal | string | Hayır | — |
tax_total | string | Hayır | — |
total | string | Evet | — |
amount_due | string | Hayır | — |
amount_due_minor | integer | Evet | — |
labels | object | Hayır | 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> | Hayır | — |
notes | string | Hayır | — |
offline | object | Hayır | 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… |
Bu uç noktanın dönderebileceği hatalar
404 · 429