---
title: "Upload Invoice"
method: POST
path: "/v3/invoices/create"
tags: ["Invoices"]
---

# Upload Invoice

`POST /v3/invoices/create`

This API endpoint allows you to upload a PDF document (e.g. an invoice or bill). In response, it returns a unique invoiceId that serves as a reference to the uploaded document. You can then include this invoiceId in the root level of the payload when creating a Payin or Payout order to associate the uploaded invoice with that transaction.

## Headers

- `MID` string, required

## Response `200`

Invoice uploaded successfully

- object
  - `status` string
  - `data` object
    - `invoiceId` string
    - `url` string

## Other responses

- `400` — Invalid request parameters or file upload error
- `500` — Internal server error

---

[API](https://skmtc.net/transfi/apis/transfi-single-integrated-api.md) · [All operations](https://skmtc.net/transfi/apis/transfi-single-integrated-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transfi/transfi-single-integrated-api/revisions/adb1b62e58cf/schema)
