absolutepay (Node SDK) - v0.7.1
    Preparing search index...

    Create and manage hosted checkout links where the payer picks the asset/chain on the page (scopes: invoices:write to mutate, invoices:read to read). For an up-front fixed-address flow, use "../resources/invoices".Invoices instead.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Void a checkout so it can no longer be paid (scope: invoices:write).

      Parameters

      • token: string

        The checkout token.

      Returns Promise<{ ok: boolean }>

      { ok: true } on success.

      On failure (e.g. 404 unknown token, 409 already paid).