#gt-ch-email

1 messages · Page 1 of 1 (latest)

glad roost
#

Hi there!

#

You mentioned invoices, so are you creating subscriptions with Checkout Sessions?

stone helm
#

No, we are not creating subscriptions but one-off payments. The receipt is sent to the user but we can't download it as PDF to keep in our accounting tool.

Invoices and receipts are used interchangeably here. We are not using invoice API but only Stripe Checkout for one-off payments.

glad roost
#

Got it. FYI Checkout Session won't create any invoices for one-off payment.
And the email receipt I mentioned above is not enough, you need it as a pdf?

stone helm
#

Got it. FYI Checkout Session won't create any invoices for one-off payment.
Thanks yes that is clear now.

And the email receipt I mentioned above is not enough, you need it as a pdf?
Correct. The major blocker here is how can we download a PDF receipt, so we can store it in our accounting tool and send to users if they request it again.

#

We are actually using this receipt URL to show on the User's profile page in the payments section.
However, this receipt URL is HTML only. We still need a PDF.

glad roost
#

Understood! Unfortunately Stripe doesn't offer a receipt in PDF format. So you could either build your own pdf from scratch for this, or try to reuse the receipt_url and convert that in a PDF on your end.

stone helm
#

Thanks @glad roost for clarifying this. We will look into the suggested solutions. Is this on your radar to provide receipt PDFs or I shouldn't expect it ever happening from Stripe?

glad roost
#

I know it's not the first time we've heard that request, but I have no idea if that will be improved. I'm guessing no changes in the short term on this.