Download PDF of a Document

Request URL

GET: {{HOST}}/invoicing/v1/invoice/{{identifier}}/download

Request Headers

Request Query Params

Sample Response

{
 "downloadUrl": "URL to download PDF with an expiry time"
}
{
 "errorDetails": [
 {
 "errorCode": "6002",
  "errorMessage": "Invalid Document Identifier. Send the correct the
value and try again",
 "errorSource": "CLEARTAX",
 "path": null
 }
 ]
}

Last updated