v1
latestOpenAPI 3.0.02026-07-246335313.6 KBRecon 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
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