This service is available in v3 only.
When a Transaction Has Attachments
If a transaction has attachments:- The
hasAttachmentsfield is set totrue - You’ll receive a** link to download them**
- URLs are valid for 12 hours
.../v3/transactions/{uuid}/documents
Endpoint Format
GET /v3/transactions/{uuid}/documents
Use this endpoint to retrieve the download links for all attachments related to a specific transaction.
Example: Getting Attachments for a Transaction
In the following example, we will get the URLs for the transaction with the UUID “47f8ed9e-4d7b-450b-ad6a-f1d83e3ce4e1” in Mexico.cURL Request
cURL
Sample JSON Response
JSON
Endpoint Reference
GET /api/v3/transactions/{uuid}/documents
Get a transaction by UUID
Parameters:
Response Schema (
AttachmentDocuments):
GET /api/v3/transactions/{uuid}/extracted-documents
Find extracted documents for a Transaction by uuid
Parameters:
Response Schema (
ExtractedDocumentPage):
sort object (SortObject):
pageable object (PageableObject):
