Skip to main content
GET
Retrieve Tax Invoice PDF

Authorizations

Authorization
string
header
required

Append a colon to your API key, Base64-encode it, and put it in the header. Enter the API key as the username and leave the password empty.

Path Parameters

issuanceKey
string
required

issuanceKey from the issuance response

Response

PDF ready

Tax invoice PDF status and download URL

issuanceKey
string
required

The requested issuanceKey

status
enum<string>
required

PDF status. PENDING means the PDF is being generated and READY means it is ready.

Available options:
PENDING,
READY
downloadUrl
string<uri> | null
required

PDF URL. Set only when READY and valid for 5 minutes. It contains a signature, so do not log the full URL. Test keys return a sample PDF URL.

downloadUrlExpiresAt
string<date-time> | null
required

downloadUrl expiry time (UTC)

filename
string | null
required

File name saved on download, in the form {type}_{write date}_{supplied party name}_{approval number}.pdf.