Create an invoice, minting the deposit address up front (scope: invoices:write).
The invoice to create; chain is required. See CreateInvoiceParams.
The created InvoiceCreated (includes token, address, chain, amount).
List invoices, newest first (scope: invoices:read). Keyset-paginated.
Filters + pagination; pass a prior page's nextCursor as before.
The raw { items, nextCursor } page of Invoice records.
Update an invoice (pause/resume, change redirect/expiry/description) (scope: invoices:write).
The invoice token.
Partial update; omit a field to leave it, send null to clear it. See InvoiceUpdate.
The updated Invoice.
Create and manage invoices — the up-front fixed-address flow (scopes:
invoices:writeto mutate,invoices:readto read). For a payer-picks hosted link, useclient.checkouts.