{ "opencollection": "1.0.0", "info": { "name": "Fiserv BankingHub 3-D Secure Accounts API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Fiserv Create a new account", "type": "http" }, "http": { "method": "POST", "url": "https://cert.api.fiservapps.com/banking/accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new deposit or loan account for an existing customer. Supports checking, savings, money market, certificate of deposit, and loan account types." }, { "info": { "name": "Fiserv Retrieve account details", "type": "http" }, "http": { "method": "GET", "url": "https://cert.api.fiservapps.com/banking/accounts/:accountId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The unique account identifier." } ] }, "docs": "Retrieves detailed information for a specific account including balance, status, and account attributes." }, { "info": { "name": "Fiserv Update account details", "type": "http" }, "http": { "method": "PATCH", "url": "https://cert.api.fiservapps.com/banking/accounts/:accountId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The unique account identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates attributes of an existing account such as status, description, or other configurable fields." }, { "info": { "name": "Fiserv Create a new card account", "type": "http" }, "http": { "method": "POST", "url": "https://cert.api.fiservapps.com/v2/accounts/account", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new consumer or commercial card account. Supports credit account creation with configurable credit limits and billing preferences." }, { "info": { "name": "Fiserv Retrieve account details", "type": "http" }, "http": { "method": "GET", "url": "https://cert.api.fiservapps.com/v2/accounts/:accountNumber", "params": [ { "name": "accountNumber", "value": "", "type": "path", "description": "The card account number." } ] }, "docs": "Retrieves account-specific data including balances, limits, status, and billing information." } ] } ], "bundled": true }