#maria_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/1313451070835523635
đ 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.
hi! we don't send emails in test mode. You can force it with buttons on the Dashboard on the page for the payment.
ah ok
that is not great though
you cannot really test all your proccess until you are live
and if they are sent via the dashboard, why not allow for them to be sent via API event?
is there any event to trigger that action?
I cannot really find anything
tia
Hey! Taking over for my colleague. Let me catch up.
sure, thanks!
I think you are confusing between testing Stripe functionality and your integration. I don't think that Stripe sending email is part of your integration tests
well, I need to test that the whole process works and if Stripe doesn't send emails confirmations, I cannot know I have in place the right config
Stripe does send emails automatically in live mode but not in test mode.
So you can simply remove that part of check from your check list, as it's out of our integration scope.
yes, but I need QA to test in the test environment, not in live mode with real card payments
and he needs to verify that customer gets an email confiramation and how that email looks like
You can preview and send a test email following what my collegues mentioned above (using dashboard)
it is part of my integration scope. What if it is not working?
ok, in any case, do you know how can I trigger the same thing from the API? sending the receipt?
Nope it's Stripe scope. And it should work in live mode.
No, you can't trigger that using the API.
In livemode, it's sent automatically
What you can do is to send an email by your own integration and share with the customer the receipt_url
https://docs.stripe.com/receipts?payment-ui=direct-api#:~:text=To give your,.
that's not helpfull as well. What if I need my admin user sending that confirmation again? they can only do it if they have access to the stripe dashboard
ok, that works
thanks
Np!