#b33fb0n3_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/1281245203315036202
đ 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.
- b33fb0n3_error, 3 hours ago, 20 messages
- b33fb0n3_event-plan, 19 hours ago, 47 messages
Hello
hi
You want to turn off emails for successful payments in your Dashboard at: https://dashboard.stripe.com/settings/emails and also you want to turn off the trial end reminder email in your Dashboard at https://dashboard.stripe.com/settings/billing/automatic
Then no email will be sent
Do I also need to turn of the successful payment email, when the subscription is created with the trial param?
{
"customer": "cus_QnGAAonRfPO6ID",
"items": {
"0": {
"price": "price_1Pvd0ZK7gRZLSJmgFq6Z9AzX"
}
},
"metadata": {
"siteId": "site_Og0Dg7mJtaj8Xpxw"
},
"trial_end": "1747142577", // <------ see here
"trial_settings": {
"end_behavior": {
"missing_payment_method": "pause"
}
}
}
Ah no that shouldn't be necessary if all of your Subs are going to use a trial. We do not send a receipt email if there is no Charge (if it is a $0 Invoice)