{ "opencollection": "1.0.0", "info": { "name": "Fiserv BankingHub 3-D Secure Profile API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Profile", "type": "folder" }, "items": [ { "info": { "name": "Fiserv Create or update a customer profile", "type": "http" }, "http": { "method": "PUT", "url": "https://cert.api.fiservapps.com/profile", "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates a stored customer payment profile. Profiles securely store payment credentials for recurring or future transactions without requiring the merchant to handle raw card data." }, { "info": { "name": "Fiserv Retrieve a customer profile", "type": "http" }, "http": { "method": "GET", "url": "https://cert.api.fiservapps.com/profile/:profileid/:accountid/:merchid", "params": [ { "name": "profileid", "value": "", "type": "path", "description": "The unique profile identifier." }, { "name": "accountid", "value": "", "type": "path", "description": "The account identifier within the profile." }, { "name": "merchid", "value": "", "type": "path", "description": "The CardPointe merchant identifier." } ] }, "docs": "Retrieves a stored customer payment profile by profile ID and account ID." }, { "info": { "name": "Fiserv Delete a customer profile", "type": "http" }, "http": { "method": "DELETE", "url": "https://cert.api.fiservapps.com/profile/:profileid/:accountid/:merchid", "params": [ { "name": "profileid", "value": "", "type": "path", "description": "The unique profile identifier." }, { "name": "accountid", "value": "", "type": "path", "description": "The account identifier within the profile." }, { "name": "merchid", "value": "", "type": "path", "description": "The CardPointe merchant identifier." } ] }, "docs": "Deletes a stored customer payment profile or a specific account within a profile." } ] } ], "bundled": true }