---
title: "List payables with their document URLs"
method: GET
path: "/v1/erp/payouts/payables/user_documents"
tags: ["Payable"]
---

# List payables with their document URLs

`GET /v1/erp/payouts/payables/user_documents`

Returns, for each payable matching the current filters, its id and the signed URLs of
its user documents (valid for 7 days). Used to bulk-fetch attachment links for export.
Returns `404` when no matching payables have documents.

## Parameters

- `#/paths/~1v1~1erp~1payouts~1rules/get/parameters/0` — unresolved $ref
- `#/paths/~1v1~1erp~1payouts~1rules/get/parameters/1` — unresolved $ref
- `#/paths/~1v1~1erp~1payouts~1rules/get/parameters/2` — unresolved $ref
- `#/paths/~1v1~1erp~1payouts~1reviews/get/parameters/5` — unresolved $ref

## Response `200`

Payables with their document URLs.

- object[]
  - `id` string, uuid
  - `urls` string[]

## Other responses

- `401` — Unauthorized
- `404` — No matching payables with documents.

---

[API](https://skmtc.dev/cardda/apis/banking-api.md) · [All operations](https://skmtc.dev/cardda/apis/banking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cardda/banking-api/revisions/ff1aeb3fda8b/schema)
