#abdhesh-rajput_best-practices

1 messages ¡ Page 1 of 1 (latest)

unique driftBOT
#

👋 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/1269891096008458241

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

queen basinBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

vast jolt
#

Hi there, can you elaborate more?

pulsar obsidian
#

Hii, i just want to dedcut amount from customer account using thier payment method
i have product
how can i do this if customer use my service

#

like if customer use my services for 5min i need to decut 2$ and so on

vast jolt
pulsar obsidian
#

can we use invoices here ??

#

i need to create something like wallet functionalities

#

where user can add thier amount for one time
if thier amount is below then required then they fill again

vast jolt
pulsar obsidian
vast jolt
#

If by wallet you mean Apple Pay and Google Pay, yes Stripe hosted invoice page supports both.

#

If you mean a wallet that your customer uses to store balance, no it's not something Stripe provides.

pulsar obsidian
#

no i doesn't mean like this i want that customer payment deduct only one time

for example if customer add 20 and my service charge is 2 if user use my service 3 times then want to deduct 3 * 2 = 6 amount from thier 20

is there any way of doing this ??

vast jolt
#

Looks like you didn't have a chance to read the doc that I shared earlier. What you asked is already covered in the doc, specicially step 2 "Create an Invoice item and Invoice"

pulsar obsidian
#

I need to implement the following scenario: A customer adds $20, and my service charge is $2 per use. If the customer uses my service 3 times, I want to deduct 3 * $2 = $6 from their $20 and create an invoice for the amount that needs to be deducted.

vast jolt
#

Hmm, it went back to the balance store that we discussed earlier, and I believe I've told you that Stripe doesn't support it.

pulsar obsidian
#

ok