v1

latestOpenAPI 3.0.02026-07-246335313.6 KB
Recon APIs

Create Recon

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

post/api/recon/v3/create-recon

Headers

X-Portone-Client-Keystring
Content-Typestring
Authorizationstring

The Authorization header is used to include the JWT for authenticating API requests; learn how to generate the token <a href="/docs/jwt-authentication" target="_blank">in this guide</a>

Request body

file_keystring required

File Key used to identify the file, you will get this from upload-file api

file_linkstring required

File Link used to identify the file, you will get this from upload-file api

file_namestring required

File Name used to identify the file, you will get this from upload-file api

recon_idstring required

Unique id used to identify the file, you will get this from upload-file api

data_sourcestring required

The data source of file

environment'live' | 'sandbox' required

The environment of the transaction is either live OR sandbox

Example request

{
  "data": [
    {
      "file_key": "UPLOAD/Betadine Lazada Payout_Dec 11-17-1722180477-6a01b1d1-bb00-4f62-a793-b6c997f1abde.xlsx",
      "file_link": "https://dev-simetrik-chaiport-recon-sync-bucket.s3.ap-southeast-1.amazonaws.com/UPLOAD/Betadine%20Lazada%20Payout_Dec%2011-17-1722180477-6a01b1d1-bb00-4f62-a793-b6c997f1abde.xlsx",
      "file_name": "Betadine Lazada Payout_Dec 11-17.xlsx",
      "recon_id": "6a01b1d1-bb00-4f62-a793-b6c997f1abde",
      "data_source": "LAZADA_SETTLEMENT"
    }
  ],
  "environment": "sandbox"
}

Response

OK

messagestring

The description of the API request execution result.

status_codestring

Portone status code.

status_reasonstring

Portone status key.