Skip to main content
GET
/
payment-controls
/
{id}
Get a single parsed payment control header
curl --request GET \
  --url https://lens-api.tic.io/payment-controls/{id} \
  --header 'x-api-key: <api-key>'
{
  "teamPaymentControlId": 123,
  "teamFileImportId": 123,
  "teamFileImportGuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "fileName": "<string>",
  "importStatus": "submitted",
  "importedCount": 123,
  "warningCount": 123,
  "totalRows": 123,
  "initgPtyNm": "<string>",
  "orgId": "<string>",
  "msgId": "<string>",
  "creDtTm": "2023-11-07T05:31:56Z",
  "nbOfTxs": 123,
  "lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}

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

Path Parameters

id
integer<int32>
required

TeamPaymentControlId

Response

Payment control header

teamPaymentControlId
integer<int32>
teamFileImportId
integer<int32>
teamFileImportGuid
string<uuid>
fileName
null | string
importStatus
enum<string>
Available options:
submitted,
warning,
failed,
success,
processing
importedCount
null | integer<int32>
warningCount
null | integer<int32>
totalRows
null | integer<int32>
initgPtyNm
null | string
orgId
null | string
msgId
null | string
creDtTm
null | string<date-time>
nbOfTxs
null | integer<int32>
lastUpdatedAtUtc
string<date-time>