#nisarg_docs
1 messages ¡ Page 1 of 1 (latest)
đ 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.
Can you explain more about your business and how you want to charge users and for what?
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
Then it doesn't sound like a recurring payment at all, and more just a one-off?
It is not recurring payment , User will transfer when they want
Then why are you looking at Billing/subscriptions? If it's a one-off payment you should start here: https://docs.stripe.com/payments/checkout/build-integration
I want to charge as per the transfer
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?
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
Then, as I said, if it's a one-time payment (e.g. not happening every month at the same time) then follow this guide. You can set the amount you want to charge for the 'transfer' at the time of the payment
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)
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
Okay thanks