{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Invoicing and fees","meta":[{"name":"robots","content":"noindex"}],"llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"invoicing-and-fees","__idx":0},"children":["Invoicing and fees"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["These operations cover TMC service fees and invoice generation for car rental bookings."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Webhooks used:"]}," ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/openapi/webhookeventapi/webhooks/paths/pnr_v3/post"},"children":["PNR_V3"]},", ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/openapi/webhookeventapi/webhooks/paths/service_charge/post"},"children":["SERVICE_CHARGE"]},"."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Step"},"children":["Step"]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"25%","data-label":"Operation"},"children":["Operation "]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Event trigger"},"children":["Event trigger"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Context"},"children":["Context"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["SERVICE_FEE"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["When a TMC service fee is charged for the car booking."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["A service fee has been charged by the TMC for a car booking."," ","The amount charged by a TMC depends on the contract and the configuration made on the Spotnana platform."," ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example:"]}," A company's TMC charges a $10 booking fee per car reservation."," ","After the booking is confirmed, the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["SERVICE_FEE"]}," event is triggered with the charge details."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["INVOICE_GENERATED"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["When an invoice document is created for the car booking or service fee."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Separate invoices are generated for the car booking and for any service fee incurred."," ","This event is also triggered for credit notes generated after cancellations and refunds."," ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example:"]}," After a car is booked,"," ","two ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["INVOICE_GENERATED"]}," events are generated. One for the car booking and another for the TMC service fee."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"invoicing-and-service-fee-flow-diagram","__idx":1},"children":["Invoicing and service fee flow diagram"]},{"$$mdtype":"Tag","name":"Mermaid","attributes":{"data-language":"mermaid","diagramSource":"flowchart TD\n    subgraph invoicing[\"Invoicing and fees\"]\n        A([\"Car booking<br>confirmed\"]) --> B[\"<b>SERVICE_FEE</b><br>―――――――――――<br>TMC fee<br>charged for this booking<br>(if configured).\"]\n\n        B --> C[\"<b>INVOICE_GENERATED</b><br>―――――――――――<br>Car booking invoice created.\"]\n\n        B --> D[\"<b>INVOICE_GENERATED</b><br>―――――――――――<br>Service fee invoice created<br>(if service fee was charged).\"]\n    end\n\n    style A fill:#f0f0f0,stroke:#999\n    style B fill:#FF9800,color:#fff\n    style C fill:#FF9800,color:#fff\n    style D fill:#FF9800,color:#fff\n","diagramHtml":"<div class=\"mermaid\" data-processed=\"true\"><svg id=\"mermaid-1780581931912\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" class=\"flowchart\" style=\"max-width: 862.9207763671875px;\" viewBox=\"0 0 862.9207763671875 418\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#mermaid-1780581931912{font-family:\"trebuchet ms\",verdana,arial,sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#mermaid-1780581931912 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#mermaid-1780581931912 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#mermaid-1780581931912 .error-icon{fill:#552222;}#mermaid-1780581931912 .error-text{fill:#552222;stroke:#552222;}#mermaid-1780581931912 .edge-thickness-normal{stroke-width:1px;}#mermaid-1780581931912 .edge-thickness-thick{stroke-width:3.5px;}#mermaid-1780581931912 .edge-pattern-solid{stroke-dasharray:0;}#mermaid-1780581931912 .edge-thickness-invisible{stroke-width:0;fill:none;}#mermaid-1780581931912 .edge-pattern-dashed{stroke-dasharray:3;}#mermaid-1780581931912 .edge-pattern-dotted{stroke-dasharray:2;}#mermaid-1780581931912 .marker{fill:#333333;stroke:#333333;}#mermaid-1780581931912 .marker.cross{stroke:#333333;}#mermaid-1780581931912 svg{font-family:\"trebuchet ms\",verdana,arial,sans-serif;font-size:16px;}#mermaid-1780581931912 p{margin:0;}#mermaid-1780581931912 .label{font-family:\"trebuchet ms\",verdana,arial,sans-serif;color:#333;}#mermaid-1780581931912 .cluster-label text{fill:#333;}#mermaid-1780581931912 .cluster-label span{color:#333;}#mermaid-1780581931912 .cluster-label span p{background-color:transparent;}#mermaid-1780581931912 .label text,#mermaid-1780581931912 span{fill:#333;color:#333;}#mermaid-1780581931912 .node rect,#mermaid-1780581931912 .node circle,#mermaid-1780581931912 .node ellipse,#mermaid-1780581931912 .node polygon,#mermaid-1780581931912 .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#mermaid-1780581931912 .rough-node .label text,#mermaid-1780581931912 .node .label text,#mermaid-1780581931912 .image-shape .label,#mermaid-1780581931912 .icon-shape .label{text-anchor:middle;}#mermaid-1780581931912 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#mermaid-1780581931912 .rough-node .label,#mermaid-1780581931912 .node .label,#mermaid-1780581931912 .image-shape .label,#mermaid-1780581931912 .icon-shape .label{text-align:center;}#mermaid-1780581931912 .node.clickable{cursor:pointer;}#mermaid-1780581931912 .root .anchor path{fill:#333333!important;stroke-width:0;stroke:#333333;}#mermaid-1780581931912 .arrowheadPath{fill:#333333;}#mermaid-1780581931912 .edgePath .path{stroke:#333333;stroke-width:2.0px;}#mermaid-1780581931912 .flowchart-link{stroke:#333333;fill:none;}#mermaid-1780581931912 .edgeLabel{background-color:rgba(232,232,232, 0.8);text-align:center;}#mermaid-1780581931912 .edgeLabel p{background-color:rgba(232,232,232, 0.8);}#mermaid-1780581931912 .edgeLabel rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#mermaid-1780581931912 .labelBkg{background-color:rgba(232, 232, 232, 0.5);}#mermaid-1780581931912 .cluster rect{fill:#ffffde;stroke:#aaaa33;stroke-width:1px;}#mermaid-1780581931912 .cluster text{fill:#333;}#mermaid-1780581931912 .cluster span{color:#333;}#mermaid-1780581931912 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"trebuchet ms\",verdana,arial,sans-serif;font-size:12px;background:hsl(80, 100%, 96.2745098039%);border:1px solid #aaaa33;border-radius:2px;pointer-events:none;z-index:100;}#mermaid-1780581931912 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#333;}#mermaid-1780581931912 rect.text{fill:none;stroke-width:0;}#mermaid-1780581931912 .icon-shape,#mermaid-1780581931912 .image-shape{background-color:rgba(232,232,232, 0.8);text-align:center;}#mermaid-1780581931912 .icon-shape p,#mermaid-1780581931912 .image-shape p{background-color:rgba(232,232,232, 0.8);padding:2px;}#mermaid-1780581931912 .icon-shape rect,#mermaid-1780581931912 .image-shape rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#mermaid-1780581931912 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#mermaid-1780581931912 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#mermaid-1780581931912 :root{--mermaid-font-family:\"trebuchet ms\",verdana,arial,sans-serif;}</style><g><marker id=\"mermaid-1780581931912_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"mermaid-1780581931912_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"mermaid-1780581931912_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"mermaid-1780581931912_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"mermaid-1780581931912_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"mermaid-1780581931912_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"></g><g class=\"edgeLabels\"></g><g class=\"nodes\"><g class=\"root\" transform=\"translate(0, 0)\"><g class=\"clusters\"><g class=\"cluster\" id=\"invoicing\" data-look=\"classic\"><rect style=\"\" x=\"8\" y=\"8\" width=\"846.9207534790039\" height=\"402\"></rect><g class=\"cluster-label\" transform=\"translate(364.49943923950195, 8)\"><foreignObject width=\"133.921875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Invoicing and fees</p></span></div></foreignObject></g></g></g><g class=\"edgePaths\"><path d=\"M166.374,206.5L172.541,206.417C178.707,206.333,191.041,206.167,202.791,206.083C214.541,206,225.707,206,231.291,206L236.874,206\" id=\"L_A_B_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_A_B_0\" data-points=\"W3sieCI6MTY2LjM3Mzg4MTYyMDY0MzYsInkiOjIwNi40OTk5OTk5OTk5OTk5N30seyJ4IjoyMDMuMzczODc4NDc5MDAzOSwieSI6MjA2fSx7IngiOjI0MC44NzM4Nzg0NzkwMDM5LCJ5IjoyMDZ9XQ==\" marker-end=\"url(#mermaid-1780581931912_flowchart-v2-pointEnd)\"></path><path d=\"M482.421,134.272L488.671,130.56C494.921,126.848,507.421,119.424,519.254,115.712C531.087,112,542.254,112,547.837,112L553.421,112\" id=\"L_B_C_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_C_0\" data-points=\"W3sieCI6NDgyLjQyMDc1MzQ3OTAwMzksInkiOjEzNC4yNzE1ODMwMDAxNDgxfSx7IngiOjUxOS45MjA3NTM0NzkwMDM5LCJ5IjoxMTJ9LHsieCI6NTU3LjQyMDc1MzQ3OTAwMzksInkiOjExMn1d\" marker-end=\"url(#mermaid-1780581931912_flowchart-v2-pointEnd)\"></path><path d=\"M482.421,277.728L488.671,281.44C494.921,285.152,507.421,292.576,519.254,296.288C531.087,300,542.254,300,547.837,300L553.421,300\" id=\"L_B_D_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_D_0\" data-points=\"W3sieCI6NDgyLjQyMDc1MzQ3OTAwMzksInkiOjI3Ny43Mjg0MTY5OTk4NTE5fSx7IngiOjUxOS45MjA3NTM0NzkwMDM5LCJ5IjozMDB9LHsieCI6NTU3LjQyMDc1MzQ3OTAwMzksInkiOjMwMH1d\" marker-end=\"url(#mermaid-1780581931912_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_A_B_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_B_C_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_B_D_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"flowchart-A-0\" transform=\"translate(105.68693923950195, 206)\"><g class=\"basic label-container outer-path\"><path d=\"M-28.703125 -31.5 C-16.41841166633626 -31.5, -4.13369833267252 -31.5, 28.703125 -31.5 C28.703125 -31.5, 28.703124999999996 -31.5, 28.703124999999996 -31.5 C29.3123731869707 -31.480462596473505, 29.9216213739414 -31.46092519294701, 30.721336929392454 -31.435279871635593 C31.356218157473762 -31.374033643118977, 31.991099385555067 -31.312787414602365, 32.73125559306194 -31.241385435432253 C33.50390470147667 -31.116469519567087, 34.2765538098914 -30.99155360370192, 34.724621804093225 -30.91911344521856 C35.355850955813644 -30.775039510493542, 35.98708010753407 -30.630965575768528, 36.69324439314948 -30.469788185729428 C37.22251513830987 -30.312703406764655, 37.75178588347027 -30.155618627799885, 38.62903386774405 -29.895256030836062 C39.13629352758388 -29.70857978695811, 39.643553187423706 -29.52190354308016, 40.52403565370028 -29.197877856399685 C40.957406768078705 -29.00603731956171, 41.39077788245713 -28.814196782723734, 42.37046278220308 -28.380519338926202 C42.98632962189587 -28.05922200314001, 43.60219646158867 -27.73792466735382, 44.160727888124036 -27.44653917988677 C44.63883659383714 -27.15670687280486, 45.116945299550245 -26.866874565722952, 45.887474388132276 -26.399775304092984 C46.31860089199421 -26.099040118164456, 46.749727395856134 -25.798304932235926, 47.5436067104733 -25.244529088840633 C47.960167938165206 -24.91233259491615, 48.37672916585712 -24.58013610099167, 49.12231945219533 -23.985547688627737 C49.44870374063286 -23.689134113523824, 49.77508802907039 -23.392720538419912, 50.61712534400982 -22.62800452807842 C51.139947072857645 -22.08814816858082, 51.66276880170547 -21.548291809083214, 52.021881907872434 -21.177478043231485 C52.37893405261769 -20.758064277171126, 52.735986197362934 -20.338650511110767, 53.33081669774294 -19.63992875855011 C53.787162079364705 -19.028467521096466, 54.243507460986464 -18.417006283642824, 54.5385510198041 -18.02167479384835 C54.81218208322412 -17.60130400020647, 55.08581314664415 -17.180933206564585, 55.6401220346684 -16.329365901781543 C55.95754381500488 -15.76575138835346, 56.274965595341364 -15.202136874925376, 56.63100315074951 -14.56995614258631 C56.918499731274814 -13.972963341684126, 57.20599631180012 -13.375970540781944, 57.50712262499809 -12.750675308355413 C57.66356427208067 -12.364261415467956, 57.82000591916325 -11.977847522580497, 58.26488029456745 -10.878999214271206 C58.504846262286826 -10.156259952885197, 58.744812230006204 -9.433520691499188, 58.90116237065481 -8.962618978877531 C59.105899154232596 -8.181868889612128, 59.31063593781038 -7.401118800346723, 59.413354233727446 -7.009409419623907 C59.540870917318394 -6.354638200044997, 59.66838760090935 -5.699866980466086, 59.79935117755518 -5.027396693551458 C59.888595392662225 -4.335236184444831, 59.97783960776926 -3.6430756753382045, 60.057567057899746 -3.024725316091981 C60.10398873918097 -2.30167015923024, 60.150410420462194 -1.5786150023684988, 60.18694081032167 -1.0096246935071378 C60.18694081032167 -0.44213772244314764, 60.18694081032167 0.1253492486208425, 60.18694081032167 1.00962469350713 C60.142554859614464 1.700971703466418, 60.09816890890726 2.3923187134257065, 60.057567057899746 3.02472531609196 C59.99264260513825 3.5282665509267774, 59.92771815237676 4.031807785761595, 59.79935117755518 5.027396693551435 C59.695145914371345 5.562468696210246, 59.590940651187516 6.097540698869057, 59.413354233727446 7.0094094196239 C59.245467172830935 7.64963554553477, 59.077580111934424 8.28986167144564, 58.901162370654816 8.96261897887751 C58.71099949460934 9.535359263186775, 58.52083661856387 10.10809954749604, 58.264880294567455 10.878999214271184 C57.96866038469246 11.610668118684757, 57.67244047481748 12.342337023098331, 57.50712262499809 12.750675308355405 C57.26683032378231 13.249647413261577, 57.026538022566534 13.74861951816775, 56.63100315074951 14.569956142586303 C56.43167738916458 14.923879216202382, 56.23235162757964 15.27780228981846, 55.64012203466841 16.329365901781536 C55.39791780327986 16.70145664213706, 55.15571357189132 17.073547382492585, 54.53855101980412 18.021674793848334 C54.114923778645625 18.589296703765104, 53.69129653748713 19.156918613681878, 53.33081669774295 19.639928758550102 C52.97226019937852 20.061109623971696, 52.61370370101408 20.482290489393286, 52.02188190787245 21.177478043231467 C51.48133603331229 21.735636038356482, 50.94079015875214 22.293794033481493, 50.61712534400983 22.628004528078414 C50.16165387987646 23.041651660689777, 49.70618241574309 23.45529879330114, 49.122319452195356 23.985547688627715 C48.51850625551785 24.467072644834044, 47.91469305884035 24.948597601040372, 47.54360671047331 25.24452908884063 C46.969832477347474 25.644769155582985, 46.396058244221635 26.045009222325344, 45.8874743881323 26.399775304092973 C45.332506148144304 26.73620031252908, 44.777537908156305 27.072625320965187, 44.16072788812404 27.446539179886766 C43.64353924608376 27.716356163164043, 43.12635060404348 27.986173146441324, 42.370462782203084 28.3805193389262 C41.99103076519687 28.54848263740397, 41.61159874819066 28.716445935881747, 40.524035653700295 29.197877856399682 C39.94457269316559 29.41112558237334, 39.36510973263089 29.624373308347, 38.62903386774407 29.895256030836055 C37.90972968988903 30.108741735118755, 37.190425512034 30.322227439401452, 36.69324439314951 30.46978818572942 C36.22196813919131 30.577353915330416, 35.7506918852331 30.684919644931412, 34.72462180409324 30.919113445218557 C34.06455287136283 31.025828271351386, 33.40448393863241 31.132543097484213, 32.73125559306196 31.24138543543225 C32.17193504024885 31.29534241648075, 31.61261448743574 31.349299397529247, 30.721336929392454 31.435279871635593 C30.255494148647376 31.45021854290612, 29.789651367902295 31.465157214176653, 28.703125000000007 31.5 C28.703125000000007 31.5, 28.703125000000004 31.5, 28.703125 31.5 C12.118743131203047 31.5, -4.465638737593906 31.5, -28.703124999999993 31.5 C-29.467815988102487 31.475477848392266, -30.23250697620498 31.450955696784533, -30.721336929392443 31.435279871635593 C-31.22375094410506 31.386812595877522, -31.726164958817677 31.338345320119455, -32.731255593061945 31.24138543543225 C-33.18074302755415 31.168715792850666, -33.63023046204636 31.09604615026908, -34.724621804093225 30.919113445218557 C-35.17199567541986 30.817003278475596, -35.61936954674649 30.714893111732632, -36.69324439314947 30.469788185729428 C-37.431004980994615 30.250824715841343, -38.16876556883975 30.031861245953255, -38.629033867744035 29.89525603083607 C-39.37921770109084 29.61918144554111, -40.12940153443764 29.34310686024615, -40.52403565370029 29.197877856399685 C-41.05245817783945 28.963960880060522, -41.58088070197861 28.730043903721356, -42.37046278220308 28.380519338926206 C-43.06857103249774 28.016316711907155, -43.7666792827924 27.652114084888105, -44.16072788812403 27.446539179886773 C-44.793950430367225 27.062675953550237, -45.42717297261043 26.678812727213703, -45.88747438813226 26.399775304092994 C-46.3814114225709 26.0552262110582, -46.87534845700954 25.710677118023412, -47.5436067104733 25.244529088840636 C-48.11206121767414 24.791201746557707, -48.68051572487498 24.337874404274775, -49.12231945219533 23.98554768862774 C-49.7084675700736 23.453223476600044, -50.294615687951875 22.92089926457235, -50.61712534400981 22.628004528078435 C-51.157361086730916 22.070166769539536, -51.697596829452024 21.512329011000638, -52.02188190787244 21.177478043231478 C-52.45287264504157 20.671211799284936, -52.8838633822107 20.164945555338395, -53.33081669774293 19.639928758550113 C-53.62266686062118 19.24887612839007, -53.91451702349943 18.857823498230026, -54.5385510198041 18.021674793848355 C-54.88423091193616 17.49061765148533, -55.22991080406821 16.95956050912231, -55.640122034668394 16.329365901781557 C-55.987837007738165 15.711962757137114, -56.33555198080794 15.09455961249267, -56.6310031507495 14.569956142586314 C-56.926484502859275 13.956382792642245, -57.22196585496905 13.342809442698176, -57.50712262499809 12.750675308355417 C-57.66351128044421 12.364392305834528, -57.81989993589034 11.978109303313639, -58.26488029456745 10.878999214271209 C-58.503093550512844 10.161538841491744, -58.74130680645823 9.444078468712279, -58.90116237065481 8.962618978877522 C-59.070521063163554 8.316780883820046, -59.23987975567229 7.670942788762569, -59.41335423372744 7.009409419623911 C-59.51130322931806 6.506462028793646, -59.60925222490867 6.003514637963381, -59.79935117755518 5.027396693551461 C-59.8616919299869 4.543894128265055, -59.92403268241861 4.0603915629786504, -60.057567057899746 3.024725316091999 C-60.08373088011754 2.617202665992599, -60.109894702335346 2.2096800158931993, -60.18694081032167 1.0096246935071416 C-60.18694081032167 0.555937720459559, -60.18694081032167 0.10225074741197637, -60.18694081032167 -1.0096246935071262 C-60.14622637408356 -1.6437849020171298, -60.10551193784545 -2.277945110527133, -60.057567057899746 -3.024725316091956 C-59.958772614528584 -3.7909555097092253, -59.85997817115742 -4.557185703326494, -59.79935117755518 -5.027396693551446 C-59.71821411555848 -5.44401835858037, -59.63707705356178 -5.860640023609293, -59.413354233727446 -7.009409419623896 C-59.22714832261744 -7.719493260838729, -59.04094241150743 -8.429577102053562, -58.901162370654816 -8.962618978877506 C-58.67048418877195 -9.65738490913166, -58.43980600688908 -10.35215083938581, -58.26488029456746 -10.878999214271168 C-58.028491032984064 -11.462885260657613, -57.79210177140067 -12.04677130704406, -57.50712262499809 -12.750675308355401 C-57.19469583285776 -13.399436227097258, -56.88226904071743 -14.048197145839115, -56.63100315074951 -14.5699561425863 C-56.381627015438625 -15.01274872290271, -56.13225088012775 -15.45554130321912, -55.6401220346684 -16.329365901781546 C-55.27791996459689 -16.88580554628557, -54.91571789452538 -17.442245190789592, -54.53855101980411 -18.021674793848344 C-54.13615380623238 -18.560850400894154, -53.733756592660654 -19.100026007939967, -53.33081669774295 -19.639928758550102 C-52.90656989986454 -20.13827318766474, -52.48232310198614 -20.636617616779375, -52.021881907872455 -21.177478043231467 C-51.619362456462845 -21.593112424273446, -51.216843005053235 -22.008746805315425, -50.617125344009835 -22.628004528078403 C-50.06691899781498 -23.12768737403039, -49.51671265162012 -23.627370219982375, -49.122319452195356 -23.98554768862771 C-48.64102010413366 -24.369371110793367, -48.15972075607196 -24.75319453295902, -47.54360671047331 -25.244529088840626 C-46.94503274866148 -25.662068372751378, -46.34645878684965 -26.079607656662134, -45.887474388132304 -26.39977530409297 C-45.3082556947218 -26.75090107990528, -44.729037001311305 -27.10202685571759, -44.16072788812404 -27.446539179886763 C-43.589498270816335 -27.744549305346162, -43.01826865350863 -28.042559430805564, -42.37046278220309 -28.3805193389262 C-41.845894745102164 -28.612730048192834, -41.32132670800124 -28.84494075745947, -40.5240356537003 -29.19787785639968 C-40.00608054497515 -29.388490124335075, -39.48812543624999 -29.579102392270475, -38.62903386774408 -29.895256030836055 C-38.07710948804182 -30.059064289621496, -37.525185108339564 -30.222872548406936, -36.69324439314951 -30.469788185729417 C-35.965420289571824 -30.635909287874885, -35.23759618599414 -30.802030390020352, -34.72462180409324 -30.919113445218553 C-34.18757343394054 -31.00593926083253, -33.65052506378784 -31.092765076446504, -32.73125559306196 -31.24138543543225 C-32.136337079214364 -31.298776508968935, -31.541418565366765 -31.35616758250562, -30.721336929392457 -31.435279871635593 C-30.301921075282195 -31.448729721733475, -29.882505221171936 -31.462179571831356, -28.70312500000001 -31.5 C-28.703125000000007 -31.5, -28.703125000000007 -31.5, -28.703125 -31.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#f0f0f0\" style=\"fill:#f0f0f0 !important;stroke:#999 !important\"></path><path d=\"M-28.703125 -31.5 C-6.313606199223663 -31.5, 16.075912601552673 -31.5, 28.703125 -31.5 M-28.703125 -31.5 C-7.108691452831756 -31.5, 14.485742094336487 -31.5, 28.703125 -31.5 M28.703125 -31.5 C28.703125 -31.5, 28.703124999999996 -31.5, 28.703124999999996 -31.5 M28.703125 -31.5 C28.703125 -31.5, 28.703125 -31.5, 28.703124999999996 -31.5 M28.703124999999996 -31.5 C29.421400598728 -31.47696629958743, 30.139676197456 -31.453932599174863, 30.721336929392454 -31.435279871635593 M28.703124999999996 -31.5 C29.232355807304685 -31.483028598095014, 29.76158661460937 -31.466057196190025, 30.721336929392454 -31.435279871635593 M30.721336929392454 -31.435279871635593 C31.25155931458018 -31.38412995582225, 31.781781699767908 -31.332980040008902, 32.73125559306194 -31.241385435432253 M30.721336929392454 -31.435279871635593 C31.21545159386377 -31.387613224213872, 31.709566258335084 -31.33994657679215, 32.73125559306194 -31.241385435432253 M32.73125559306194 -31.241385435432253 C33.43819264881928 -31.127093334636154, 34.14512970457662 -31.012801233840054, 34.724621804093225 -30.91911344521856 M32.73125559306194 -31.241385435432253 C33.40227977242249 -31.13289944998347, 34.073303951783046 -31.02441346453469, 34.724621804093225 -30.91911344521856 M34.724621804093225 -30.91911344521856 C35.445479109491785 -30.75458246929487, 36.16633641489034 -30.590051493371185, 36.69324439314948 -30.469788185729428 M34.724621804093225 -30.91911344521856 C35.48592732164525 -30.745350428820096, 36.247232839197274 -30.57158741242163, 36.69324439314948 -30.469788185729428 M36.69324439314948 -30.469788185729428 C37.364538841115696 -30.270551517269517, 38.035833289081914 -30.071314848809607, 38.62903386774405 -29.895256030836062 M36.69324439314948 -30.469788185729428 C37.16339674188997 -30.330249436503287, 37.63354909063046 -30.19071068727715, 38.62903386774405 -29.895256030836062 M38.62903386774405 -29.895256030836062 C39.155064819101504 -29.70167177815971, 39.68109577045895 -29.508087525483358, 40.52403565370028 -29.197877856399685 M38.62903386774405 -29.895256030836062 C39.04194711936912 -29.74330013730978, 39.4548603709942 -29.591344243783496, 40.52403565370028 -29.197877856399685 M40.52403565370028 -29.197877856399685 C41.21231962130052 -28.893194961161534, 41.900603588900765 -28.588512065923382, 42.37046278220308 -28.380519338926202 M40.52403565370028 -29.197877856399685 C41.22015940183356 -28.88972452287838, 41.916283149966844 -28.581571189357078, 42.37046278220308 -28.380519338926202 M42.37046278220308 -28.380519338926202 C42.79443876665922 -28.15933133940501, 43.21841475111537 -27.93814333988382, 44.160727888124036 -27.44653917988677 M42.37046278220308 -28.380519338926202 C42.90014294809686 -28.104185535655756, 43.429823113990636 -27.827851732385312, 44.160727888124036 -27.44653917988677 M44.160727888124036 -27.44653917988677 C44.55745499623003 -27.206040875525645, 44.95418210433601 -26.965542571164523, 45.887474388132276 -26.399775304092984 M44.160727888124036 -27.44653917988677 C44.728797083292 -27.102172295430808, 45.296866278459966 -26.757805410974843, 45.887474388132276 -26.399775304092984 M45.887474388132276 -26.399775304092984 C46.29735069153387 -26.113863338099232, 46.70722699493547 -25.82795137210548, 47.5436067104733 -25.244529088840633 M45.887474388132276 -26.399775304092984 C46.336108937065084 -26.086827263834067, 46.78474348599789 -25.773879223575147, 47.5436067104733 -25.244529088840633 M47.5436067104733 -25.244529088840633 C47.8649034403573 -24.988303496823203, 48.1862001702413 -24.732077904805777, 49.12231945219533 -23.985547688627737 M47.5436067104733 -25.244529088840633 C47.98702772318368 -24.890912631132817, 48.43044873589406 -24.537296173425002, 49.12231945219533 -23.985547688627737 M49.12231945219533 -23.985547688627737 C49.44274949504795 -23.694541601823335, 49.76317953790057 -23.40353551501893, 50.61712534400982 -22.62800452807842 M49.12231945219533 -23.985547688627737 C49.63043716499685 -23.52408862591936, 50.13855487779838 -23.06262956321099, 50.61712534400982 -22.62800452807842 M50.61712534400982 -22.62800452807842 C50.914769742423786 -22.320662249656422, 51.21241414083775 -22.013319971234427, 52.021881907872434 -21.177478043231485 M50.61712534400982 -22.62800452807842 C50.96443478163936 -22.26937901909079, 51.3117442192689 -21.91075351010316, 52.021881907872434 -21.177478043231485 M52.021881907872434 -21.177478043231485 C52.33128948316519 -20.81403029950283, 52.64069705845795 -20.450582555774172, 53.33081669774294 -19.63992875855011 M52.021881907872434 -21.177478043231485 C52.40508284577853 -20.727348416815918, 52.788283783684626 -20.27721879040035, 53.33081669774294 -19.63992875855011 M53.33081669774294 -19.63992875855011 C53.6685620514806 -19.18738075377635, 54.006307405218266 -18.73483274900259, 54.5385510198041 -18.02167479384835 M53.33081669774294 -19.63992875855011 C53.606918011631116 -19.269978151287102, 53.88301932551929 -18.900027544024095, 54.5385510198041 -18.02167479384835 M54.5385510198041 -18.02167479384835 C54.78110918930646 -17.649040309504315, 55.02366735880883 -17.27640582516028, 55.6401220346684 -16.329365901781543 M54.5385510198041 -18.02167479384835 C54.97871701318576 -17.345461626895187, 55.41888300656741 -16.669248459942025, 55.6401220346684 -16.329365901781543 M55.6401220346684 -16.329365901781543 C55.89786252528191 -15.871721561642499, 56.15560301589542 -15.414077221503453, 56.63100315074951 -14.56995614258631 M55.6401220346684 -16.329365901781543 C56.02389244204589 -15.64794268251513, 56.40766284942338 -14.966519463248716, 56.63100315074951 -14.56995614258631 M56.63100315074951 -14.56995614258631 C56.832465930908185 -14.151614368973865, 57.033928711066864 -13.733272595361422, 57.50712262499809 -12.750675308355413 M56.63100315074951 -14.56995614258631 C56.88365533167564 -14.045318483002522, 57.13630751260178 -13.520680823418733, 57.50712262499809 -12.750675308355413 M57.50712262499809 -12.750675308355413 C57.70879745982314 -12.252534567219863, 57.91047229464819 -11.75439382608431, 58.26488029456745 -10.878999214271206 M57.50712262499809 -12.750675308355413 C57.676429244774695 -12.33248468418638, 57.84573586455131 -11.914294060017347, 58.26488029456745 -10.878999214271206 M58.26488029456745 -10.878999214271206 C58.475068879475906 -10.245944685530048, 58.68525746438436 -9.612890156788893, 58.90116237065481 -8.962618978877531 M58.26488029456745 -10.878999214271206 C58.47126787182875 -10.25739271495495, 58.677655449090054 -9.635786215638694, 58.90116237065481 -8.962618978877531 M58.90116237065481 -8.962618978877531 C59.10350483387435 -8.190999470843146, 59.305847297093884 -7.419379962808761, 59.413354233727446 -7.009409419623907 M58.90116237065481 -8.962618978877531 C59.07765163037101 -8.289588940650649, 59.25414089008721 -7.616558902423767, 59.413354233727446 -7.009409419623907 M59.413354233727446 -7.009409419623907 C59.547344075614454 -6.321399900297224, 59.68133391750147 -5.633390380970541, 59.79935117755518 -5.027396693551458 M59.413354233727446 -7.009409419623907 C59.52935601696794 -6.413764779669561, 59.64535780020842 -5.818120139715216, 59.79935117755518 -5.027396693551458 M59.79935117755518 -5.027396693551458 C59.88609322520087 -4.3546425011662615, 59.97283527284655 -3.681888308781065, 60.057567057899746 -3.024725316091981 M59.79935117755518 -5.027396693551458 C59.87908747386117 -4.408977725114887, 59.95882377016716 -3.790558756678317, 60.057567057899746 -3.024725316091981 M60.057567057899746 -3.024725316091981 C60.08724382957236 -2.5624856426321427, 60.11692060124496 -2.100245969172304, 60.18694081032167 -1.0096246935071378 M60.057567057899746 -3.024725316091981 C60.10490921213161 -2.2873330500316253, 60.15225136636347 -1.5499407839712693, 60.18694081032167 -1.0096246935071378 M60.18694081032167 -1.0096246935071378 C60.18694081032167 -0.547983777900418, 60.18694081032167 -0.08634286229369825, 60.18694081032167 1.00962469350713 M60.18694081032167 -1.0096246935071378 C60.18694081032167 -0.4696460092135979, 60.18694081032167 0.07033267507994201, 60.18694081032167 1.00962469350713 M60.18694081032167 1.00962469350713 C60.142705551412156 1.6986245570811596, 60.09847029250264 2.387624420655189, 60.057567057899746 3.02472531609196 M60.18694081032167 1.00962469350713 C60.13905338393166 1.7555100135664423, 60.09116595754164 2.5013953336257546, 60.057567057899746 3.02472531609196 M60.057567057899746 3.02472531609196 C59.968195780286344 3.717871296906568, 59.87882450267295 4.411017277721176, 59.79935117755518 5.027396693551435 M60.057567057899746 3.02472531609196 C59.98317512357064 3.6016944683995153, 59.908783189241525 4.178663620707071, 59.79935117755518 5.027396693551435 M59.79935117755518 5.027396693551435 C59.71286033189626 5.471508906163282, 59.626369486237344 5.91562111877513, 59.413354233727446 7.0094094196239 M59.79935117755518 5.027396693551435 C59.71160782772204 5.4779402503810415, 59.62386447788891 5.9284838072106485, 59.413354233727446 7.0094094196239 M59.413354233727446 7.0094094196239 C59.25586223446111 7.609994670290698, 59.09837023519477 8.210579920957496, 58.901162370654816 8.96261897887751 M59.413354233727446 7.0094094196239 C59.22261874450423 7.736766505315954, 59.03188325528102 8.464123591008008, 58.901162370654816 8.96261897887751 M58.901162370654816 8.96261897887751 C58.70264965173163 9.560507659567637, 58.50413693280845 10.158396340257767, 58.264880294567455 10.878999214271184 M58.901162370654816 8.96261897887751 C58.71992668454966 9.508471989441093, 58.5386909984445 10.054325000004674, 58.264880294567455 10.878999214271184 M58.264880294567455 10.878999214271184 C58.099294695935384 11.287998844272161, 57.933709097303314 11.69699847427314, 57.50712262499809 12.750675308355405 M58.264880294567455 10.878999214271184 C58.00712906585384 11.515649732474817, 57.749377837140216 12.152300250678447, 57.50712262499809 12.750675308355405 M57.50712262499809 12.750675308355405 C57.33078570467467 13.11684269641267, 57.15444878435124 13.483010084469933, 56.63100315074951 14.569956142586303 M57.50712262499809 12.750675308355405 C57.29849767696503 13.18388947680486, 57.08987272893196 13.617103645254312, 56.63100315074951 14.569956142586303 M56.63100315074951 14.569956142586303 C56.37937390960081 15.016749340469467, 56.12774466845211 15.463542538352629, 55.64012203466841 16.329365901781536 M56.63100315074951 14.569956142586303 C56.34335332232995 15.080707540648856, 56.05570349391039 15.591458938711407, 55.64012203466841 16.329365901781536 M55.64012203466841 16.329365901781536 C55.3167550746297 16.826144388587984, 54.99338811459098 17.322922875394433, 54.53855101980412 18.021674793848334 M55.64012203466841 16.329365901781536 C55.22451238069171 16.967853937108256, 54.808902726715026 17.606341972434976, 54.53855101980412 18.021674793848334 M54.53855101980412 18.021674793848334 C54.20944404610889 18.462648156337842, 53.88033707241367 18.90362151882735, 53.33081669774295 19.639928758550102 M54.53855101980412 18.021674793848334 C54.06446869993704 18.656901912682383, 53.590386380069965 19.29212903151643, 53.33081669774295 19.639928758550102 M53.33081669774295 19.639928758550102 C52.87801120522458 20.171819855424594, 52.42520571270622 20.703710952299083, 52.02188190787245 21.177478043231467 M53.33081669774295 19.639928758550102 C53.048420876772425 19.9716469586395, 52.7660250558019 20.303365158728898, 52.02188190787245 21.177478043231467 M52.02188190787245 21.177478043231467 C51.56780458604232 21.64635015846252, 51.113727264212194 22.115222273693572, 50.61712534400983 22.628004528078414 M52.02188190787245 21.177478043231467 C51.620347430158 21.592095358065354, 51.21881295244355 22.00671267289924, 50.61712534400983 22.628004528078414 M50.61712534400983 22.628004528078414 C50.03713595774762 23.154735543003504, 49.457146571485424 23.68146655792859, 49.122319452195356 23.985547688627715 M50.61712534400983 22.628004528078414 C50.0917011618635 23.105180868341655, 49.56627697971717 23.582357208604893, 49.122319452195356 23.985547688627715 M49.122319452195356 23.985547688627715 C48.706482949263105 24.31716623384211, 48.29064644633085 24.648784779056502, 47.54360671047331 25.24452908884063 M49.122319452195356 23.985547688627715 C48.55583730544063 24.43730212594159, 47.9893551586859 24.889056563255462, 47.54360671047331 25.24452908884063 M47.54360671047331 25.24452908884063 C47.053451453424486 25.586440177678792, 46.56329619637566 25.92835126651696, 45.8874743881323 26.399775304092973 M47.54360671047331 25.24452908884063 C46.944741229042606 25.662271724217828, 46.345875747611906 26.080014359595026, 45.8874743881323 26.399775304092973 M45.8874743881323 26.399775304092973 C45.315209472545796 26.746685658923443, 44.742944556959294 27.09359601375391, 44.16072788812404 27.446539179886766 M45.8874743881323 26.399775304092973 C45.50616724591716 26.63092593451328, 45.124860103702034 26.862076564933588, 44.16072788812404 27.446539179886766 M44.16072788812404 27.446539179886766 C43.629860548023935 27.723492331180235, 43.09899320792382 28.0004454824737, 42.370462782203084 28.3805193389262 M44.16072788812404 27.446539179886766 C43.48708675999386 27.797977324944547, 42.813445631863665 28.14941547000233, 42.370462782203084 28.3805193389262 M42.370462782203084 28.3805193389262 C41.67185878606536 28.689770604665128, 40.97325478992762 28.999021870404057, 40.524035653700295 29.197877856399682 M42.370462782203084 28.3805193389262 C41.67332163249482 28.6891230459446, 40.97618048278655 28.997726752963008, 40.524035653700295 29.197877856399682 M40.524035653700295 29.197877856399682 C40.013066220261884 29.38591933125468, 39.50209678682348 29.573960806109678, 38.62903386774407 29.895256030836055 M40.524035653700295 29.197877856399682 C40.13529124044571 29.340939393991334, 39.74654682719112 29.484000931582987, 38.62903386774407 29.895256030836055 M38.62903386774407 29.895256030836055 C38.03108487957013 30.072724151827796, 37.433135891396184 30.250192272819532, 36.69324439314951 30.46978818572942 M38.62903386774407 29.895256030836055 C38.22951966481352 30.013829749173, 37.83000546188298 30.13240346750994, 36.69324439314951 30.46978818572942 M36.69324439314951 30.46978818572942 C35.95384409481706 30.638551478785935, 35.2144437964846 30.807314771842446, 34.72462180409324 30.919113445218557 M36.69324439314951 30.46978818572942 C35.96212371588796 30.636661709306075, 35.23100303862641 30.80353523288273, 34.72462180409324 30.919113445218557 M34.72462180409324 30.919113445218557 C34.07301755289935 31.024459767285144, 33.42141330170547 31.129806089351735, 32.73125559306196 31.24138543543225 M34.72462180409324 30.919113445218557 C33.94724041320859 31.044794439814062, 33.16985902232394 31.170475434409568, 32.73125559306196 31.24138543543225 M32.73125559306196 31.24138543543225 C32.11990532001763 31.30036166101656, 31.508555046973303 31.359337886600873, 30.721336929392454 31.435279871635593 M32.73125559306196 31.24138543543225 C31.996786319589848 31.312238802915566, 31.262317046117737 31.383092170398886, 30.721336929392454 31.435279871635593 M30.721336929392454 31.435279871635593 C30.155521086809056 31.453424484413517, 29.589705244225655 31.47156909719144, 28.703125000000007 31.5 M30.721336929392454 31.435279871635593 C30.143106490027876 31.45382259636874, 29.564876050663294 31.472365321101893, 28.703125000000007 31.5 M28.703125000000007 31.5 C28.703125000000004 31.5, 28.703125000000004 31.5, 28.703125 31.5 M28.703125000000007 31.5 C28.703125000000004 31.5, 28.703125000000004 31.5, 28.703125 31.5 M28.703125 31.5 C6.571859091852328 31.5, -15.559406816295343 31.5, -28.703124999999993 31.5 M28.703125 31.5 C7.607792306379405 31.5, -13.48754038724119 31.5, -28.703124999999993 31.5 M-28.703124999999993 31.5 C-29.228794896909545 31.483142789560493, -29.754464793819093 31.46628557912099, -30.721336929392443 31.435279871635593 M-28.703124999999993 31.5 C-29.36563422739372 31.478754618573465, -30.02814345478745 31.45750923714693, -30.721336929392443 31.435279871635593 M-30.721336929392443 31.435279871635593 C-31.177185657188854 31.39130469310338, -31.63303438498527 31.347329514571165, -32.731255593061945 31.24138543543225 M-30.721336929392443 31.435279871635593 C-31.47281104964403 31.36278606703478, -32.224285169895616 31.290292262433965, -32.731255593061945 31.24138543543225 M-32.731255593061945 31.24138543543225 C-33.16433367775176 31.171368729270306, -33.59741176244158 31.101352023108365, -34.724621804093225 30.919113445218557 M-32.731255593061945 31.24138543543225 C-33.42551419273397 31.129143089093127, -34.119772792406 31.016900742754007, -34.724621804093225 30.919113445218557 M-34.724621804093225 30.919113445218557 C-35.42890220327029 30.7583660399655, -36.133182602447356 30.597618634712447, -36.69324439314947 30.469788185729428 M-34.724621804093225 30.919113445218557 C-35.416438707520264 30.761210751538535, -36.1082556109473 30.603308057858513, -36.69324439314947 30.469788185729428 M-36.69324439314947 30.469788185729428 C-37.09621070927086 30.350189898317957, -37.49917702539225 30.230591610906487, -38.629033867744035 29.89525603083607 M-36.69324439314947 30.469788185729428 C-37.15938955504542 30.331438748524594, -37.62553471694138 30.193089311319763, -38.629033867744035 29.89525603083607 M-38.629033867744035 29.89525603083607 C-39.37815240303666 29.619573485072554, -40.127270938329275 29.34389093930904, -40.52403565370029 29.197877856399685 M-38.629033867744035 29.89525603083607 C-39.27786632274406 29.656479689654596, -39.926698777744086 29.417703348473122, -40.52403565370029 29.197877856399685 M-40.52403565370029 29.197877856399685 C-41.14050770678659 28.924983965492093, -41.756979759872905 28.652090074584503, -42.37046278220308 28.380519338926206 M-40.52403565370029 29.197877856399685 C-41.17185376532374 28.91110799522549, -41.8196718769472 28.624338134051293, -42.37046278220308 28.380519338926206 M-42.37046278220308 28.380519338926206 C-42.76016400900303 28.17721245852022, -43.14986523580298 27.973905578114234, -44.16072788812403 27.446539179886773 M-42.37046278220308 28.380519338926206 C-42.98460309962618 28.060122728702222, -43.59874341704928 27.739726118478238, -44.16072788812403 27.446539179886773 M-44.16072788812403 27.446539179886773 C-44.54713323689248 27.212297986693457, -44.933538585660926 26.978056793500144, -45.88747438813226 26.399775304092994 M-44.16072788812403 27.446539179886773 C-44.84910690704974 27.029239773249866, -45.537485925975446 26.611940366612956, -45.88747438813226 26.399775304092994 M-45.88747438813226 26.399775304092994 C-46.440746978463004 26.013836295862685, -46.99401956879374 25.62789728763238, -47.5436067104733 25.244529088840636 M-45.88747438813226 26.399775304092994 C-46.53228501906273 25.94998332135823, -47.1770956499932 25.50019133862346, -47.5436067104733 25.244529088840636 M-47.5436067104733 25.244529088840636 C-48.012064240834306 24.870946674556166, -48.480521771195306 24.497364260271695, -49.12231945219533 23.98554768862774 M-47.5436067104733 25.244529088840636 C-47.8824986097084 24.97427181749283, -48.22139050894349 24.70401454614502, -49.12231945219533 23.98554768862774 M-49.12231945219533 23.98554768862774 C-49.53085004492519 23.614531013437645, -49.93938063765504 23.24351433824755, -50.61712534400981 22.628004528078435 M-49.12231945219533 23.98554768862774 C-49.63556886522475 23.51942815154974, -50.14881827825416 23.053308614471742, -50.61712534400981 22.628004528078435 M-50.61712534400981 22.628004528078435 C-50.95656789458093 22.27750222586206, -51.296010445152056 21.926999923645685, -52.02188190787244 21.177478043231478 M-50.61712534400981 22.628004528078435 C-50.971145575160115 22.262449573814216, -51.32516580631043 21.896894619549997, -52.02188190787244 21.177478043231478 M-52.02188190787244 21.177478043231478 C-52.41703822135044 20.71330495238901, -52.81219453482844 20.249131861546537, -53.33081669774293 19.639928758550113 M-52.02188190787244 21.177478043231478 C-52.3483747437167 20.793960980280165, -52.674867579560946 20.410443917328855, -53.33081669774293 19.639928758550113 M-53.33081669774293 19.639928758550113 C-53.80794562737876 19.000619460177806, -54.28507455701459 18.361310161805495, -54.5385510198041 18.021674793848355 M-53.33081669774293 19.639928758550113 C-53.62029806840989 19.252050094151787, -53.90977943907685 18.864171429753466, -54.5385510198041 18.021674793848355 M-54.5385510198041 18.021674793848355 C-54.7759975512604 17.65689315821008, -55.013444082716696 17.292111522571805, -55.640122034668394 16.329365901781557 M-54.5385510198041 18.021674793848355 C-54.8136359105392 17.59907053104323, -55.088720801274285 17.1764662682381, -55.640122034668394 16.329365901781557 M-55.640122034668394 16.329365901781557 C-56.00476208142816 15.681910574950972, -56.36940212818793 15.034455248120386, -56.6310031507495 14.569956142586314 M-55.640122034668394 16.329365901781557 C-56.01055790570007 15.671619502065361, -56.380993776731735 15.013873102349168, -56.6310031507495 14.569956142586314 M-56.6310031507495 14.569956142586314 C-56.979264730910145 13.846783519778649, -57.327526311070784 13.123610896970982, -57.50712262499809 12.750675308355417 M-56.6310031507495 14.569956142586314 C-56.95532681171245 13.896491121182075, -57.2796504726754 13.223026099777837, -57.50712262499809 12.750675308355417 M-57.50712262499809 12.750675308355417 C-57.74433308856347 12.1647608771966, -57.981543552128855 11.578846446037781, -58.26488029456745 10.878999214271209 M-57.50712262499809 12.750675308355417 C-57.78988496490283 12.052246861952758, -58.07264730480758 11.353818415550101, -58.26488029456745 10.878999214271209 M-58.26488029456745 10.878999214271209 C-58.40784370032852 10.448416214244228, -58.5508071060896 10.017833214217248, -58.90116237065481 8.962618978877522 M-58.26488029456745 10.878999214271209 C-58.49675294208864 10.18063574382668, -58.728625589609834 9.482272273382153, -58.90116237065481 8.962618978877522 M-58.90116237065481 8.962618978877522 C-59.09139023868012 8.237197672817494, -59.28161810670542 7.511776366757466, -59.41335423372744 7.009409419623911 M-58.90116237065481 8.962618978877522 C-59.090171738241274 8.24184434309224, -59.27918110582774 7.521069707306957, -59.41335423372744 7.009409419623911 M-59.41335423372744 7.009409419623911 C-59.5236367135483 6.44313219395418, -59.63391919336915 5.876854968284448, -59.79935117755518 5.027396693551461 M-59.41335423372744 7.009409419623911 C-59.51282881021065 6.498628493341836, -59.61230338669385 5.98784756705976, -59.79935117755518 5.027396693551461 M-59.79935117755518 5.027396693551461 C-59.896292671296784 4.275537611354754, -59.993234165038395 3.5236785291580475, -60.057567057899746 3.024725316091999 M-59.79935117755518 5.027396693551461 C-59.886653854795775 4.350294368737008, -59.97395653203637 3.673192043922554, -60.057567057899746 3.024725316091999 M-60.057567057899746 3.024725316091999 C-60.088478351027064 2.543256974487295, -60.11938964415438 2.0617886328825907, -60.18694081032167 1.0096246935071416 M-60.057567057899746 3.024725316091999 C-60.09536713403938 2.4359586185449755, -60.133167210179 1.8471919209979522, -60.18694081032167 1.0096246935071416 M-60.18694081032167 1.0096246935071416 C-60.18694081032167 0.41940688850555574, -60.18694081032167 -0.17081091649603009, -60.18694081032167 -1.0096246935071262 M-60.18694081032167 1.0096246935071416 C-60.18694081032167 0.5074153378090576, -60.18694081032167 0.0052059821109735616, -60.18694081032167 -1.0096246935071262 M-60.18694081032167 -1.0096246935071262 C-60.15655372378066 -1.482928094398162, -60.12616663723965 -1.9562314952891975, -60.057567057899746 -3.024725316091956 M-60.18694081032167 -1.0096246935071262 C-60.14732687175281 -1.6266437625128227, -60.10771293318395 -2.243662831518519, -60.057567057899746 -3.024725316091956 M-60.057567057899746 -3.024725316091956 C-59.95770707151908 -3.7992196508756506, -59.85784708513842 -4.573713985659346, -59.79935117755518 -5.027396693551446 M-60.057567057899746 -3.024725316091956 C-59.982823023248706 -3.604425288966345, -59.908078988597666 -4.184125261840735, -59.79935117755518 -5.027396693551446 M-59.79935117755518 -5.027396693551446 C-59.65310756403088 -5.778326740400056, -59.506863950506585 -6.529256787248665, -59.413354233727446 -7.009409419623896 M-59.79935117755518 -5.027396693551446 C-59.679536129421024 -5.642621642800934, -59.559721081286874 -6.257846592050422, -59.413354233727446 -7.009409419623896 M-59.413354233727446 -7.009409419623896 C-59.30782654806731 -7.411832221034264, -59.202298862407176 -7.814255022444632, -58.901162370654816 -8.962618978877506 M-59.413354233727446 -7.009409419623896 C-59.211282871429496 -7.779995102348397, -59.009211509131546 -8.550580785072897, -58.901162370654816 -8.962618978877506 M-58.901162370654816 -8.962618978877506 C-58.74712412378162 -9.426557635797893, -58.593085876908425 -9.89049629271828, -58.26488029456746 -10.878999214271168 M-58.901162370654816 -8.962618978877506 C-58.70504783577853 -9.553284711317133, -58.508933300902235 -10.143950443756761, -58.26488029456746 -10.878999214271168 M-58.26488029456746 -10.878999214271168 C-57.990684608668595 -11.556267859654316, -57.71648892276973 -12.233536505037465, -57.50712262499809 -12.750675308355401 M-58.26488029456746 -10.878999214271168 C-58.10373249080497 -11.277037405145348, -57.94258468704248 -11.675075596019528, -57.50712262499809 -12.750675308355401 M-57.50712262499809 -12.750675308355401 C-57.214333924245835 -13.358657310142078, -56.92154522349358 -13.966639311928756, -56.63100315074951 -14.5699561425863 M-57.50712262499809 -12.750675308355401 C-57.1724285651991 -13.445674684833671, -56.83773450540011 -14.140674061311941, -56.63100315074951 -14.5699561425863 M-56.63100315074951 -14.5699561425863 C-56.23620536103612 -15.270959595833652, -55.84140757132273 -15.971963049081007, -55.6401220346684 -16.329365901781546 M-56.63100315074951 -14.5699561425863 C-56.35155377364235 -15.066146808957942, -56.072104396535195 -15.562337475329585, -55.6401220346684 -16.329365901781546 M-55.6401220346684 -16.329365901781546 C-55.21438330957157 -16.983414910385232, -54.788644584474746 -17.637463918988914, -54.53855101980411 -18.021674793848344 M-55.6401220346684 -16.329365901781546 C-55.23914909600671 -16.945368011876035, -54.838176157345025 -17.561370121970523, -54.53855101980411 -18.021674793848344 M-54.53855101980411 -18.021674793848344 C-54.28753314549169 -18.358015877228194, -54.03651527117927 -18.694356960608047, -53.33081669774295 -19.639928758550102 M-54.53855101980411 -18.021674793848344 C-54.281347825069375 -18.366303643099812, -54.024144630334646 -18.71093249235128, -53.33081669774295 -19.639928758550102 M-53.33081669774295 -19.639928758550102 C-52.91253632137325 -20.131264689461613, -52.49425594500355 -20.62260062037312, -52.021881907872455 -21.177478043231467 M-53.33081669774295 -19.639928758550102 C-52.94186188855814 -20.0968172095742, -52.55290707937333 -20.553705660598297, -52.021881907872455 -21.177478043231467 M-52.021881907872455 -21.177478043231467 C-51.57729518568518 -21.636550335138548, -51.132708463497906 -22.09562262704563, -50.617125344009835 -22.628004528078403 M-52.021881907872455 -21.177478043231467 C-51.48326659763672 -21.73364257218923, -50.94465128740099 -22.289807101146994, -50.617125344009835 -22.628004528078403 M-50.617125344009835 -22.628004528078403 C-50.14727919321291 -23.054706370784242, -49.67743304241599 -23.48140821349008, -49.122319452195356 -23.98554768862771 M-50.617125344009835 -22.628004528078403 C-50.180902068452646 -23.024170965104048, -49.74467879289545 -23.420337402129693, -49.122319452195356 -23.98554768862771 M-49.122319452195356 -23.98554768862771 C-48.66818004681484 -24.34771177926155, -48.21404064143433 -24.70987586989539, -47.54360671047331 -25.244529088840626 M-49.122319452195356 -23.98554768862771 C-48.599866982979925 -24.402189629782924, -48.077414513764495 -24.818831570938134, -47.54360671047331 -25.244529088840626 M-47.54360671047331 -25.244529088840626 C-47.2091058847953 -25.477862384526247, -46.87460505911728 -25.711195680211873, -45.887474388132304 -26.39977530409297 M-47.54360671047331 -25.244529088840626 C-46.89272351802743 -25.698557027611596, -46.24184032558155 -26.152584966382566, -45.887474388132304 -26.39977530409297 M-45.887474388132304 -26.39977530409297 C-45.35587099841547 -26.722036402987595, -44.82426760869864 -27.04429750188222, -44.16072788812404 -27.446539179886763 M-45.887474388132304 -26.39977530409297 C-45.43211376821472 -26.675817587883046, -44.97675314829713 -26.95185987167312, -44.16072788812404 -27.446539179886763 M-44.16072788812404 -27.446539179886763 C-43.61691316359291 -27.7302469733447, -43.07309843906179 -28.013954766802634, -42.37046278220309 -28.3805193389262 M-44.16072788812404 -27.446539179886763 C-43.76373966711865 -27.65364768050219, -43.36675144611325 -27.860756181117612, -42.37046278220309 -28.3805193389262 M-42.37046278220309 -28.3805193389262 C-41.6527429779411 -28.698232605871436, -40.93502317367911 -29.015945872816676, -40.5240356537003 -29.19787785639968 M-42.37046278220309 -28.3805193389262 C-41.902641588832175 -28.587609903808865, -41.434820395461266 -28.794700468691534, -40.5240356537003 -29.19787785639968 M-40.5240356537003 -29.19787785639968 C-39.883535160156825 -29.433587958745335, -39.243034666613354 -29.669298061090995, -38.62903386774408 -29.895256030836055 M-40.5240356537003 -29.19787785639968 C-40.06388747188229 -29.367216640871874, -39.603739290064276 -29.536555425344066, -38.62903386774408 -29.895256030836055 M-38.62903386774408 -29.895256030836055 C-38.06167683883747 -30.06364461889772, -37.49431980993086 -30.232033206959382, -36.69324439314951 -30.469788185729417 M-38.62903386774408 -29.895256030836055 C-38.175532413810544 -30.02985288188582, -37.72203095987701 -30.164449732935584, -36.69324439314951 -30.469788185729417 M-36.69324439314951 -30.469788185729417 C-36.01595655947939 -30.624374714048464, -35.33866872580928 -30.778961242367508, -34.72462180409324 -30.919113445218553 M-36.69324439314951 -30.469788185729417 C-36.03268558768828 -30.620556422526896, -35.37212678222705 -30.771324659324375, -34.72462180409324 -30.919113445218553 M-34.72462180409324 -30.919113445218553 C-34.014566811426995 -31.033909629874124, -33.30451181876075 -31.148705814529695, -32.73125559306196 -31.24138543543225 M-34.72462180409324 -30.919113445218553 C-34.31370550738685 -30.98554720536657, -33.90278921068046 -31.051980965514584, -32.73125559306196 -31.24138543543225 M-32.73125559306196 -31.24138543543225 C-32.09945449254683 -31.30233452774695, -31.4676533920317 -31.36328362006165, -30.721336929392457 -31.435279871635593 M-32.73125559306196 -31.24138543543225 C-32.32855631538588 -31.280233350432923, -31.92585703770981 -31.319081265433592, -30.721336929392457 -31.435279871635593 M-30.721336929392457 -31.435279871635593 C-30.27454665982391 -31.449607565956153, -29.82775639025536 -31.463935260276717, -28.70312500000001 -31.5 M-30.721336929392457 -31.435279871635593 C-30.24252201265689 -31.450634534058608, -29.763707095921323 -31.46598919648162, -28.70312500000001 -31.5 M-28.70312500000001 -31.5 C-28.703125000000007 -31.5, -28.703125000000007 -31.5, -28.703125 -31.5 M-28.70312500000001 -31.5 C-28.703125000000007 -31.5, -28.703125000000004 -31.5, -28.703125 -31.5\" stroke=\"#999\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"fill:#f0f0f0 !important;stroke:#999 !important\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-44.828125, -24)\"><rect></rect><foreignObject width=\"89.65625\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Car booking<br>confirmed</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"flowchart-B-1\" transform=\"translate(361.6473159790039, 206)\"><rect class=\"basic label-container\" style=\"fill:#FF9800 !important\" x=\"-120.7734375\" y=\"-75\" width=\"241.546875\" height=\"150\"></rect><g class=\"label\" style=\"color:#fff !important\" transform=\"translate(-90.7734375, -60)\"><rect></rect><foreignObject width=\"181.546875\" height=\"120\"><div style=\"color: rgb(255, 255, 255) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#fff !important\" class=\"nodeLabel\"><p><b>SERVICE_FEE</b><br>―――――――――――<br>TMC fee<br>charged for this booking<br>(if configured).</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"flowchart-C-3\" transform=\"translate(687.4207534790039, 112)\"><rect class=\"basic label-container\" style=\"fill:#FF9800 !important\" x=\"-130\" y=\"-63\" width=\"260\" height=\"126\"></rect><g class=\"label\" style=\"color:#fff !important\" transform=\"translate(-100, -48)\"><rect></rect><foreignObject width=\"200\" height=\"96\"><div style=\"color: rgb(255, 255, 255) !important; display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#fff !important\" class=\"nodeLabel\"><p><b>INVOICE_GENERATED</b><br>―――――――――――<br>Car booking invoice created.</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"flowchart-D-5\" transform=\"translate(687.4207534790039, 300)\"><rect class=\"basic label-container\" style=\"fill:#FF9800 !important\" x=\"-130\" y=\"-75\" width=\"260\" height=\"150\"></rect><g class=\"label\" style=\"color:#fff !important\" transform=\"translate(-100, -60)\"><rect></rect><foreignObject width=\"200\" height=\"120\"><div style=\"color: rgb(255, 255, 255) !important; display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#fff !important\" class=\"nodeLabel\"><p><b>INVOICE_GENERATED</b><br>―――――――――――<br>Service fee invoice created<br>(if service fee was charged).</p></span></div></foreignObject></g></g></g></g></g></g></g></svg></div>"},"children":["flowchart TD\n    subgraph invoicing[\"Invoicing and fees\"]\n        A([\"Car booking<br>confirmed\"]) --> B[\"<b>SERVICE_FEE</b><br>―――――――――――<br>TMC fee<br>charged for this booking<br>(if configured).\"]\n\n        B --> C[\"<b>INVOICE_GENERATED</b><br>―――――――――――<br>Car booking invoice created.\"]\n\n        B --> D[\"<b>INVOICE_GENERATED</b><br>―――――――――――<br>Service fee invoice created<br>(if service fee was charged).\"]\n    end\n\n    style A fill:#f0f0f0,stroke:#999\n    style B fill:#FF9800,color:#fff\n    style C fill:#FF9800,color:#fff\n    style D fill:#FF9800,color:#fff\n"]}]},"headings":[{"value":"Invoicing and fees","id":"invoicing-and-fees","depth":1},{"value":"Invoicing and service fee flow diagram","id":"invoicing-and-service-fee-flow-diagram","depth":2}],"frontmatter":{"seo":{"title":"Invoicing and fees"}},"lastModified":"2026-06-15T05:22:58.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/webhooks/booking-lifecycle/car-booking-lifecycle/invoicing-fee-lifecycle","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}