curl --request GET \
--url https://api.triqai.com/v1/transactions/{id} \
--header 'X-API-Key: <api-key>'{
"success": true,
"data": {
"transaction": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"raw": "<string>",
"country": "<string>",
"direction": "expense",
"status": "pending",
"partial": true,
"errors": [
"<string>"
],
"processingTimeMs": 123,
"createdAt": "2023-11-07T05:31:56Z",
"transaction": {
"category": {
"primary": {
"name": "<string>",
"code": {
"mcc": 123,
"sic": 123,
"naics": 123
}
},
"secondary": {
"name": "<string>",
"code": {
"mcc": 123,
"sic": 123,
"naics": 123
}
},
"tertiary": {
"name": "<string>",
"code": {
"mcc": 123,
"sic": 123,
"naics": 123
}
},
"confidence": {
"value": 50,
"reasons": [
"<string>"
]
}
},
"subscription": {
"recurring": true,
"type": "streaming"
},
"channel": "in_store",
"confidence": {
"value": 50,
"reasons": [
"<string>"
]
}
},
"entities": [
{
"type": "merchant",
"role": "<string>",
"confidence": {
"value": 50,
"reasons": [
"<string>"
]
},
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"alias": [
"<string>"
],
"icon": "<string>",
"color": "<string>",
"website": "<string>",
"domain": "<string>",
"keywords": [
"<string>"
],
"description": "<string>"
}
}
]
}
},
"meta": {
"generatedAt": "2023-11-07T05:31:56Z",
"requestId": "<string>",
"version": "<string>"
}
}curl --request GET \
--url https://api.triqai.com/v1/transactions/{id} \
--header 'X-API-Key: <api-key>'{
"success": true,
"data": {
"transaction": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"raw": "<string>",
"country": "<string>",
"direction": "expense",
"status": "pending",
"partial": true,
"errors": [
"<string>"
],
"processingTimeMs": 123,
"createdAt": "2023-11-07T05:31:56Z",
"transaction": {
"category": {
"primary": {
"name": "<string>",
"code": {
"mcc": 123,
"sic": 123,
"naics": 123
}
},
"secondary": {
"name": "<string>",
"code": {
"mcc": 123,
"sic": 123,
"naics": 123
}
},
"tertiary": {
"name": "<string>",
"code": {
"mcc": 123,
"sic": 123,
"naics": 123
}
},
"confidence": {
"value": 50,
"reasons": [
"<string>"
]
}
},
"subscription": {
"recurring": true,
"type": "streaming"
},
"channel": "in_store",
"confidence": {
"value": 50,
"reasons": [
"<string>"
]
}
},
"entities": [
{
"type": "merchant",
"role": "<string>",
"confidence": {
"value": 50,
"reasons": [
"<string>"
]
},
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"alias": [
"<string>"
],
"icon": "<string>",
"color": "<string>",
"website": "<string>",
"domain": "<string>",
"keywords": [
"<string>"
],
"description": "<string>"
}
}
]
}
},
"meta": {
"generatedAt": "2023-11-07T05:31:56Z",
"requestId": "<string>",
"version": "<string>"
}
}Was this page helpful?