Create a hosted checkout link (scope: invoices:write).
The checkout to create; see CreateCheckoutParams.
A CheckoutLink with the hosted checkoutUrl/payPath and token.
Fetch a single checkout by its token (scope: invoices:read).
The checkout token from CheckoutLink.token.
The Invoice record.
List checkout links, 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 a checkout (pause/resume, change redirect/expiry/description) (scope: invoices:write).
The checkout token.
Partial update; omit a field to leave it, send null to clear it. See InvoiceUpdate.
The updated Invoice.
Create and manage hosted checkout links where the payer picks the asset/chain on the page (scopes:
invoices:writeto mutate,invoices:readto read). For an up-front fixed-address flow, use "../resources/invoices".Invoices instead.