#dharmesh_api
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/1416005051381579797
đ 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.
- dharmesh_api, 20 hours ago, 6 messages
Hi
Could you please provide more details about your issue ?
I subscribed plan of $99 using a promo code, but I did not receive any bill or invoice.
Since the promo code provided a 100% discount, the final amount was $0.
However, when I subscribed with another account for the $99 plan, I received the bill/receipt as expected.
Are you the maintainer of the app or you are an end customer first ?
If you are the maintainer, could you please provide the Subscription Id ?
Since the promo code provided a 100% discount, the final amount was $0.
If there wasn't any charge made, there won't be a receipt, only an invoice in this case
i am developer
Welcome!
so do i need to create manual script for this
client requirement like whatever it is we need to send bill payment receipt to custmer
Stripe doesn't generate a receipt for 0$ invoices because there is no charge/payment.
Stripe generates an invoice, you can send it to your customer
Do I need to send it manually through code, for example using SES?
You can always call the invoice /send API to send the invoice to your customer:
https://docs.stripe.com/api/invoices/send
If you didn't configure Stripe to send it automatically:
https://dashboard.stripe.com/account/billing/automatic
I have another question: is it possible to disable invoices?
I only want to send a bill receipt to the client, not an invoice copy.
If invoices must exist, then we should only send the invoice receipt.
in short only payment bill
When you create a Subscription with collection method charge_automatically, there won't be any invoice sent to your customer
we are using mode embedded
And you can enable/disbale receipts via your Stripe Dashboard:
https://dashboard.stripe.com/settings/emails
(those will be sent only for non 0$ amounts)
The UI mode here has no impact