> For the complete documentation index, see [llms.txt](https://pivot-payment.gitbook.io/pivot-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pivot-payment.gitbook.io/pivot-docs/api-references/api-lists/payout-international/transaction/upload-document.md).

# Upload Document

## Method and URL

<mark style="color:green;">`POST`</mark> \[<mark style="color:orange;">BASE\_URL</mark>]/xb/payouts/:id/upload

### **Request Params**

| Key  | Value                      |
| ---- | -------------------------- |
| uuid | {{XB\_PAYOUT\_LAST\_UUID}} |

### **Request Body**

| Key      | Value                             |
| -------- | --------------------------------- |
| document | {{file}} → must be .zip, max 20MB |

<br>

### **Response Body**

```json
{
    “documentReference”: “xx”
}
```

<br>
