#blakemaczka
1 messages · Page 1 of 1 (latest)
Hi 👋
When you say "Stripe UI" I am assuming you mean the Dashboard, correct?
yep that's correct
SO in this case the Invoice showing the discount is not sufficient?
Right, I need to display both the invoice and receipt
Except that in this case a receipt in non-sensical since there was no exchange of funds.
It is non-sensical yes. In order to create a consistent user interface though I'd like to be able to provide that link to our customers since it does exist
Except it doesn't. What is shown in the Dashboard is dynamically interpreted but the record is not actually created. So as far as the API is concerned the receipt does not exist.
What do you mean by 'dynamically interpreted'?
So there's no way to grab that programatically?
The presentation of the receipt in the Stripe Dashboard is created dynamically based on the Invoice properties. But there isn't a receipt object. I'm double checking a few options but I am 99% sure that there isn't a way around this.
Got it. Well if that's the case then I'll make do, but if there is a workaround I'd greatly appreciate it!
Sadly it appears that is the case.
Gotcha, well thanks for the help here