{ "opencollection": "1.0.0", "info": { "name": "Fiserv BankingHub 3-D Secure Transactions API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "Fiserv List account transactions", "type": "http" }, "http": { "method": "GET", "url": "https://cert.api.fiservapps.com/banking/accounts/:accountId/transactions", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The unique account identifier." }, { "name": "fromDate", "value": "", "type": "query", "description": "Start date for the transaction search range." }, { "name": "toDate", "value": "", "type": "query", "description": "End date for the transaction search range." }, { "name": "transactionType", "value": "", "type": "query", "description": "Filter by transaction type." } ] }, "docs": "Retrieves transaction history for a specific account. Supports filtering by date range, transaction type, and amount range." }, { "info": { "name": "Fiserv List account transactions", "type": "http" }, "http": { "method": "GET", "url": "https://cert.api.fiservapps.com/v1/accounts/:accountNumber/transactions", "params": [ { "name": "accountNumber", "value": "", "type": "path", "description": "The card account number." }, { "name": "fromDate", "value": "", "type": "query", "description": "Start date for the transaction search." }, { "name": "toDate", "value": "", "type": "query", "description": "End date for the transaction search." }, { "name": "transactionType", "value": "", "type": "query", "description": "Filter by transaction type." } ] }, "docs": "Retrieves summary or detailed transaction history for a card account. Supports filtering by date range, merchant, and transaction type." } ] } ], "bundled": true }