Stay AI
Stay AI (formerly Retextion) is a subscription retention and growth platform for Shopify direct-to-consumer brands. It pairs a no-code customer portal with an ExperienceEngine for personalized promotions and upsells and a RetentionEngine for AI-driven churn prevention. Stay AI exposes a documented public REST API (base https://api.retextion.com/api/v2) authenticated with an X-RETEXTION-ACCESS-TOKEN header, covering subscriptions, recurring orders, selling plan groups, product catalog, the customer portal, account settings, bulk data export, and JWT-signed outbound webhooks.
APIs
Stay AI Subscriptions API
Query subscriptions by customer email, status (ACTIVE, PAUSED, CANCELLED), and created date, retrieve a subscription by ID, and manage the subscription lifecycle - cancel, chang...
Stay AI Subscription Orders API
Query recurring subscription orders by created and updated date windows, and trigger a new recurring charge for a single subscription ("order now"). Supports building order hist...
Stay AI Selling Plans API
List selling plan groups, retrieve a group by ID, and create or update selling plan groups - the Shopify selling-plan configuration that defines subscription offers, frequencies...
Stay AI Catalog API
Retrieve the entire subscription-eligible product catalog, or fetch a single product and its variants by Shopify Product ID.
Stay AI Customer Portal API
Generate an authenticated no-code customer portal link for a subscriber, identified by email or phone, so customers can self-manage their subscriptions.
Stay AI Webhooks API
Manage webhook subscriptions - list, create, and delete outbound webhooks for events such as SUBSCRIPTION, FAILED_PAYMENT, and SUCCESSFUL_PAYMENT. Outbound webhook requests are ...
Stay AI Account and Data API
Read merchant account settings and trigger bulk data exports for subscriptions and orders, enabling analytics and reconciliation against external data warehouses.