{ "opencollection": "1.0.0", "info": { "name": "Evervault Merchants API", "version": "0.0.1" }, "items": [ { "info": { "name": "Merchants", "type": "folder" }, "items": [ { "info": { "name": "List Merchants", "type": "http" }, "http": { "method": "GET", "url": "https://api.evervault.com/payments/merchants", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page number to retrieve." }, { "name": "pageSize", "value": "", "type": "query", "description": "The number of Merchants to retrieve per page (default is 50)." }, { "name": "q", "value": "", "type": "query", "description": "Filter the Merchants by name." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Lists all Merchants that have been created.\n" }, { "info": { "name": "Create a Merchant", "type": "http" }, "http": { "method": "POST", "url": "https://api.evervault.com/payments/merchants", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Enrolls a Merchant with Card Networks.\n\nIn rare cases it can take up to 48 hours to enroll a merchant with each of the card networks. If you are still unable to provision network tokens after this period, please contact support@evervault.com\n" }, { "info": { "name": "Retrieve a Merchant", "type": "http" }, "http": { "method": "GET", "url": "https://api.evervault.com/payments/merchants/:merchant_id", "params": [ { "name": "merchant_id", "value": "", "type": "path", "description": "The unique identifier of the merchant." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieves a Merchant by its unique identifier.\n" }, { "info": { "name": "Update a Merchant", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.evervault.com/payments/merchants/:merchant_id", "params": [ { "name": "merchant_id", "value": "", "type": "path", "description": "The id of the Merchant to be updated." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Updates a Merchant by its unique identifier.\n" }, { "info": { "name": "Delete a Merchant", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.evervault.com/payments/merchants/:merchant_id", "params": [ { "name": "merchant_id", "value": "", "type": "path", "description": "The id of the Merchant to be deleted." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Deletes a Merchant by its unique identifier.\n" } ] } ], "bundled": true }