#IKTAR - invoice PDF

1 messages · Page 1 of 1 (latest)

junior ocean
#

Hey there, you mentioned an "invoice" -- do you mean a receipt?

#

And invoice only exists if you using the Invoice API to create one (or subscriptions etc)

#

There are no Invoices for Payment Intents

storm rampart
#

I see, a receipt works too but there seems to be some missing crucial informations on the receipt.

Following Informations are missing:

  • Tax Rate
  • Missing Company Information of both sides
#

Aren't charges going to be deprecated?

junior ocean
#

That's something you'd need to track as part of your integration - tax rates aren't manages automatically with the payment intents API

storm rampart
#

I used charges and had to switch to Payment Intents

junior ocean
#

The API & objects are used as part of the payment intent integration

storm rampart
#

Ah I can see it, the Payment Intent has a Charge object which contains the receipt_url

#

But it's not in a PDF format

#

more like html css, is there a PDF option ?

junior ocean
#

Correct - its a web page only

#

No, there's no PDF of the receipt, you'd need to capture/create that yourself if required.

storm rampart
#

Is that link static and forever accessible ?