Hello everybody
I’m working on a marketplace with a credit system.
The marketplace has services with variable pricing and products with a fixed price but everything can be bought with credits.
We also have different subscriptions with discounts for the credits.
My question is, how do I price the products with a fixed price if a customer wants to buy them with credits?
Example:
The client buys 10 credits for $5 each (subscription 1)
The client buys 10 credits for $2 each (subscription 2)
The client buys a service for 5 credits
Client buys for “X” credits a product worth $10
How many credits should the product cost if I want to charge the customer for the value of the product? Without discounting anything?
Also, have in mind that customers can change their subscriptions at any time so basing the price on the tier they are on at that moment wouldn’t work.
Can anybody help me?
Thanks!!