{ "opencollection": "1.0.0", "info": { "name": "Flinks Authorize Fraud API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "flinks-auth-key", "value": "{{flinks-auth-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Fraud", "type": "folder" }, "items": [ { "info": { "name": "Process externally supplied bank statement / transaction data.", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}-api.private.fin.ag/v3/{customerId}/BankingServices/Upload", "body": { "type": "multipart-form", "data": [] } }, "docs": "Process externally supplied bank statement / transaction data." }, { "info": { "name": "Run fraud analysis on uploaded documents.", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}-api.private.fin.ag/v3/{customerId}/BankingServices/FraudAnalysis", "body": { "type": "json", "data": "{}" } }, "docs": "Surfaces tampering and fraud signals from an uploaded document set." } ] } ], "bundled": true }