usage_credits

Demo app for the 💳✨ usage_credits gem

The basics: get and spend credits

 

Subscribe to a plan: Buy credit packs: Get arbitrary bonuses: Spend credits:

Ledger status

Date Amount Category Expiration
Jun 05, 7:45 PM +10 credits subscription_credits first_cycle expires in 30 days
Jun 05, 7:56 PM +20 credits referral_bonus referral
Jun 05, 8:05 PM +10 credits credit_pack_purchase
Jun 05, 8:16 PM +5100 credits credit_pack_purchase
Jun 05, 8:25 PM +10 credits signup_bonus signup
Jun 05, 8:37 PM +1000 credits credit_pack_purchase
Jun 05, 8:46 PM +10 credits bonus expiring_bonus_credits 🗑️ expired
Jun 05, 9:17 PM +10 credits subscription_credits first_cycle expires in 30 days
Jun 05, 9:20 PM +1000 credits credit_pack_purchase

Payment records (pay gem)

The user has paid $297.99 total

Pay::Charge (4)
# {
                        :id => 2715,
               :customer_id => 3928,
           :subscription_id => nil,
              :processor_id => "69Ttxh-WlgkBh2Zy9cskX",
                    :amount => 4900,
                  :currency => nil,
    :application_fee_amount => nil,
           :amount_refunded => nil,
                  :metadata => {
         "purchase_type" => "credit_pack",
             "pack_name" => "starter",
               "credits" => 1000,
         "bonus_credits" => 0,
           "price_cents" => 4900,
        "price_currency" => "USD"
    },
                      :data => {
        "payment_method_type" => "card",
                      "brand" => "Fake",
                      "last4" => 1234,
                  "exp_month" => 6,
                   "exp_year" => 2026
    },
            :stripe_account => nil,
                :created_at => 2026-06-05 20:37:10.705008000 UTC +00:00,
                :updated_at => 2026-06-05 20:37:10.705008000 UTC +00:00,
                      :type => "Pay::FakeProcessor::Charge"
}
# {
                        :id => 2713,
               :customer_id => 3928,
           :subscription_id => nil,
              :processor_id => "MvoM4x9sDzAf7T3TpsrBa",
                    :amount => 99,
                  :currency => nil,
    :application_fee_amount => nil,
           :amount_refunded => nil,
                  :metadata => {
         "purchase_type" => "credit_pack",
             "pack_name" => "tiny",
               "credits" => 10,
         "bonus_credits" => 0,
           "price_cents" => 99,
        "price_currency" => "USD"
    },
                      :data => {
        "payment_method_type" => "card",
                      "brand" => "Fake",
                      "last4" => 1234,
                  "exp_month" => 6,
                   "exp_year" => 2026
    },
            :stripe_account => nil,
                :created_at => 2026-06-05 20:05:03.192982000 UTC +00:00,
                :updated_at => 2026-06-05 20:05:03.192982000 UTC +00:00,
                      :type => "Pay::FakeProcessor::Charge"
}
# {
                        :id => 2716,
               :customer_id => 3928,
           :subscription_id => nil,
              :processor_id => "jTAjmIw2Wba2iqQqlHXPF",
                    :amount => 4900,
                  :currency => nil,
    :application_fee_amount => nil,
           :amount_refunded => nil,
                  :metadata => {
         "purchase_type" => "credit_pack",
             "pack_name" => "starter",
               "credits" => 1000,
         "bonus_credits" => 0,
           "price_cents" => 4900,
        "price_currency" => "USD"
    },
                      :data => {
        "payment_method_type" => "card",
                      "brand" => "Fake",
                      "last4" => 1234,
                  "exp_month" => 6,
                   "exp_year" => 2026
    },
            :stripe_account => nil,
                :created_at => 2026-06-05 21:20:27.134897000 UTC +00:00,
                :updated_at => 2026-06-05 21:20:27.134897000 UTC +00:00,
                      :type => "Pay::FakeProcessor::Charge"
}
# {
                        :id => 2714,
               :customer_id => 3928,
           :subscription_id => nil,
              :processor_id => "u2RfIcsL6NY3TIBY11bcn",
                    :amount => 19900,
                  :currency => nil,
    :application_fee_amount => nil,
           :amount_refunded => nil,
                  :metadata => {
         "purchase_type" => "credit_pack",
             "pack_name" => "pro",
               "credits" => 5000,
         "bonus_credits" => 100,
           "price_cents" => 19900,
        "price_currency" => "USD"
    },
                      :data => {
        "payment_method_type" => "card",
                      "brand" => "Fake",
                      "last4" => 1234,
                  "exp_month" => 6,
                   "exp_year" => 2026
    },
            :stripe_account => nil,
                :created_at => 2026-06-05 20:16:02.817923000 UTC +00:00,
                :updated_at => 2026-06-05 20:16:02.817923000 UTC +00:00,
                      :type => "Pay::FakeProcessor::Charge"
}
Pay::Subscription (2)
# {
                         "id" => 1386,
                "customer_id" => 3928,
                       "name" => "default",
               "processor_id" => "7754vdbTvvPzdZm-dqW4q",
             "processor_plan" => "abcdef123456",
                   "quantity" => 1,
                     "status" => "active",
       "current_period_start" => nil,
         "current_period_end" => nil,
              "trial_ends_at" => nil,
                    "ends_at" => nil,
                    "metered" => nil,
             "pause_behavior" => nil,
            "pause_starts_at" => nil,
           "pause_resumes_at" => nil,
    "application_fee_percent" => nil,
                   "metadata" => {
                   "purchase_type" => "credit_subscription",
               "subscription_name" => "test_plan",
              "fulfillment_period" => "1 month",
              "credits_per_period" => 10,
            "signup_bonus_credits" => 0,
                   "trial_credits" => 0,
                "rollover_enabled" => false,
        "expire_credits_on_cancel" => false,
        "credit_expiration_period" => nil,
                        "metadata" => {}
    },
                       "data" => nil,
             "stripe_account" => nil,
          "payment_method_id" => nil,
                 "created_at" => 2026-06-05 19:45:38.840499000 UTC +00:00,
                 "updated_at" => 2026-06-05 19:45:38.840499000 UTC +00:00,
                       "type" => "Pay::FakeProcessor::Subscription",
                    "prorate" => true
}
# {
                         "id" => 1387,
                "customer_id" => 3928,
                       "name" => "default",
               "processor_id" => "FuGEt3ySe84nyP5btFvhc",
             "processor_plan" => "abcdef123456",
                   "quantity" => 1,
                     "status" => "active",
       "current_period_start" => nil,
         "current_period_end" => nil,
              "trial_ends_at" => nil,
                    "ends_at" => nil,
                    "metered" => nil,
             "pause_behavior" => nil,
            "pause_starts_at" => nil,
           "pause_resumes_at" => nil,
    "application_fee_percent" => nil,
                   "metadata" => {
                   "purchase_type" => "credit_subscription",
               "subscription_name" => "test_plan",
              "fulfillment_period" => "1 month",
              "credits_per_period" => 10,
            "signup_bonus_credits" => 0,
                   "trial_credits" => 0,
                "rollover_enabled" => false,
        "expire_credits_on_cancel" => false,
        "credit_expiration_period" => nil,
                        "metadata" => {}
    },
                       "data" => nil,
             "stripe_account" => nil,
          "payment_method_id" => nil,
                 "created_at" => 2026-06-05 21:17:04.248465000 UTC +00:00,
                 "updated_at" => 2026-06-05 21:17:04.248465000 UTC +00:00,
                       "type" => "Pay::FakeProcessor::Subscription",
                    "prorate" => true
}

