#blakemaczka

1 messages · Page 1 of 1 (latest)

vestal elbowBOT
frail bramble
#

Hi 👋

When you say "Stripe UI" I am assuming you mean the Dashboard, correct?

solemn turret
#

yep that's correct

frail bramble
#

SO in this case the Invoice showing the discount is not sufficient?

solemn turret
#

Right, I need to display both the invoice and receipt

frail bramble
#

Except that in this case a receipt in non-sensical since there was no exchange of funds.

solemn turret
#

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

frail bramble
#

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.

solemn turret
#

What do you mean by 'dynamically interpreted'?

#

So there's no way to grab that programatically?

frail bramble
#

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.

solemn turret
#

Got it. Well if that's the case then I'll make do, but if there is a workaround I'd greatly appreciate it!

frail bramble
#

Sadly it appears that is the case.

solemn turret
#

Gotcha, well thanks for the help here