Skip to main content

13 September 2026 — Resend and integration setup guides

  • Connect your own Resend account inside the integration workspace for supported invitations and card-install emails.
  • Follow the signed delivery test before choosing when to activate; a failed own-account connection never falls back to Perkstar’s shared sender.
  • Find every provider in the integration directory, with setup guides for available connections and explicit availability notes for limited or unreleased providers.
  • Browse guides by task, with detailed provider sections grouped in the sidebar.
See Resend setup and the integration directory.

August 2026

Loyverse existing-customer migration

  • Added a guided transfer that reads the current Loyverse customer directory, copies each current points balance to the exact Perkstar membership and continues safely in the background without requiring a merchant CSV.
  • Added a default-off, owner-only choice to give eligible existing customers the selected card’s normal welcome points. Perkstar shows the maximum points, cash-equivalent exposure and expiry before confirmation, then keeps the choice fixed across retries and reconnects.
  • Added business-controlled migration invitations: an included service email, paid SMS after subscription activation and credit purchase, or both. Known Loyverse contact details stay locked to the migrated membership so customers cannot accidentally claim an empty duplicate account.
  • Added readiness gates, retry-safe results and explicit migration timing for larger customer lists. Invitations, scanning and till redemption remain unavailable until the relevant preceding checks are complete.
  • Added Teya camera and SUNMI Blink guidance, including the requirement to test USB HID/keyboard and host/OTG support on the exact terminal or dock.
  • Made the saved Loyverse card unmistakable, including conservative confirmation when a paid poster order can be tied to the unchanged card design, and removed the extra card-creation prompt once a compatible card is saved.
  • Added explicit prerequisite lists beside unavailable setup actions, a direct Step 2 guide link and actionable missing-permission connection errors.
  • Added redacted, support-visible Step 2 attempt references plus a one-click setup diagnostic snapshot that excludes customer details, individual balances, tokens and raw provider errors.
  • Added a one-recipient migration rehearsal over included email or paid SMS, with exact recipient, message and credit confirmation before the business releases either remaining audience.

Zapier public Beta

  • Perkstar version 1.0.0 is now available in Zapier’s public App Directory; a Zapier invitation is no longer required.
  • Added a direct public connection path, clarified that one OAuth connection represents one Perkstar business and can be reused across multiple Zaps, and documented separate connections for additional businesses.
  • Split support ownership between Perkstar connection/API issues, Zapier account/editor issues, and failures in other connected apps.
  • Added a self-serve Zapier page in the Perkstar integration settings with public directory, setup-guide, and safe app-pairing links.
  • Submitted five launch templates to Zapier review. A sixth Square template is held in Draft until a customer-attributed sample verifies its buyer-email mapping; customer-facing template links will be added only after approval.
  • Replaced invite-only setup and troubleshooting guidance throughout the developer portal. The earlier pre-release notes below describe the state before publication.

Make private-beta package

  • Added a source-controlled Make custom app with tenant-scoped OAuth 2.0, PKCE, rotating refresh tokens, and an attached instant webhook.
  • Added one Watch a Loyalty Event module covering all 29 public business events, 11 guided actions, two paginated searches, five filtered Card selectors, and the required fixed-origin Make an API Call module.
  • Added seven self-serve guides covering setup, the full module catalogue, recipes, webhook delivery, troubleshooting, privacy, and security.
  • Documented the eight default OAuth permissions, five optional advanced permissions, retry-safe writes, rate-limit handling, and server-attested webhook verification that keeps signing secrets inside Perkstar.
  • The app remains private while live scenarios and Make review evidence are completed; it is not yet available in Make’s public catalogue.

Zapier pre-release package (historical)

  • Added source-ready documentation for Perkstar’s first-party Zapier app.
  • Documented OAuth connection, Growth-and-above eligibility, and the private-invitation boundary before public App Directory review. Private version 1.0.0 is registered and available to invited Zapier accounts, but is not yet listed publicly.
  • Expanded the complete named instant-trigger catalogue to 29 business events; the diagnostic webhook.test event remains excluded.
  • Added wallet.installed, card.scanned, card.expired, customer.group_changed, and referral.created, with explicit provider, online-scanner, per-enrolment expiry, lifecycle-group, and customer-referral boundaries.
  • Documented all 10 visible actions, two searches, both explicit Search-or-Create relationships, the dynamic card selector, webhook retry identity, recipes, troubleshooting, and data-handling model.
  • Added direct Customer ID lookup to Find Customer so trigger records can be enriched without matching personal identifiers again.
  • Bound each permanent loyalty Source ID to its first canonical request; an exact retry replays safely, while changed customer/card/operation inputs now return 409 external_transaction_id_conflict.
  • Documented the one-sweep warm-up boundary for a business’s first lifecycle group or Google-install trigger; Apple installation remains callback-driven.
  • Added the dedicated EVENTS_READ permission for the bounded 90-day sample feed, without broadening existing WEBHOOKS_READ credentials.
  • Documented signed callback verification and the app-managed subscription lifecycle; Zapier-owned hooks cannot be edited, rotated, or deleted from the custom-webhook dashboard.

July 2026

Developer portal

  • Added a dedicated guide and generated API reference for integration teams.
  • Added production recipes for POS, Odoo, customer sync, webhooks, and wallet pushes.
  • Added a security and operational go-live checklist.
  • Added the official Python SDK with retries, pagination, typed errors, and webhook verification.
  • Added a generated Postman collection and production environment covering all public v1 operations.
  • Added a public component status page and machine-readable status endpoint.

API key safety

  • Direct API-key presets no longer include the internal OAuth-only MCP scope.
  • MCP access now explicitly requires an OAuth token.
  • Test keys cannot mutate customers, enrolments, or webhook configuration.
  • Test marketplace accrual is restricted to existing customers and enrolments.
  • Direct browser playground calls accept only approved Perkstar developer-portal origins.

Documentation contract

  • Test-mode limitations are now part of the canonical OpenAPI description.
  • Documentation navigation and links are validated in CI.
  • SDK packages, Postman assets, and OpenAPI operation coverage are validated before release.

May 2026

  • Added the v1 REST API, scoped API keys, OAuth access tokens, cursor pagination, and request tracing.
  • Added POS-friendly marketplace ping, accrue, enrol, and reverse endpoints.
  • Published the official zero-dependency TypeScript SDK.