Model records

UsageCredits::Fulfillment (6)
# {
                          :id => 4098,
                   :wallet_id => 3934,
                 :source_type => "Pay::Subscription",
                   :source_id => 1386,
    :credits_last_fulfillment => 10,
            :fulfillment_type => "subscription",
           :last_fulfilled_at => 2026-06-05 19:45:38.845399000 UTC +00:00,
         :next_fulfillment_at => 2026-07-05 19:45:38.840499000 UTC +00:00,
          :fulfillment_period => "1 month",
                    :stops_at => nil,
                    :metadata => {
        "subscription_id" => 1386,
                   "plan" => "abcdef123456"
    },
                  :created_at => 2026-06-05 19:45:38.846039000 UTC +00:00,
                  :updated_at => 2026-06-05 19:45:38.846039000 UTC +00:00
}
# {
                          :id => 4099,
                   :wallet_id => 3934,
                 :source_type => "Pay::Charge",
                   :source_id => 2713,
    :credits_last_fulfillment => 10,
            :fulfillment_type => "credit_pack",
           :last_fulfilled_at => 2026-06-05 20:05:03.203787000 UTC +00:00,
         :next_fulfillment_at => nil,
          :fulfillment_period => nil,
                    :stops_at => nil,
                    :metadata => {
        "purchase_charge_id" => 2713,
              "purchased_at" => "2026-06-05T20:05:03.192Z",
             "purchase_type" => "credit_pack",
                 "pack_name" => "tiny",
                   "credits" => 10,
             "bonus_credits" => 0,
               "price_cents" => 99,
            "price_currency" => "USD"
    },
                  :created_at => 2026-06-05 20:05:03.204267000 UTC +00:00,
                  :updated_at => 2026-06-05 20:05:03.204267000 UTC +00:00
}
# {
                          :id => 4100,
                   :wallet_id => 3934,
                 :source_type => "Pay::Charge",
                   :source_id => 2714,
    :credits_last_fulfillment => 5100,
            :fulfillment_type => "credit_pack",
           :last_fulfilled_at => 2026-06-05 20:16:02.830810000 UTC +00:00,
         :next_fulfillment_at => nil,
          :fulfillment_period => nil,
                    :stops_at => nil,
                    :metadata => {
        "purchase_charge_id" => 2714,
              "purchased_at" => "2026-06-05T20:16:02.817Z",
             "purchase_type" => "credit_pack",
                 "pack_name" => "pro",
                   "credits" => 5000,
             "bonus_credits" => 100,
               "price_cents" => 19900,
            "price_currency" => "USD"
    },
                  :created_at => 2026-06-05 20:16:02.831470000 UTC +00:00,
                  :updated_at => 2026-06-05 20:16:02.831470000 UTC +00:00
}
# {
                          :id => 4101,
                   :wallet_id => 3934,
                 :source_type => "Pay::Charge",
                   :source_id => 2715,
    :credits_last_fulfillment => 1000,
            :fulfillment_type => "credit_pack",
           :last_fulfilled_at => 2026-06-05 20:37:10.714598000 UTC +00:00,
         :next_fulfillment_at => nil,
          :fulfillment_period => nil,
                    :stops_at => nil,
                    :metadata => {
        "purchase_charge_id" => 2715,
              "purchased_at" => "2026-06-05T20:37:10.705Z",
             "purchase_type" => "credit_pack",
                 "pack_name" => "starter",
                   "credits" => 1000,
             "bonus_credits" => 0,
               "price_cents" => 4900,
            "price_currency" => "USD"
    },
                  :created_at => 2026-06-05 20:37:10.715145000 UTC +00:00,
                  :updated_at => 2026-06-05 20:37:10.715145000 UTC +00:00
}
# {
                          :id => 4102,
                   :wallet_id => 3934,
                 :source_type => "Pay::Subscription",
                   :source_id => 1387,
    :credits_last_fulfillment => 10,
            :fulfillment_type => "subscription",
           :last_fulfilled_at => 2026-06-05 21:17:04.256380000 UTC +00:00,
         :next_fulfillment_at => 2026-07-05 21:17:04.248465000 UTC +00:00,
          :fulfillment_period => "1 month",
                    :stops_at => nil,
                    :metadata => {
        "subscription_id" => 1387,
                   "plan" => "abcdef123456"
    },
                  :created_at => 2026-06-05 21:17:04.256929000 UTC +00:00,
                  :updated_at => 2026-06-05 21:17:04.256929000 UTC +00:00
}
# {
                          :id => 4103,
                   :wallet_id => 3934,
                 :source_type => "Pay::Charge",
                   :source_id => 2716,
    :credits_last_fulfillment => 1000,
            :fulfillment_type => "credit_pack",
           :last_fulfilled_at => 2026-06-05 21:20:27.140335000 UTC +00:00,
         :next_fulfillment_at => nil,
          :fulfillment_period => nil,
                    :stops_at => nil,
                    :metadata => {
        "purchase_charge_id" => 2716,
              "purchased_at" => "2026-06-05T21:20:27.134Z",
             "purchase_type" => "credit_pack",
                 "pack_name" => "starter",
                   "credits" => 1000,
             "bonus_credits" => 0,
               "price_cents" => 4900,
            "price_currency" => "USD"
    },
                  :created_at => 2026-06-05 21:20:27.140810000 UTC +00:00,
                  :updated_at => 2026-06-05 21:20:27.140810000 UTC +00:00
}
UsageCredits::Transaction (9)
# {
                :id => 6767,
         :wallet_id => 3934,
            :amount => 10,
          :category => "subscription_credits",
        :expires_at => 2026-07-05 19:50:38.840499000 UTC +00:00,
    :fulfillment_id => 4098,
          :metadata => {
        "subscription_id" => 1386,
                 "reason" => "first_cycle",
                   "plan" => "abcdef123456",
           "fulfilled_at" => "2026-06-05T19:45:38.841Z"
    },
        :created_at => 2026-06-05 19:45:38.842705000 UTC +00:00,
        :updated_at => 2026-06-05 19:45:38.842705000 UTC +00:00
}
# {
                :id => 6768,
         :wallet_id => 3934,
            :amount => 20,
          :category => "referral_bonus",
        :expires_at => nil,
    :fulfillment_id => nil,
          :metadata => {
        "reason" => "referral"
    },
        :created_at => 2026-06-05 19:56:33.568433000 UTC +00:00,
        :updated_at => 2026-06-05 19:56:33.568433000 UTC +00:00
}
# {
                :id => 6769,
         :wallet_id => 3934,
            :amount => 10,
          :category => "credit_pack_purchase",
        :expires_at => nil,
    :fulfillment_id => nil,
          :metadata => {
        "purchase_charge_id" => 2713,
              "purchased_at" => "2026-06-05T20:05:03.192Z",
         "credits_fulfilled" => true,
              "fulfilled_at" => "2026-06-05T20:05:03.197Z",
             "purchase_type" => "credit_pack",
                 "pack_name" => "tiny",
                   "credits" => 10,
             "bonus_credits" => 0,
               "price_cents" => 99,
            "price_currency" => "USD"
    },
        :created_at => 2026-06-05 20:05:03.202151000 UTC +00:00,
        :updated_at => 2026-06-05 20:05:03.202151000 UTC +00:00
}
# {
                :id => 6770,
         :wallet_id => 3934,
            :amount => 5100,
          :category => "credit_pack_purchase",
        :expires_at => nil,
    :fulfillment_id => nil,
          :metadata => {
        "purchase_charge_id" => 2714,
              "purchased_at" => "2026-06-05T20:16:02.817Z",
         "credits_fulfilled" => true,
              "fulfilled_at" => "2026-06-05T20:16:02.827Z",
             "purchase_type" => "credit_pack",
                 "pack_name" => "pro",
                   "credits" => 5000,
             "bonus_credits" => 100,
               "price_cents" => 19900,
            "price_currency" => "USD"
    },
        :created_at => 2026-06-05 20:16:02.829223000 UTC +00:00,
        :updated_at => 2026-06-05 20:16:02.829223000 UTC +00:00
}
# {
                :id => 6771,
         :wallet_id => 3934,
            :amount => 10,
          :category => "signup_bonus",
        :expires_at => nil,
    :fulfillment_id => nil,
          :metadata => {
        "reason" => "signup"
    },
        :created_at => 2026-06-05 20:25:32.941592000 UTC +00:00,
        :updated_at => 2026-06-05 20:25:32.941592000 UTC +00:00
}
# {
                :id => 6772,
         :wallet_id => 3934,
            :amount => 1000,
          :category => "credit_pack_purchase",
        :expires_at => nil,
    :fulfillment_id => nil,
          :metadata => {
        "purchase_charge_id" => 2715,
              "purchased_at" => "2026-06-05T20:37:10.705Z",
         "credits_fulfilled" => true,
              "fulfilled_at" => "2026-06-05T20:37:10.709Z",
             "purchase_type" => "credit_pack",
                 "pack_name" => "starter",
                   "credits" => 1000,
             "bonus_credits" => 0,
               "price_cents" => 4900,
            "price_currency" => "USD"
    },
        :created_at => 2026-06-05 20:37:10.713013000 UTC +00:00,
        :updated_at => 2026-06-05 20:37:10.713013000 UTC +00:00
}
# {
                :id => 6773,
         :wallet_id => 3934,
            :amount => 10,
          :category => "bonus",
        :expires_at => 2026-06-05 20:47:42.883569000 UTC +00:00,
    :fulfillment_id => nil,
          :metadata => {
        "reason" => "expiring_bonus_credits"
    },
        :created_at => 2026-06-05 20:46:42.887431000 UTC +00:00,
        :updated_at => 2026-06-05 20:46:42.887431000 UTC +00:00
}
# {
                :id => 6774,
         :wallet_id => 3934,
            :amount => 10,
          :category => "subscription_credits",
        :expires_at => 2026-07-05 21:22:04.248465000 UTC +00:00,
    :fulfillment_id => 4102,
          :metadata => {
        "subscription_id" => 1387,
                 "reason" => "first_cycle",
                   "plan" => "abcdef123456",
           "fulfilled_at" => "2026-06-05T21:17:04.252Z"
    },
        :created_at => 2026-06-05 21:17:04.253451000 UTC +00:00,
        :updated_at => 2026-06-05 21:17:04.253451000 UTC +00:00
}
# {
                :id => 6775,
         :wallet_id => 3934,
            :amount => 1000,
          :category => "credit_pack_purchase",
        :expires_at => nil,
    :fulfillment_id => nil,
          :metadata => {
        "purchase_charge_id" => 2716,
              "purchased_at" => "2026-06-05T21:20:27.134Z",
         "credits_fulfilled" => true,
              "fulfilled_at" => "2026-06-05T21:20:27.137Z",
             "purchase_type" => "credit_pack",
                 "pack_name" => "starter",
                   "credits" => 1000,
             "bonus_credits" => 0,
               "price_cents" => 4900,
            "price_currency" => "USD"
    },
        :created_at => 2026-06-05 21:20:27.138639000 UTC +00:00,
        :updated_at => 2026-06-05 21:20:27.138639000 UTC +00:00
}
UsageCredits::Allocation (0) none

