How to apply store credits to a cart?

We’re implementing a store credit system. We want to decrease the total amount of the cart by a specific amount, without using discount codes.
As a user can apply both discount code and store credits.

What is the best way to apply store credits to the Cart object?