---
title: "Create Recon"
method: POST
path: "/api/recon/v3/create-recon"
tags: ["Recon APIs"]
---

# Create Recon

`POST /api/recon/v3/create-recon`

This endpoint is used to send the uploaded files(from upload-file api) for reconciliation

## Headers

- `X-Portone-Client-Key` string
- `Content-Type` string
- `Authorization` string

## Request body

- object
  - `file_key` string, required — File Key used to identify the file, you will get this from upload-file api
  - `file_link` string, required — File Link used to identify the file, you will get this from upload-file api
  - `file_name` string, required — File Name used to identify the file, you will get this from upload-file api
  - `recon_id` string, required — Unique id used to identify the file, you will get this from upload-file api
  - `data_source` string, required — The data source of file
  - `environment` 'live' | 'sandbox', required — The environment of the transaction is either live OR sandbox

## Response `200`

OK

- object
  - `message` string — The description of the API request execution result.
  - `status_code` string — Portone status code.
  - `status_reason` string — Portone status key.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/portone/apis/payment-apis.md) · [All operations](https://skmtc.net/portone/apis/payment-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portone/payment-apis/revisions/f3ccea652555/schema)