Audit trail

Audit trail
[
    [0] [
        [0] "subscription_credits",
        [1] 10,
        [2] {
            "subscription_id" => 1386,
                     "reason" => "first_cycle",
                       "plan" => "abcdef123456",
               "fulfilled_at" => "2026-06-05T19:45:38.841Z"
        }
    ],
    [1] [
        [0] "referral_bonus",
        [1] 20,
        [2] {
            "reason" => "referral"
        }
    ],
    [2] [
        [0] "credit_pack_purchase",
        [1] 10,
        [2] {
            "purchase_charge_id" => 2713,
                  "purchased_at" => "2026-06-05T20:05:03.192Z",
             "credits_fulfilled" => true,
                  "fulfilled_at" => "2026-06-05T20:05:03.197Z",
                 "purchase_type" => "credit_pack",
                     "pack_name" => "tiny",
                       "credits" => 10,
                 "bonus_credits" => 0,
                   "price_cents" => 99,
                "price_currency" => "USD"
        }
    ],
    [3] [
        [0] "credit_pack_purchase",
        [1] 5100,
        [2] {
            "purchase_charge_id" => 2714,
                  "purchased_at" => "2026-06-05T20:16:02.817Z",
             "credits_fulfilled" => true,
                  "fulfilled_at" => "2026-06-05T20:16:02.827Z",
                 "purchase_type" => "credit_pack",
                     "pack_name" => "pro",
                       "credits" => 5000,
                 "bonus_credits" => 100,
                   "price_cents" => 19900,
                "price_currency" => "USD"
        }
    ],
    [4] [
        [0] "signup_bonus",
        [1] 10,
        [2] {
            "reason" => "signup"
        }
    ],
    [5] [
        [0] "credit_pack_purchase",
        [1] 1000,
        [2] {
            "purchase_charge_id" => 2715,
                  "purchased_at" => "2026-06-05T20:37:10.705Z",
             "credits_fulfilled" => true,
                  "fulfilled_at" => "2026-06-05T20:37:10.709Z",
                 "purchase_type" => "credit_pack",
                     "pack_name" => "starter",
                       "credits" => 1000,
                 "bonus_credits" => 0,
                   "price_cents" => 4900,
                "price_currency" => "USD"
        }
    ],
    [6] [
        [0] "bonus",
        [1] 10,
        [2] {
            "reason" => "expiring_bonus_credits"
        }
    ],
    [7] [
        [0] "subscription_credits",
        [1] 10,
        [2] {
            "subscription_id" => 1387,
                     "reason" => "first_cycle",
                       "plan" => "abcdef123456",
               "fulfilled_at" => "2026-06-05T21:17:04.252Z"
        }
    ],
    [8] [
        [0] "credit_pack_purchase",
        [1] 1000,
        [2] {
            "purchase_charge_id" => 2716,
                  "purchased_at" => "2026-06-05T21:20:27.134Z",
             "credits_fulfilled" => true,
                  "fulfilled_at" => "2026-06-05T21:20:27.137Z",
                 "purchase_type" => "credit_pack",
                     "pack_name" => "starter",
                       "credits" => 1000,
                 "bonus_credits" => 0,
                   "price_cents" => 4900,
                "price_currency" => "USD"
        }
    ]
]

