{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/developer.feenavigator.com"
        }
    ],
    "info": {
        "name": "Fee Navigator",
        "_postman_id": "5e6eef1f-cd37-4165-bcd6-235d8c0fb3a9",
        "description": "Fee Navigator API offers a suite of technology components to automate merchant statement analysis and comparison.",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "1. Admin",
            "description": "",
            "item": [
                {
                    "name": "1.1 Fee Library - GET",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/get-fee-library",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/get-fee-library"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p>Returns the current fee library.<\/p>\n\n<p> These are custom fees in your account, set up based on rate, per transaction, or as an individual fee.<\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "[\n   {\n     \"id\": 4,\n     \"name\": \"Statement Fee\"\n   },\n   {\n     \"id\": 6,\n     \"name\": \"Monthly Fee\"\n   }\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n\"error\": [\n],\n\"code\": 400 {\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "1.2 Pricing Regimens - GET",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/get-pricing-regimens",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/get-pricing-regimens"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p>Returns the pricing regimens. <\/p>\n\n<p>These are pricing structures defined in your plan, which may include one or more of the following: Interchange Plus, Interchange Plus with Pass-Through AMEX, Flat, Cash Discount, Surcharge, Tier. <\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "[\n  {\n    \"id\": 66,\n    \"name\": \"Sample Flat\",\n    \"type\": \"Flat\"\n  },\n  {\n    \"id\": 67,\n    \"name\": \"Sample IC Plus\",\n    \"type\": \"IC Plus\"\n  }\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n\"error\": [\n],\n\"code\": 400 {\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "1.3 Pricing Regimen (id) - GET",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/get-pricing-regimens\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/get-pricing-regimens\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1755002352774017576",
                                    "description": "A valid pricing regimen ID previously obtained."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p>Returns a specific pricing regimen identified by its <b>id<\/b>.<\/p>\n\n<p>This returns all the details (definition) of the selected pricing regimen.<\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"name\": \"Sample Flat\",\n   \"type\": \"Flat\",\n   \"minMargin\": 50,\n   \"minMarginLevels\": [\n   {\n   \"minLevel\": 0,\n   \"minMargin\": 50\n   }\n   ],\n   \"minMarginPeriod\": \"Monthly\",\n   \"targetMargin\": 500,\n   \"targetPercent\": null,\n   \"targetType\": \"fixed\",\n   \"targetMarginPeriod\": \"Monthly\",\n   \"datapoints\": {\n    \"Visa Debit nrTransactions\": 0.23,\n    \"Visa Auth nrTransactions\": 2,\n    \"Mastercard Credit amount\": 3\n   },\n   \"serviceFees\":\n[\n{\n\"idServiceFee\": 22,\n\"networkType\": [\n\"Credit\",\n\"Debit\"\n],\n\"rate\": 0.0001,\n\"per_tx\": 0,\n\"fixedAmount\": 0\n},\n{\n\"idServiceFee\": 4,\n\"networkType\": [],\n\"rate\": 0,\n\"perTx\": 0,\n\"fixedAmount\": 10\n},\n{\n\"idServiceFee\": 8,\n\"networkType\": [\n\"Credit\"\n],\n\"rate\": 0,\n\"perTx\": 0.02,\n\"fixedAmount\": 3\n}\n],\n   \"tiers\": [\n{\n\"name\": \"Qualified\",\n\"network\": [\n\"Visa\",\n\"Mastercard\",\n\"Discover\",\n\"American Express\"\n],\n\"network_type\": [\n\"Credit\"\n],\n\"volumePercentage\": 0.75,\n\"rate\": 0.0169,\n\"perTx\": 0.2\n},\n{\n\"name\": \"MidQual\",\n\"network\": [\n\"Visa\",\n\"Mastercard\",\n\"Discover\",\n\"American Express\"\n],\n\"network_type\": [\n\"Credit\"\n],\n\"volumePercentage\": 0.1,\n\"rate\": 0.028,\n\"perTx\": 0.2\n},\n{\n\"name\": \"NonQual\",\n\"network\": [\n\"Visa\",\n\"Mastercard\",\n\"Discover\",\n\"American Express\"\n],\n\"network_type\": [\n\"Credit\"\n],\n\"volumePercentage\": 0.15,\n\"rate\": 0.033,\n\"perTx\": 0.2\n},\n{\n\"name\": \"Debit\",\n\"network\": [\n\"Visa\",\n\"Mastercard\",\n\"Discover\",\n\"American Express\"\n],\n\"networkType\": [\n\"Debit\"\n],\n\"volumePercentage\": 1,\n\"rate\": 0.0169,\n\"perTx\": 0.2\n}\n]\n   }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n\"errors\": \"Pricing regimen not found\",\n\"code\": 400\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "1.4 Cost Schedules - GET",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/get-cost-schedules",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/get-cost-schedules"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p>Returns a list of the available cost\/commission schedules.<\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "[\n  {\n    \"id\": 113,\n    \"name\": \"Sample Schedule A\"\n  },\n  {\n    \"id\": 145,\n    \"name\": \"AT Sample Schedule A\"\n  }\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n\"error\": [\n],\n\"code\": 400 {\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "1.5 Cost Schedule (id) - GET",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/get-cost-schedules\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/get-cost-schedules\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1755002352774017576",
                                    "description": "A valid Commission ID previously obtained."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p>Returns the details of a specific cost\/commission schedule.<\/p>\n\n<p>This will include buy and sell rates for each revenue source, as well as revenue shares.<\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n     \"name\": \"Sample Schedule A\",\n     \"datapoints\": {\n     \"Visa Debit nrTransactions\": {\n     \"buyRate\": 0.0001,\n     \"buyRevShare\": 80,\n     \"sellRate\": 0.0001,\n     \"sellRevShare\": 40\n     }\n     },\n     \"serviceFees\": [\n    {\n     \"idServiceFee\": 4,\n     \"buyRate\": 1,\n     \"buyRevShare\": 100,\n     \"sellRate\": 1,\n     \"sellRevShare\": 100\n    }\n]\n   }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n\"errors\": \"Commission not found\",\n\"code\": 400\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "1.6 Proposal Templates - GET",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/get-proposal-templates",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/get-proposal-templates"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p>Returns a list with the available proposal templates.<\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "[\n {\n   \"id\": 34,\n   \"name\": \"FN_Sample_EXCEL_Proposal.xlsx\"\n },\n {\n   \"id\": 85,\n   \"name\": \"Sample_Excel_Second_Proposal.xlsx\"\n }\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n\"error\": [\n],\n\"code\": 400 {\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "1.7 Proposal Template (id) - GET",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/get-proposal-templates\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/get-proposal-templates\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1755002352774017576",
                                    "description": "A valid proposal template ID previously obtained."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p>Returns the proposal template identified by the specific <b>id<\/b><\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n\"errors\": \"Proposal template not found\",\n\"code\": 400\n}",
                            "name": ""
                        },
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "1.8 Usable Tokens - GET",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/get-usable-tokens",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/get-usable-tokens"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p>Returns the available data point tokens, including the ones extracted and calculated from the statement, as well as the ones generated by the proposal.<\/p>\n\n<p>The tokens may be used in Excel and Word templates, and they will be replaced at runtime with their actual values.<\/p>\n\n<p>Tokens may be used to create calculations in Excel, and they also may be formatted for display as desired.<\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "[\n     {\n         \"term\":\"VisaAuthorizations\",\n         \"definition\":\"Number of authorizations for Visa\"\n     },\n     {\n         \"id\":\"VisaPerAuthCurrent\",\n         \"name\":\"Per authorization cost for Visa (Current)\"\n     }\n ]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "1.9 Plans - GET",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/get-plans",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/get-plans"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p>Returns a list of the available proposal plans.<\/p>\n\n<p>A proposal plan includes (1) pricing regimen, (1) cost schedule, and (1) Excel\/Word template file that will format the generated data. <\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "[\n  {\n    \"id\": 102,\n    \"name\": \"Sample IC Plus Fixed\",\n    \"isDefault\": 0\n  },\n  {\n    \"id\": 103,\n    \"name\": \"Sample IC Plus Dynamic\",\n    \"isDefault\": 1\n  }\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n\"error\": [\n],\n\"code\": 400 {\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "1.10 Plan (id) - GET",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/get-plans\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/get-plans\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "175",
                                    "description": "A valid plan ID previously obtained."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p>Returns the details of a specific proposal plan.<\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"name\": \"Name\",\n\"pricingRegimen\": {\n\"68\": \"pricing regimen name\"\n},\n\"commission\": {\n\"113\": \"commission name\"\n},\n\"template\": {\n\"36\": \"template.docx\"\n},\n\"onboardUrl\": \"https:\/\/www.your-onboarding-url.com\",\n\"targetMcc\": \"5399\",\n\"supportsICOptimization\": 1,\n\"dynamicPricing\": 0,\n\"isDefault\": 0,\n\"showResiduals\": 1,\n\"maxDiscRate\": 0.0399,\n\"maxTransactionFee\": 0.49,\n\"distributionOrder\": \"rateThenTxFee\",\n\"hideWordExport\": 0\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n\"errors\": \"Proposal template not found\",\n\"code\": 400\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "1.11 Assignments - GET",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/get-assignments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/get-assignments"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p>Returns the users that are part of the team and their roles.<\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "[\n     {\n         \"id\":1,\n         \"name\":\"Example User\",\n         \"role\":\"manager\"\n     },\n     {\n         \"id\":2,\n         \"name\":\"Example User two\",\n         \"role\":\"member\"\n     }\n ]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n\"error\": [\n],\n\"code\": 400 {\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "1.12 Assignment (id) - GET",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/get-assignments\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/get-assignments\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1755002352774017576",
                                    "description": "A valid assignment ID previously obtained."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p>Returns the proposal plans assigned to the specified user, including the default plan.<\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"name\": \"A7 User\",\n  \"role\": \"owner\",\n   \"idDefaultPlan\": 105,\n   \"assignedPlans\":\n {\n  \"102\": \"Sample IC Plus Fixed\",\n  \"103\": \"Sample IC Plus Dynamic\"\n }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n\"errors\": \"Proposal template not found\",\n\"code\": 400\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "2. Proposal",
            "description": "",
            "item": [
                {
                    "name": "2.1 Submit Statement - POST",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/statements\/upload",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/statements\/upload"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "merchantId",
                                    "value": "95b7a4b5-da9a-43bf-bd4a-b6d158d9e6f6",
                                    "type": "text",
                                    "description": "The ID of the existing Merchant to whom the statement belongs to. <br> <b>Note: <\/b>If it is not provided it means that a new Merchant must be created and therefore the below section (merchantData) is required."
                                },
                                {
                                    "key": "merchantData[merchantName]",
                                    "value": "Acme Inc.",
                                    "type": "text",
                                    "description": "The Merchant's name. <br> <b>Note: <\/b>It is required if <b>merchantId<\/b> was not provided."
                                },
                                {
                                    "key": "merchantData[industry]",
                                    "value": "5712",
                                    "type": "text",
                                    "description": "The Merchant's MCC industry code. <br> <b>Note: <\/b>It is required if <b>merchantId<\/b> was not provided."
                                },
                                {
                                    "key": "merchantData[firstName]",
                                    "value": "John",
                                    "type": "text",
                                    "description": "Merchant's first name."
                                },
                                {
                                    "key": "merchantData[lastName]",
                                    "value": "Smith",
                                    "type": "text",
                                    "description": "Merchant's last name."
                                },
                                {
                                    "key": "merchantData[phone]",
                                    "value": "facere",
                                    "type": "text",
                                    "description": "Merchant's mobile phone number."
                                },
                                {
                                    "key": "merchantData[email]",
                                    "value": "john@smith.com",
                                    "type": "text",
                                    "description": "Merchant's email address."
                                },
                                {
                                    "key": "merchantData[zip]",
                                    "value": "23456",
                                    "type": "text",
                                    "description": "Merchant's ZIP."
                                },
                                {
                                    "key": "withDatapoints",
                                    "value": 0,
                                    "type": "text",
                                    "description": "Append all data points to the response. Default value = 0. <br>Possible values: [1 = true, 0 = false]."
                                },
                                {
                                    "key": "model",
                                    "value": "2ocr_2ai",
                                    "type": "text",
                                    "description": "Analysis model. Default value = fee_nav. <br>Possible values: [fee_nav, 2ocr_2ai, 2ocr_3ai]."
                                },
                                {
                                    "key": "pdf",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "<p>Upload a PDF statement (native or scanned) and get an id as a result. You will use this id to perform functions on this statement.<\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"id\":1755002352774017576}\n",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n\"errors\": [\"Not Found -- The specified resource could not be found\"]\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "2.2 Delete Statement (id) - DEL",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/statements\/delete\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/statements\/delete\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1755002352774017576",
                                    "description": "A valid statement ID previously obtained."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p>Deletes a statement and all extracted or processed information, including any associated analyses.<\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "[]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "2.3 Submit Quote - POST",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/submit-quote",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/submit-quote"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"debitVsCredit\":50,\"cpVsCnp\":80,\"volume\":100000,\"averageTransaction\":45,\"fees\":2500,\"idPlan\":\"100\",\"merchantId\":\"95b7a4b5-da9a-43bf-bd4a-b6d158d9e6f6\",\"merchantData[merchantName]\":\"Acme Inc\",\"merchantData[industry]\":\"5712\",\"merchantData[firstName]\":\"John\",\"merchantData[lastName]\":\"Smith\",\"merchantData[phone]\":\"23456785\",\"merchantData[email]\":\"john@smith.com\",\"merchantData[zip]\":\"52343\",\"withDatapoints\":0}"
                        },
                        "description": "<p> When no statement is available, you may generate a proposal using generated data.<\/p>\n\n<p> Submit a quote by entering just a few data points.<\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"idStatement\": \"qK6J3byd\",\n    \"idCase\": 676,\n    \"status\": \"processed\",\n    \"lastProposalIdPlan\": 125,\n    \"datapoints\": {\n        \"merchant\": {\n            \"id\": \"95b7a4b5-da9a-43bf-bd4a-b6d158d9e6f6\",\n            \"company_id\": 37955,\n            \"merchant_name\": \"Company Name\",\n            \"first_name\": \"John\",\n            \"last_name\": \"Smith\",\n            \"email\": \"john.smith@john-smith.com\",\n            \"mobile\": null,\n            \"zip\": \"12345\",\n            \"industry\": 5713,\n            \"crm_stage_id\": null,\n            \"created_at\": \"2023-02-06T19:46:02.000000Z\",\n            \"updated_at\": \"2023-02-06T19:46:02.000000Z\"\n        },\n        \"MerchantProposalLink\": \"https:\/\/periscope-ui.pro.feenavigator.com\/#\/merchant-proposal\/d7cef5a4-003d-4f4d-920a-b2cc997acf04\",\n        \"AnalysisEditLink\": \"https:\/\/www.feenavigator.com\/compass\/#\/upload\/case\/676\",\n        \"Pricing Type\": \"IC Plus\",\n        \"Merchant Name\": \"Company Name\",\n        \"Statement Period Start\": \"2023-02-01\",\n        \"Statement Period End\": \"2023-02-28\",\n        \"Visa Credit amount\": 20000,\n        \"Visa Credit discRate\": 0.0146,\n        \"Visa Credit nrTransactions\": 444,\n        \"Visa Credit discRateProposed\": 0.0146,\n        \"Visa Credit transactionFeeProposed\": 0,\n        \"Visa Debit amount\": 20000,\n        \"Visa Debit discRate\": 0.0146,\n        \"Visa Debit nrTransactions\": 444,\n        \"Visa Debit discRateProposed\": 0.0146,\n        \"Visa Debit transactionFeeProposed\": 0,\n        \"Mastercard Credit amount\": 15000,\n        \"Mastercard Credit discRate\": 0.0146,\n        \"Mastercard Credit nrTransactions\": 333,\n        \"Mastercard Credit discRateProposed\": 0.0146,\n        \"Mastercard Credit transactionFeeProposed\": 0,\n        \"Mastercard Debit amount\": 15000,\n        \"Mastercard Debit discRate\": 0.0146,\n        \"Mastercard Debit nrTransactions\": 333,\n        \"Mastercard Debit discRateProposed\": 0.0146,\n        \"Mastercard Debit transactionFeeProposed\": 0,\n        \"Discover Credit amount\": 10000,\n        \"Discover Credit discRate\": 0.0146,\n        \"Discover Credit nrTransactions\": 222,\n        \"Discover Credit discRateProposed\": 0.0146,\n        \"Discover Credit transactionFeeProposed\": 0,\n        \"Discover Debit amount\": 10000,\n        \"Discover Debit discRate\": 0.0146,\n        \"Discover Debit nrTransactions\": 222,\n        \"Discover Debit discRateProposed\": 0.0146,\n        \"Discover Debit transactionFeeProposed\": 0,\n        \"American Express amount\": 10000,\n        \"American Express discRate\": 0.0146,\n        \"American Express nrTransactions\": 222,\n        \"American Express discRateProposed\": 0.0146,\n        \"American Express transactionFeeProposed\": 0,\n        \"Interchange & downgrades\": 1858.82,\n        \"Dues & Assessments\": 160,\n        \"Total Volume\": 100000,\n        \"Total Fees\": 3500,\n        \"Industry\": \"5713\",\n        \"Processing Fees\": 1481.18,\n        \"Pass-Through Fees\": 2018.82,\n        \"Other fees\": 21,\n        \"Total Calculated Fees\": 3500,\n        \"Monthly Fees\": 3500,\n        \"1-Year Fees\": 42000,\n        \"3-Year Fees\": 126000,\n        \"Effective Rate\": 0.035,\n        \"Avoidable Fees\": null,\n        \"Potential Savings\": 2.13,\n        \"Statement Period\": \"Feb 2023\",\n        \"Total nrTransactions\": 2222.22,\n        \"Average Ticket\": 45,\n        \"Processing Fees Proposed\": 1481,\n        \"Interchange & downgrades Proposed\": 1858.82,\n        \"PCI compliance Proposed\": null,\n        \"Non-PCI compliance Proposed\": null,\n        \"Monthly Proposed\": null,\n        \"Chargeback Proposed\": null,\n        \"Other fees Proposed\": 21,\n        \"Total Fees Proposed\": 3499.82,\n        \"Effective Rate Proposed\": 0.035,\n        \"Monthly Savings\": 0.18,\n        \"3 Year Savings\": 6.4,\n        \"Pass-Through Fees Proposed\": 2018.82,\n        \"Percent Processing Fees\": 0.0148,\n        \"Percent Processing Fees Proposed\": 0.0148,\n        \"Percent Pass-Through Fees\": 0.0202,\n        \"Percent Pass-Through Fees Proposed\": 0.0202,\n        \"Calculated Total Volume\": 100000,\n        \"Dues & Assessments Proposed\": 160,\n        \"Margin Proposed Company\": 1158.22,\n        \"Company Residual Proposed\": 579.11,\n        \"Agent Residual Proposed\": 579.11,\n        \"Potential Margin Company\": 1160.14,\n        \"Potential Margin Agent\": 1160.14,\n        \"Processor Cost Proposed\": 301.78,\n        \"Margin Proposed Agent\": 1158.22,\n        \"Pass-through Fees To Substract\": 0,\n        \"IsQuickQuote\": 1\n    }\n}\n",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"merchantData.merchantName\": [\n            \"The merchant data.merchant name field is required.\"\n        ],\n        \"merchantData.industry\": [\n            \"The merchant data.industry field is required.\"\n        ]\n    }\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "2.4 Delete Quote (id) - DEL",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/submit-quote\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/submit-quote\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1755002352774017576",
                                    "description": "A valid statement ID previously obtained."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p>Deletes a specified quote, and all the data associated with it. <\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "[]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "2.5 Get Statement (id) - GET",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/statement\/download\/pdf\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/statement\/download\/pdf\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1755002352774017576",
                                    "description": "A valid statement ID previously obtained."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p>Returns the uploaded statement with the specified id. <\/p>"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "2.6 Get Extracted Text (id) - GET",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/statements\/get-extracted-text\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/statements\/get-extracted-text\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1755002352774017576",
                                    "description": "A valid statement ID previously obtained."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p>Returns the textual representation after performing optical-character-recognition (OCR) on the PDF statement.<\/p>\n\n<p>Depending on the quality of the document itself, this may not match 100% the PDF content.<\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"extractedText\": \".... extracted text as a string ...\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "2.7 Get Data Points (id)- GET",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/statements\/get-datapoints\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/statements\/get-datapoints\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1755002352774017576",
                                    "description": "A valid statement ID previously obtained."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p>Returns the extracted and processed elements from the statement and proposal.<\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"EBT discRate\": null,\n    \"Pricing Type\": \"IC Plus\",\n    \"Merchant Name\": \"GRILLE\",\n    \"Merchant Address\": null,\n    \"Merchant Number\": \"496\",\n    \"Statement Period Start\": \"05\/01\/18\",\n    \"Statement Period End\": \"05\/31\/18\",\n    \"Third Party Transactions\": null,\n    \"Visa Credit amount\": 22517.51,\n    \"Visa Credit discRate\": 0.0015,\n    \"Visa Credit nrTransactions\": 436,\n    \"Visa Credit transactionFee\": null,\n    \"Visa Credit discRateProposed\": 0.0027,\n    \"Visa Credit transactionFeeProposed\": 0,\n    \"Visa Debit amount\": 25568.33,\n    \"Visa Debit discRate\": 0.0015,\n    \"Visa Debit nrTransactions\": 553,\n    \"Visa Debit transactionFee\": null,\n    \"Visa Debit discRateProposed\": 0.0027,\n    \"Visa Debit transactionFeeProposed\": 0,\n    \"Visa Auth nrTransactions\": 1031,\n    \"Visa Auth transactionFee\": 0.05,\n    \"Visa Auth transactionFeeProposed\": 0,\n    \"Mastercard Credit amount\": 15250.57,\n    \"Mastercard Credit discRate\": 0.0015,\n    \"Mastercard Credit nrTransactions\": 316,\n    \"Mastercard Credit transactionFee\": null,\n    \"Mastercard Credit discRateProposed\": 0.0027,\n    \"Mastercard Credit transactionFeeProposed\": 0,\n    \"Mastercard Debit amount\": 5275.82,\n    \"Mastercard Debit discRate\": 0.0015,\n    \"Mastercard Debit nrTransactions\": 103,\n    \"Mastercard Debit transactionFee\": null,\n    \"Mastercard Debit discRateProposed\": 0.0027,\n    \"Mastercard Debit transactionFeeProposed\": 0,\n    \"Mastercard Auth nrTransactions\": 435,\n    \"Mastercard Auth transactionFee\": 0.05,\n    \"Mastercard Auth transactionFeeProposed\": 0,\n    \"Discover Credit amount\": 3609.83,\n    \"Discover Credit discRate\": 0.0015,\n    \"Discover Credit nrTransactions\": 64,\n    \"Discover Credit transactionFee\": null,\n    \"Discover Credit discRateProposed\": 0.0027,\n    \"Discover Credit transactionFeeProposed\": 0,\n    \"Discover Debit amount\": 152.31,\n    \"Discover Debit discRate\": 0.0015,\n    \"Discover Debit nrTransactions\": null,\n    \"Discover Debit transactionFee\": null,\n    \"Discover Debit discRateProposed\": 0.0027,\n    \"Discover Debit transactionFeeProposed\": null,\n    \"Discover Auth nrTransactions\": 64,\n    \"Discover Auth transactionFee\": 0.05,\n    \"Discover Auth transactionFeeProposed\": 0,\n    \"American Express amount\": 13237.43,\n    \"American Express discRate\": 0.0025,\n    \"American Express nrTransactions\": 238,\n    \"American Express transactionFee\": null,\n    \"American Express discRateProposed\": 0.0027,\n    \"American Express transactionFeeProposed\": 0,\n    \"American Express Auth nrTransactions\": 242,\n    \"American Express Auth transactionFee\": 0.05,\n    \"American Express Auth transactionFeeProposed\": 0,\n    \"PIN Debit amount\": null,\n    \"PIN Debit discRate\": null,\n    \"PIN Debit nrTransactions\": null,\n    \"PIN Debit transactionFee\": null,\n    \"PIN Debit discRateProposed\": null,\n    \"PIN Debit transactionFeeProposed\": null,\n    \"EBT amount\": null,\n    \"EBT nrTransactions\": null,\n    \"EBT transactionFee\": null,\n    \"EBT transactionFeeProposed\": null,\n    \"Fleet Cards \/ Other amount\": null,\n    \"Fleet Cards \/ Other discRate\": null,\n    \"Fleet Cards \/ Other nrTransactions\": null,\n    \"Fleet Cards \/ Other transactionFee\": null,\n    \"Fleet Cards \/ Other discRateProposed\": null,\n    \"Fleet Cards \/ Other transactionFeeProposed\": null,\n    \"Interchange & downgrades\": 1606.9,\n    \"Dues & Assessments\": 153.86,\n    \"PIN debit interchange\": null,\n    \"AVS nrTransactions\": null,\n    \"AVS transactionFee\": null,\n    \"PCI compliance\": null,\n    \"Non-PCI compliance\": null,\n    \"Batch nrTransactions\": 24,\n    \"Batch transactionFee\": 0.05,\n    \"Monthly\": 13.5,\n    \"Chargeback\": null,\n    \"Surcharging\": null,\n    \"Total Volume\": 85611.8,\n    \"Total Fees\": 2013.2,\n    \"Industry\": \"5399\",\n    \"Representative First Name\": null,\n    \"Representative Last Name\": null,\n    \"Representative Phone\": null,\n    \"Representative Email\": null,\n    \"Card brands \/ other\": null,\n    \"Processing Fees\": 252.44,\n    \"Pass-Through Fees\": 1760.76,\n    \"Other fees\": 7.48,\n    \"Calculated Other Fees\": null,\n    \"Total Calculated Fees\": 2013.2,\n    \"Monthly Fees\": 2013.2,\n    \"1-Year Fees\": 24158.4,\n    \"3-Year Fees\": 72475.2,\n    \"Effective Rate\": 0.0235,\n    \"Avoidable Fees\": null,\n    \"Potential Savings\": 820.71,\n    \"Statement Period\": \"May 2018\",\n    \"Total nrTransactions\": 1710,\n    \"Average Ticket\": 50.07,\n    \"Processing Fees Proposed\": 239.84,\n    \"Interchange & downgrades Proposed\": 1577.23,\n    \"Interchange optimization Proposed\": -26.12,\n    \"PIN debit interchange Proposed\": null,\n    \"AVS transactionFee Proposed\": null,\n    \"PCI compliance Proposed\": null,\n    \"Non-PCI compliance Proposed\": null,\n    \"Batch transactionFee Proposed\": 0.05,\n    \"Monthly Proposed\": null,\n    \"Chargeback Proposed\": null,\n    \"Other fees Proposed\": 7.48,\n    \"Total Fees Proposed\": 1944.81,\n    \"Effective Rate Proposed\": 0.0227,\n    \"Monthly Savings\": 68.39,\n    \"3 Year Savings\": 2462.14,\n    \"Pass-Through Fees Proposed\": 1704.97,\n    \"Percent Processing Fees\": 0.0029,\n    \"Percent Processing Fees Proposed\": 0.0028,\n    \"Percent Pass-Through Fees\": 0.0206,\n    \"Percent Pass-Through Fees Proposed\": 0.0199,\n    \"Calculated Other Fees Proposed\": null,\n    \"Percent Other Fees\": null,\n    \"Percent Other Fees Proposed\": null,\n    \"Calculated Total Volume\": 85611.8,\n    \"Card brands \/ other Proposed\": null,\n    \"Dues & Assessments Proposed\": 153.86,\n    \"Surcharging Proposed\": null,\n    \"Tiers Proposed\": null,\n    \"Custom Service Proposed\": null,\n    \"Other Processing Fees\": null,\n    \"Margin Proposed Company\": 161.99,\n    \"Company Residual Proposed\": 81,\n    \"Agent Residual Proposed\": 81,\n    \"Potential Margin Company\": 218.97,\n    \"Potential Margin Agent\": 218.97,\n    \"Processor Cost Proposed\": 69.16,\n    \"Margin Proposed Agent\": 161.99,\n    \"Pass-through Fees To Substract\": 0,\n    \"Interchange\": [\n        {\n            \"term\": \"MC-WORLDCARD RESTAURANT\",\n            \"normalized\": \"Restaurant - World\",\n            \"network\": \"Mastercard\",\n            \"amount\": 1320.32,\n            \"countTx\": 44,\n            \"rate\": 0.0173,\n            \"perTx\": 0.1,\n            \"fee\": 27.24,\n            \"standardRate\": 0.0173,\n            \"standardPerTx\": 0.1,\n            \"standardFee\": 27.241536,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"MC-COM T & E I(US) FLEET\",\n            \"normalized\": \"Commercial T&E Large Market\",\n            \"network\": \"Mastercard\",\n            \"amount\": 1199.97,\n            \"countTx\": 32,\n            \"rate\": 0.0275,\n            \"perTx\": 0,\n            \"fee\": 33,\n            \"standardRate\": 0.0265,\n            \"standardPerTx\": 0.1,\n            \"standardFee\": 34.999205,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"MC-CORP T & E I(US) BUS\",\n            \"normalized\": \"Commercial T&E Large Market\",\n            \"network\": \"Mastercard\",\n            \"amount\": 1352.58,\n            \"countTx\": 29,\n            \"rate\": 0.025,\n            \"perTx\": 0,\n            \"fee\": 33.82,\n            \"standardRate\": 0.0265,\n            \"standardPerTx\": 0.1,\n            \"standardFee\": 38.74337,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"MC-CORP PURCHASING INTL PUR\",\n            \"normalized\": \"T&E Large Ticket - World High Value\",\n            \"network\": \"Mastercard\",\n            \"amount\": 40,\n            \"countTx\": 1,\n            \"rate\": 0.0285,\n            \"perTx\": 0,\n            \"fee\": 1.14,\n            \"standardRate\": 0.02,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0.8,\n            \"padding\": 0.34\n        },\n        {\n            \"term\": \"MC-CORP T & E I(US) CORP\",\n            \"normalized\": \"Commercial T&E Large Market\",\n            \"network\": \"Mastercard\",\n            \"amount\": 1237.1,\n            \"countTx\": 27,\n            \"rate\": 0.0275,\n            \"perTx\": 0,\n            \"fee\": 34.02,\n            \"standardRate\": 0.0265,\n            \"standardPerTx\": 0.1,\n            \"standardFee\": 35.48315,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"MC-CORP BUSINESS INTL FLT\",\n            \"normalized\": \"T&E Large Ticket - World High Value\",\n            \"network\": \"Mastercard\",\n            \"amount\": 153.13,\n            \"countTx\": 3,\n            \"rate\": 0.0285,\n            \"perTx\": 0,\n            \"fee\": 4.36,\n            \"standardRate\": 0.02,\n            \"standardPerTx\": 0,\n            \"standardFee\": 3.0626,\n            \"padding\": 1.2974\n        },\n        {\n            \"term\": \"MC-WORLD ELITE RESTAURANT\",\n            \"normalized\": \"Restaurant - World Elite\",\n            \"network\": \"Mastercard\",\n            \"amount\": 1460.21,\n            \"countTx\": 44,\n            \"rate\": 0.022,\n            \"perTx\": 0.1,\n            \"fee\": 36.52,\n            \"standardRate\": 0.022,\n            \"standardPerTx\": 0.1,\n            \"standardFee\": 36.52462,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"MC-WORLD ELITE - OTHER\",\n            \"normalized\": \"Merit I - World Elite \",\n            \"network\": \"Mastercard\",\n            \"amount\": 1855.57,\n            \"countTx\": 19,\n            \"rate\": 0.0275,\n            \"perTx\": 0.1,\n            \"fee\": 52.93,\n            \"standardRate\": 0.025,\n            \"standardPerTx\": 0.1,\n            \"standardFee\": 48.28925,\n            \"padding\": 4.64075\n        },\n        {\n            \"term\": \"MC-BUS LEVEL 2 T&E I\",\n            \"normalized\": \"Commercial T&E Business Level 2\",\n            \"network\": \"Mastercard\",\n            \"amount\": 71,\n            \"countTx\": 4,\n            \"rate\": 0.0266,\n            \"perTx\": 0,\n            \"fee\": 1.89,\n            \"standardRate\": 0.025,\n            \"standardPerTx\": 0.1,\n            \"standardFee\": 2.175,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"MC-SMALL TICKET (DB)\",\n            \"normalized\": \"Small Ticket Debit\/Prepaid - Non-Regulated Consumer Debit\",\n            \"network\": \"Mastercard\",\n            \"amount\": 55.24,\n            \"countTx\": 6,\n            \"rate\": 0.0155,\n            \"perTx\": 0.04,\n            \"fee\": 1.1,\n            \"standardRate\": 0.0155,\n            \"standardPerTx\": 0.04,\n            \"standardFee\": 1.09622,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"MC-RESTAURANT (DB)\",\n            \"normalized\": null,\n            \"network\": null,\n            \"amount\": 308.38,\n            \"countTx\": 12,\n            \"rate\": 0.0119,\n            \"perTx\": 0.1,\n            \"fee\": 4.87,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"MC-INT SPR PREM ELECTRONIC(US)\",\n            \"normalized\": null,\n            \"network\": null,\n            \"amount\": 25.14,\n            \"countTx\": 1,\n            \"rate\": 0.0283,\n            \"perTx\": 0,\n            \"fee\": 0.71,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"MC-COM T & E I(US) PURCH\",\n            \"normalized\": null,\n            \"network\": null,\n            \"amount\": 449.72,\n            \"countTx\": 7,\n            \"rate\": 0.0275,\n            \"perTx\": 0,\n            \"fee\": 12.37,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"MC-BUS LEVEL 3 T&E I\",\n            \"normalized\": null,\n            \"network\": null,\n            \"amount\": 122.06,\n            \"countTx\": 2,\n            \"rate\": 0.0271,\n            \"perTx\": 0,\n            \"fee\": 3.31,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"MC-BUS LEVEL 4 T&E I\",\n            \"normalized\": \"Commercial T&E Business Level 4\",\n            \"network\": \"Mastercard\",\n            \"amount\": 30.78,\n            \"countTx\": 1,\n            \"rate\": 0.0281,\n            \"perTx\": 0,\n            \"fee\": 0.86,\n            \"standardRate\": 0.0265,\n            \"standardPerTx\": 0.1,\n            \"standardFee\": 0.91567,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"MC-REG INCENT FRF ADJ POS (DB)\",\n            \"normalized\": \"Regulated Purchases POS Debit with Fraud Adjustment - Debit Rate |  Universal Regulated Debit Fraud Adj\",\n            \"network\": \"Mastercard\",\n            \"amount\": 3268.01,\n            \"countTx\": 60,\n            \"rate\": 0.0005,\n            \"perTx\": 0.22,\n            \"fee\": 14.83,\n            \"standardRate\": 0.0005,\n            \"standardPerTx\": 0.22,\n            \"standardFee\": 14.834005,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"MC-REGULATED FRD ADJ COMM (DB)\",\n            \"normalized\": \"Regulated Purchases POS Debit with Fraud Adjustment - Debit Rate |  Universal Regulated Debit Fraud Adj\",\n            \"network\": \"Mastercard\",\n            \"amount\": 103,\n            \"countTx\": 1,\n            \"rate\": 0.0005,\n            \"perTx\": 0.22,\n            \"fee\": 0.27,\n            \"standardRate\": 0.0005,\n            \"standardPerTx\": 0.22,\n            \"standardFee\": 0.2715,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"MC-PREM CON ELEC ACQUSISSCAN\",\n            \"normalized\": null,\n            \"network\": null,\n            \"amount\": 197.24,\n            \"countTx\": 3,\n            \"rate\": 0.027,\n            \"perTx\": 0,\n            \"fee\": 5.33,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"MC-ENHANCED MERIT III BASE\",\n            \"normalized\": \"Merit III Base - Enhanced (=Card Present)\",\n            \"network\": \"Mastercard\",\n            \"amount\": 1280.19,\n            \"countTx\": 32,\n            \"rate\": 0.0173,\n            \"perTx\": 0.1,\n            \"fee\": 25.35,\n            \"standardRate\": 0.0173,\n            \"standardPerTx\": 0.1,\n            \"standardFee\": 25.347287,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"MC-PREM CON ELEC ACQUSISSLAC\",\n            \"normalized\": null,\n            \"network\": null,\n            \"amount\": 30.1,\n            \"countTx\": 2,\n            \"rate\": 0.027,\n            \"perTx\": 0,\n            \"fee\": 0.81,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"MC-HIGH VAL RESTAURANT\",\n            \"normalized\": \"Restaurant - World High Value\",\n            \"network\": \"Mastercard\",\n            \"amount\": 84.32,\n            \"countTx\": 2,\n            \"rate\": 0.022,\n            \"perTx\": 0.1,\n            \"fee\": 2.06,\n            \"standardRate\": 0.022,\n            \"standardPerTx\": 0.1,\n            \"standardFee\": 2.05504,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"MC-DOMESTIC MERIT III (DB)\",\n            \"normalized\": \"Merit III Base (Card Present) - Non-Regulated Consumer Debit\",\n            \"network\": \"Mastercard\",\n            \"amount\": 1541.19,\n            \"countTx\": 24,\n            \"rate\": 0.0105,\n            \"perTx\": 0.15,\n            \"fee\": 19.78,\n            \"standardRate\": 0.0105,\n            \"standardPerTx\": 0.15,\n            \"standardFee\": 19.782495,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"MC-FOREIGN ELECTRONIC PLUS\",\n            \"normalized\": null,\n            \"network\": null,\n            \"amount\": 73.05,\n            \"countTx\": 4,\n            \"rate\": 0.0195,\n            \"perTx\": 0,\n            \"fee\": 1.42,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"MC-DOMESTIC MERIT III\",\n            \"normalized\": \"Merit III Base - Core (=Card Present) |  Consumer Credit\",\n            \"network\": \"Mastercard\",\n            \"amount\": 1882.57,\n            \"countTx\": 38,\n            \"rate\": 0.0158,\n            \"perTx\": 0.1,\n            \"fee\": 33.54,\n            \"standardRate\": 0.0158,\n            \"standardPerTx\": 0.1,\n            \"standardFee\": 33.544606,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"MC-WORLDCARD - OTHER\",\n            \"normalized\": \"Merit III Base - World (=Card Present)\",\n            \"network\": \"Mastercard\",\n            \"amount\": 2385.52,\n            \"countTx\": 21,\n            \"rate\": 0.023,\n            \"perTx\": 0.1,\n            \"fee\": 56.97,\n            \"standardRate\": 0.0177,\n            \"standardPerTx\": 0.1,\n            \"standardFee\": 44.323704,\n            \"padding\": 12.646296\n        },\n        {\n            \"term\": \"VISA\",\n            \"normalized\": null,\n            \"network\": null,\n            \"amount\": -25,\n            \"countTx\": 1,\n            \"rate\": 0,\n            \"perTx\": 0,\n            \"fee\": 0,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VI-US REGULATED (DB)\",\n            \"normalized\": \"CPS\/Supermarket, Debit - Regulated (CP)\",\n            \"network\": \"Visa\",\n            \"amount\": 17032.88,\n            \"countTx\": 326,\n            \"rate\": 0.0005,\n            \"perTx\": 0.22,\n            \"fee\": 80.24,\n            \"standardRate\": 0.0005,\n            \"standardPerTx\": 0.22,\n            \"standardFee\": 80.23644,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VI-CPS SMALL TICKET (PP)\",\n            \"normalized\": \"CPS\/Small Ticket, Prepaid - Exempt (CP)\",\n            \"network\": \"Visa\",\n            \"amount\": 55.46,\n            \"countTx\": 6,\n            \"rate\": 0.016,\n            \"perTx\": 0.05,\n            \"fee\": 1.19,\n            \"standardRate\": 0.016,\n            \"standardPerTx\": 0.05,\n            \"standardFee\": 1.18736,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VI-BUSINESS CARD CP (DB)\",\n            \"normalized\": \"Business Debit Card Present CP - Exempt\",\n            \"network\": \"Visa\",\n            \"amount\": 57.72,\n            \"countTx\": 2,\n            \"rate\": 0.017,\n            \"perTx\": 0.1,\n            \"fee\": 1.18,\n            \"standardRate\": 0.017,\n            \"standardPerTx\": 0.1,\n            \"standardFee\": 1.18124,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VI-US REGULATED COMM (DB)\",\n            \"normalized\": \"Interregional Regulated Debit - All Commercial Products\",\n            \"network\": \"Visa\",\n            \"amount\": 510.5,\n            \"countTx\": 8,\n            \"rate\": 0.0005,\n            \"perTx\": 0.22,\n            \"fee\": 2.02,\n            \"standardRate\": 0.0005,\n            \"standardPerTx\": 0.22,\n            \"standardFee\": 2.01525,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VI-US CPS\/SMALL TCKT REG (DB)\",\n            \"normalized\": \"CPS\/Small Ticket, Debit - Regulated (CP)\",\n            \"network\": \"Visa\",\n            \"amount\": 498.36,\n            \"countTx\": 53,\n            \"rate\": 0.0005,\n            \"perTx\": 0.22,\n            \"fee\": 11.91,\n            \"standardRate\": 0.0005,\n            \"standardPerTx\": 0.22,\n            \"standardFee\": 11.90918,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VI-CPS\/SMALL TICKET\",\n            \"normalized\": \"Small Ticket - All Other\",\n            \"network\": \"Visa\",\n            \"amount\": 264.38,\n            \"countTx\": 25,\n            \"rate\": 0.0165,\n            \"perTx\": 0.04,\n            \"fee\": 5.36,\n            \"standardRate\": 0.019,\n            \"standardPerTx\": 0,\n            \"standardFee\": 5.02322,\n            \"padding\": 0.33678\n        },\n        {\n            \"term\": \"VI-CPS\/REWARDS 2\",\n            \"normalized\": null,\n            \"network\": null,\n            \"amount\": 1780.83,\n            \"countTx\": 24,\n            \"rate\": 0.0195,\n            \"perTx\": 0.1,\n            \"fee\": 37.13,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VI-CPS\/RESTAURANT CREDIT\",\n            \"normalized\": null,\n            \"network\": null,\n            \"amount\": 1304.7,\n            \"countTx\": 27,\n            \"rate\": 0.0154,\n            \"perTx\": 0.1,\n            \"fee\": 22.79,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VI-INTREG BUS\/CORP\/PURCH (US)\",\n            \"normalized\": \"T&E Large Ticket - World High Value\",\n            \"network\": \"Mastercard\",\n            \"amount\": 334.68,\n            \"countTx\": 10,\n            \"rate\": 0.0245,\n            \"perTx\": 0,\n            \"fee\": 8.2,\n            \"standardRate\": 0.02,\n            \"standardPerTx\": 0,\n            \"standardFee\": 6.6936,\n            \"padding\": 1.5064\n        },\n        {\n            \"term\": \"VI-ELECTRONIC (US ACQ)\",\n            \"normalized\": \"Electronic Program - All Commerical Products\",\n            \"network\": \"Visa\",\n            \"amount\": 248.93,\n            \"countTx\": 10,\n            \"rate\": 0.0155,\n            \"perTx\": 0,\n            \"fee\": 3.86,\n            \"standardRate\": 0.02,\n            \"standardPerTx\": 0,\n            \"standardFee\": 4.9786,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VI-INTREG CHIP ISS (US)\",\n            \"normalized\": \"Issuer Chip Card - All Commerical Products\",\n            \"network\": \"Visa\",\n            \"amount\": 114.82,\n            \"countTx\": 4,\n            \"rate\": 0.0165,\n            \"perTx\": 0,\n            \"fee\": 1.89,\n            \"standardRate\": 0.02,\n            \"standardPerTx\": 0,\n            \"standardFee\": 2.2964,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VI-EIRF NON CPS ALL OTHER\",\n            \"normalized\": null,\n            \"network\": null,\n            \"amount\": 181,\n            \"countTx\": 1,\n            \"rate\": 0.023,\n            \"perTx\": 0.1,\n            \"fee\": 4.26,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VI-SIGNATURE CARD ELECTRONIC\",\n            \"normalized\": null,\n            \"network\": null,\n            \"amount\": 5682.82,\n            \"countTx\": 101,\n            \"rate\": 0.023,\n            \"perTx\": 0.1,\n            \"fee\": 140.81,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VI-INTER PREM CAN ISS US ACQ\",\n            \"normalized\": null,\n            \"network\": null,\n            \"amount\": 111.49,\n            \"countTx\": 3,\n            \"rate\": 0.0225,\n            \"perTx\": 0,\n            \"fee\": 2.51,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VI-BUSINESS CARD TR1 ELEC T&E\",\n            \"normalized\": null,\n            \"network\": null,\n            \"amount\": 246.88,\n            \"countTx\": 4,\n            \"rate\": 0.024,\n            \"perTx\": 0.1,\n            \"fee\": 6.33,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VI-SIGNATURE PREFERRED CRP ELC\",\n            \"normalized\": null,\n            \"network\": null,\n            \"amount\": 8346.52,\n            \"countTx\": 158,\n            \"rate\": 0.024,\n            \"perTx\": 0.1,\n            \"fee\": 216.12,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VI-SIGNATURE PREFERRED CRP STD\",\n            \"normalized\": null,\n            \"network\": null,\n            \"amount\": 86.63,\n            \"countTx\": 1,\n            \"rate\": 0.0295,\n            \"perTx\": 0.1,\n            \"fee\": 2.66,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VI-SUPER PREMIUM LAC ISS US AC\",\n            \"normalized\": \"Issuer Chip Card - Infinite\",\n            \"network\": \"Visa\",\n            \"amount\": 86.2,\n            \"countTx\": 4,\n            \"rate\": 0.0242,\n            \"perTx\": 0,\n            \"fee\": 2.09,\n            \"standardRate\": 0.0197,\n            \"standardPerTx\": 0,\n            \"standardFee\": 1.69814,\n            \"padding\": 0.39186\n        },\n        {\n            \"term\": \"VI-BUSINESS CARD TR2 ELEC T&E\",\n            \"normalized\": \"Commercial\/Corporate\/Purchasing Level II\",\n            \"network\": \"Visa\",\n            \"amount\": 36,\n            \"countTx\": 1,\n            \"rate\": 0.0275,\n            \"perTx\": 0.15,\n            \"fee\": 1.14,\n            \"standardRate\": 0.025,\n            \"standardPerTx\": 0.1,\n            \"standardFee\": 1,\n            \"padding\": 0.14\n        },\n        {\n            \"term\": \"VI-BUSINESS CARD TR3 ELEC T&E\",\n            \"normalized\": null,\n            \"network\": null,\n            \"amount\": 281.19,\n            \"countTx\": 5,\n            \"rate\": 0.0285,\n            \"perTx\": 0.2,\n            \"fee\": 9.01,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VI-CPS SMALL TICKET (DB)\",\n            \"normalized\": \"CPS\/Small Ticket, Debit - Exempt (CP)\",\n            \"network\": \"Visa\",\n            \"amount\": 248.33,\n            \"countTx\": 22,\n            \"rate\": 0.0155,\n            \"perTx\": 0.04,\n            \"fee\": 4.73,\n            \"standardRate\": 0.0155,\n            \"standardPerTx\": 0.04,\n            \"standardFee\": 4.729115,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VI-CPS\/RESTAURANT (DB)\",\n            \"normalized\": \"CPS\/Restaurant, Debit - Exempt (CP)\",\n            \"network\": \"Visa\",\n            \"amount\": 6826.5,\n            \"countTx\": 123,\n            \"rate\": 0.0119,\n            \"perTx\": 0.1,\n            \"fee\": 93.54,\n            \"standardRate\": 0.0119,\n            \"standardPerTx\": 0.1,\n            \"standardFee\": 93.53535,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VI-CORPORATE TRAVEL SVC\",\n            \"normalized\": \"Commercial\/Corporate\/Purchasing Travel Service\",\n            \"network\": \"Visa\",\n            \"amount\": 1881.49,\n            \"countTx\": 28,\n            \"rate\": 0.0265,\n            \"perTx\": 0.1,\n            \"fee\": 52.66,\n            \"standardRate\": 0.0265,\n            \"standardPerTx\": 0.1,\n            \"standardFee\": 52.659485,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VI-PURCHASING TRAVEL SVC\",\n            \"normalized\": \"Commercial\/Corporate\/Purchasing Travel Service\",\n            \"network\": \"Visa\",\n            \"amount\": 830.56,\n            \"countTx\": 12,\n            \"rate\": 0.0265,\n            \"perTx\": 0.1,\n            \"fee\": 23.21,\n            \"standardRate\": 0.0265,\n            \"standardPerTx\": 0.1,\n            \"standardFee\": 23.20984,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VI-US HNW CONSUMER ELECT\",\n            \"normalized\": null,\n            \"network\": null,\n            \"amount\": 159.79,\n            \"countTx\": 7,\n            \"rate\": 0.024,\n            \"perTx\": 0.1,\n            \"fee\": 4.54,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VI-BUSINESS CARD TR4 ELEC\",\n            \"normalized\": null,\n            \"network\": null,\n            \"amount\": 563.6,\n            \"countTx\": 11,\n            \"rate\": 0.0295,\n            \"perTx\": 0.2,\n            \"fee\": 18.83,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VI-CPS\/RESTAURANT (PP)\",\n            \"normalized\": \"CPS\/Restaurant, Prepaid - Exempt (CP)\",\n            \"network\": \"Visa\",\n            \"amount\": 338.58,\n            \"countTx\": 13,\n            \"rate\": 0.0115,\n            \"perTx\": 0.15,\n            \"fee\": 5.84,\n            \"standardRate\": 0.0115,\n            \"standardPerTx\": 0.15,\n            \"standardFee\": 5.84367,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"DSCVR INTL CONSUMER CREDIT\",\n            \"normalized\": \"PSL US International Commercial\",\n            \"network\": \"Discover\",\n            \"amount\": 58,\n            \"countTx\": 2,\n            \"rate\": 0.0215,\n            \"perTx\": 0,\n            \"fee\": 1.25,\n            \"standardRate\": 0.024,\n            \"standardPerTx\": 0.1,\n            \"standardFee\": 1.592,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"DSCVR PSL REST DB\",\n            \"normalized\": \"PSL Restaurants - Premium Plus\",\n            \"network\": \"Discover\",\n            \"amount\": 152.31,\n            \"countTx\": 1,\n            \"rate\": 0.011,\n            \"perTx\": 0.16,\n            \"fee\": 1.84,\n            \"standardRate\": 0.024,\n            \"standardPerTx\": 0.1,\n            \"standardFee\": 3.75544,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"DSCVR COMML ELECT OTHER\",\n            \"normalized\": \"PSL Commercial Electronic\",\n            \"network\": \"Discover\",\n            \"amount\": 978.02,\n            \"countTx\": 17,\n            \"rate\": 0.023,\n            \"perTx\": 0.1,\n            \"fee\": 24.19,\n            \"standardRate\": 0.0235,\n            \"standardPerTx\": 0.1,\n            \"standardFee\": 24.68347,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"DSCVR PSL REST PR\",\n            \"normalized\": \"PSL Restaurants - Rewards\",\n            \"network\": \"Discover\",\n            \"amount\": 894.54,\n            \"countTx\": 10,\n            \"rate\": 0.022,\n            \"perTx\": 0.1,\n            \"fee\": 20.68,\n            \"standardRate\": 0.0195,\n            \"standardPerTx\": 0.1,\n            \"standardFee\": 18.44353,\n            \"padding\": 2.23647\n        },\n        {\n            \"term\": \"DSCVR PSL REST RW\",\n            \"normalized\": \"PSL Restaurants - Core\",\n            \"network\": \"Discover\",\n            \"amount\": 1666.27,\n            \"countTx\": 32,\n            \"rate\": 0.019,\n            \"perTx\": 0.1,\n            \"fee\": 34.86,\n            \"standardRate\": 0.0156,\n            \"standardPerTx\": 0.1,\n            \"standardFee\": 29.193812,\n            \"padding\": 5.666188\n        },\n        {\n            \"term\": \"DSCVR PSL EXP SVC RW\",\n            \"normalized\": \"PSL Express Services - Core\",\n            \"network\": \"Discover\",\n            \"amount\": 13,\n            \"countTx\": 2,\n            \"rate\": 0.0195,\n            \"perTx\": 0,\n            \"fee\": 0.25,\n            \"standardRate\": 0.0195,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0.2535,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"AXP RESTAURANT BASE T1\",\n            \"normalized\": \"Restaurant Tier 1\",\n            \"network\": \"AMEX\",\n            \"amount\": 987.3,\n            \"countTx\": 55,\n            \"rate\": 0.0185,\n            \"perTx\": 0.1,\n            \"fee\": 23.77,\n            \"standardRate\": 0.0185,\n            \"standardPerTx\": 0.1,\n            \"standardFee\": 23.76505,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"AXP RESTAURANT NONUS T1\",\n            \"normalized\": \"Restaurant Non-U.S. Tier 1\",\n            \"network\": \"AMEX\",\n            \"amount\": 93.8,\n            \"countTx\": 4,\n            \"rate\": 0.0225,\n            \"perTx\": 0.1,\n            \"fee\": 2.51,\n            \"standardRate\": 0.0225,\n            \"standardPerTx\": 0.1,\n            \"standardFee\": 2.5105,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"AXP RESTAURANT BASE T2\",\n            \"normalized\": \"Restaurant Tier 2\",\n            \"network\": \"AMEX\",\n            \"amount\": 9111.85,\n            \"countTx\": 166,\n            \"rate\": 0.0245,\n            \"perTx\": 0.1,\n            \"fee\": 239.84,\n            \"standardRate\": 0.025,\n            \"standardPerTx\": 0.1,\n            \"standardFee\": 244.39625,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"AXP RESTAURANT NONSWIPE T2\",\n            \"normalized\": \"Restaurant Non-Swipe Tier 2\",\n            \"network\": \"AMEX\",\n            \"amount\": 41.2,\n            \"countTx\": 1,\n            \"rate\": 0.0275,\n            \"perTx\": 0.1,\n            \"fee\": 1.23,\n            \"standardRate\": 0.028,\n            \"standardPerTx\": 0.1,\n            \"standardFee\": 1.2536,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"AXP RESTAURANT NONUS T2\",\n            \"normalized\": \"Restaurant Non-U.S. Tier 2\",\n            \"network\": \"AMEX\",\n            \"amount\": 131.43,\n            \"countTx\": 3,\n            \"rate\": 0.0285,\n            \"perTx\": 0.1,\n            \"fee\": 4.05,\n            \"standardRate\": 0.025,\n            \"standardPerTx\": 0.1,\n            \"standardFee\": 3.58575,\n            \"padding\": 0.46425\n        },\n        {\n            \"term\": \"AXP RESTAURANT BASE T3\",\n            \"normalized\": \"Restaurant Tier 3\",\n            \"network\": \"AMEX\",\n            \"amount\": 2871.85,\n            \"countTx\": 9,\n            \"rate\": 0.0275,\n            \"perTx\": 0.1,\n            \"fee\": 79.88,\n            \"standardRate\": 0.0285,\n            \"standardPerTx\": 0.1,\n            \"standardFee\": 82.747725,\n            \"padding\": 0\n        }\n    ],\n    \"Total Interchange padding\": 29.666393999999997,\n    \"Interchange optimization\": {\n        \"totalSavings\": 189.54499,\n        \"items\": [\n            {\n                \"term\": \"MC-CORP DATA RATE I (US) BUS\",\n                \"normalized\": \"Data Rate I Level 1 Business Core |  Commercial Data Rate I Business Level 1\",\n                \"network\": \"Mastercard\",\n                \"amount\": 15303.97,\n                \"rate\": 0.0265,\n                \"countTx\": 48,\n                \"perTx\": 0.1,\n                \"fee\": 410.36,\n                \"padding\": 0,\n                \"paddingPercentage\": 0,\n                \"standardCost\": 410.35521,\n                \"standardRate\": 0.0265,\n                \"standardPerTx\": 0.1,\n                \"availableOptimizations\": [\n                    {\n                        \"level\": 2,\n                        \"optimizedCategory\": \"Data Rate II Level 1 Business Core |  Commercial Data Rate II L1\",\n                        \"optimizedRate\": 0.019,\n                        \"optimizedPerTx\": 0.1,\n                        \"optimizedCost\": 295.57543,\n                        \"savings\": 114.77978\n                    }\n                ],\n                \"maxOptimizedCategory\": \"Data Rate II Level 1 Business Core |  Commercial Data Rate II L1\",\n                \"maxOptimizedRate\": 0.019,\n                \"maxOptimizedPerTx\": 0.1,\n                \"maxOptimizedCost\": 295.57543,\n                \"maxOptimizedSavings\": 114.77978\n            },\n            {\n                \"term\": \"VI-PURCHASING CARD CNP\",\n                \"normalized\": \"Commercial\/Corporate\/Purchasing Card Not Present\",\n                \"network\": \"Visa\",\n                \"amount\": 5297.85,\n                \"rate\": 0.027,\n                \"countTx\": 11,\n                \"perTx\": 0.1,\n                \"fee\": 144.14,\n                \"padding\": 0,\n                \"paddingPercentage\": 0,\n                \"standardCost\": 144.14195,\n                \"standardRate\": 0.027,\n                \"standardPerTx\": 0.1,\n                \"availableOptimizations\": [\n                    {\n                        \"level\": 2,\n                        \"optimizedCategory\": \"Commercial\/Corporate\/Purchasing Level II\",\n                        \"optimizedRate\": 0.025,\n                        \"optimizedPerTx\": 0.1,\n                        \"optimizedCost\": 133.54625,\n                        \"savings\": 10.5957\n                    },\n                    {\n                        \"level\": 3,\n                        \"optimizedCategory\": \"Commercial\/Corporate\/Purchasing Level III\",\n                        \"optimizedRate\": 0.019,\n                        \"optimizedPerTx\": 0.1,\n                        \"optimizedCost\": 101.75915,\n                        \"savings\": 42.3828\n                    }\n                ],\n                \"maxOptimizedCategory\": \"Commercial\/Corporate\/Purchasing Level III\",\n                \"maxOptimizedRate\": 0.019,\n                \"maxOptimizedPerTx\": 0.1,\n                \"maxOptimizedCost\": 101.75915,\n                \"maxOptimizedSavings\": 42.3828\n            },\n            {\n                \"term\": \"MC-WORLD ELITE MERIT I\",\n                \"normalized\": \"Merit I - World Elite \",\n                \"network\": \"Mastercard\",\n                \"amount\": 1671.82,\n                \"rate\": 0.026,\n                \"countTx\": 7,\n                \"perTx\": 0.1,\n                \"fee\": 44.17,\n                \"padding\": 0,\n                \"paddingPercentage\": 0,\n                \"standardCost\": 44.16732,\n                \"standardRate\": 0.026,\n                \"standardPerTx\": 0.1,\n                \"availableOptimizations\": [\n                    {\n                        \"level\": 3,\n                        \"optimizedCategory\": \"MC World Elite Merit 1 (3D Secure)\",\n                        \"optimizedRate\": 0.022,\n                        \"optimizedPerTx\": 0.1,\n                        \"optimizedCost\": 37.48004,\n                        \"savings\": 6.68728\n                    }\n                ],\n                \"maxOptimizedCategory\": \"MC World Elite Merit 1 (3D Secure)\",\n                \"maxOptimizedRate\": 0.022,\n                \"maxOptimizedPerTx\": 0.1,\n                \"maxOptimizedCost\": 37.48004,\n                \"maxOptimizedSavings\": 6.68728\n            },\n            {\n                \"term\": \"VI-EIRF NON CPS ALL OTHER (PP)\",\n                \"normalized\": \"Electronic Interchange Reimbursement Fee (EIRF) - Exempt\",\n                \"network\": \"Visa\",\n                \"amount\": 1825,\n                \"rate\": 0.018,\n                \"countTx\": 5,\n                \"perTx\": 0.2,\n                \"fee\": 33.85,\n                \"padding\": 0,\n                \"paddingPercentage\": 0,\n                \"standardCost\": 33.85,\n                \"standardRate\": 0.018,\n                \"standardPerTx\": 0.2,\n                \"availableOptimizations\": [\n                    {\n                        \"level\": 2,\n                        \"optimizedCategory\": \"CPS\/Card Not Present, Prepaid - Exempt (CNP)\",\n                        \"optimizedRate\": 0.0175,\n                        \"optimizedPerTx\": 0.2,\n                        \"optimizedCost\": 32.9375,\n                        \"savings\": 0.9125\n                    }\n                ],\n                \"maxOptimizedCategory\": \"CPS\/Card Not Present, Prepaid - Exempt (CNP)\",\n                \"maxOptimizedRate\": 0.0175,\n                \"maxOptimizedPerTx\": 0.2,\n                \"maxOptimizedCost\": 32.9375,\n                \"maxOptimizedSavings\": 0.9125\n            },\n            {\n                \"term\": \"MC-COM DATA RATE I FLT NFUEL\",\n                \"normalized\": \"Data Rate I - Large Market Credit |  Commercial Data Rate I Large Market\",\n                \"network\": \"Mastercard\",\n                \"amount\": 1118.8,\n                \"rate\": 0.027,\n                \"countTx\": 8,\n                \"perTx\": 0.1,\n                \"fee\": 31.01,\n                \"padding\": 0,\n                \"paddingPercentage\": 0,\n                \"standardCost\": 31.0076,\n                \"standardRate\": 0.027,\n                \"standardPerTx\": 0.1,\n                \"availableOptimizations\": [\n                    {\n                        \"level\": 2,\n                        \"optimizedCategory\": \"Data Rate II - Large Market Credit |  Commercial Data Rate II Large Market\",\n                        \"optimizedRate\": 0.025,\n                        \"optimizedPerTx\": 0.1,\n                        \"optimizedCost\": 28.77,\n                        \"savings\": 2.2376\n                    },\n                    {\n                        \"level\": 3,\n                        \"optimizedCategory\": \"Data Rate III - Large Market Credit |  Commercial Data Rate III Large Market\",\n                        \"optimizedRate\": 0.019,\n                        \"optimizedPerTx\": 0.1,\n                        \"optimizedCost\": 22.0572,\n                        \"savings\": 8.9504\n                    }\n                ],\n                \"maxOptimizedCategory\": \"Data Rate III - Large Market Credit |  Commercial Data Rate III Large Market\",\n                \"maxOptimizedRate\": 0.019,\n                \"maxOptimizedPerTx\": 0.1,\n                \"maxOptimizedCost\": 22.0572,\n                \"maxOptimizedSavings\": 8.9504\n            },\n            {\n                \"term\": \"MC-DOMESTIC MERIT I (DB)\",\n                \"normalized\": \"Merit I - Debit Rate |  Non-Regulated Consumer Debit\",\n                \"network\": \"Mastercard\",\n                \"amount\": 1067.32,\n                \"rate\": 0.0165,\n                \"countTx\": 9,\n                \"perTx\": 0.15,\n                \"fee\": 18.96,\n                \"padding\": 0,\n                \"paddingPercentage\": 0,\n                \"standardCost\": 18.96078,\n                \"standardRate\": 0.0165,\n                \"standardPerTx\": 0.15,\n                \"availableOptimizations\": [\n                    {\n                        \"level\": 3,\n                        \"optimizedCategory\": \"MC Merit 1 Debit (3D Secure)\",\n                        \"optimizedRate\": 0.011,\n                        \"optimizedPerTx\": 0.15,\n                        \"optimizedCost\": 13.09052,\n                        \"savings\": 5.87026\n                    }\n                ],\n                \"maxOptimizedCategory\": \"MC Merit 1 Debit (3D Secure)\",\n                \"maxOptimizedRate\": 0.011,\n                \"maxOptimizedPerTx\": 0.15,\n                \"maxOptimizedCost\": 13.09052,\n                \"maxOptimizedSavings\": 5.87026\n            },\n            {\n                \"term\": \"MC-BUS LEVEL 2 DATA RATE I\",\n                \"normalized\": \"Data Rate I Level 2 Business World |  Commercial Data Rate I Business Level 2\",\n                \"network\": \"Mastercard\",\n                \"amount\": 550,\n                \"rate\": 0.028,\n                \"countTx\": 1,\n                \"perTx\": 0.1,\n                \"fee\": 15.5,\n                \"padding\": 0,\n                \"paddingPercentage\": 0,\n                \"standardCost\": 15.5,\n                \"standardRate\": 0.028,\n                \"standardPerTx\": 0.1,\n                \"availableOptimizations\": [\n                    {\n                        \"level\": 2,\n                        \"optimizedCategory\": \"Data Rate II Level 2 Business World |  Commercial Data Rate II L2\",\n                        \"optimizedRate\": 0.0205,\n                        \"optimizedPerTx\": 0.1,\n                        \"optimizedCost\": 11.375,\n                        \"savings\": 4.125\n                    }\n                ],\n                \"maxOptimizedCategory\": \"Data Rate II Level 2 Business World |  Commercial Data Rate II L2\",\n                \"maxOptimizedRate\": 0.0205,\n                \"maxOptimizedPerTx\": 0.1,\n                \"maxOptimizedCost\": 11.375,\n                \"maxOptimizedSavings\": 4.125\n            },\n            {\n                \"term\": \"VI-EIRF NON CPS ALL OTHER (DB)\",\n                \"normalized\": \"Electronic Interchange Reimbursement Fee (EIRF), Debit - Exempt\",\n                \"network\": \"Visa\",\n                \"amount\": 558.22,\n                \"rate\": 0.0175,\n                \"countTx\": 5,\n                \"perTx\": 0.2,\n                \"fee\": 10.77,\n                \"padding\": 0,\n                \"paddingPercentage\": 0,\n                \"standardCost\": 10.76885,\n                \"standardRate\": 0.0175,\n                \"standardPerTx\": 0.2,\n                \"availableOptimizations\": [\n                    {\n                        \"level\": 2,\n                        \"optimizedCategory\": \"CPS\/Card Not Present, Debit - Exempt (CNP)\",\n                        \"optimizedRate\": 0.0165,\n                        \"optimizedPerTx\": 0.15,\n                        \"optimizedCost\": 9.96063,\n                        \"savings\": 0.80822\n                    }\n                ],\n                \"maxOptimizedCategory\": \"CPS\/Card Not Present, Debit - Exempt (CNP)\",\n                \"maxOptimizedRate\": 0.0165,\n                \"maxOptimizedPerTx\": 0.15,\n                \"maxOptimizedCost\": 9.96063,\n                \"maxOptimizedSavings\": 0.80822\n            },\n            {\n                \"term\": \"VI-US BUS TR4 PRD 1\",\n                \"normalized\": \"Business Product 1 - Tier 4\",\n                \"network\": \"Visa\",\n                \"amount\": 254.5,\n                \"rate\": 0.0295,\n                \"countTx\": 2,\n                \"perTx\": 0.1,\n                \"fee\": 7.71,\n                \"padding\": 0,\n                \"paddingPercentage\": 0,\n                \"standardCost\": 7.70775,\n                \"standardRate\": 0.0295,\n                \"standardPerTx\": 0.1,\n                \"availableOptimizations\": [\n                    {\n                        \"level\": 2,\n                        \"optimizedCategory\": \"Business Level II - Tier 4\",\n                        \"optimizedRate\": 0.022,\n                        \"optimizedPerTx\": 0.1,\n                        \"optimizedCost\": 5.799,\n                        \"savings\": 1.90875\n                    }\n                ],\n                \"maxOptimizedCategory\": \"Business Level II - Tier 4\",\n                \"maxOptimizedRate\": 0.022,\n                \"maxOptimizedPerTx\": 0.1,\n                \"maxOptimizedCost\": 5.799,\n                \"maxOptimizedSavings\": 1.90875\n            },\n            {\n                \"term\": \"VI-NON QUAL BUS CR\",\n                \"normalized\": \"Business Non-Qualified - Tier 1\",\n                \"network\": \"Visa\",\n                \"amount\": 200,\n                \"rate\": 0.0315,\n                \"countTx\": 1,\n                \"perTx\": 0.2,\n                \"fee\": 6.5,\n                \"padding\": 0,\n                \"paddingPercentage\": 0,\n                \"standardCost\": 6.5,\n                \"standardRate\": 0.0315,\n                \"standardPerTx\": 0.2,\n                \"availableOptimizations\": [\n                    {\n                        \"level\": 2,\n                        \"optimizedCategory\": \"Business Level II - Tier 1\",\n                        \"optimizedRate\": 0.019,\n                        \"optimizedPerTx\": 0.1,\n                        \"optimizedCost\": 3.9,\n                        \"savings\": 2.6\n                    }\n                ],\n                \"maxOptimizedCategory\": \"Business Level II - Tier 1\",\n                \"maxOptimizedRate\": 0.019,\n                \"maxOptimizedPerTx\": 0.1,\n                \"maxOptimizedCost\": 3.9,\n                \"maxOptimizedSavings\": 2.6\n            },\n            {\n                \"term\": \"MC-ENHANCED MERIT I\",\n                \"normalized\": \"Merit I - Enhanced \",\n                \"network\": \"Mastercard\",\n                \"amount\": 130,\n                \"rate\": 0.021,\n                \"countTx\": 1,\n                \"perTx\": 0.1,\n                \"fee\": 2.83,\n                \"padding\": 0,\n                \"paddingPercentage\": 0,\n                \"standardCost\": 2.83,\n                \"standardRate\": 0.021,\n                \"standardPerTx\": 0.1,\n                \"availableOptimizations\": [\n                    {\n                        \"level\": 3,\n                        \"optimizedCategory\": \"MC Enhanced Value Merit 1 (3D Secure)\",\n                        \"optimizedRate\": 0.017,\n                        \"optimizedPerTx\": 0.1,\n                        \"optimizedCost\": 2.31,\n                        \"savings\": 0.52\n                    }\n                ],\n                \"maxOptimizedCategory\": \"MC Enhanced Value Merit 1 (3D Secure)\",\n                \"maxOptimizedRate\": 0.017,\n                \"maxOptimizedPerTx\": 0.1,\n                \"maxOptimizedCost\": 2.31,\n                \"maxOptimizedSavings\": 0.52\n            }\n        ]\n    },\n    \"Card Brands Dues and Assessments\": [\n        {\n            \"term\": \"MASTERCARD ASSESSMENT FEE\",\n            \"normalized\": \"Assessment %\",\n            \"network\": \"Mastercard\",\n            \"amount\": 20526.39,\n            \"countTx\": 1,\n            \"rate\": 0.0013,\n            \"perTx\": 0,\n            \"fee\": 26.68,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"MC LICENSE VOLUME FEE\",\n            \"normalized\": \"MC Acquirer License Fee\",\n            \"network\": \"Mastercard\",\n            \"amount\": 20526.39,\n            \"countTx\": 1,\n            \"rate\": 6.1e-5,\n            \"perTx\": 0,\n            \"fee\": 1.25,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"MC NETWORK ACCESS AUTH FEE\",\n            \"normalized\": \"Assessment PI (NABU Fee)\",\n            \"network\": \"Mastercard\",\n            \"amount\": 0,\n            \"countTx\": 416,\n            \"rate\": 0,\n            \"perTx\": 0.0195,\n            \"fee\": 8.11,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VISA ASSESSMENT FEE CR\",\n            \"normalized\": \"Assessments %\",\n            \"network\": \"Visa\",\n            \"amount\": 22542.51,\n            \"countTx\": 1,\n            \"rate\": 0.0013,\n            \"perTx\": 0,\n            \"fee\": 29.31,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VISA ASSESSMENT FEE DB\",\n            \"normalized\": \"Visa Debit Assessments\",\n            \"network\": \"Visa\",\n            \"amount\": 25568.33,\n            \"countTx\": 1,\n            \"rate\": 0.0013,\n            \"perTx\": 0,\n            \"fee\": 33.24,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"ACQUIRER PROCESSOR FEE CREDIT\",\n            \"normalized\": null,\n            \"network\": null,\n            \"amount\": 0,\n            \"countTx\": 448,\n            \"rate\": 0,\n            \"perTx\": 0.0195,\n            \"fee\": 8.74,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"ACQUIRER PROCESSOR FEE DB\/PP\",\n            \"normalized\": null,\n            \"network\": null,\n            \"amount\": 0,\n            \"countTx\": 573,\n            \"rate\": 0,\n            \"perTx\": 0.0155,\n            \"fee\": 8.88,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"DISCOVER ASSESSMENT FEE\",\n            \"normalized\": \"Assessment %\",\n            \"network\": \"Discover\",\n            \"amount\": 3762.14,\n            \"countTx\": 1,\n            \"rate\": 0.0013,\n            \"perTx\": 0,\n            \"fee\": 4.89,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"DISCOVER DATA USAGE FEE\",\n            \"normalized\": \"Assessment PI (Network Authorization Fee)\u2020 \",\n            \"network\": \"Discover\",\n            \"amount\": 0,\n            \"countTx\": 64,\n            \"rate\": 0,\n            \"perTx\": 0.0195,\n            \"fee\": 1.25,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"NETWORK AUTHORIZATION FEE\",\n            \"normalized\": null,\n            \"network\": null,\n            \"amount\": 0,\n            \"countTx\": 64,\n            \"rate\": 0,\n            \"perTx\": 0.0025,\n            \"fee\": 0.16,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"AMEX NETWORK FEE\",\n            \"normalized\": \"Amex Network Fees\",\n            \"network\": \"AMEX\",\n            \"amount\": 13237.43,\n            \"countTx\": 1,\n            \"rate\": 0.0015,\n            \"perTx\": 0,\n            \"fee\": 19.86,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VI BASE II SYSTEM FILE FEE\",\n            \"normalized\": \"Clearing Access\",\n            \"network\": \"Visa\",\n            \"amount\": 0,\n            \"countTx\": 990,\n            \"rate\": 0,\n            \"perTx\": 0.0018,\n            \"fee\": 1.78,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VI BASE II CR VOUCHER FEE CR\",\n            \"normalized\": null,\n            \"network\": null,\n            \"amount\": 0,\n            \"countTx\": 1,\n            \"rate\": 0,\n            \"perTx\": 0.0195,\n            \"fee\": 0.02,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VISA INTL SERVICE FEE - BASE\",\n            \"normalized\": null,\n            \"network\": null,\n            \"amount\": 797.21,\n            \"countTx\": 28,\n            \"rate\": 0,\n            \"perTx\": 0,\n            \"fee\": 6.38,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"US CROSS BORDER FEE\",\n            \"normalized\": null,\n            \"network\": null,\n            \"amount\": 518.66,\n            \"countTx\": 14,\n            \"rate\": 0,\n            \"perTx\": 0,\n            \"fee\": 3.11,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        },\n        {\n            \"term\": \"VI TRANSACTION INTEGRITY FEE\",\n            \"normalized\": \"Visa Transaction Integrity Fee (TIF)\",\n            \"network\": \"Visa\",\n            \"amount\": 0,\n            \"countTx\": 2,\n            \"rate\": 0,\n            \"perTx\": 0.1,\n            \"fee\": 0.2,\n            \"standardRate\": 0,\n            \"standardPerTx\": 0,\n            \"standardFee\": 0,\n            \"padding\": 0\n        }\n    ],\n    \"Total Card Brands Dues and Assessments padding\": 0,\n    \"Processor-Specific Fees\": [\n        {\n            \"term\": \"MASTERCARD SALES DISCOUNT\",\n            \"category\": \"Processing fee\",\n            \"network\": \"Processor\",\n            \"amount\": 15250.57,\n            \"rate\": 0.0015,\n            \"countTx\": 1,\n            \"perTx\": 0,\n            \"fee\": 22.88\n        },\n        {\n            \"term\": \"MASTERCARD DEBIT SALES DISC\",\n            \"category\": \"Processing fee\",\n            \"network\": \"Processor\",\n            \"amount\": 5275.82,\n            \"rate\": 0.0015,\n            \"countTx\": 1,\n            \"perTx\": 0,\n            \"fee\": 7.91\n        },\n        {\n            \"term\": \"MASTERCARD AUTH FEE\",\n            \"category\": \"Processing fee\",\n            \"network\": \"Processor\",\n            \"amount\": 0,\n            \"rate\": 0,\n            \"countTx\": 435,\n            \"perTx\": 0.05,\n            \"fee\": 21.75\n        },\n        {\n            \"term\": \"VISA DEBIT SALES DISCOUNT\",\n            \"category\": \"Processing fee\",\n            \"network\": \"Processor\",\n            \"amount\": 25568.33,\n            \"rate\": 0.0015,\n            \"countTx\": 1,\n            \"perTx\": 0,\n            \"fee\": 38.35\n        },\n        {\n            \"term\": \"VISA SALES DISCOUNT\",\n            \"category\": \"Processing fee\",\n            \"network\": \"Processor\",\n            \"amount\": 22542.51,\n            \"rate\": 0.0015,\n            \"countTx\": 1,\n            \"perTx\": 0,\n            \"fee\": 33.81\n        },\n        {\n            \"term\": \"VISA AUTH FEE\",\n            \"category\": \"Processing fee\",\n            \"network\": \"Processor\",\n            \"amount\": 0,\n            \"rate\": 0,\n            \"countTx\": 1031,\n            \"perTx\": 0.05,\n            \"fee\": 51.55\n        },\n        {\n            \"term\": \"DISCOVER SALES DISCOUNT\",\n            \"category\": \"Processing fee\",\n            \"network\": \"Processor\",\n            \"amount\": 3609.83,\n            \"rate\": 0.0015,\n            \"countTx\": 1,\n            \"perTx\": 0,\n            \"fee\": 5.41\n        },\n        {\n            \"term\": \"DISCOVER DEBIT SALES DISCOUNT\",\n            \"category\": \"Processing fee\",\n            \"network\": \"Processor\",\n            \"amount\": 152.31,\n            \"rate\": 0.0015,\n            \"countTx\": 1,\n            \"perTx\": 0,\n            \"fee\": 0.23\n        },\n        {\n            \"term\": \"DISCOVER AUTH FEE\",\n            \"category\": \"Processing fee\",\n            \"network\": \"Processor\",\n            \"amount\": 0,\n            \"rate\": 0,\n            \"countTx\": 64,\n            \"perTx\": 0.05,\n            \"fee\": 3.2\n        },\n        {\n            \"term\": \"AMEX AUTH FEE\",\n            \"category\": \"Processing fee\",\n            \"network\": \"Processor\",\n            \"amount\": 0,\n            \"rate\": 0,\n            \"countTx\": 242,\n            \"perTx\": 0.05,\n            \"fee\": 12.1\n        },\n        {\n            \"term\": \"AMEX SALES DISCOUNT\",\n            \"category\": \"Processing fee\",\n            \"network\": \"Processor\",\n            \"amount\": 13237.43,\n            \"rate\": 0.0025,\n            \"countTx\": 1,\n            \"perTx\": 0,\n            \"fee\": 33.09\n        },\n        {\n            \"term\": \"BATCH SETTLEMENT FEE\",\n            \"category\": \"Batch\",\n            \"network\": \"Processor\",\n            \"amount\": 0,\n            \"rate\": 0,\n            \"countTx\": 24,\n            \"perTx\": 0.05,\n            \"fee\": 1.2\n        },\n        {\n            \"term\": \"REGULATORY PRODUCT FEE\",\n            \"category\": \"Service\",\n            \"network\": \"Processor\",\n            \"amount\": 0,\n            \"rate\": 0,\n            \"countTx\": 1,\n            \"perTx\": 0,\n            \"fee\": 3.5\n        },\n        {\n            \"term\": \"MONTHLY STATEMENT FEE\",\n            \"category\": \"Service\",\n            \"network\": \"Processor\",\n            \"amount\": 0,\n            \"rate\": 0,\n            \"countTx\": 1,\n            \"perTx\": 0,\n            \"fee\": 10\n        }\n    ],\n    \"Unknown Fees\": [\n        {\n            \"term\": \"MASTERCARD KILOBYTE TRANS FEE\",\n            \"normalized\": null,\n            \"network\": null,\n            \"amount\": 0,\n            \"rate\": 0,\n            \"countTx\": 213,\n            \"perTx\": 0.035,\n            \"fee\": 7.46\n        }\n    ]\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "2.8 Get FeeNav Excel (id) - GET",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/analysis\/download\/excel\/:id",
                            "query": [
                                {
                                    "key": "analysis",
                                    "value": "1",
                                    "description": "Whether to return full analysis (1) or not (0).",
                                    "disabled": false
                                },
                                {
                                    "key": "summary",
                                    "value": "0",
                                    "description": "Whether to return summary analysis (1) or not (0).",
                                    "disabled": false
                                },
                                {
                                    "key": "padding",
                                    "value": "1",
                                    "description": "Whether to extract IC Padding (1) or not (0).",
                                    "disabled": false
                                },
                                {
                                    "key": "optimization",
                                    "value": "1",
                                    "description": "Whether to extract IC Optimization (1) or not (0).",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/analysis\/download\/excel\/:id?analysis=1&summary=0&padding=1&optimization=1",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "%22xK1v5bvy%22",
                                    "description": "Statement id previously obtained."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p>Returns the completed analysis in the Fee Navigator standard Excel .xlsx format. It will include multiple tabs, based on the options selected.<\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n\"errors\": [\"Statement not found\"]\n}\n",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n\"errors\": [\"Internal Server Error -- We had a problem with our server. Try again later.\"]\n}\n",
                            "name": ""
                        },
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "2.9 Get Proposal PDF (id) - GET",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/get-proposal-pdf\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/get-proposal-pdf\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1755002352774017576",
                                    "description": "Statement id previously obtained."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p> Returns the completed proposal in PDF format. That is, once generated in Word\/Excel, it will be converted to PDF and returned.<\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n\"errors\": [\"Statement not found\"]\n}\n",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n\"errors\": [\"Internal Server Error -- We had a problem with our server. Try again later.\"]\n}\n",
                            "name": ""
                        },
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "2.10 Get Proposal - GET",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/get-proposal\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/get-proposal\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1755002352774017576",
                                    "description": "Statement id previously obtained."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p> Returns the completed proposal in its source template format - either Word or Excel. <\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n\"errors\": [\"Statement not found\"]\n}\n",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n\"errors\": [\"Internal Server Error -- We had a problem with our server. Try again later.\"]\n}\n",
                            "name": ""
                        },
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "2.11 Update Proposal (id) - POST",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/update-proposal\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/update-proposal\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "x236td5",
                                    "description": "Statement id previously obtained."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"dataPoints\":\"{\\\"95\\\":\\\"0.01990\\\",\\\"162\\\":\\\"30\\\"}\"}"
                        },
                        "description": "<table>\n<thead>\n<tr>\n<th>ID<\/th>\n<th>Name<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>95<\/td>\n<td>Visa Credit discRateProposed<\/td>\n<td>Discount Rate for Visa Credit (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>96<\/td>\n<td>Visa Credit transactionFeeProposed<\/td>\n<td>Per transaction cost for Visa Credit (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>97<\/td>\n<td>Visa Debit discRateProposed<\/td>\n<td>Discount Rate for Visa Debit (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>98<\/td>\n<td>Visa Debit transactionFeeProposed<\/td>\n<td>Per transaction cost for Visa Debit (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>99<\/td>\n<td>Visa Auth transactionFeeProposed<\/td>\n<td>Per authorization cost for Visa (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>100<\/td>\n<td>Mastercard Credit discRateProposed<\/td>\n<td>Discount Rate for Mastercard Credit (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>101<\/td>\n<td>Mastercard Credit transactionFeeProposed<\/td>\n<td>Per transaction cost for Mastercard Credit (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>102<\/td>\n<td>Mastercard Debit discRateProposed<\/td>\n<td>Discount Rate for Mastercard Debit (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>103<\/td>\n<td>Mastercard Debit transactionFeeProposed<\/td>\n<td>Per transaction cost for Mastercard Debit (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>104<\/td>\n<td>Mastercard Auth transactionFeeProposed<\/td>\n<td>Per authorization cost for Mastercard (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>105<\/td>\n<td>Discover Credit discRateProposed<\/td>\n<td>Discount Rate for Discover Credit (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>106<\/td>\n<td>Discover Credit transactionFeeProposed<\/td>\n<td>Per transaction cost for Discover Credit (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>107<\/td>\n<td>Discover Debit discRateProposed<\/td>\n<td>Discount Rate for Discover Debit (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>108<\/td>\n<td>Discover Debit transactionFeeProposed<\/td>\n<td>Per transaction cost for Discover Debit (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>109<\/td>\n<td>Discover Auth transactionFeeProposed<\/td>\n<td>Per authorization cost for Discover (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>110<\/td>\n<td>American Express discRateProposed<\/td>\n<td>Discount Rate for AMEX Credit (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>111<\/td>\n<td>American Express transactionFeeProposed<\/td>\n<td>Per transaction cost for AMEX Credit (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>112<\/td>\n<td>American Express Auth transactionFeeProposed<\/td>\n<td>Per authorization cost for AMEX (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>113<\/td>\n<td>PIN Debit discRateProposed<\/td>\n<td>Discount Rate for PIN Debit (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>114<\/td>\n<td>PIN Debit transactionFeeProposed<\/td>\n<td>Discount Rate for Discover Debit (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>115<\/td>\n<td>EBT transactionFeeProposed<\/td>\n<td>Discount Rate for EBT (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>116<\/td>\n<td>Fleet Cards \/ Other discRateProposed<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>117<\/td>\n<td>Fleet Cards \/ Other transactionFeeProposed<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>122<\/td>\n<td>Interchange &amp; downgrades Proposed<\/td>\n<td>Interchange &amp; Amex Program (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>123<\/td>\n<td>Interchange optimization Proposed<\/td>\n<td>&quot;Interchange optimization, if available&quot;<\/td>\n<\/tr>\n<tr>\n<td>125<\/td>\n<td>AVS transactionFee Proposed<\/td>\n<td>Cost Per AVS transaction (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>126<\/td>\n<td>PCI compliance Proposed<\/td>\n<td>PCI Compliance Fee (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>127<\/td>\n<td>Non-PCI compliance Proposed<\/td>\n<td>PCI Non-Complince Fee (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>128<\/td>\n<td>Batch transactionFee Proposed<\/td>\n<td>Per batch transaction cost (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>129<\/td>\n<td>Monthly Proposed<\/td>\n<td>Service\/Custom fees (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>151<\/td>\n<td>Other fees Proposed<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>155<\/td>\n<td>Dues &amp; Assessments Proposed<\/td>\n<td>Dues &amp; Assessments (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>162<\/td>\n<td>Chargeback Proposed<\/td>\n<td>Chargeback (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>166<\/td>\n<td>Surcharging Proposed<\/td>\n<td>Surcharging (Proposed)<\/td>\n<\/tr>\n<tr>\n<td>169<\/td>\n<td>Total Volume Proposed<\/td>\n<td>Volume amount for all card types (Proposed)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n<p> Update proposed data points for a statement's proposal.<\/p>\n<p><b>If the plan is changed after setting the datapoints, all the custom datapoints entered will be overwritten.<\/b><\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"status\": \"success\",\n    \"affectedDataPoints\": [\n        {\n            \"id\": 78,\n            \"name\": \"Potential Savings\",\n            \"type\": \"number\",\n            \"decimals\": 2,\n            \"isCorrect\": null,\n            \"value\": -21569.14,\n            \"prettyValue\": null\n        },\n        {\n            \"id\": 121,\n            \"name\": \"Processing Fees Proposed\",\n            \"type\": \"number\",\n            \"decimals\": 2,\n            \"isCorrect\": null,\n            \"value\": 2233.82,\n            \"prettyValue\": null\n        },\n        {\n            \"id\": 130,\n            \"name\": \"Total Fees Proposed\",\n            \"type\": \"number\",\n            \"decimals\": 2,\n            \"isCorrect\": null,\n            \"value\": 2884.62,\n            \"prettyValue\": null\n        },\n        {\n            \"id\": 131,\n            \"name\": \"Effective Rate Proposed\",\n            \"type\": \"percentage\",\n            \"decimals\": 2,\n            \"isCorrect\": null,\n            \"value\": 0.0844,\n            \"prettyValue\": null\n        },\n        {\n            \"id\": 132,\n            \"name\": \"Monthly Savings\",\n            \"type\": \"number\",\n            \"decimals\": 2,\n            \"isCorrect\": null,\n            \"value\": -1797.43,\n            \"prettyValue\": null\n        },\n        {\n            \"id\": 133,\n            \"name\": \"3 Year Savings\",\n            \"type\": \"number\",\n            \"decimals\": 2,\n            \"isCorrect\": null,\n            \"value\": -64707.42,\n            \"prettyValue\": null\n        },\n        {\n            \"id\": 134,\n            \"name\": \"Pass-Through Fees Proposed\",\n            \"type\": \"number\",\n            \"decimals\": 2,\n            \"isCorrect\": null,\n            \"value\": 650.8,\n            \"prettyValue\": null\n        },\n        {\n            \"id\": 136,\n            \"name\": \"Percent Processing Fees Proposed\",\n            \"type\": \"percentage\",\n            \"decimals\": 2,\n            \"isCorrect\": null,\n            \"value\": 0.0654,\n            \"prettyValue\": null\n        },\n        {\n            \"id\": 138,\n            \"name\": \"Percent Pass-Through Fees Proposed\",\n            \"type\": \"percentage\",\n            \"decimals\": 2,\n            \"isCorrect\": null,\n            \"value\": 0.019,\n            \"prettyValue\": null\n        },\n        {\n            \"id\": 80,\n            \"name\": \"Markup\",\n            \"type\": \"number\",\n            \"decimals\": 2,\n            \"isCorrect\": null,\n            \"value\": 0.07,\n            \"prettyValue\": null\n        },\n        {\n            \"id\": 142,\n            \"name\": \"Margin Proposed Company\",\n            \"type\": \"number\",\n            \"decimals\": 2,\n            \"isCorrect\": null,\n            \"value\": 1123.3,\n            \"prettyValue\": null\n        },\n        {\n            \"id\": 146,\n            \"name\": \"Company Residual Proposed\",\n            \"type\": \"number\",\n            \"decimals\": 2,\n            \"isCorrect\": null,\n            \"value\": 561.65,\n            \"prettyValue\": null\n        },\n        {\n            \"id\": 147,\n            \"name\": \"Agent Residual Proposed\",\n            \"type\": \"number\",\n            \"decimals\": 2,\n            \"isCorrect\": null,\n            \"value\": 561.65,\n            \"prettyValue\": null\n        },\n        {\n            \"id\": 150,\n            \"name\": \"Processor Cost Proposed\",\n            \"type\": \"number\",\n            \"decimals\": 2,\n            \"isCorrect\": null,\n            \"value\": 464.14,\n            \"prettyValue\": null\n        },\n        {\n            \"id\": 152,\n            \"name\": \"Margin Proposed Agent\",\n            \"type\": \"number\",\n            \"decimals\": 2,\n            \"isCorrect\": null,\n            \"value\": 1123.3,\n            \"prettyValue\": null\n        }\n    ]\n}\n",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n    \"errors\": [\"Statement not found.\"]\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "2.12 New Proposal - GET",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/new-proposal\/:id",
                            "query": [
                                {
                                    "key": "idPlan",
                                    "value": "123",
                                    "description": "optional The new plan based on which to generate the new proposal.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/new-proposal\/:id?idPlan=123",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "xYz23Pq",
                                    "description": "Statement id previously obtained."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p> Generates a new Proposal for existing analysed statement based on the specified plan. <\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"idStatement\": \"ccYrRdByO\",\n    \"idCase\": \"_NNN_\",\n    \"idMerchant\": \"_UUID_\",\n    \"MerchantProposalLink\": \"https:\/\/periscope-ui.pro.feenavigator.com\/#\/merchant-proposal\/_UUID_\",\n    \"AnalysisEditLink\": \"https:\/\/feenavigator.com\/compass\/#\/upload\/case\/_NNNNN_\",\n    \"datapoints\": {\n        \"merchant\": {\n            \"id\": \"_UUID_\",\n            \"company_id\": 1234,\n            \"merchant_name\": \"SOME MERCHANT NAME\",\n            \"first_name\": \"John\",\n            \"last_name\": \"Smith\",\n            \"email\": null,\n            \"mobile\": null,\n            \"zip\": \"90670-5133\",\n            \"industry\": 5713,\n            \"crm_stage_id\": null,\n            \"created_at\": \"2023-01-17T07:27:22.000000Z\",\n            \"updated_at\": \"2023-01-17T07:27:22.000000Z\"\n        },\n        \"MerchantProposalLink\": \"https:\/\/periscope-ui.pro.feenavigator.com\/#\/merchant-proposal\/_UUID_\",\n        \"AnalysisEditLink\": \"https:\/\/feenavigator.com\/compass\/#\/upload\/case\/_NNNNN_\",\n        \"EBT discRate\": null,\n        \"Pricing Type\": \"IC Plus\",\n        \"Merchant Name\": \"SOME MERCHANT NAME\",\n        \"Merchant Address\": \"1234 BEST AVE\\r\\nSANTA FE SPGS CA 90670-1234\",\n        \"Merchant Number\": \"56220000005223\",\n        \"Statement Period Start\": \"10\/01\/22\",\n        \"Statement Period End\": \"10\/31\/22\",\n        \"Third Party Transactions\": null,\n        \"Visa Credit amount\": 430446.3,\n        \"Visa Credit discRate\": 0.0055,\n        \"Visa Credit nrTransactions\": 88,\n        \"Visa Credit transactionFee\": null,\n        \"Visa Credit discRateProposed\": 0.0121,\n        \"Visa Credit transactionFeeProposed\": 0.18,\n        \"Visa Debit amount\": null,\n        \"Visa Debit discRate\": null,\n        \"Visa Debit nrTransactions\": null,\n        \"Visa Debit transactionFee\": null,\n        \"Visa Debit discRateProposed\": null,\n        \"Visa Debit transactionFeeProposed\": null,\n        \"Visa Auth nrTransactions\": null,\n        \"Visa Auth transactionFee\": null,\n        \"Visa Auth transactionFeeProposed\": null,\n        \"Mastercard Credit amount\": 39225.75,\n        \"Mastercard Credit discRate\": 0.0055,\n        \"Mastercard Credit nrTransactions\": 18,\n        \"Mastercard Credit transactionFee\": null,\n        \"Mastercard Credit discRateProposed\": 0.0121,\n        \"Mastercard Credit transactionFeeProposed\": 0.18,\n        \"Mastercard Debit amount\": null,\n        \"Mastercard Debit discRate\": null,\n        \"Mastercard Debit nrTransactions\": null,\n        \"Mastercard Debit transactionFee\": null,\n        \"Mastercard Debit discRateProposed\": null,\n        \"Mastercard Debit transactionFeeProposed\": null,\n        \"Mastercard Auth nrTransactions\": null,\n        \"Mastercard Auth transactionFee\": null,\n        \"Mastercard Auth transactionFeeProposed\": null,\n        \"Discover Credit amount\": 2171.6,\n        \"Discover Credit discRate\": 0.0055,\n        \"Discover Credit nrTransactions\": 1,\n        \"Discover Credit transactionFee\": null,\n        \"Discover Credit discRateProposed\": 0.0121,\n        \"Discover Credit transactionFeeProposed\": 0.18,\n        \"Discover Debit amount\": null,\n        \"Discover Debit discRate\": null,\n        \"Discover Debit nrTransactions\": null,\n        \"Discover Debit transactionFee\": null,\n        \"Discover Debit discRateProposed\": null,\n        \"Discover Debit transactionFeeProposed\": null,\n        \"Discover Auth nrTransactions\": null,\n        \"Discover Auth transactionFee\": null,\n        \"Discover Auth transactionFeeProposed\": null,\n        \"American Express amount\": 47138.3,\n        \"American Express discRate\": 0.0055,\n        \"American Express nrTransactions\": 16,\n        \"American Express transactionFee\": null,\n        \"American Express discRateProposed\": 0.0121,\n        \"American Express transactionFeeProposed\": 0.18,\n        \"American Express Auth nrTransactions\": null,\n        \"American Express Auth transactionFee\": null,\n        \"American Express Auth transactionFeeProposed\": null,\n        \"PIN Debit amount\": null,\n        \"PIN Debit discRate\": null,\n        \"PIN Debit nrTransactions\": null,\n        \"PIN Debit transactionFee\": null,\n        \"PIN Debit discRateProposed\": null,\n        \"PIN Debit transactionFeeProposed\": null,\n        \"EBT amount\": null,\n        \"EBT nrTransactions\": null,\n        \"EBT transactionFee\": null,\n        \"EBT transactionFeeProposed\": null,\n        \"Fleet Cards \/ Other amount\": null,\n        \"Fleet Cards \/ Other discRate\": null,\n        \"Fleet Cards \/ Other nrTransactions\": null,\n        \"Fleet Cards \/ Other transactionFee\": null,\n        \"Fleet Cards \/ Other discRateProposed\": null,\n        \"Fleet Cards \/ Other transactionFeeProposed\": null,\n        \"Interchange & downgrades\": 12407,\n        \"Dues & Assessments\": 747.84,\n        \"PIN debit interchange\": null,\n        \"AVS nrTransactions\": null,\n        \"AVS transactionFee\": null,\n        \"PCI compliance\": 3,\n        \"Non-PCI compliance\": null,\n        \"Batch nrTransactions\": 21,\n        \"Batch transactionFee\": 0.25,\n        \"Monthly\": 153.44,\n        \"Chargeback\": null,\n        \"Surcharging\": null,\n        \"Total Volume\": 518981.95,\n        \"Total Fees\": 16737.1,\n        \"Industry\": \"5713\",\n        \"Representative First Name\": null,\n        \"Representative Last Name\": null,\n        \"Representative Phone\": null,\n        \"Representative Email\": null,\n        \"Card brands \/ other\": null,\n        \"Processing Fees\": 3582.26,\n        \"Pass-Through Fees\": 13154.84,\n        \"Other fees\": 566.17,\n        \"Calculated Other Fees\": null,\n        \"Total Calculated Fees\": 16737.1,\n        \"Monthly Fees\": 16737.1,\n        \"1-Year Fees\": 200845.2,\n        \"3-Year Fees\": 602535.6,\n        \"Effective Rate\": 0.0322,\n        \"Avoidable Fees\": null,\n        \"Potential Savings\": 7598.12,\n        \"Statement Period\": \"Oct 2022\",\n        \"Total nrTransactions\": 123,\n        \"Average Ticket\": 4219.37,\n        \"Processing Fees Proposed\": 6873.24,\n        \"Interchange & downgrades Proposed\": 12406.99,\n        \"Interchange optimization Proposed\": -3924.15,\n        \"PIN debit interchange Proposed\": null,\n        \"AVS transactionFee Proposed\": null,\n        \"PCI compliance Proposed\": null,\n        \"Non-PCI compliance Proposed\": null,\n        \"Batch transactionFee Proposed\": 0.25,\n        \"Monthly Proposed\": null,\n        \"Chargeback Proposed\": null,\n        \"Other fees Proposed\": 566.17,\n        \"Total Fees Proposed\": 16103.92,\n        \"Effective Rate Proposed\": 0.031,\n        \"Monthly Savings\": 633.18,\n        \"3 Year Savings\": 22794.37,\n        \"Pass-Through Fees Proposed\": 9230.68,\n        \"Percent Processing Fees\": 0.0069,\n        \"Percent Processing Fees Proposed\": 0.0132,\n        \"Percent Pass-Through Fees\": 0.0253,\n        \"Percent Pass-Through Fees Proposed\": 0.0178,\n        \"Calculated Other Fees Proposed\": null,\n        \"Percent Other Fees\": null,\n        \"Percent Other Fees Proposed\": null,\n        \"Calculated Total Volume\": 518981.95,\n        \"Card brands \/ other Proposed\": null,\n        \"Dues & Assessments Proposed\": 747.84,\n        \"Surcharging Proposed\": null,\n        \"Tiers Proposed\": null,\n        \"Custom Service Proposed\": null,\n        \"Other Processing Fees\": null,\n        \"Margin Proposed Company\": 4999.81,\n        \"Company Residual Proposed\": 2499.91,\n        \"Agent Residual Proposed\": 2499.91,\n        \"Potential Margin Company\": 6166.42,\n        \"Potential Margin Agent\": 6166.42,\n        \"Processor Cost Proposed\": 1302.01,\n        \"Margin Proposed Agent\": 4999.81,\n        \"Pass-through Fees To Substract\": 0,\n        \"Interchange\": [\n            {\n                \"term\": \"VS Non-Qual Purchasing Credit\",\n                \"normalized\": null,\n                \"network\": null,\n                \"amount\": 5299.95,\n                \"countTx\": 1,\n                \"rate\": 0.0295,\n                \"perTx\": 0.1,\n                \"fee\": 156.45,\n                \"standardRate\": 0,\n                \"standardPerTx\": 0,\n                \"standardFee\": 0,\n                \"padding\": 0\n            },\n            {\n                \"term\": \"VS EIRF Debit\",\n                \"normalized\": \"Electronic Interchange Reimbursement Fee (EIRF), Debit - Exempt\",\n                \"network\": \"Visa\",\n                \"amount\": 1387.22,\n                \"countTx\": 1,\n                \"rate\": 0.0175,\n                \"perTx\": 0.2,\n                \"fee\": 24.48,\n                \"standardRate\": 0.0175,\n                \"standardPerTx\": 0.2,\n                \"standardFee\": 24.47635,\n                \"padding\": 0\n            },\n            {\n                \"term\": \"VS Non Qual Cons Cr\",\n                \"normalized\": \"Non-Qualified Consumer Credit - Signature Preferred (Visa Infinite)\",\n                \"network\": \"Visa\",\n                \"amount\": 21581.19,\n                \"countTx\": 9,\n                \"rate\": 0.0315,\n                \"perTx\": 0.1,\n                \"fee\": 680.71,\n                \"standardRate\": 0.0315,\n                \"standardPerTx\": 0.1,\n                \"standardFee\": 680.707485,\n                \"padding\": 0\n            },\n            {\n                \"term\": \"VS Non Qual Bus Cr\",\n                \"normalized\": \"Business Non-Qualified - Tier 1\",\n                \"network\": \"Visa\",\n                \"amount\": 298378.08,\n                \"countTx\": 28,\n                \"rate\": 0.0315,\n                \"perTx\": 0.2,\n                \"fee\": 9404.52,\n                \"standardRate\": 0.0315,\n                \"standardPerTx\": 0.2,\n                \"standardFee\": 9404.50952,\n                \"padding\": 0.01048\n            },\n            {\n                \"term\": \"VS US Regulated Debit\",\n                \"normalized\": \"CPS\/Retail, Debit - Regulated (CP)\",\n                \"network\": \"Visa\",\n                \"amount\": 105031.36,\n                \"countTx\": 50,\n                \"rate\": 0.0005,\n                \"perTx\": 0.22,\n                \"fee\": 63.52,\n                \"standardRate\": 0.0005,\n                \"standardPerTx\": 0.22,\n                \"standardFee\": 63.51568,\n                \"padding\": 0\n            },\n            {\n                \"term\": \"MC World Elite Key Entered\",\n                \"normalized\": \"Key-entered - World Elite\",\n                \"network\": \"Mastercard\",\n                \"amount\": 5541.63,\n                \"countTx\": 2,\n                \"rate\": 0.026,\n                \"perTx\": 0.1,\n                \"fee\": 144.29,\n                \"standardRate\": 0.026,\n                \"standardPerTx\": 0.1,\n                \"standardFee\": 144.28238,\n                \"padding\": 0\n            },\n            {\n                \"term\": \"MC Business Level 5 Data Rate I\",\n                \"normalized\": \"Data Rate I Level 5 |  Commercial Data Rate I Business Level 5\",\n                \"network\": \"Mastercard\",\n                \"amount\": 25357.9,\n                \"countTx\": 11,\n                \"rate\": 0.03,\n                \"perTx\": 0.1,\n                \"fee\": 761.84,\n                \"standardRate\": 0.03,\n                \"standardPerTx\": 0.1,\n                \"standardFee\": 761.837,\n                \"padding\": 0\n            },\n            {\n                \"term\": \"MC US Cons Regulated POS Debit w\/Fraud Adj\",\n                \"normalized\": \"Regulated Purchases POS Debit with Fraud Adjustment - Debit Rate |  Universal Regulated Debit Fraud Adj\",\n                \"network\": \"Mastercard\",\n                \"amount\": 8326.22,\n                \"countTx\": 5,\n                \"rate\": 0.0005,\n                \"perTx\": 0.22,\n                \"fee\": 5.27,\n                \"standardRate\": 0.0005,\n                \"standardPerTx\": 0.22,\n                \"standardFee\": 5.26311,\n                \"padding\": 0\n            },\n            {\n                \"term\": \"AM Retail Tier 2\",\n                \"normalized\": \"Retail Tier 2\",\n                \"network\": \"AMEX\",\n                \"amount\": 2643.42,\n                \"countTx\": 4,\n                \"rate\": 0.0195,\n                \"perTx\": 0.1,\n                \"fee\": 51.94,\n                \"standardRate\": 0.0195,\n                \"standardPerTx\": 0.1,\n                \"standardFee\": 51.94669,\n                \"padding\": 0\n            },\n            {\n                \"term\": \"AM Retail Tier 3\",\n                \"normalized\": \"Retail Tier 3\",\n                \"network\": \"AMEX\",\n                \"amount\": 44502.81,\n                \"countTx\": 13,\n                \"rate\": 0.024,\n                \"perTx\": 0.1,\n                \"fee\": 1069.36,\n                \"standardRate\": 0.024,\n                \"standardPerTx\": 0.1,\n                \"standardFee\": 1069.36744,\n                \"padding\": 0\n            },\n            {\n                \"term\": \"DS PSL Key Entry PR\",\n                \"normalized\": \"PSL Key Entry - Premium\",\n                \"network\": \"Discover\",\n                \"amount\": 2171.6,\n                \"countTx\": 1,\n                \"rate\": 0.0205,\n                \"perTx\": 0.1,\n                \"fee\": 44.62,\n                \"standardRate\": 0.0205,\n                \"standardPerTx\": 0.1,\n                \"standardFee\": 44.6178,\n                \"padding\": 0\n            }\n        ],\n        \"Total Interchange padding\": 0.01048,\n        \"Interchange optimization\": {\n            \"totalSavings\": 3924.14747,\n            \"items\": [\n                {\n                    \"type\": \"Other\",\n                    \"term\": \"VS Non Qual Bus Cr\",\n                    \"normalized\": \"Business Non-Qualified - Tier 1\",\n                    \"network\": \"Visa\",\n                    \"amount\": 298378.08,\n                    \"rate\": 0.0315,\n                    \"countTx\": 28,\n                    \"perTx\": 0.2,\n                    \"fee\": 9404.52,\n                    \"padding\": 0.01048,\n                    \"paddingPercentage\": 1.114357776793116e-6,\n                    \"standardCost\": 9404.50952,\n                    \"standardRate\": 0.0315,\n                    \"standardPerTx\": 0.2,\n                    \"availableOptimizations\": [\n                        {\n                            \"level\": 2,\n                            \"optimizedCategory\": \"Business Level II - Tier 1\",\n                            \"optimizedRate\": 0.019,\n                            \"optimizedPerTx\": 0.1,\n                            \"optimizedCost\": 5671.98352,\n                            \"savings\": 3732.526\n                        }\n                    ],\n                    \"maxOptimizedCategory\": \"Business Level II - Tier 1\",\n                    \"maxOptimizedRate\": 0.019,\n                    \"maxOptimizedPerTx\": 0.1,\n                    \"maxOptimizedCost\": 5671.98352,\n                    \"maxOptimizedSavings\": 3732.526\n                },\n                {\n                    \"type\": \"Other\",\n                    \"term\": \"MC Business Level 5 Data Rate I\",\n                    \"normalized\": \"Data Rate I Level 5 |  Commercial Data Rate I Business Level 5\",\n                    \"network\": \"Mastercard\",\n                    \"amount\": 25357.9,\n                    \"rate\": 0.03,\n                    \"countTx\": 11,\n                    \"perTx\": 0.1,\n                    \"fee\": 761.84,\n                    \"padding\": 0,\n                    \"paddingPercentage\": 0,\n                    \"standardCost\": 761.837,\n                    \"standardRate\": 0.03,\n                    \"standardPerTx\": 0.1,\n                    \"availableOptimizations\": [\n                        {\n                            \"level\": 2,\n                            \"optimizedCategory\": \"Data Rate II Level 5 |  Commercial Data Rate II L5\",\n                            \"optimizedRate\": 0.0225,\n                            \"optimizedPerTx\": 0.1,\n                            \"optimizedCost\": 571.65275,\n                            \"savings\": 190.18425\n                        }\n                    ],\n                    \"maxOptimizedCategory\": \"Data Rate II Level 5 |  Commercial Data Rate II L5\",\n                    \"maxOptimizedRate\": 0.0225,\n                    \"maxOptimizedPerTx\": 0.1,\n                    \"maxOptimizedCost\": 571.65275,\n                    \"maxOptimizedSavings\": 190.18425\n                },\n                {\n                    \"type\": \"Other\",\n                    \"term\": \"VS EIRF Debit\",\n                    \"normalized\": \"Electronic Interchange Reimbursement Fee (EIRF), Debit - Exempt\",\n                    \"network\": \"Visa\",\n                    \"amount\": 1387.22,\n                    \"rate\": 0.0175,\n                    \"countTx\": 1,\n                    \"perTx\": 0.2,\n                    \"fee\": 24.48,\n                    \"padding\": 0,\n                    \"paddingPercentage\": 0,\n                    \"standardCost\": 24.47635,\n                    \"standardRate\": 0.0175,\n                    \"standardPerTx\": 0.2,\n                    \"availableOptimizations\": [\n                        {\n                            \"level\": 2,\n                            \"optimizedCategory\": \"CPS\/Card Not Present, Debit - Exempt (CNP)\",\n                            \"optimizedRate\": 0.0165,\n                            \"optimizedPerTx\": 0.15,\n                            \"optimizedCost\": 23.03913,\n                            \"savings\": 1.43722\n                        }\n                    ],\n                    \"maxOptimizedCategory\": \"CPS\/Card Not Present, Debit - Exempt (CNP)\",\n                    \"maxOptimizedRate\": 0.0165,\n                    \"maxOptimizedPerTx\": 0.15,\n                    \"maxOptimizedCost\": 23.03913,\n                    \"maxOptimizedSavings\": 1.43722\n                }\n            ]\n        },\n        \"Card Brands Dues and Assessments\": [\n            {\n                \"term\": \"VS-NAPF-Credit\",\n                \"normalized\": null,\n                \"network\": null,\n                \"amount\": 0,\n                \"countTx\": 45,\n                \"rate\": 0,\n                \"perTx\": 0.0195,\n                \"fee\": 0.88,\n                \"standardRate\": 0,\n                \"standardPerTx\": 0,\n                \"standardFee\": 0,\n                \"padding\": 0\n            },\n            {\n                \"term\": \"VS-NAPFDOMCRAUTHREV\",\n                \"normalized\": null,\n                \"network\": null,\n                \"amount\": 0,\n                \"countTx\": 1,\n                \"rate\": 0,\n                \"perTx\": 0.0195,\n                \"fee\": 0.02,\n                \"standardRate\": 0,\n                \"standardPerTx\": 0,\n                \"standardFee\": 0,\n                \"padding\": 0\n            },\n            {\n                \"term\": \"VS-VS FANF CP\",\n                \"normalized\": null,\n                \"network\": null,\n                \"amount\": 0,\n                \"countTx\": 1,\n                \"rate\": 0,\n                \"perTx\": 0,\n                \"fee\": 2,\n                \"standardRate\": 0,\n                \"standardPerTx\": 0,\n                \"standardFee\": 0,\n                \"padding\": 0\n            },\n            {\n                \"term\": \"VS-NAPF-Debit\",\n                \"normalized\": null,\n                \"network\": null,\n                \"amount\": 0,\n                \"countTx\": 55,\n                \"rate\": 0,\n                \"perTx\": 0.0155,\n                \"fee\": 0.85,\n                \"standardRate\": 0,\n                \"standardPerTx\": 0,\n                \"standardFee\": 0,\n                \"padding\": 0\n            },\n            {\n                \"term\": \"VS-TIF\",\n                \"normalized\": null,\n                \"network\": null,\n                \"amount\": 431677.8,\n                \"countTx\": 89,\n                \"rate\": 0,\n                \"perTx\": 0.1,\n                \"fee\": 8.9,\n                \"standardRate\": 0,\n                \"standardPerTx\": 0,\n                \"standardFee\": 0,\n                \"padding\": 0\n            },\n            {\n                \"term\": \"VS-ASSMNT CREDIT\",\n                \"normalized\": \"Assessments %\",\n                \"network\": \"Visa\",\n                \"amount\": 325259.22,\n                \"countTx\": 38,\n                \"rate\": 0.0014,\n                \"perTx\": 0,\n                \"fee\": 455.34,\n                \"standardRate\": 0.0014,\n                \"standardPerTx\": 0,\n                \"standardFee\": 455.362908,\n                \"padding\": 0\n            },\n            {\n                \"term\": \"VS-ASSMNT DEBIT\",\n                \"normalized\": null,\n                \"network\": null,\n                \"amount\": 106418.58,\n                \"countTx\": 51,\n                \"rate\": 0.0013,\n                \"perTx\": 0,\n                \"fee\": 138.34,\n                \"standardRate\": 0,\n                \"standardPerTx\": 0,\n                \"standardFee\": 0,\n                \"padding\": 0\n            },\n            {\n                \"term\": \"VS-VS TRANSMFEE\",\n                \"normalized\": null,\n                \"network\": null,\n                \"amount\": 432909.3,\n                \"countTx\": 90,\n                \"rate\": 0,\n                \"perTx\": 0.0018,\n                \"fee\": 0.16,\n                \"standardRate\": 0,\n                \"standardPerTx\": 0,\n                \"standardFee\": 0,\n                \"padding\": 0\n            },\n            {\n                \"term\": \"VS-VSCRVCHRFEEDB\",\n                \"normalized\": null,\n                \"network\": null,\n                \"amount\": 1231.5,\n                \"countTx\": 1,\n                \"rate\": 0,\n                \"perTx\": 0.0155,\n                \"fee\": 0.02,\n                \"standardRate\": 0,\n                \"standardPerTx\": 0,\n                \"standardFee\": 0,\n                \"padding\": 0\n            },\n            {\n                \"term\": \"MC-ACQ Brnd Vol ABV\",\n                \"normalized\": null,\n                \"network\": null,\n                \"amount\": 27791.75,\n                \"countTx\": 8,\n                \"rate\": 0.0014,\n                \"perTx\": 0,\n                \"fee\": 38.92,\n                \"standardRate\": 0,\n                \"standardPerTx\": 0,\n                \"standardFee\": 0,\n                \"padding\": 0\n            },\n            {\n                \"term\": \"MC-ACQ Brand Volume\",\n                \"normalized\": null,\n                \"network\": null,\n                \"amount\": 11434,\n                \"countTx\": 10,\n                \"rate\": 0.0013,\n                \"perTx\": 0,\n                \"fee\": 14.86,\n                \"standardRate\": 0,\n                \"standardPerTx\": 0,\n                \"standardFee\": 0,\n                \"padding\": 0\n            },\n            {\n                \"term\": \"MC-AVS CardPresent\",\n                \"normalized\": null,\n                \"network\": null,\n                \"amount\": 0,\n                \"countTx\": 10,\n                \"rate\": 0,\n                \"perTx\": 0.01,\n                \"fee\": 0.1,\n                \"standardRate\": 0,\n                \"standardPerTx\": 0,\n                \"standardFee\": 0,\n                \"padding\": 0\n            },\n            {\n                \"term\": \"MC-MC Acq Licn Fee\",\n                \"normalized\": null,\n                \"network\": null,\n                \"amount\": 39225.75,\n                \"countTx\": 18,\n                \"rate\": 0.000125,\n                \"perTx\": 0,\n                \"fee\": 4.9,\n                \"standardRate\": 0,\n                \"standardPerTx\": 0,\n                \"standardFee\": 0,\n                \"padding\": 0\n            },\n            {\n                \"term\": \"MC-MC Location Fee\",\n                \"normalized\": null,\n                \"network\": null,\n                \"amount\": 0,\n                \"countTx\": 1,\n                \"rate\": 0,\n                \"perTx\": 0,\n                \"fee\": 1.25,\n                \"standardRate\": 0,\n                \"standardPerTx\": 0,\n                \"standardFee\": 0,\n                \"padding\": 0\n            },\n            {\n                \"term\": \"MC-NABU Auth\",\n                \"normalized\": null,\n                \"network\": null,\n                \"amount\": 0,\n                \"countTx\": 21,\n                \"rate\": 0,\n                \"perTx\": 0.0195,\n                \"fee\": 0.41,\n                \"standardRate\": 0,\n                \"standardPerTx\": 0,\n                \"standardFee\": 0,\n                \"padding\": 0\n            },\n            {\n                \"term\": \"MC-MC Sfe Nt Aq Fee\",\n                \"normalized\": null,\n                \"network\": null,\n                \"amount\": 0,\n                \"countTx\": 21,\n                \"rate\": 0,\n                \"perTx\": 0.0007,\n                \"fee\": 0.01,\n                \"standardRate\": 0,\n                \"standardPerTx\": 0,\n                \"standardFee\": 0,\n                \"padding\": 0\n            },\n            {\n                \"term\": \"AM-AM USASSMNTFEE\",\n                \"normalized\": null,\n                \"network\": null,\n                \"amount\": 47146.23,\n                \"countTx\": 17,\n                \"rate\": 0.00165,\n                \"perTx\": 0,\n                \"fee\": 77.82,\n                \"standardRate\": 0,\n                \"standardPerTx\": 0,\n                \"standardFee\": 0,\n                \"padding\": 0\n            },\n            {\n                \"term\": \"DS-DS Assessment\",\n                \"normalized\": null,\n                \"network\": null,\n                \"amount\": 2171.6,\n                \"countTx\": 1,\n                \"rate\": 0.0014,\n                \"perTx\": 0,\n                \"fee\": 3.04,\n                \"standardRate\": 0,\n                \"standardPerTx\": 0,\n                \"standardFee\": 0,\n                \"padding\": 0\n            },\n            {\n                \"term\": \"DS-DS Ntwk Auth Fee\",\n                \"normalized\": null,\n                \"network\": null,\n                \"amount\": 0,\n                \"countTx\": 1,\n                \"rate\": 0,\n                \"perTx\": 0.019,\n                \"fee\": 0.02,\n                \"standardRate\": 0,\n                \"standardPerTx\": 0,\n                \"standardFee\": 0,\n                \"padding\": 0\n            }\n        ],\n        \"Total Card Brands Dues and Assessments padding\": 0,\n        \"Processor-Specific Fees\": [\n            {\n                \"term\": \"Discover Authorization\",\n                \"category\": \"Processing fee\",\n                \"amount\": 0,\n                \"rate\": 0,\n                \"countTx\": 1,\n                \"perTx\": 0.1,\n                \"fee\": 0.1\n            },\n            {\n                \"term\": \"MasterCard Authorization\",\n                \"category\": \"Processing fee\",\n                \"amount\": 0,\n                \"rate\": 0,\n                \"countTx\": 21,\n                \"perTx\": 0.1,\n                \"fee\": 2.1\n            },\n            {\n                \"term\": \"Visa Authorization\",\n                \"category\": \"Processing fee\",\n                \"amount\": 0,\n                \"rate\": 0,\n                \"countTx\": 102,\n                \"perTx\": 0.1,\n                \"fee\": 10.2\n            },\n            {\n                \"term\": \"AMEX Authorization\",\n                \"category\": \"Processing fee\",\n                \"amount\": 0,\n                \"rate\": 0,\n                \"countTx\": 19,\n                \"perTx\": 0.1,\n                \"fee\": 1.9\n            },\n            {\n                \"term\": \"AM-Non-Swiped Tr\",\n                \"category\": \"Processing fee\",\n                \"amount\": 49085.22,\n                \"rate\": 0.003,\n                \"countTx\": 18,\n                \"perTx\": 0,\n                \"fee\": 147.25\n            },\n            {\n                \"term\": \"AMEX Support Fee\",\n                \"category\": \"Service\",\n                \"amount\": 47146.23,\n                \"rate\": 0.003,\n                \"countTx\": 1,\n                \"perTx\": 0,\n                \"fee\": 141.44\n            },\n            {\n                \"term\": \"Monthly Service Fee\",\n                \"category\": \"Service\",\n                \"amount\": 5,\n                \"rate\": 0,\n                \"countTx\": 1,\n                \"perTx\": 0,\n                \"fee\": 5\n            },\n            {\n                \"term\": \"Regulatory Compliance Fee\",\n                \"category\": \"PCI Compliance\",\n                \"amount\": 3,\n                \"rate\": 0,\n                \"countTx\": 1,\n                \"perTx\": 0,\n                \"fee\": 3\n            },\n            {\n                \"term\": \"Gateway Access Fee\",\n                \"category\": \"Service\",\n                \"amount\": 7,\n                \"rate\": 0,\n                \"countTx\": 1,\n                \"perTx\": 0,\n                \"fee\": 7\n            },\n            {\n                \"term\": \"Batch Fee\",\n                \"category\": \"Batch\",\n                \"amount\": 0,\n                \"rate\": 0,\n                \"countTx\": 21,\n                \"perTx\": 0.25,\n                \"fee\": 5.25\n            }\n        ],\n        \"Unknown Fees\": [\n            {\n                \"term\": \"Gateway Authorization\",\n                \"normalized\": null,\n                \"network\": null,\n                \"amount\": 0,\n                \"rate\": 0,\n                \"countTx\": 143,\n                \"perTx\": 0.07,\n                \"fee\": 10.01\n            },\n            {\n                \"term\": \"VS-Visa US AVS\",\n                \"normalized\": null,\n                \"network\": null,\n                \"amount\": 0,\n                \"rate\": 0,\n                \"countTx\": 70,\n                \"perTx\": 0.001,\n                \"fee\": 0.07\n            },\n            {\n                \"term\": \"AM-Amex AcqTransFee\",\n                \"normalized\": null,\n                \"network\": null,\n                \"amount\": 49085.22,\n                \"rate\": 0,\n                \"countTx\": 18,\n                \"perTx\": 0.02,\n                \"fee\": 0.36\n            },\n            {\n                \"term\": \"DS-DS AVS\",\n                \"normalized\": null,\n                \"network\": null,\n                \"amount\": 0,\n                \"rate\": 0,\n                \"countTx\": 1,\n                \"perTx\": 0.005,\n                \"fee\": 0.01\n            },\n            {\n                \"term\": \"DS-DS Dig Invt Fee\",\n                \"normalized\": null,\n                \"network\": null,\n                \"amount\": 2171.6,\n                \"rate\": 0.0001,\n                \"countTx\": 1,\n                \"perTx\": 0,\n                \"fee\": 0.22\n            },\n            {\n                \"term\": \"TSS Network Fee\",\n                \"normalized\": null,\n                \"network\": null,\n                \"amount\": 520221.38,\n                \"rate\": 0.0007,\n                \"countTx\": 125,\n                \"perTx\": 0,\n                \"fee\": 364.15\n            },\n            {\n                \"term\": \"Compass Reporting Fee\",\n                \"normalized\": null,\n                \"network\": null,\n                \"amount\": 3,\n                \"rate\": 0,\n                \"countTx\": 1,\n                \"perTx\": 0,\n                \"fee\": 3\n            }\n        ],\n        \"IsQuickQuote\": 0\n    }\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "2.13 Set Plan (id) - PUT",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/set-plan\/:id",
                            "query": [
                                {
                                    "key": "idPlan",
                                    "value": "1755002352774017576",
                                    "description": "ApPlan id previously obtained.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/set-plan\/:id?idPlan=1755002352774017576",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1755002352774017576",
                                    "description": "Statement id previously obtained."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p> Sets a specified proposal plan so that the proposal may be re-generated using the corresponding {pricing regimen, cost\/commissions, proposal template} set.<\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n     \"status\":\"updated\"\n }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n\"errors\": [\"Statement not found\"]\n}\n",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n\"errors\": [\"Internal Server Error -- We had a problem with our server. Try again later.\"]\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "2.14 Set Default Plan (id) - PUT",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/set-default-plan\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/set-default-plan\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1755002352774017576",
                                    "description": "Statement id previously obtained."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p>Sets the default proposal plan for this user.<\/p>\n\n<p>The proposal plan includes a set of {pricing regimen, cost\/commissions, proposal template}.<\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n     \"status\":\"updated\"\n }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n\"errors\": [\"Statement not found\"]\n}\n",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n\"errors\": [\"Internal Server Error -- We had a problem with our server. Try again later.\"]\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "2.15 Set MCC (id) - PUT",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/set-mcc\/:id",
                            "query": [
                                {
                                    "key": "idMcc",
                                    "value": "1755002352774017576",
                                    "description": "industry id previously obtained.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/set-mcc\/:id?idMcc=1755002352774017576",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1755002352774017576",
                                    "description": "Statement id previously obtained."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p> Sets the industry\/MCC associated with the statement.<\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n     \"status\":\"updated\"\n }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n\"errors\": [\"Statement not found\"]\n}\n",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n\"errors\": [\"Internal Server Error -- We had a problem with our server. Try again later.\"]\n}\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "2.16 Get History - GET",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/get-statement-history",
                            "query": [
                                {
                                    "key": "startDate",
                                    "value": "2020-06-01",
                                    "description": "Beginning of the date\/time interval.",
                                    "disabled": false
                                },
                                {
                                    "key": "endDate",
                                    "value": "2020-12-01",
                                    "description": "End of the date\/time interval.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/get-statement-history?startDate=2020-06-01&endDate=2020-12-01"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p>Returns the count and names of PDF statements submitted by all the team users during a specific time interval.<\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"count\":2,\n\"history\":[\n     {\n         \"timestamp\":\"2020-06-19 12:56:32\",\n         \"statementId\":1753313502913753640,\n         \"fileName\":\"Demo Statement 1.pdf\"\n     },\n     {\n         \"timestamp\":\"2020-06-19 13:55:11\",\n         \"statementId\":1753032027937042984,\n         \"fileName\":\"Demo Statement 2.pdf\"\n     }\n]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n\"error\": [\n\"Please provide a valid startDate.\",\n\"Please provide a valid endDate.\"\n],\n\"code\": 400\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "2.17 Get History User - GET",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/get-user-statement-history",
                            "query": [
                                {
                                    "key": "email",
                                    "value": "example%40example.com",
                                    "description": "Searched user email.",
                                    "disabled": false
                                },
                                {
                                    "key": "startDate",
                                    "value": "2020-06-01",
                                    "description": "Beginning of the date\/time interval.",
                                    "disabled": false
                                },
                                {
                                    "key": "endDate",
                                    "value": "2020-12-01",
                                    "description": "End of the date\/time interval.",
                                    "disabled": false
                                },
                                {
                                    "key": "status",
                                    "value": "all%7Cerror%7Cprocessed",
                                    "description": "Field to filter the data by status. Default: all.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/get-user-statement-history?email=example%40example.com&startDate=2020-06-01&endDate=2020-12-01&status=all%7Cerror%7Cprocessed"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p>Returns the count and names of PDF statements submitted by a specific user during a chosen time interval.<\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"count\":2,\n\"history\":[\n     {\n         \"timestamp\":\"2020-06-19 12:56:32\",\n         \"statementId\":1753313502913753640,\n         \"fileName\":\"Demo Statement 1.pdf\"\n     },\n     {\n         \"timestamp\":\"2020-06-19 13:55:11\",\n         \"statementId\":1753032027937042984,\n         \"fileName\":\"Demo Statement 2.pdf\"\n     }\n]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n\"error\": [\n\"Please provide a valid startDate.\",\n\"Please provide a valid endDate.\",\n\"Can not find user with provided company\"\n],\n\"code\": 400\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "2.18 Send Proposal link - POST",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/proposal\/send-link",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/proposal\/send-link"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"proposalId\":\"267672\",\"sendTo[merchantName]\":\"qui\",\"sendTo[firstName]\":\"John\",\"sendTo[email]\":\"john@smith.com\",\"sendTo[expirationDays]\":2,\"sendTo[expirationViews]\":20}"
                        },
                        "description": "<p>Send Proposal link.<\/p>"
                    },
                    "response": []
                },
                {
                    "name": "2.19 Check Statement Status (id) - GET",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/statement\/status\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/statement\/status\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2r8okOVa",
                                    "description": "A valid statement ID previously obtained."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p>Returns the status of uploaded statement with the specified id. <\/p>"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "2.20 Request Help - POST",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/help\/request",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/help\/request"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"statement_id\":\"ipsam\",\"email\":\"john@smith.com\",\"sent_to_name\":\"John\",\"sent_to_email\":\"john@smith.com\"}"
                        },
                        "description": "<p>Create help request. <\/p>"
                    },
                    "response": []
                },
                {
                    "name": "2.22 Get Help History - GET",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/help\/request\/history",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/help\/request\/history",
                            "variable": [
                                {
                                    "id": "email",
                                    "key": "email",
                                    "value": "john%40smith.com",
                                    "description": "User email address."
                                },
                                {
                                    "id": "startDate",
                                    "key": "startDate",
                                    "value": "2025-11-01",
                                    "description": "Field to filter the data."
                                },
                                {
                                    "id": "endDate",
                                    "key": "endDate",
                                    "value": "2025-12-31",
                                    "description": "Field to filter the data."
                                },
                                {
                                    "id": "status",
                                    "key": "status",
                                    "value": "all%7Cerror%7Crequested%7Ccompleted%7Cconfirmed",
                                    "description": "Field to filter the data by status. Default: all."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns list of requests."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "2.21 Get Help Status  - GET",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/help\/request\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/help\/request\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2r8okOVa",
                                    "description": "A valid statement ID previously obtained."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p>Returns the status of request. <\/p>"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "3. Industry",
            "description": "",
            "item": [
                {
                    "name": "3.1 Get IC Schedule - GET",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/ic-schedule",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/ic-schedule"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p>Returns the current interchange schedule .<\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "[\n    {\n \"type\": \"IC\",\n \"network\": \"Discover\",\n \"plan\": \"PSL E-Commerce DB Reg\",\n \"rate\": \"0.05000000\",\n \"perTx\": \"0.21000000\",\n \"cap\": \"0.00000000\"\n },\n {\n \"type\": \"IC\",\n \"network\": \"Visa\",\n \"plan\": \"Non-Qualified Commercial Prepaid Regulated\",\n \"rate\": \"0.05000000\",\n \"perTx\": \"0.22000000\",\n \"cap\": \"0.00000000\"\n },\n {\n \"type\": \"DA\",\n \"network\": \"Visa\",\n \"plan\": \"Fixed Acquirer Network Fee -  Table 1B Tier 4\",\n \"rate\": null,\n \"perTx\": \"0.00000000\",\n \"cap\": \"0.00000000\"\n },\n {\n \"type\": \"IC\",\n \"network\": \"Mastercard\",\n \"plan\": \"Standard - Core |  Consumer Standard Consumer Credit\",\n \"rate\": \"2.95000000\",\n \"perTx\": \"0.10000000\",\n \"cap\": \"0.00000000\"\n },\n {\n \"type\": \"DA\",\n \"network\": \"Visa\",\n \"plan\": \"Int'l Acquiring Fee (IAF)\",\n \"rate\": null,\n \"perTx\": \"0.00000000\",\n \"cap\": \"0.00000000\"\n },\n {\n \"type\": \"IC\",\n \"network\": \"Discover\",\n \"plan\": \"PSL Card Not Present (excluding eCommerce\/ Internet) - Core\",\n \"rate\": \"1.89000000\",\n \"perTx\": \"0.10000000\",\n \"cap\": \"0.00000000\"\n },\n {\n \"type\": \"IC\",\n \"network\": \"Discover\",\n \"plan\": \"PSL E-Commerce Secured DB Reg\",\n \"rate\": \"0.05000000\",\n \"perTx\": \"0.21000000\",\n \"cap\": \"0.00000000\"\n }\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n\"error\": [\n\"Please provide a valid startDate.\",\n\"Please provide a valid endDate.\"\n],\n\"code\": 400\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "3.2 Get Normalized Term - GET",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/normalized-term",
                            "query": [
                                {
                                    "key": "term",
                                    "value": "vel",
                                    "description": "Searched term",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/normalized-term?term=vel"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p>Returns the most recent interchange normalized term associated with the entered term, as well as its rate, per tx, and cap.<\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"type\": \"IC\",\n  \"network\": \"Mastercard\",\n  \"plan\": \"Full UCAF SecureCode - World\",\n  \"rate\": \"2.05000000\",\n  \"perTx\": \"0.10000000\",\n  \"cap\": \"0.00000000\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n\"error\": [\n\"Please provide a valid startDate.\",\n\"Please provide a valid endDate.\"\n],\n\"code\": 400\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "3.3 Get MCC List - GET",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/mcc-list",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/mcc-list"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "<p>Returns the industry\/MCC list<\/p>"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "[\n {\n \"id\": 31,\n \"Industry\": \"FURNISHINGS\/APPLIANCES OFFICE & HOME\",\n \"mcc\": \"5712\",\n \"MCC\": \"FURNITURE\/EQUIP STORES\"\n },\n {\n \"id\": 32,\n \"Industry\": \"FURNISHINGS\/APPLIANCES OFFICE & HOME\",\n \"mcc\": \"5713\",\n \"MCC\": \"FLOOR COVERING STORES\"\n },\n {\n \"id\": 33,\n \"Industry\": \"FURNISHINGS\/APPLIANCES OFFICE & HOME\",\n \"mcc\": \"5714\",\n \"MCC\": \"DRAPERY & UPHOLSTERY STORES\"\n },\n {\n \"id\": 34,\n \"Industry\": \"FURNISHINGS\/APPLIANCES OFFICE & HOME\",\n \"mcc\": \"5719\",\n \"MCC\": \"MISC HOME FURNISHING SPECIALT\"\n },\n {\n \"id\": 35,\n \"Industry\": \"FURNISHINGS\/APPLIANCES OFFICE & HOME\",\n \"mcc\": \"5722\",\n \"MCC\": \"HOUSEHOLD APPLIANCE STORES\"\n }\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n\"error\": [\n\"Please provide a valid startDate.\",\n\"Please provide a valid endDate.\"\n],\n\"code\": 400\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "apikey",
        "apikey": [
            {
                "key": "in",
                "value": "header",
                "type": "string"
            },
            {
                "key": "key",
                "value": "Authorization",
                "type": "string"
            }
        ]
    }
}