{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-@l10n/tr-TR/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Yolcu360 Agency API ile Başlangıç"},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"yolcu360-agency-api-ile-başlangıç","__idx":0},"children":["Yolcu360 Agency API ile Başlangıç"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"genel-bakış","__idx":1},"children":["Genel Bakış"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Yolcu360 Agency API, iş ortaklarımızın araç kiralama hizmetlerimizle kolayca entegre olmalarını sağlayan bir RESTful"," ","API'dir. Bu API ile şunları yapabilirsiniz:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Konum arama"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Mevcut araçları sorgulama"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Rezervasyon oluşturma"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Ödeme işleme"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Siparişleri yönetme"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"hızlı-başlangıç","__idx":2},"children":["Hızlı Başlangıç"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"1-api-anahtarı-edinme","__idx":3},"children":["1. API Anahtarı Edinme"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["API'yi kullanmak için önce bir API anahtarı ve gizli anahtarı edinmeniz gerekir. Bunun"," ","için ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://pro.yolcu360.com"},"children":["pro.yolcu360.com"]}," adresindeki acente portalına giriş yapın ve API Anahtarları bölümünden"," ","yeni bir anahtar oluşturun."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"2-kimlik-doğrulama","__idx":4},"children":["2. Kimlik Doğrulama"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["API anahtarınızı kullanarak JWT jetonu almanız gerekir:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"curl -X POST https://staging.api.pro.yolcu360.com/api/v1/auth/login \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"key\": \"API_ANAHTARINIZ\",\n    \"secret\": \"API_GİZLİ_ANAHTARINIZ\"\n  }'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Başarılı yanıt:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"accessToken\": \"eyJhbGciOiJIUzI1NiIs...\",\n  \"refreshToken\": \"dGhpc2lzYXJlZnJlc2h0b2tlbg...\",\n  \"accessTokenExpireAt\": \"2024-12-26T10:30:00Z\",\n  \"refreshTokenExpireAt\": \"2024-12-27T10:00:00Z\"\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"3-api-çağrıları","__idx":5},"children":["3. API Çağrıları"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Aldığınız ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["accessToken"]},"'ı tüm API çağrıları için ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Authorization"]}," başlığında kullanın:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"curl -X GET https://staging.api.pro.yolcu360.com/api/v1/locations?query=istanbul \\\n  -H \"Authorization: Bearer ERIŞIM_JETONUNUZ\"\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"ortamlar","__idx":6},"children":["Ortamlar"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["API'miz iki farklı ortamda hizmet verir:"]},{"$$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":"Ortam"},"children":["Ortam"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Base URL"},"children":["Base URL"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Amaç"},"children":["Amaç"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Test"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["https://staging.api.pro.yolcu360.com/api/v1"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Test ve geliştirme"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Prodüksiyon"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["https://api.pro.yolcu360.com/api/v1"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Canlı işlemler"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["⚠️ ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Önemli:"]}," Test ortamında yapılan rezervasyonlar gerçek değildir."," ","Test ortamında ödemeler yalnızca \"Yolcutest\" tedarikçisi için desteklenmektedir."," ","Bu kurala takılan ödemeler ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["6008"]}," hata koduyla yanıtlanır."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"hız-sınırlama","__idx":7},"children":["Hız Sınırlama"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["API'miz saniyede maksimum 10 istek kabul eder. Bu sınırı aşarsanız ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["429 Too Many Requests"]}," hatası alırsınız."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"hata-i̇şleme","__idx":8},"children":["Hata İşleme"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["API standart HTTP durum kodlarını kullanır:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["200 OK"]}," - İstek başarılı"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["201 Created"]}," - Kaynak oluşturuldu"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["400 Bad Request"]}," - Geçersiz istek"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["401 Unauthorized"]}," - Kimlik doğrulama hatası"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["403 Forbidden"]}," - Yetkilendirme hatası"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["404 Not Found"]}," - Kaynak bulunamadı"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["429 Too Many Requests"]}," - Hız sınırı aşıldı"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["500 Internal Server Error"]}," - Sunucu hatası"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Hata yanıtları şu formattadır:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"code\": 1001,\n  \"description\": \"Geçersiz istek parametreleri\",\n  \"details\": {\n    \"field\": \"checkInDateTime\",\n    \"message\": \"Gelecek bir tarih olmalı\"\n  }\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"akış-diyagramı","__idx":9},"children":["Akış Diyagramı"]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"graph TD\n    A[Başla] --> B[Kimlik Doğrulama]\n    B --> |API Anahtar & Gizli| C[JWT Jetonu Al]\n    C --> D[Konum Arama]\n    D --> |Arama Sorgusu| E[Konum Detaylarını Al]\n    E --> F[Mevcut Araçları Ara]\n    F --> |Arama Sonuçları| N{Findeks Gerekli Mi?}\n    N --> |Evet| O[Findeks Kontrol]\n    N --> |Hayır| G[Ekstra Ürünleri Al]\n    O --> |Pozitif| G\n    O --> |Negatif| X[İşlem Sonlandırılır]\n    G --> H[Sipariş Oluştur]\n    H --> |Sipariş Oluşturuldu| I[Ödeme İşle]\n    I --> |Kredi Kartı| J[3D Secure Akışı]\n    I --> |Kredi Limiti| K[Direkt Ödeme]\n    J --> L[Ödeme Tamamlandı]\n    K --> L\n    L --> M[Son]\n\n    style A fill:#f9f,stroke:#333,stroke-width:2px\n    style M fill:#f9f,stroke:#333,stroke-width:2px\n    style B fill:#bbf,stroke:#333,stroke-width:2px\n    style C fill:#bbf,stroke:#333,stroke-width:2px\n    style D fill:#dfd,stroke:#333,stroke-width:2px\n    style E fill:#dfd,stroke:#333,stroke-width:2px\n    style F fill:#fdd,stroke:#333,stroke-width:2px\n    style N fill:#ffe,stroke:#333,stroke-width:2px\n    style O fill:#ffe,stroke:#333,stroke-width:2px\n    style X fill:#fee,stroke:#333,stroke-width:2px\n    style G fill:#fdd,stroke:#333,stroke-width:2px\n    style H fill:#ddf,stroke:#333,stroke-width:2px\n    style I fill:#ffd,stroke:#333,stroke-width:2px\n    style J fill:#ffd,stroke:#333,stroke-width:2px\n    style K fill:#ffd,stroke:#333,stroke-width:2px\n    style L fill:#dff,stroke:#333,stroke-width:2px\n","diagramHtml":"<svg id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 542.44921875px;\" viewBox=\"0 0 542.44921875 1731.375\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>\n    #diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c foreignObject {\n      overflow: visible;\n    }\n  </style><style>#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .error-icon{fill:#552222;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .error-text{fill:#552222;stroke:#552222;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .edge-thickness-normal{stroke-width:1px;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .edge-thickness-thick{stroke-width:3.5px;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .edge-pattern-solid{stroke-dasharray:0;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .edge-pattern-dashed{stroke-dasharray:3;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .edge-pattern-dotted{stroke-dasharray:2;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .marker{fill:#333333;stroke:#333333;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .marker.cross{stroke:#333333;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c svg{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c p{margin:0;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .label{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;color:#333;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .cluster-label text{fill:#333;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .cluster-label span{color:#333;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .cluster-label span p{background-color:transparent;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .label text,#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c span{fill:#333;color:#333;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .node rect,#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .node circle,#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .node ellipse,#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .node polygon,#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .rough-node .label text,#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .node .label text,#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .image-shape .label,#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .icon-shape .label{text-anchor:middle;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .rough-node .label,#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .node .label,#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .image-shape .label,#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .icon-shape .label{text-align:center;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .node.clickable{cursor:pointer;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .root .anchor path{fill:#333333!important;stroke-width:0;stroke:#333333;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .arrowheadPath{fill:#333333;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .edgePath .path{stroke:#333333;stroke-width:1px;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .flowchart-link{stroke:#333333;fill:none;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .edgeLabel{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .edgeLabel p{background-color:rgba(232,232,232, 0.8);}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .edgeLabel rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .labelBkg{background-color:rgba(232, 232, 232, 0.5);}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .cluster rect{fill:#ffffde;stroke:#aaaa33;stroke-width:1px;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .cluster text{fill:#333;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .cluster span{color:#333;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:12px;background:hsl(80, 100%, 96.2745098039%);border:1px solid #aaaa33;border-radius:2px;pointer-events:none;z-index:100;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#333;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c rect.text{fill:none;stroke-width:0;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .icon-shape,#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .image-shape{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .icon-shape p,#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .image-shape p{background-color:rgba(232,232,232, 0.8);padding:2px;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .icon-shape .label rect,#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .image-shape .label rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c .node .neo-node{stroke:#9370DB;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c [data-look=\"neo\"].node rect,#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c [data-look=\"neo\"].cluster rect,#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c :root{--mermaid-font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;}</style><g><marker id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_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=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_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=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_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=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_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=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_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=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_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><marker id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M321.848,62L321.848,66.167C321.848,70.333,321.848,78.667,321.848,86.333C321.848,94,321.848,101,321.848,104.5L321.848,108\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-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=\"W3sieCI6MzIxLjg0NzY1NjI1LCJ5Ijo2Mn0seyJ4IjozMjEuODQ3NjU2MjUsInkiOjg3fSx7IngiOjMyMS44NDc2NTYyNSwieSI6MTEyfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_flowchart-v2-pointEnd)\"></path><path d=\"M321.848,166L321.848,172.167C321.848,178.333,321.848,190.667,321.848,202.333C321.848,214,321.848,225,321.848,230.5L321.848,236\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-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=\"W3sieCI6MzIxLjg0NzY1NjI1LCJ5IjoxNjZ9LHsieCI6MzIxLjg0NzY1NjI1LCJ5IjoyMDN9LHsieCI6MzIxLjg0NzY1NjI1LCJ5IjoyNDB9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_flowchart-v2-pointEnd)\"></path><path d=\"M321.848,294L321.848,298.167C321.848,302.333,321.848,310.667,321.848,318.333C321.848,326,321.848,333,321.848,336.5L321.848,340\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-L_C_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_C_D_0\" data-points=\"W3sieCI6MzIxLjg0NzY1NjI1LCJ5IjoyOTR9LHsieCI6MzIxLjg0NzY1NjI1LCJ5IjozMTl9LHsieCI6MzIxLjg0NzY1NjI1LCJ5IjozNDR9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_flowchart-v2-pointEnd)\"></path><path d=\"M321.848,398L321.848,404.167C321.848,410.333,321.848,422.667,321.848,434.333C321.848,446,321.848,457,321.848,462.5L321.848,468\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-L_D_E_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_D_E_0\" data-points=\"W3sieCI6MzIxLjg0NzY1NjI1LCJ5IjozOTh9LHsieCI6MzIxLjg0NzY1NjI1LCJ5Ijo0MzV9LHsieCI6MzIxLjg0NzY1NjI1LCJ5Ijo0NzJ9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_flowchart-v2-pointEnd)\"></path><path d=\"M321.848,526L321.848,530.167C321.848,534.333,321.848,542.667,321.848,550.333C321.848,558,321.848,565,321.848,568.5L321.848,572\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-L_E_F_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_E_F_0\" data-points=\"W3sieCI6MzIxLjg0NzY1NjI1LCJ5Ijo1MjZ9LHsieCI6MzIxLjg0NzY1NjI1LCJ5Ijo1NTF9LHsieCI6MzIxLjg0NzY1NjI1LCJ5Ijo1NzZ9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_flowchart-v2-pointEnd)\"></path><path d=\"M321.848,630L321.848,636.167C321.848,642.333,321.848,654.667,321.848,666.333C321.848,678,321.848,689,321.848,694.5L321.848,700\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-L_F_N_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_F_N_0\" data-points=\"W3sieCI6MzIxLjg0NzY1NjI1LCJ5Ijo2MzB9LHsieCI6MzIxLjg0NzY1NjI1LCJ5Ijo2Njd9LHsieCI6MzIxLjg0NzY1NjI1LCJ5Ijo3MDR9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_flowchart-v2-pointEnd)\"></path><path d=\"M359.525,861.698L367.339,874.144C375.153,886.59,390.782,911.483,398.596,929.429C406.41,947.375,406.41,958.375,406.41,963.875L406.41,969.375\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-L_N_O_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_N_O_0\" data-points=\"W3sieCI6MzU5LjUyNDczMzY0NDUyNjgsInkiOjg2MS42OTc5MjI2MDU0NzMyfSx7IngiOjQwNi40MTAxNTYyNSwieSI6OTM2LjM3NX0seyJ4Ijo0MDYuNDEwMTU2MjUsInkiOjk3My4zNzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_flowchart-v2-pointEnd)\"></path><path d=\"M272.229,849.757L257.328,864.193C242.426,878.63,212.623,907.502,197.722,932.605C182.82,957.708,182.82,979.042,182.82,1000.375C182.82,1021.708,182.82,1043.042,184.627,1059.241C186.433,1075.441,190.046,1086.507,191.852,1092.04L193.659,1097.573\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-L_N_G_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_N_G_0\" data-points=\"W3sieCI6MjcyLjIyOTQ3MTY1ODY1Njk2LCJ5Ijo4NDkuNzU2ODE1NDA4NjU3fSx7IngiOjE4Mi44MjAzMTI1LCJ5Ijo5MzYuMzc1fSx7IngiOjE4Mi44MjAzMTI1LCJ5IjoxMDAwLjM3NX0seyJ4IjoxODIuODIwMzEyNSwieSI6MTA2NC4zNzV9LHsieCI6MTk0Ljg5OTk2MzM3ODkwNjI1LCJ5IjoxMTAxLjM3NX1d\" data-look=\"classic\" marker-end=\"url(#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_flowchart-v2-pointEnd)\"></path><path d=\"M356.573,1027.375L345.19,1033.542C333.808,1039.708,311.043,1052.042,292.044,1063.973C273.045,1075.904,257.812,1087.432,250.196,1093.197L242.579,1098.961\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-L_O_G_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_O_G_0\" data-points=\"W3sieCI6MzU2LjU3Mjg3NTk3NjU2MjUsInkiOjEwMjcuMzc1fSx7IngiOjI4OC4yNzczNDM3NSwieSI6MTA2NC4zNzV9LHsieCI6MjM5LjM4OTY0ODQzNzUsInkiOjExMDEuMzc1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_flowchart-v2-pointEnd)\"></path><path d=\"M420.573,1027.375L423.807,1033.542C427.042,1039.708,433.511,1052.042,436.746,1063.708C439.98,1075.375,439.98,1086.375,439.98,1091.875L439.98,1097.375\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-L_O_X_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_O_X_0\" data-points=\"W3sieCI6NDIwLjU3MjYzMTgzNTkzNzUsInkiOjEwMjcuMzc1fSx7IngiOjQzOS45ODA0Njg3NSwieSI6MTA2NC4zNzV9LHsieCI6NDM5Ljk4MDQ2ODc1LCJ5IjoxMTAxLjM3NX1d\" data-look=\"classic\" marker-end=\"url(#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_flowchart-v2-pointEnd)\"></path><path d=\"M203.715,1155.375L203.715,1159.542C203.715,1163.708,203.715,1172.042,203.715,1179.708C203.715,1187.375,203.715,1194.375,203.715,1197.875L203.715,1201.375\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-L_G_H_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_G_H_0\" data-points=\"W3sieCI6MjAzLjcxNDg0Mzc1LCJ5IjoxMTU1LjM3NX0seyJ4IjoyMDMuNzE0ODQzNzUsInkiOjExODAuMzc1fSx7IngiOjIwMy43MTQ4NDM3NSwieSI6MTIwNS4zNzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_flowchart-v2-pointEnd)\"></path><path d=\"M203.715,1259.375L203.715,1265.542C203.715,1271.708,203.715,1284.042,203.715,1295.708C203.715,1307.375,203.715,1318.375,203.715,1323.875L203.715,1329.375\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-L_H_I_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_H_I_0\" data-points=\"W3sieCI6MjAzLjcxNDg0Mzc1LCJ5IjoxMjU5LjM3NX0seyJ4IjoyMDMuNzE0ODQzNzUsInkiOjEyOTYuMzc1fSx7IngiOjIwMy43MTQ4NDM3NSwieSI6MTMzMy4zNzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_flowchart-v2-pointEnd)\"></path><path d=\"M158.002,1387.375L147.562,1393.542C137.121,1399.708,116.24,1412.042,105.8,1423.708C95.359,1435.375,95.359,1446.375,95.359,1451.875L95.359,1457.375\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-L_I_J_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_I_J_0\" data-points=\"W3sieCI6MTU4LjAwMjM4MDM3MTA5Mzc1LCJ5IjoxMzg3LjM3NX0seyJ4Ijo5NS4zNTkzNzUsInkiOjE0MjQuMzc1fSx7IngiOjk1LjM1OTM3NSwieSI6MTQ2MS4zNzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_flowchart-v2-pointEnd)\"></path><path d=\"M249.427,1387.375L259.868,1393.542C270.308,1399.708,291.189,1412.042,301.63,1423.708C312.07,1435.375,312.07,1446.375,312.07,1451.875L312.07,1457.375\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-L_I_K_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_I_K_0\" data-points=\"W3sieCI6MjQ5LjQyNzMwNzEyODkwNjI1LCJ5IjoxMzg3LjM3NX0seyJ4IjozMTIuMDcwMzEyNSwieSI6MTQyNC4zNzV9LHsieCI6MzEyLjA3MDMxMjUsInkiOjE0NjEuMzc1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_flowchart-v2-pointEnd)\"></path><path d=\"M95.359,1515.375L95.359,1519.542C95.359,1523.708,95.359,1532.042,103.441,1540.087C111.522,1548.131,127.685,1555.888,135.766,1559.766L143.847,1563.644\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-L_J_L_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_J_L_0\" data-points=\"W3sieCI6OTUuMzU5Mzc1LCJ5IjoxNTE1LjM3NX0seyJ4Ijo5NS4zNTkzNzUsInkiOjE1NDAuMzc1fSx7IngiOjE0Ny40NTMzNTAzNjA1NzY5LCJ5IjoxNTY1LjM3NX1d\" data-look=\"classic\" marker-end=\"url(#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_flowchart-v2-pointEnd)\"></path><path d=\"M312.07,1515.375L312.07,1519.542C312.07,1523.708,312.07,1532.042,303.989,1540.087C295.908,1548.131,279.745,1555.888,271.664,1559.766L263.583,1563.644\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-L_K_L_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_K_L_0\" data-points=\"W3sieCI6MzEyLjA3MDMxMjUsInkiOjE1MTUuMzc1fSx7IngiOjMxMi4wNzAzMTI1LCJ5IjoxNTQwLjM3NX0seyJ4IjoyNTkuOTc2MzM3MTM5NDIzMSwieSI6MTU2NS4zNzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_flowchart-v2-pointEnd)\"></path><path d=\"M203.715,1619.375L203.715,1623.542C203.715,1627.708,203.715,1636.042,203.715,1643.708C203.715,1651.375,203.715,1658.375,203.715,1661.875L203.715,1665.375\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-L_L_M_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_L_M_0\" data-points=\"W3sieCI6MjAzLjcxNDg0Mzc1LCJ5IjoxNjE5LjM3NX0seyJ4IjoyMDMuNzE0ODQzNzUsInkiOjE2NDQuMzc1fSx7IngiOjIwMy43MTQ4NDM3NSwieSI6MTY2OS4zNzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c_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\" transform=\"translate(321.84765625, 203)\"><g class=\"label\" data-id=\"L_B_C_0\" transform=\"translate(-68.03125, -12)\"><foreignObject width=\"136.0625\" height=\"24\"><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\"><p>API Anahtar &amp; Gizli</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_C_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 class=\"edgeLabel\" transform=\"translate(321.84765625, 435)\"><g class=\"label\" data-id=\"L_D_E_0\" transform=\"translate(-55.5859375, -12)\"><foreignObject width=\"111.171875\" height=\"24\"><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\"><p>Arama Sorgusu</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_E_F_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\" transform=\"translate(321.84765625, 667)\"><g class=\"label\" data-id=\"L_F_N_0\" transform=\"translate(-59.5859375, -12)\"><foreignObject width=\"119.171875\" height=\"24\"><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\"><p>Arama Sonuçları</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(406.41015625, 936.375)\"><g class=\"label\" data-id=\"L_N_O_0\" transform=\"translate(-16.0078125, -12)\"><foreignObject width=\"32.015625\" height=\"24\"><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\"><p>Evet</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(182.8203125, 1000.375)\"><g class=\"label\" data-id=\"L_N_G_0\" transform=\"translate(-19.1171875, -12)\"><foreignObject width=\"38.234375\" height=\"24\"><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\"><p>Hayır</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(288.27734375, 1064.375)\"><g class=\"label\" data-id=\"L_O_G_0\" transform=\"translate(-21.7890625, -12)\"><foreignObject width=\"43.578125\" height=\"24\"><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\"><p>Pozitif</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(439.98046875, 1064.375)\"><g class=\"label\" data-id=\"L_O_X_0\" transform=\"translate(-25.3515625, -12)\"><foreignObject width=\"50.703125\" height=\"24\"><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\"><p>Negatif</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_G_H_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\" transform=\"translate(203.71484375, 1296.375)\"><g class=\"label\" data-id=\"L_H_I_0\" transform=\"translate(-67.5859375, -12)\"><foreignObject width=\"135.171875\" height=\"24\"><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\"><p>Sipariş Oluşturuldu</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(95.359375, 1424.375)\"><g class=\"label\" data-id=\"L_I_J_0\" transform=\"translate(-37.796875, -12)\"><foreignObject width=\"75.59375\" height=\"24\"><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\"><p>Kredi Kartı</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(312.0703125, 1424.375)\"><g class=\"label\" data-id=\"L_I_K_0\" transform=\"translate(-39.5703125, -12)\"><foreignObject width=\"79.140625\" height=\"24\"><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\"><p>Kredi Limiti</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_J_L_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_K_L_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_L_M_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=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-flowchart-A-0\" data-look=\"classic\" transform=\"translate(321.84765625, 35)\"><rect class=\"basic label-container\" style=\"fill:#f9f !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-50.015625\" y=\"-27\" width=\"100.03125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-20.015625, -12)\"><rect></rect><foreignObject width=\"40.03125\" 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>Başla</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-flowchart-B-1\" data-look=\"classic\" transform=\"translate(321.84765625, 139)\"><rect class=\"basic label-container\" style=\"fill:#bbf !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-92.6875\" y=\"-27\" width=\"185.375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-62.6875, -12)\"><rect></rect><foreignObject width=\"125.375\" 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>Kimlik Doğrulama</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-flowchart-C-3\" data-look=\"classic\" transform=\"translate(321.84765625, 267)\"><rect class=\"basic label-container\" style=\"fill:#bbf !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-81.4296875\" y=\"-27\" width=\"162.859375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-51.4296875, -12)\"><rect></rect><foreignObject width=\"102.859375\" 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>JWT Jetonu Al</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-flowchart-D-5\" data-look=\"classic\" transform=\"translate(321.84765625, 371)\"><rect class=\"basic label-container\" style=\"fill:#dfd !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-80.6953125\" y=\"-27\" width=\"161.390625\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-50.6953125, -12)\"><rect></rect><foreignObject width=\"101.390625\" 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>Konum Arama</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-flowchart-E-7\" data-look=\"classic\" transform=\"translate(321.84765625, 499)\"><rect class=\"basic label-container\" style=\"fill:#dfd !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-105.1484375\" y=\"-27\" width=\"210.296875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-75.1484375, -12)\"><rect></rect><foreignObject width=\"150.296875\" 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>Konum Detaylarını Al</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-flowchart-F-9\" data-look=\"classic\" transform=\"translate(321.84765625, 603)\"><rect class=\"basic label-container\" style=\"fill:#fdd !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-99.359375\" y=\"-27\" width=\"198.71875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-69.359375, -12)\"><rect></rect><foreignObject width=\"138.71875\" 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>Mevcut Araçları Ara</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-flowchart-N-11\" data-look=\"classic\" transform=\"translate(321.84765625, 801.6875)\"><polygon points=\"97.6875,0 195.375,-97.6875 97.6875,-195.375 0,-97.6875\" class=\"label-container\" transform=\"translate(-97.1875, 97.6875)\" style=\"fill:#ffe !important;stroke:#333 !important;stroke-width:2px !important\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-70.6875, -12)\"><rect></rect><foreignObject width=\"141.375\" 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>Findeks Gerekli Mi?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-flowchart-O-13\" data-look=\"classic\" transform=\"translate(406.41015625, 1000.375)\"><rect class=\"basic label-container\" style=\"fill:#ffe !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-85.5859375\" y=\"-27\" width=\"171.171875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-55.5859375, -12)\"><rect></rect><foreignObject width=\"111.171875\" 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>Findeks Kontrol</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-flowchart-G-15\" data-look=\"classic\" transform=\"translate(203.71484375, 1128.375)\"><rect class=\"basic label-container\" style=\"fill:#fdd !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-91.796875\" y=\"-27\" width=\"183.59375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-61.796875, -12)\"><rect></rect><foreignObject width=\"123.59375\" 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>Ekstra Ürünleri Al</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-flowchart-X-19\" data-look=\"classic\" transform=\"translate(439.98046875, 1128.375)\"><rect class=\"basic label-container\" style=\"fill:#fee !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-94.46875\" y=\"-27\" width=\"188.9375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-64.46875, -12)\"><rect></rect><foreignObject width=\"128.9375\" 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>İşlem Sonlandırılır</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-flowchart-H-21\" data-look=\"classic\" transform=\"translate(203.71484375, 1232.375)\"><rect class=\"basic label-container\" style=\"fill:#ddf !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-82.4609375\" y=\"-27\" width=\"164.921875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-52.4609375, -12)\"><rect></rect><foreignObject width=\"104.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>Sipariş Oluştur</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-flowchart-I-23\" data-look=\"classic\" transform=\"translate(203.71484375, 1360.375)\"><rect class=\"basic label-container\" style=\"fill:#ffd !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-70.90625\" y=\"-27\" width=\"141.8125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-40.90625, -12)\"><rect></rect><foreignObject width=\"81.8125\" 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>Ödeme İşle</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-flowchart-J-25\" data-look=\"classic\" transform=\"translate(95.359375, 1488.375)\"><rect class=\"basic label-container\" style=\"fill:#ffd !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-87.359375\" y=\"-27\" width=\"174.71875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-57.359375, -12)\"><rect></rect><foreignObject width=\"114.71875\" 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>3D Secure Akışı</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-flowchart-K-27\" data-look=\"classic\" transform=\"translate(312.0703125, 1488.375)\"><rect class=\"basic label-container\" style=\"fill:#ffd !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-79.3515625\" y=\"-27\" width=\"158.703125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-49.3515625, -12)\"><rect></rect><foreignObject width=\"98.703125\" 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>Direkt Ödeme</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-flowchart-L-29\" data-look=\"classic\" transform=\"translate(203.71484375, 1592.375)\"><rect class=\"basic label-container\" style=\"fill:#dff !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-101.890625\" y=\"-27\" width=\"203.78125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-71.890625, -12)\"><rect></rect><foreignObject width=\"143.78125\" 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>Ödeme Tamamlandı</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-flowchart-M-33\" data-look=\"classic\" transform=\"translate(203.71484375, 1696.375)\"><rect class=\"basic label-container\" style=\"fill:#f9f !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-44.234375\" y=\"-27\" width=\"88.46875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-14.234375, -12)\"><rect></rect><foreignObject width=\"28.46875\" 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>Son</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs><defs><filter id=\"diagram-b67e4487d591ce27b13a6c8fa7cffa61b2fef300a6b890f4773de42341861f7c-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs></svg>","diagramHtmlDark":"<svg id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 542.44921875px;\" viewBox=\"0 0 542.44921875 1731.375\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>\n    #diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 foreignObject {\n      overflow: visible;\n    }\n  </style><style>#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .error-icon{fill:#a44141;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .error-text{fill:#ddd;stroke:#ddd;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .edge-thickness-normal{stroke-width:1px;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .edge-thickness-thick{stroke-width:3.5px;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .edge-pattern-solid{stroke-dasharray:0;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .marker{fill:lightgrey;stroke:lightgrey;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .marker.cross{stroke:lightgrey;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 svg{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 p{margin:0;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .label{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;color:#ccc;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .cluster-label text{fill:#F9FFFE;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .cluster-label span{color:#F9FFFE;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .cluster-label span p{background-color:transparent;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .label text,#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 span{fill:#ccc;color:#ccc;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .node rect,#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .node circle,#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .node ellipse,#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .node polygon,#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .node path{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .rough-node .label text,#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .node .label text,#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .image-shape .label,#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .icon-shape .label{text-anchor:middle;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .rough-node .label,#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .node .label,#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .image-shape .label,#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .icon-shape .label{text-align:center;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .node.clickable{cursor:pointer;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .root .anchor path{fill:lightgrey!important;stroke-width:0;stroke:lightgrey;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .arrowheadPath{fill:lightgrey;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .edgePath .path{stroke:lightgrey;stroke-width:1px;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .flowchart-link{stroke:lightgrey;fill:none;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .edgeLabel p{background-color:hsl(0, 0%, 34.4117647059%);}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .cluster text{fill:#F9FFFE;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .cluster span{color:#F9FFFE;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 rect.text{fill:none;stroke-width:0;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .icon-shape,#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .image-shape{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .icon-shape p,#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .image-shape p{background-color:hsl(0, 0%, 34.4117647059%);padding:2px;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .icon-shape .label rect,#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .image-shape .label rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 .node .neo-node{stroke:#ccc;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 [data-look=\"neo\"].node rect,#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 [data-look=\"neo\"].cluster rect,#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 [data-look=\"neo\"].node polygon{stroke:url(#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 [data-look=\"neo\"].node path{stroke:url(#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-gradient);stroke-width:1px;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 [data-look=\"neo\"].node circle{stroke:url(#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;}</style><g><marker id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_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=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_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=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_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=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_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=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_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=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_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><marker id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M321.848,62L321.848,66.167C321.848,70.333,321.848,78.667,321.848,86.333C321.848,94,321.848,101,321.848,104.5L321.848,108\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-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=\"W3sieCI6MzIxLjg0NzY1NjI1LCJ5Ijo2Mn0seyJ4IjozMjEuODQ3NjU2MjUsInkiOjg3fSx7IngiOjMyMS44NDc2NTYyNSwieSI6MTEyfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_flowchart-v2-pointEnd)\"></path><path d=\"M321.848,166L321.848,172.167C321.848,178.333,321.848,190.667,321.848,202.333C321.848,214,321.848,225,321.848,230.5L321.848,236\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-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=\"W3sieCI6MzIxLjg0NzY1NjI1LCJ5IjoxNjZ9LHsieCI6MzIxLjg0NzY1NjI1LCJ5IjoyMDN9LHsieCI6MzIxLjg0NzY1NjI1LCJ5IjoyNDB9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_flowchart-v2-pointEnd)\"></path><path d=\"M321.848,294L321.848,298.167C321.848,302.333,321.848,310.667,321.848,318.333C321.848,326,321.848,333,321.848,336.5L321.848,340\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-L_C_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_C_D_0\" data-points=\"W3sieCI6MzIxLjg0NzY1NjI1LCJ5IjoyOTR9LHsieCI6MzIxLjg0NzY1NjI1LCJ5IjozMTl9LHsieCI6MzIxLjg0NzY1NjI1LCJ5IjozNDR9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_flowchart-v2-pointEnd)\"></path><path d=\"M321.848,398L321.848,404.167C321.848,410.333,321.848,422.667,321.848,434.333C321.848,446,321.848,457,321.848,462.5L321.848,468\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-L_D_E_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_D_E_0\" data-points=\"W3sieCI6MzIxLjg0NzY1NjI1LCJ5IjozOTh9LHsieCI6MzIxLjg0NzY1NjI1LCJ5Ijo0MzV9LHsieCI6MzIxLjg0NzY1NjI1LCJ5Ijo0NzJ9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_flowchart-v2-pointEnd)\"></path><path d=\"M321.848,526L321.848,530.167C321.848,534.333,321.848,542.667,321.848,550.333C321.848,558,321.848,565,321.848,568.5L321.848,572\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-L_E_F_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_E_F_0\" data-points=\"W3sieCI6MzIxLjg0NzY1NjI1LCJ5Ijo1MjZ9LHsieCI6MzIxLjg0NzY1NjI1LCJ5Ijo1NTF9LHsieCI6MzIxLjg0NzY1NjI1LCJ5Ijo1NzZ9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_flowchart-v2-pointEnd)\"></path><path d=\"M321.848,630L321.848,636.167C321.848,642.333,321.848,654.667,321.848,666.333C321.848,678,321.848,689,321.848,694.5L321.848,700\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-L_F_N_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_F_N_0\" data-points=\"W3sieCI6MzIxLjg0NzY1NjI1LCJ5Ijo2MzB9LHsieCI6MzIxLjg0NzY1NjI1LCJ5Ijo2Njd9LHsieCI6MzIxLjg0NzY1NjI1LCJ5Ijo3MDR9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_flowchart-v2-pointEnd)\"></path><path d=\"M359.525,861.698L367.339,874.144C375.153,886.59,390.782,911.483,398.596,929.429C406.41,947.375,406.41,958.375,406.41,963.875L406.41,969.375\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-L_N_O_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_N_O_0\" data-points=\"W3sieCI6MzU5LjUyNDczMzY0NDUyNjgsInkiOjg2MS42OTc5MjI2MDU0NzMyfSx7IngiOjQwNi40MTAxNTYyNSwieSI6OTM2LjM3NX0seyJ4Ijo0MDYuNDEwMTU2MjUsInkiOjk3My4zNzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_flowchart-v2-pointEnd)\"></path><path d=\"M272.229,849.757L257.328,864.193C242.426,878.63,212.623,907.502,197.722,932.605C182.82,957.708,182.82,979.042,182.82,1000.375C182.82,1021.708,182.82,1043.042,184.627,1059.241C186.433,1075.441,190.046,1086.507,191.852,1092.04L193.659,1097.573\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-L_N_G_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_N_G_0\" data-points=\"W3sieCI6MjcyLjIyOTQ3MTY1ODY1Njk2LCJ5Ijo4NDkuNzU2ODE1NDA4NjU3fSx7IngiOjE4Mi44MjAzMTI1LCJ5Ijo5MzYuMzc1fSx7IngiOjE4Mi44MjAzMTI1LCJ5IjoxMDAwLjM3NX0seyJ4IjoxODIuODIwMzEyNSwieSI6MTA2NC4zNzV9LHsieCI6MTk0Ljg5OTk2MzM3ODkwNjI1LCJ5IjoxMTAxLjM3NX1d\" data-look=\"classic\" marker-end=\"url(#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_flowchart-v2-pointEnd)\"></path><path d=\"M356.573,1027.375L345.19,1033.542C333.808,1039.708,311.043,1052.042,292.044,1063.973C273.045,1075.904,257.812,1087.432,250.196,1093.197L242.579,1098.961\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-L_O_G_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_O_G_0\" data-points=\"W3sieCI6MzU2LjU3Mjg3NTk3NjU2MjUsInkiOjEwMjcuMzc1fSx7IngiOjI4OC4yNzczNDM3NSwieSI6MTA2NC4zNzV9LHsieCI6MjM5LjM4OTY0ODQzNzUsInkiOjExMDEuMzc1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_flowchart-v2-pointEnd)\"></path><path d=\"M420.573,1027.375L423.807,1033.542C427.042,1039.708,433.511,1052.042,436.746,1063.708C439.98,1075.375,439.98,1086.375,439.98,1091.875L439.98,1097.375\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-L_O_X_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_O_X_0\" data-points=\"W3sieCI6NDIwLjU3MjYzMTgzNTkzNzUsInkiOjEwMjcuMzc1fSx7IngiOjQzOS45ODA0Njg3NSwieSI6MTA2NC4zNzV9LHsieCI6NDM5Ljk4MDQ2ODc1LCJ5IjoxMTAxLjM3NX1d\" data-look=\"classic\" marker-end=\"url(#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_flowchart-v2-pointEnd)\"></path><path d=\"M203.715,1155.375L203.715,1159.542C203.715,1163.708,203.715,1172.042,203.715,1179.708C203.715,1187.375,203.715,1194.375,203.715,1197.875L203.715,1201.375\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-L_G_H_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_G_H_0\" data-points=\"W3sieCI6MjAzLjcxNDg0Mzc1LCJ5IjoxMTU1LjM3NX0seyJ4IjoyMDMuNzE0ODQzNzUsInkiOjExODAuMzc1fSx7IngiOjIwMy43MTQ4NDM3NSwieSI6MTIwNS4zNzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_flowchart-v2-pointEnd)\"></path><path d=\"M203.715,1259.375L203.715,1265.542C203.715,1271.708,203.715,1284.042,203.715,1295.708C203.715,1307.375,203.715,1318.375,203.715,1323.875L203.715,1329.375\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-L_H_I_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_H_I_0\" data-points=\"W3sieCI6MjAzLjcxNDg0Mzc1LCJ5IjoxMjU5LjM3NX0seyJ4IjoyMDMuNzE0ODQzNzUsInkiOjEyOTYuMzc1fSx7IngiOjIwMy43MTQ4NDM3NSwieSI6MTMzMy4zNzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_flowchart-v2-pointEnd)\"></path><path d=\"M158.002,1387.375L147.562,1393.542C137.121,1399.708,116.24,1412.042,105.8,1423.708C95.359,1435.375,95.359,1446.375,95.359,1451.875L95.359,1457.375\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-L_I_J_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_I_J_0\" data-points=\"W3sieCI6MTU4LjAwMjM4MDM3MTA5Mzc1LCJ5IjoxMzg3LjM3NX0seyJ4Ijo5NS4zNTkzNzUsInkiOjE0MjQuMzc1fSx7IngiOjk1LjM1OTM3NSwieSI6MTQ2MS4zNzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_flowchart-v2-pointEnd)\"></path><path d=\"M249.427,1387.375L259.868,1393.542C270.308,1399.708,291.189,1412.042,301.63,1423.708C312.07,1435.375,312.07,1446.375,312.07,1451.875L312.07,1457.375\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-L_I_K_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_I_K_0\" data-points=\"W3sieCI6MjQ5LjQyNzMwNzEyODkwNjI1LCJ5IjoxMzg3LjM3NX0seyJ4IjozMTIuMDcwMzEyNSwieSI6MTQyNC4zNzV9LHsieCI6MzEyLjA3MDMxMjUsInkiOjE0NjEuMzc1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_flowchart-v2-pointEnd)\"></path><path d=\"M95.359,1515.375L95.359,1519.542C95.359,1523.708,95.359,1532.042,103.441,1540.087C111.522,1548.131,127.685,1555.888,135.766,1559.766L143.847,1563.644\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-L_J_L_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_J_L_0\" data-points=\"W3sieCI6OTUuMzU5Mzc1LCJ5IjoxNTE1LjM3NX0seyJ4Ijo5NS4zNTkzNzUsInkiOjE1NDAuMzc1fSx7IngiOjE0Ny40NTMzNTAzNjA1NzY5LCJ5IjoxNTY1LjM3NX1d\" data-look=\"classic\" marker-end=\"url(#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_flowchart-v2-pointEnd)\"></path><path d=\"M312.07,1515.375L312.07,1519.542C312.07,1523.708,312.07,1532.042,303.989,1540.087C295.908,1548.131,279.745,1555.888,271.664,1559.766L263.583,1563.644\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-L_K_L_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_K_L_0\" data-points=\"W3sieCI6MzEyLjA3MDMxMjUsInkiOjE1MTUuMzc1fSx7IngiOjMxMi4wNzAzMTI1LCJ5IjoxNTQwLjM3NX0seyJ4IjoyNTkuOTc2MzM3MTM5NDIzMSwieSI6MTU2NS4zNzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_flowchart-v2-pointEnd)\"></path><path d=\"M203.715,1619.375L203.715,1623.542C203.715,1627.708,203.715,1636.042,203.715,1643.708C203.715,1651.375,203.715,1658.375,203.715,1661.875L203.715,1665.375\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-L_L_M_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_L_M_0\" data-points=\"W3sieCI6MjAzLjcxNDg0Mzc1LCJ5IjoxNjE5LjM3NX0seyJ4IjoyMDMuNzE0ODQzNzUsInkiOjE2NDQuMzc1fSx7IngiOjIwMy43MTQ4NDM3NSwieSI6MTY2OS4zNzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571_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\" transform=\"translate(321.84765625, 203)\"><g class=\"label\" data-id=\"L_B_C_0\" transform=\"translate(-68.03125, -12)\"><foreignObject width=\"136.0625\" height=\"24\"><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\"><p>API Anahtar &amp; Gizli</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_C_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 class=\"edgeLabel\" transform=\"translate(321.84765625, 435)\"><g class=\"label\" data-id=\"L_D_E_0\" transform=\"translate(-55.5859375, -12)\"><foreignObject width=\"111.171875\" height=\"24\"><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\"><p>Arama Sorgusu</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_E_F_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\" transform=\"translate(321.84765625, 667)\"><g class=\"label\" data-id=\"L_F_N_0\" transform=\"translate(-59.5859375, -12)\"><foreignObject width=\"119.171875\" height=\"24\"><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\"><p>Arama Sonuçları</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(406.41015625, 936.375)\"><g class=\"label\" data-id=\"L_N_O_0\" transform=\"translate(-16.0078125, -12)\"><foreignObject width=\"32.015625\" height=\"24\"><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\"><p>Evet</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(182.8203125, 1000.375)\"><g class=\"label\" data-id=\"L_N_G_0\" transform=\"translate(-19.1171875, -12)\"><foreignObject width=\"38.234375\" height=\"24\"><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\"><p>Hayır</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(288.27734375, 1064.375)\"><g class=\"label\" data-id=\"L_O_G_0\" transform=\"translate(-21.7890625, -12)\"><foreignObject width=\"43.578125\" height=\"24\"><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\"><p>Pozitif</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(439.98046875, 1064.375)\"><g class=\"label\" data-id=\"L_O_X_0\" transform=\"translate(-25.3515625, -12)\"><foreignObject width=\"50.703125\" height=\"24\"><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\"><p>Negatif</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_G_H_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\" transform=\"translate(203.71484375, 1296.375)\"><g class=\"label\" data-id=\"L_H_I_0\" transform=\"translate(-67.5859375, -12)\"><foreignObject width=\"135.171875\" height=\"24\"><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\"><p>Sipariş Oluşturuldu</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(95.359375, 1424.375)\"><g class=\"label\" data-id=\"L_I_J_0\" transform=\"translate(-37.796875, -12)\"><foreignObject width=\"75.59375\" height=\"24\"><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\"><p>Kredi Kartı</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(312.0703125, 1424.375)\"><g class=\"label\" data-id=\"L_I_K_0\" transform=\"translate(-39.5703125, -12)\"><foreignObject width=\"79.140625\" height=\"24\"><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\"><p>Kredi Limiti</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_J_L_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_K_L_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_L_M_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=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-flowchart-A-0\" data-look=\"classic\" transform=\"translate(321.84765625, 35)\"><rect class=\"basic label-container\" style=\"fill:#f9f !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-50.015625\" y=\"-27\" width=\"100.03125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-20.015625, -12)\"><rect></rect><foreignObject width=\"40.03125\" 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>Başla</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-flowchart-B-1\" data-look=\"classic\" transform=\"translate(321.84765625, 139)\"><rect class=\"basic label-container\" style=\"fill:#bbf !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-92.6875\" y=\"-27\" width=\"185.375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-62.6875, -12)\"><rect></rect><foreignObject width=\"125.375\" 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>Kimlik Doğrulama</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-flowchart-C-3\" data-look=\"classic\" transform=\"translate(321.84765625, 267)\"><rect class=\"basic label-container\" style=\"fill:#bbf !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-81.4296875\" y=\"-27\" width=\"162.859375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-51.4296875, -12)\"><rect></rect><foreignObject width=\"102.859375\" 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>JWT Jetonu Al</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-flowchart-D-5\" data-look=\"classic\" transform=\"translate(321.84765625, 371)\"><rect class=\"basic label-container\" style=\"fill:#dfd !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-80.6953125\" y=\"-27\" width=\"161.390625\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-50.6953125, -12)\"><rect></rect><foreignObject width=\"101.390625\" 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>Konum Arama</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-flowchart-E-7\" data-look=\"classic\" transform=\"translate(321.84765625, 499)\"><rect class=\"basic label-container\" style=\"fill:#dfd !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-105.1484375\" y=\"-27\" width=\"210.296875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-75.1484375, -12)\"><rect></rect><foreignObject width=\"150.296875\" 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>Konum Detaylarını Al</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-flowchart-F-9\" data-look=\"classic\" transform=\"translate(321.84765625, 603)\"><rect class=\"basic label-container\" style=\"fill:#fdd !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-99.359375\" y=\"-27\" width=\"198.71875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-69.359375, -12)\"><rect></rect><foreignObject width=\"138.71875\" 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>Mevcut Araçları Ara</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-flowchart-N-11\" data-look=\"classic\" transform=\"translate(321.84765625, 801.6875)\"><polygon points=\"97.6875,0 195.375,-97.6875 97.6875,-195.375 0,-97.6875\" class=\"label-container\" transform=\"translate(-97.1875, 97.6875)\" style=\"fill:#ffe !important;stroke:#333 !important;stroke-width:2px !important\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-70.6875, -12)\"><rect></rect><foreignObject width=\"141.375\" 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>Findeks Gerekli Mi?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-flowchart-O-13\" data-look=\"classic\" transform=\"translate(406.41015625, 1000.375)\"><rect class=\"basic label-container\" style=\"fill:#ffe !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-85.5859375\" y=\"-27\" width=\"171.171875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-55.5859375, -12)\"><rect></rect><foreignObject width=\"111.171875\" 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>Findeks Kontrol</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-flowchart-G-15\" data-look=\"classic\" transform=\"translate(203.71484375, 1128.375)\"><rect class=\"basic label-container\" style=\"fill:#fdd !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-91.796875\" y=\"-27\" width=\"183.59375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-61.796875, -12)\"><rect></rect><foreignObject width=\"123.59375\" 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>Ekstra Ürünleri Al</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-flowchart-X-19\" data-look=\"classic\" transform=\"translate(439.98046875, 1128.375)\"><rect class=\"basic label-container\" style=\"fill:#fee !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-94.46875\" y=\"-27\" width=\"188.9375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-64.46875, -12)\"><rect></rect><foreignObject width=\"128.9375\" 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>İşlem Sonlandırılır</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-flowchart-H-21\" data-look=\"classic\" transform=\"translate(203.71484375, 1232.375)\"><rect class=\"basic label-container\" style=\"fill:#ddf !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-82.4609375\" y=\"-27\" width=\"164.921875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-52.4609375, -12)\"><rect></rect><foreignObject width=\"104.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>Sipariş Oluştur</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-flowchart-I-23\" data-look=\"classic\" transform=\"translate(203.71484375, 1360.375)\"><rect class=\"basic label-container\" style=\"fill:#ffd !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-70.90625\" y=\"-27\" width=\"141.8125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-40.90625, -12)\"><rect></rect><foreignObject width=\"81.8125\" 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>Ödeme İşle</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-flowchart-J-25\" data-look=\"classic\" transform=\"translate(95.359375, 1488.375)\"><rect class=\"basic label-container\" style=\"fill:#ffd !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-87.359375\" y=\"-27\" width=\"174.71875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-57.359375, -12)\"><rect></rect><foreignObject width=\"114.71875\" 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>3D Secure Akışı</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-flowchart-K-27\" data-look=\"classic\" transform=\"translate(312.0703125, 1488.375)\"><rect class=\"basic label-container\" style=\"fill:#ffd !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-79.3515625\" y=\"-27\" width=\"158.703125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-49.3515625, -12)\"><rect></rect><foreignObject width=\"98.703125\" 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>Direkt Ödeme</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-flowchart-L-29\" data-look=\"classic\" transform=\"translate(203.71484375, 1592.375)\"><rect class=\"basic label-container\" style=\"fill:#dff !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-101.890625\" y=\"-27\" width=\"203.78125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-71.890625, -12)\"><rect></rect><foreignObject width=\"143.78125\" 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>Ödeme Tamamlandı</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-flowchart-M-33\" data-look=\"classic\" transform=\"translate(203.71484375, 1696.375)\"><rect class=\"basic label-container\" style=\"fill:#f9f !important;stroke:#333 !important;stroke-width:2px !important\" x=\"-44.234375\" y=\"-27\" width=\"88.46875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-14.234375, -12)\"><rect></rect><foreignObject width=\"28.46875\" 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>Son</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><defs><filter id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><linearGradient id=\"diagram-7b1148a346cbda9cb4e8ca85fc4de532a54003b9ee9fbe96537b846fb76ce571-gradient\" gradientUnits=\"objectBoundingBox\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" stop-color=\"#cccccc\" stop-opacity=\"1\"></stop><stop offset=\"100%\" stop-color=\"hsl(180, 0%, 18.3529411765%)\" stop-opacity=\"1\"></stop></linearGradient></svg>"},"children":["graph TD\n    A[Başla] --> B[Kimlik Doğrulama]\n    B --> |API Anahtar & Gizli| C[JWT Jetonu Al]\n    C --> D[Konum Arama]\n    D --> |Arama Sorgusu| E[Konum Detaylarını Al]\n    E --> F[Mevcut Araçları Ara]\n    F --> |Arama Sonuçları| N{Findeks Gerekli Mi?}\n    N --> |Evet| O[Findeks Kontrol]\n    N --> |Hayır| G[Ekstra Ürünleri Al]\n    O --> |Pozitif| G\n    O --> |Negatif| X[İşlem Sonlandırılır]\n    G --> H[Sipariş Oluştur]\n    H --> |Sipariş Oluşturuldu| I[Ödeme İşle]\n    I --> |Kredi Kartı| J[3D Secure Akışı]\n    I --> |Kredi Limiti| K[Direkt Ödeme]\n    J --> L[Ödeme Tamamlandı]\n    K --> L\n    L --> M[Son]\n\n    style A fill:#f9f,stroke:#333,stroke-width:2px\n    style M fill:#f9f,stroke:#333,stroke-width:2px\n    style B fill:#bbf,stroke:#333,stroke-width:2px\n    style C fill:#bbf,stroke:#333,stroke-width:2px\n    style D fill:#dfd,stroke:#333,stroke-width:2px\n    style E fill:#dfd,stroke:#333,stroke-width:2px\n    style F fill:#fdd,stroke:#333,stroke-width:2px\n    style N fill:#ffe,stroke:#333,stroke-width:2px\n    style O fill:#ffe,stroke:#333,stroke-width:2px\n    style X fill:#fee,stroke:#333,stroke-width:2px\n    style G fill:#fdd,stroke:#333,stroke-width:2px\n    style H fill:#ddf,stroke:#333,stroke-width:2px\n    style I fill:#ffd,stroke:#333,stroke-width:2px\n    style J fill:#ffd,stroke:#333,stroke-width:2px\n    style K fill:#ffd,stroke:#333,stroke-width:2px\n    style L fill:#dff,stroke:#333,stroke-width:2px\n"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"destek","__idx":10},"children":["Destek"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Teknik destek için:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["E-posta: api-support@yolcu360.com"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Dokümantasyon: ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://docs.pro.yolcu360.com"},"children":["docs.yolcu360.com"]}]}]}]},"headings":[{"value":"Yolcu360 Agency API ile Başlangıç","id":"yolcu360-agency-api-ile-başlangıç","depth":1},{"value":"Genel Bakış","id":"genel-bakış","depth":2},{"value":"Hızlı Başlangıç","id":"hızlı-başlangıç","depth":2},{"value":"1. API Anahtarı Edinme","id":"1-api-anahtarı-edinme","depth":3},{"value":"2. Kimlik Doğrulama","id":"2-kimlik-doğrulama","depth":3},{"value":"3. API Çağrıları","id":"3-api-çağrıları","depth":3},{"value":"Ortamlar","id":"ortamlar","depth":2},{"value":"Hız Sınırlama","id":"hız-sınırlama","depth":2},{"value":"Hata İşleme","id":"hata-i̇şleme","depth":2},{"value":"Akış Diyagramı","id":"akış-diyagramı","depth":2},{"value":"Destek","id":"destek","depth":2}],"frontmatter":{"seo":{"title":"Yolcu360 Agency API ile Başlangıç"}},"lastModified":"2026-04-01T13:43:04.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/tr-tr/getting-started","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}