Joy Loyalty Help Center
WebsiteDevDocsStatusBook a demo
  • WELCOME
  • QUICK START
  • CUSTOMERS
    • Customer management
    • Import customer data
    • Customers' types and segment
    • Generate customer QR code
    • Excluding customers from loyalty program
  • REWARD PROGRAMS
    • Earning programs
      • Place order
      • Place subscription
      • Sign up
      • Sign up newsletters
      • Birthday reward
      • Write review
      • Social activity
      • Google reviews
      • Fill out a survey
      • Visit website
      • Streak bonus challenge
      • Custom program
    • Redeeming programs
      • Discount program
      • Free gift program
      • Free shipping program
      • Coupon list at checkout
      • Redeem at checkout page
    • Rule engine
    • Referrals
      • Referral flow explained
    • Milestone
    • Advanced settings
      • Point Expiration
      • Refund points
      • Pending Points
      • Discount Combination
      • Channels for reward programs
    • Sandbox mode
  • MEMBERSHIP
    • Member exclusive deal
    • VIP Tiers
      • Tier Assessment
      • Tier Privileges
        • Exclusive products for VIPs
      • Automated notifications
    • Partner Tiers
  • EMBEDDED CONTENT
    • Loyalty landing page
      • Hero banner
      • How it works
      • Ways to earn
      • Ways to redeem
      • Rewards activity
      • Referral program
      • VIP Tier benefits
      • Sign-up banner
      • Loyalty Program FAQs
      • Coming soon teaser
      • My rewards
      • Create AI-Generated Icons for Loyalty Page
      • Loyalty page improvement 3/2025
    • Account page
      • Loyalty Dashboard
      • Rewards Redemption
      • Referral Management
    • Product page
      • Product referral
      • Point calculator
    • Checkout page
      • All discounts
      • Available rewards
      • Quick redeem
  • BRANDING
    • Widget design
    • Referrals
    • Sign up block
      • Display Sign up block
    • Customer login
    • Visit website popup
    • Reward reminder
  • ACTIVITIES
  • ANALYTICS
  • INTEGRATIONS
    • Theme Integration
    • Product reviews
      • Air Reviews
      • Judge.me
      • Yotpo
      • Fera Product Reviews
    • Chat Apps
      • Chatty
      • Gorgias
    • Email Marketing & SMS
      • Joy and Klaviyo
      • Joy and Sendlane
      • Joy and Drip
      • Joy and Mailchimp
      • Joy and Omnisend
      • Joy and PushOwl
    • Subscription
      • Joy Subscription
      • Shopify Subscription
      • Joy and Recharge Subscription
    • Inventory management
      • Avada Order Limits Quantity
    • Integrate with Shopify flow
      • Shopify Flow: Klaviyo and Joy Loyalty
      • Shopify Flow: Tydal and Joy Loyalty
      • Shopify Flow: Growave and Joy Loyalty
      • Shopify Flow: Loox and Joy Loyalty
      • Shopify Flow: Okendo and Joy Loyalty
      • Shopify Flow: Reviews.io and Joy Loyalty
      • Shopify Flow: Stamped.io and Joy Loyalty
      • Shopify Flow: Yotpo and Joy Loyalty
      • Shopify Flow: Store credit
      • Shopify Flow: Zigpoll and Joy Loyalty
  • TRANSLATIONS
  • NOTIFICATIONS
    • Automated notifications
    • Get started + Joy's Triggers
  • POS
    • Use Joy in POS workflow
    • Add Joy to Shopify POS
  • SETTINGS
    • General
      • Customer eligibility
      • Deeplink
      • Customer behavior settings
      • Custom point label
    • Color
      • Loyalty page button color
      • The art of crafting your loyalty page's
    • Email
    • Order
      • Add tags for orders and customers
    • In-app languages
    • Developers
      • Integrate the Joy Loyalty widget to Hydrogen
      • Manage tags
  • MIGRATION
    • Migration from Stamped to Joy Loyalty
    • Migration from Smile to Joy Loyalty
    • Migration from Rivo to Joy Loyalty
    • Migration from Appstle℠ Loyalty & Rewards to Joy Loyalty
    • Migration from Loyalty Lion to Joy Loyalty
    • Migration from BON Loyalty to Joy Loyalty
    • Migration from Yotpo Loyalty to Joy Loyalty
    • Migrate Tiers
  • KNOWLEDGE HUB
    • FAQs
  • FAQs
    • The complete Joy Loyalty onboarding guide
    • How to setup earning rate on special occasion
    • Logged out but coupons still applied
    • Does manual point adjusting affect VIP tier status?
  • Privacy Policy
  • PRODUCT ROADMAP
    • Changelog
