Collect deposit and show on member account

Hello, can wix having this deposit element on the member account? How should I do to make this happen?

Hello tangyuan,

You can add a text box to the member’s page then set it’s text to the collected deposit value,
$w(‘#text’).text = depositValue .

But would you explain more what are you exactly counting here, what is the deposit value you’re trying to get?

Massa

I think I have a similar problem to @tangyuan_4 . I would like to allow members of my website to deposit into their account, and after that, they can buy or use the services on my website. After they have bought or used a service on my site, their balance will be decreased by the price of the product/service.