Payment

Hi guys, I really wanted to make a store that could buy either with real money or with my money (points won for free). But I do not know how to make my store accept these points. Can someone help me?

I’m not sure if wixStores has an API enabled for coupons, but that’s definitely a feature we need.

For you you can try something like this:

make a query to see how many points the user have in the card.
reduce the price of the item by that amount.
update the remaining balance of the user.

Is there any way to modify the wix app market with javascript? Example: just change where the money already converting to my coupons appears?