Powered by GitBook
On this page
  • What is Store Credit?
  • Why do you need Store Credit?
  • Connect with Shopify flow and grant Store Credit access
  • How to set up Store Credit?
  • Store credit formula cheat sheet
  • How to check store credit balance in customer profile
  • Frequently Asked Questions

Was this helpful?

  1. INTEGRATIONS
  2. Integrate with Shopify flow

Shopify Flow: Store credit

Provide a powerful alternative to traditional points-based rewards

PreviousShopify Flow: Yotpo and Joy LoyaltyNextShopify Flow: Zigpoll and Joy Loyalty

Last updated 1 month ago

Was this helpful?

This feature is available for: Professional, Advanced, and Enterprise plans

What is Store Credit?

Store Credit is a cashback system that works alongside your loyalty program:

  • Direct Cashback: Customers earn actual monetary value they can spend immediately

  • Flexible Spending: Any amount can be used (even small amounts like $0.10)

  • Seamless Checkout: Works directly in Shopify's native checkout process

  • Customer Account Integration: Visible in customer accounts without additional configuration

Why do you need Store Credit?

Store Credit transforms your loyalty program by offering real money instead of abstract points. Customers appreciate the transparent value they can spend instantly at checkout without conversion complexities.

This streamlined approach improves retention, encourages additional spending (customers often spend more than their credit amount), and keeps revenue within your business when handling returns.

Unlike traditional points systems, Store Credit leverages Shopify's native functionality for a simpler, more effective loyalty solution that benefits both you and your customers.

Connect with Shopify flow and grant Store Credit access

Make sure you enabled the before start iusing this feature.

1

Open Joy: Loyalty Program, go to Integrations, and select Shopify flow

2

Turn on Shopify flow

3

Click on "Grant Store Credit access"

To use the Store Credit feature in Shopify Flow, you need to grant additional access permissions to the app. This is an optional feature and only necessary if you want to use Store Credit.

How to set up Store Credit?

1

Click on "Flow", choose "Create workflow" and "Select a trigger"

2

Insert a new step: Choose Shopify and select "order created"

3

Insert a new step click the "+" button and choose "action"

4

In the next step, choose "Joy: Loyalty program" then select "Adjust store credit"

5

Configure the reward amount and conditions

6

Click "Turn on workflow" to save

Store credit formula cheat sheet

You can try out a few of these examples and tweak them to match your use case:

Description
Syntax

2% cashback on subtotal (using math)

{{order.subtotalPriceSet.shopMoney. amount}} / 50

2% cashback on subtotal (using Liquid)

{{order.subtotalPriceSet.shopMoney. amount | divided_by: 50}}

2% cashback on subtotal, round down (using Liquid)

{{order.subtotalPriceSet.shopMoney. amount | divided_by: 50 | floor }}

2% cashback on subtotal, round up (using Liquid)

{{order.subtotalPriceSet.shopMoney. amount | divided_by: 50 | ceil }}

2% cashback on grand total (using Liquid)

{{order.totalPriceSet.shopMoney.amount}} / 50

2% cashback on subtotal + shipping

({{order.subtotalPriceSet.shopMoney.amount}}+ {{order.totalShippingPriceSet.shopMoney.amount}}) / 50

How to check store credit balance in customer profile

There are 2 ways for you to check:

View Customer Store Credit on Cutomers of Shopify

1

Go to Customers in your Shopify admin

2

Select a customer profile

3

View customers' store credit balance

View Customer Store Credit on Joy: Loyalty program

1

Go to Customers in Joy: Loyalty program app

2

Select a customer profile

3

Scroll down to view customers' store credit balance

Frequently Asked Questions

  1. Does store credit expire?

Store credit expiration is configurable by the merchant. You can set credit to expire after a specific time period or keep it valid indefinitely. Setting expiration dates can encourage customers to make purchases sooner.

  1. Can customers see how they earned their store credit?

Yes, if you enable shopify customer account extensibility, customers can see their store credit history right out of the box — no extra setup needed.

  1. Will store credit work with my existing loyalty points program?

Yes, you can use both store credit and points at the same time. But we recommend focusing on one to keep it simple. Points are great for long-term loyalty and brand building, while store credit works like cashback, giving customers clear incentives to return.

  1. How do I explain store credit to my customers?

Consider adding information about your store credit program to your loyalty program FAQs or creating an automated email that explains how it works when customers receive credit for the first time.

Setting your cashback rate can be calculated by normal mathematical operations or . Both can be used, but the Liquid syntax opens more flexibility because Shopify Flow support this right out of the box.

Shopify Liquid syntax
Shopify Customer Account