#nisarg_docs

1 messages ¡ Page 1 of 1 (latest)

outer coralBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1418174350494007346

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

blazing jewel
#

Can you explain more about your business and how you want to charge users and for what?

zenith gazelle
#

My application is ecommerce website but in that i have one feature called transfer like if some user want to change that product ownership so they can transfer to that user

I want to charge them when transfering product

blazing jewel
#

Then it doesn't sound like a recurring payment at all, and more just a one-off?

zenith gazelle
#

It is not recurring payment , User will transfer when they want

blazing jewel
zenith gazelle
#

I want to charge as per the transfer

blazing jewel
#

But the price you've modelled there, with the tiers, is for a recurring price (subscription). You need to discard that as it's not relevant

#

Equally, I don't know what 'charge as per the transfer' means

#

What is a transfer? Does that dictate the amount you charge?

zenith gazelle
#

No transfer is my application word it is one type of functionality

My goal is charge user when they transfer (change ownership) of the product from my application

#

If still not clear i can give you in depth detailed functionality

blazing jewel
zenith gazelle
#

Then what if i want to give discount to my user if they transfer more i want to give them more discount so that's why i have created that tier pricing (see above image)

blazing jewel
#

As I said you can determine the amount you want to charge them on a per-payment basis. So maybe you'd have some logic in your code that calculates that based on the amount of transfer or whatever

zenith gazelle
#

Okay thanks