---
title: "Get document"
method: GET
path: "/api/documents/v1.0/document/{merchantNumber}/{documentId}"
tags: ["Documents"]
---

# Get document

`GET /api/documents/v1.0/document/{merchantNumber}/{documentId}`

Retrieve a specific document for the specified merchant by document ID. 
The value provided in the MerchantId header must match the merchantNumber specified in the URL.

## Path parameters

- `merchantNumber` string, required
- `documentId` string, uuid, required

## Response `200`

Returns the document as a file stream.

## Other responses

- `500` — Error occurred retrieving the document.

---

[API](https://skmtc.dev/xplorpay/apis/external-us-onboarding-workflow.md) · [All operations](https://skmtc.dev/xplorpay/apis/external-us-onboarding-workflow/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xplorpay/external-us-onboarding-workflow/revisions/f37077c24b66/schema)
