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

    Issue and read gift cards (scopes: balances:read to read, payments:write to issue).

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Fetch a single gift card by its card number (scope: balances:read).

      Parameters

      • cardNum: string

        The gift card's number.

      Returns Promise<Record<string, unknown>>

      The gift-card record.

      On failure (e.g. 404 unknown card).

    • List issued gift cards (scope: balances:read). Keyset-paginated.

      Parameters

      Returns Promise<Page<Record<string, unknown>>>

      The raw { items, nextCursor } page of gift-card records.

      On failure (e.g. 401/403 missing balances:read).

    • List the available gift-card design templates (scope: balances:read).

      Returns Promise<Page<Record<string, unknown>>>

      The raw { items, nextCursor } (nextCursor always null) of template records.

      On failure (e.g. 401/403 missing balances:read).