---
title: "Upload Transaction Document"
method: POST
path: "/disbursements/payouts/documents-upload"
---

# Upload Transaction Document

`POST /disbursements/payouts/documents-upload`

This API lets you process a payout that requires the upload of a document

## Request body

- object
  - `name` string — The name of the document
  - `type` string — The type of document required to complete the transaction. After the payout has been initiated, this can be obtained from the response object of the payout response.
  - `file` string, binary — The document required
  - `reference` string, required — This is the unique reference generated for the payout

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/fincra/apis/awesome-new-api.md) · [All operations](https://skmtc.net/fincra/apis/awesome-new-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fincra/awesome-new-api/revisions/c8215c27b460/schema)
