Skip to main content
POST
/
payment-controls
/
imports
/
upload
Upload ISO 20022 pain.001 files
curl --request POST \
  --url https://lens-api.tic.io/payment-controls/imports/upload \
  --header 'x-api-key: <api-key>'
{
  "results": [
    {
      "fileName": "<string>",
      "importGuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "error": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.tic.io/llms.txt

Use this file to discover all available pages before exploring further.

Enterprise+ tier

Authorizations

x-api-key
string
header
required

Response

Per-file upload results (mix of success/error rows)

results
null | object[]