# 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>
