#abdhesh-rajput_best-practices
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/1269891096008458241
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- abdhesh-rajput_best-practices, 2 days ago, 27 messages
Hi there, can you elaborate more?
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
https://docs.stripe.com/payments/accept-a-payment you can follow guide guide for accepting a payment from your customer.
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
Sure, here's the quick start for invoicing https://docs.stripe.com/invoicing/integration/quickstart
will this cover the above points ??
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.
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 ??
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"
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.
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.
ok