Skip to main content
GET
Error

Autorizações

Authorization
string
header
obrigatório

A staff session token, uk_st_…. Minted by sign-up, sign-in or the two-factor exchange. Only a 401 means it is spent; not_a_member (403) is about the organization named in X-Organization-Id and leaves the token good for the others.

Cabeçalhos

X-Organization-Id
string

The organization the caller is acting on — the org_… code that appears in the panel URL. It identifies; the membership JOIN is what authorizes, so a forged code reads nothing: the answer is not_a_member (403), which does not mean the session is over. Absent, the session's default organization answers, or — if that membership was revoked while the session was open — any other one the caller still holds.

Parâmetros de caminho

id
string<uuid>
obrigatório

The invoice's id in this system — not the gateway's reference.

Parâmetros de consulta

environment
enum<string>
padrão:live

Which environment to act in. A view parameter, valid only on the staff surface — a machine credential never chooses its environment, it is resolved from the key.

Opções disponíveis:
live,
test

Resposta

The payment behind this invoice, as the gateway currently holds it.

The payment behind one invoice, read from the gateway at the moment of asking. Nothing here is stored: the mirror is keyed on the invoice and a refund lives on the payment, so every figure below comes back over the wire — which is what makes a refund issued in the gateway's own dashboard visible here.

invoice_id
string<uuid>
environment
enum<string>
Opções disponíveis:
live,
test
charge_ref
string

The gateway's own id for the payment. Opaque here, and the handle a bank statement or a chargeback is eventually reconciled against.

currency
string

The payment's currency, which is normally the invoice's own.

Exemplo:

"BRL"

amount_minor
integer<int64>

What the payment collected, in minor units.

refunded_minor
integer<int64>

Everything handed back so far. Cumulative — not the last refund.

remaining_minor
integer<int64>

What may still be handed back. Floored at zero: a goodwill refund larger than the payment does not come back as a negative allowance.