#daffiduck_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/1387408864823083008
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
Are you referring to the automated Stripe emails for successful charges?
If you explicitly set the receipt_email property on a payment intent, we will always send an email to that address.
The dashboard setting only controls whether we send a receipt email to the customer email address without the receipt_email being set
Ahhh thank you so in my second image I have this as both as we also store the customer email
too
paymentIntent.receipt_email this is causing it?
Yes
If that has a valid email address, no matter what you set in the dashboard, we will send a receipt email to that address
Aha ok thank you do you also know why
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
you can only access via the API?
is there a file manager as we sent customer labels there
Sorry I don't know what you are talking about here. We only can assist with API related questions on this server.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yes so when an order is done the API automatically sends the generated shipment labels
but to view them you can only do that via the API?
there is no front end dashboard for this !
I cannot provide any insight into what is or is not available in the Dashhboard. We focus on API integrations here.
Your question is about whether or not therer is a dashboard UI, right?
So that is a statement, not a question. What is your question?
If you were to upload files on the API they can only be viewed on the API so you would have to make a GET each time?
I do not know, they might be visible in the Dashboard but that isn't something I would know about.
As I said, we don't know what functionality is or is not available in the Dashboard so I cannot say if the API is the only way to retrieve this information