{
"opencollection": "1.0.0",
"info": {
"name": "Nopan Authentication APIs Reporting APIs API",
"version": "v1"
},
"items": [
{
"info": {
"name": "Reporting APIs",
"type": "folder"
},
"items": [
{
"info": {
"name": "Search reports",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.nopan.io/reports",
"params": [
{
"name": "from",
"value": "",
"type": "query",
"description": "Start of the date range filter
Example: 2025-01-01T00:00:00Z"
},
{
"name": "to",
"value": "",
"type": "query",
"description": "End of the date range filter
Example: 2025-01-31T23:59:59Z"
},
{
"name": "organizationId",
"value": "",
"type": "query",
"description": "The organization ID
Example: org-1234"
},
{
"name": "contractualEntityId",
"value": "",
"type": "query",
"description": "The contractual entity ID associated with the organization
Example: entity-5678"
},
{
"name": "processingAccountId",
"value": "",
"type": "query",
"description": "Unique identifier of the processing account under which the payment is processed.
Example: pa-1234"
},
{
"name": "name",
"value": "",
"type": "query",
"description": "The report file name
Example: TRANSACTION_DETAILS_merchant-123_550e8400-e29b-41d4-a716-446655440000_20260101"
},
{
"name": "type",
"value": "",
"type": "query",
"description": "Filter results by report type"
}
]
},
"docs": "Search for financial reports by date range, organization, or processing account."
},
{
"info": {
"name": "Download report",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.nopan.io/reports/download",
"params": [
{
"name": "reportId",
"value": "",
"type": "query",
"description": "Unique identifier of the report. Must be a valid UUID.
Example: 550e8400-e29b-41d4-a716-446655440000"
},
{
"name": "organizationId",
"value": "",
"type": "query",
"description": "The organization ID
Example: org-1234"
},
{
"name": "contractualEntityId",
"value": "",
"type": "query",
"description": "The contractual entity ID associated with the organization
Example: entity-5678"
},
{
"name": "processingAccountId",
"value": "",
"type": "query",
"description": "Unique identifier of the processing account under which the payment is processed.
Example: pa-1234"
}
]
},
"docs": "Download a report file by its ID."
}
]
}
],
"bundled": true
}