{ "opencollection": "1.0.0", "info": { "name": "Fiserv BankingHub 3-D Secure Payments API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Payments", "type": "folder" }, "items": [ { "info": { "name": "Fiserv Process a payment", "type": "http" }, "http": { "method": "POST", "url": "https://cert.api.fiservapps.com/banking/payments", "body": { "type": "json", "data": "{}" } }, "docs": "Processes a payment transaction including credits, debits, bill payments, and disbursements through the enterprise payments hub." }, { "info": { "name": "Fiserv Reverse a payment", "type": "http" }, "http": { "method": "POST", "url": "https://cert.api.fiservapps.com/banking/payments/:paymentId/reverse", "params": [ { "name": "paymentId", "value": "", "type": "path", "description": "The unique payment identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Reverses a previously processed payment transaction." } ] } ], "bundled": true }