agency-invoicing

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

The invoice, for the person paying it. Unauthenticated.

Todos los endpoints de agency-invoicing

Autenticación

Este endpoint es público. No requiere credenciales ni organización; es lo que leen nuestro propio sitio de marketing y los motores de respuesta de IA.

Este endpoint no requiere ningún id de organización. Su clave ya identifica la organización a la que pertenece, y la respuesta está delimitada a ella.

Pruébalo

Reemplaza cualquier elemento entre corchetes angulares por tus propios valores, y el marcador de posición key con una clave de tu panel de control.

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

¿Has iniciado sesión? La consola de la API en tu panel de control rellena el ID de tu organización real y tu propia clave, y ejecuta la solicitud contra la API en vivo para que puedas ver la respuesta real. Abre este endpoint en la consola de la API

Detalles

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

Parámetros

NombreTipoObligatorio¿Qué es esto?
token (path)stringThe capability token from the payment link on the invoice.

Respuesta

NombreTipoObligatorio¿Qué es esto?
numberstring
statusstring
currencystring
issue_datestringNo
due_datestringNo
sellerobjectNoThe issuing agency, frozen at issue.
buyerobjectNo
linesobject[]No
tax_groupsobject[]No
subtotalstringNo
tax_totalstringNo
totalstring
amount_duestringNo
amount_due_minorinteger
labelsobjectNoEvery 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>No
notesstringNo
offlineobjectNoHow 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…

Errores que este endpoint puede devolver

404 · 429