Skip to main content
This service is available in v3 only.

When a Transaction Has Attachments

If a transaction has attachments:
  • The hasAttachments field is set to true
  • You’ll receive a** link to download them**
  • URLs are valid for 12 hours
Format: .../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
⚠️ The download URL is time-sensitive and will expire 12 hours after it’s generated. Make sure to use it within that window.

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):