Get financial document – for web use only (end client)
gethttps://my.tranzila.com/api/get_financial_document/{retrieval_key}
Retrieve a financial document PDF using its unique retrieval key.
This endpoint is designed for displaying documents to end customers via web browser.
Success Response
Returns the PDF document file directly with Content-Type: application/pdf.
Error Response
Returns an HTML error page when:
- Retrieval key is invalid
- Document not found
- Document expired
Example Usage
Text
https://my.tranzila.com/api/get_financial_document/[retrieval_key]
Sample PDF: View example document
Error page example: Invalid retrieval key
Troubleshooting
- Check the Retrieval Key: Ensure the key is copied exactly from the API response
- Contact Support: If the key is correct but document doesn't load
Request
Path parameters
retrieval_keystringrequired
Unique document retrieval key (obtained from create_document or get_documents response)
Example:
NWQzNjlkMjk3YmFkM2EzYTk1MjhiMjgyOWJlZWIyY2JkM2E2MmM2ZDY1NmY3YWZjZWI2ZWFmYTYzYjhjZmY1OGYwMWYzZmVmMWUyMGQ4MDVjOWUyYTdlN2JhOTZlZTM3Njg3OWVkYjE0MDM5MzM4MDkyZmY0ODIyOGEyMzJlNzl1SUgzRThSRW95Z05qUHFXU3dpVEpSNkY1T1V5TzA2LzhMZC9ZbXZiUEdQcWc0eU1Ua09DNDJiUG8xaHJSOUpNSllDZlVJdFRLSUlocitWaDhFNVUvZz09Responses
Success: PDF document file
Returns the financial document as a PDF file that can be displayed in browser or downloaded.