#c0lslaughter_issuing-purchasedetails
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/1262794537680633877
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
As per my understanding, some/all of the information rendered under purchase_details is optional meaning merchant may choose to provide it or not.
So it's mostly dependent on the merhcant I'd say, yes
Okay, so regarding my 1) question: If the merchant provides it to Stripe, it will automatically be placed in purchase_details?
Yes, it would be automatically included in the Transaction object. But since the parameter is marked as expandable, you'd need to expand it to see it when you retrieve the transaction
https://docs.stripe.com/api/expanding_objects
https://docs.stripe.com/api/issuing/transactions/object#issuing_transaction_object-purchase_details
Oh interesting, I haven't seen that doc before. I'll try it out. Is that information available to see somewhere in the Stripe Issuing Dashboard, or only through the API?
My team is not familiar with the dashboard so I can't say it its reflected in the dashboard or not. My best guess is it should be available if it was provided by the merchant.
You can also check with our support team as they're experts on this: https://support.stripe.com/?contact=true
10-4 Thanks for your help
NP! ๐ Happy to help