#morteza_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/1285977603559395369
đ 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.
- morteza_api, 4 days ago, 88 messages
based on this page
I've developed a Tap to Pay app we need to send receipts to customers and they receipts require us to include application name, application id and account type
but in the charge object we get from webhook account_type is not available under receipt
Hello, can you send me the ID of the charge that you are seeing this on?
evt_3PWfDzLmjdnG8GX00zhxMdL4
for example this
I wanna know can api version cause this problem ??
Interesting, I do see account_type on the charge object in the API call https://dashboard.stripe.com/logs/req_vlVkNLQzKHtHNw
Event is out of retention but I am checking into what it looked like there. I am not immediately aware of whether API version effects this but that sounds very plausible. Looking in to this
Do you have a more recent example of this happening? That could be helpful when looking in to this
you know why i ask this ? in the docs it's said that account type must be in the receipts but we don't have it
Looks like it was added in 37.28.0
https://github.com/stripe/stripe-dotnet/blob/a8938cd0b42bf468efe32fb5208c8ac2a8a7703d/CHANGELOG.md#37280---2020-08-04
Ah and I see that your integration is using a 35.X.X version
So you would need to upgrade to at least that version or I think you can get this manually by accessing the raw json object https://github.com/stripe/stripe-dotnet/tree/a8938cd0b42bf468efe32fb5208c8ac2a8a7703d?tab=readme-ov-file#properties