# Get Transaction Receipt Generate a PDF receipt for a transaction and return a signed URL to download it. The receipt is stored in Supabase storage and cached for subsequent requests. The signed URL expires after 1 hour. Endpoint: GET /transactions/{id}/receipt Version: 1.0.0 Security: bearerAuth ## Path parameters: - `id` (string, required) Transaction ID (the actual bank transaction, not the request) ## Response 200 fields (application/json): - `signedUrl` (string, required) Temporary signed URL to download the receipt PDF (expires in 1 hour) ## Response 401 fields ## Response 404 fields ## Response 500 fields