@suluk/billing - v0.2.0
    Preparing search index...

    Function defaultCard

    • The customer's DEFAULT saved card — its id (to charge) + its billing address (to locate tax). Graceful: a transient Stripe error returns null rather than blocking a top-up (this is only tax LOCATION / an off-session skip).

      Parameters

      Returns Promise<{ pmId: string; address: TaxAddress | null } | null>