Loaded config

Literal, raw config file
      # frozen_string_literal: true

UsageCredits.configure do |config|

  # Default test operations
  operation :small_operation do
    costs 1.credit
  end

  # operation :test_operation do
  #   costs 10.credits + 1.credits_per(:mb)
  #   validate ->(params) { params[:size].to_i <= 100.megabytes }, "File too large (max: 100 MB)"
  # end

  operation :prohibitive_operation do
    costs 1_000_000.credits
  end

  operation :this_operation_will_always_fail do
    costs 42.credits
  end


  # Define test credit packs
  credit_pack :tiny do
    gives 10.credits
    costs 99.cents
  end

  credit_pack :starter do
    gives 1000.credits
    costs 49.dollars
  end

  credit_pack :pro do
    gives 5000.credits
    bonus 100.credits  # Optional: give bonus credits
    costs 199.dollars
    currency :usd
  end


  # Define subscriptions
  subscription_plan :test_plan do
    processor_plan(:fake_processor, "abcdef123456")
    gives 10.credits.every(:month)
    unused_credits :expire
  end

  # Alert when balance drops below 100 credits
  # Set to nil to disable low balance alerts
  # config.low_balance_threshold = 20.credits

  # # Handle low credit balance alerts
  # config.on_low_balance do |user|
  #   # Send notification to user when their balance drops below the threshold
  #   ApplicationMailer.generic_email(to: user.email, body: "Heads up! You're low on credits.", subject: "Low credits alert").deliver_now
  # end

end

    
Credit-consuming operations
Credit packs
Credit subscription plans
Rest of the config
      {
  "default_currency": "usd",
  "rounding_strategy": "ceil",
  "credit_formatter": {},
  "fulfillment_grace_period": 300,
  "allow_negative_balance": false,
  "low_balance_threshold": null,
  "low_balance_callback": null
}