{"templateId":"markdown","sharedDataIds":{},"props":{"metadata":{"markdoc":{"tagList":["tabs","tab"]},"type":"markdown"},"seo":{"title":"Sequence diagrams - guest card | Worldpay Developer","description":"Sequence diagrams for common guest card payment flows","siteUrl":"https://docs.worldpay.com/access","image":"/access/assets/worldpay-logo-light.21b7daf79984773a9fcd7d4fbcb07ae5289dfffd6023c4c3dca720c7058e53dc.33f780a6.svg","keywords":"documentation, api, openapi, sdks, developer, payments, json, payouts, 3ds","jsonLd":{"@context":"https://schema.org","@type":"Organization","url":"https://docs.worldpay.com/access","name":"Worldpay"},"meta":[{"name":"google-site-verification","content":"zjziIKaP3ImsqsfhYnEBnq1R85UabiSwl7HTXuwtZuo"},{"name":"doc_product","content":"Access"},{"name":"doc_category","content":"Documentation"}],"llmstxt":{"hide":false,"sections":[{"title":"Payments API","description":"Payment orchestration API combining fraud assessment, 3ds authentication, SCA exemptions, Worldpay Token creation and a card or wallet based payment.","includeFiles":["products/payments/@20240601/**/*"],"excludeFiles":[]},{"title":"Payment Queries API","description":"Querying your payments data, based on a variety of parameters.","includeFiles":["products/payment-queries/@v1/**/*"],"excludeFiles":[]},{"title":"Card BIN Data API","description":"Provides detailed information about a card.","includeFiles":["products/card-bin/@v1/**/*"],"excludeFiles":[]},{"title":"3DS Authentication API","description":"Request 3DS authentication to protect against fraud, be SCA compliant and to shift liability using this standalone API.","includeFiles":["products/3ds/@v3/**/*"],"excludeFiles":[]},{"title":"FraudSight API","description":"Request a risk assessment and receive a response with an outcome (e.g. lowRisk) using this standalone API.","includeFiles":["products/fraudsight/@v1/**/*"],"excludeFiles":[]},{"title":"Checkout SDK","description":"Integrate using our clientside SDKs for both web and native devices. Benefit from SAQ-A/PCI-SSF compliance.","includeFiles":["products/checkout/web/@v2/**/*","products/checkout/ios/@v4/**/*","products/checkout/android/@v4/**/*","products/checkout/react-native/@v3/**/*","products/checkout/flutter/@v1/**/*"],"excludeFiles":[]},{"title":"Tokens API","description":"Minimizes the exposure of sensitive card details and increases the security of your customer's card details.","includeFiles":["products/tokens/@v3/**/*"],"excludeFiles":[]},{"title":"Card Payments API","description":"Request a card payment using this standalone API, requires separate requests for 3DS, Fraud assessment etc.","includeFiles":["products/card-payments/@v7/**/*"],"excludeFiles":[]},{"title":"Card Verifications API","description":"Verify your customer's card to maximize your authentication rates.","includeFiles":["products/card-verifications/@v6/**/*"],"excludeFiles":[]},{"title":"Account Payouts API","description":"Send funds to your customer's bank accounts and search for payouts using parameters.","includeFiles":["products/account-payouts/@20250101/**/*"],"excludeFiles":[]},{"title":"APMs","description":"Pay using eWallets, bank transfers, direct debits, local card schemes, Postpay and eInvoice/ Buy Now Pay Later.","includeFiles":["products/apms/@20240701/**/*"],"excludeFiles":[]},{"title":"Balance API","description":"Request your account details for a single account or all accounts under an entity.","includeFiles":["products/balance/@20250101/**/*"],"excludeFiles":[]},{"title":"Card Payouts API","description":"Send funds to your customer's cards.","includeFiles":["products/card-payouts/@v4/**/*"],"excludeFiles":[]},{"title":"Events (Webhooks)","description":"Receive status updates from Access Worldpay by setting up a webhook.","includeFiles":["products/events/@v1/**/*"],"excludeFiles":[]},{"title":"FX API","description":"Manage Foreign Exchange (FX) on your payments.","includeFiles":["products/fx/@v1/**/*"],"excludeFiles":[]},{"title":"Hosted Payment Pages (HPP) API","description":"Our low-code option to take payments securely at the lowest PCI compliance level - SAQ A.","includeFiles":["products/hosted-payment-pages/@v1/**/*"],"excludeFiles":[]},{"title":"Money Transfers API","description":"Money Transfer OCTs (Original Credit Transaction) allow funds to be pushed to an eligible card in 30 minutes or less.","includeFiles":["products/money-transfers/@v1/**/*"],"excludeFiles":[]},{"title":"Parties API","description":"Create parties, manage your payout instruments and beneficial owners and carry out identity verification checks.","includeFiles":["products/parties/@20250101/**/*"],"excludeFiles":[]},{"title":"SCA Exemptions API","description":"Maximize a frictionless checkout experience by using issuer data insights to apply exemptions.","includeFiles":["products/sca-exemptions/@v1/**/*"],"excludeFiles":[]},{"title":"Split Payments API","description":"Divide funds from a single payment amongst yourself and your parties/sellers.","includeFiles":["products/split-payments/@20250625/**/*"],"excludeFiles":[]},{"title":"Statements API","description":"Retrieve your account statement and see individual entries for all credits and debits.","includeFiles":["products/statements/@20250101/**/*"],"excludeFiles":[]},{"title":"Transfers API","description":"Transfer funds from source account to target account.","includeFiles":["products/transfers/@20250101/**/*"],"excludeFiles":[]},{"title":"Verified Tokens API","description":"Verified Tokens ensures that your customer's payment details are valid and CIT compliant when creating a token.","includeFiles":["products/verified-tokens/@v3/**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/modular"},"children":["<< Back to Modular Home"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"sequence-diagrams---guest-card-payment","__idx":0},"children":["Sequence diagrams - guest card payment"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"basic-card-authorization","__idx":1},"children":["Basic card authorization"]},{"$$mdtype":"Tag","name":"Tabs","attributes":{"size":"medium"},"children":[{"$$mdtype":"Tag","name":"div","attributes":{"label":"API only","disable":false},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Card payment using Card Payments API only."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Using:"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/card-payments/"},"children":["Card Payments API"]}]}]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"\nsequenceDiagram\n    participant Browser\n    participant Merchant_Frontend\n    participant Merchant_Backend\n    participant Card_Payments_API\n    Browser->>Merchant_Frontend: Click Pay\n    Merchant_Frontend->>Merchant_Backend: Pay \n    Merchant_Backend->>Card_Payments_API: customerInitiatedTransactions request\n    Card_Payments_API->>Merchant_Backend: customerInitiatedTransactions response\n    Merchant_Backend->>Card_Payments_API: Settlement request\n    Card_Payments_API->>Merchant_Backend: Settlement response\n","diagramHtml":"<svg id=\"diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" style=\"max-width: 1050.5px;\" viewBox=\"-50 -10 1050.5 495\" role=\"graphics-document document\" aria-roledescription=\"sequence\"><g><rect x=\"783.5\" y=\"409\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Card_Payments_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"867\" y=\"441.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"867\" dy=\"0\">Card_Payments_API</tspan></text></g><g><rect x=\"417\" y=\"409\" fill=\"#eaeaea\" stroke=\"#666\" width=\"162\" height=\"65\" name=\"Merchant_Backend\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"498\" y=\"441.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"498\" dy=\"0\">Merchant_Backend</tspan></text></g><g><rect x=\"200\" y=\"409\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Merchant_Frontend\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"283.5\" y=\"441.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"283.5\" dy=\"0\">Merchant_Frontend</tspan></text></g><g><rect x=\"0\" y=\"409\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Browser\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"75\" y=\"441.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Browser</tspan></text></g><g><line id=\"actor3\" x1=\"867\" y1=\"65\" x2=\"867\" y2=\"409\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Card_Payments_API\" data-et=\"life-line\" data-id=\"Card_Payments_API\"></line><g id=\"root-3\" data-et=\"participant\" data-type=\"participant\" data-id=\"Card_Payments_API\"><rect x=\"783.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Card_Payments_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"867\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"867\" dy=\"0\">Card_Payments_API</tspan></text></g></g><g><line id=\"actor2\" x1=\"498\" y1=\"65\" x2=\"498\" y2=\"409\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Merchant_Backend\" data-et=\"life-line\" data-id=\"Merchant_Backend\"></line><g id=\"root-2\" data-et=\"participant\" data-type=\"participant\" data-id=\"Merchant_Backend\"><rect x=\"417\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"162\" height=\"65\" name=\"Merchant_Backend\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"498\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"498\" dy=\"0\">Merchant_Backend</tspan></text></g></g><g><line id=\"actor1\" x1=\"283.5\" y1=\"65\" x2=\"283.5\" y2=\"409\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Merchant_Frontend\" data-et=\"life-line\" data-id=\"Merchant_Frontend\"></line><g id=\"root-1\" data-et=\"participant\" data-type=\"participant\" data-id=\"Merchant_Frontend\"><rect x=\"200\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Merchant_Frontend\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"283.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"283.5\" dy=\"0\">Merchant_Frontend</tspan></text></g></g><g><line id=\"actor0\" x1=\"75\" y1=\"65\" x2=\"75\" y2=\"409\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Browser\" data-et=\"life-line\" data-id=\"Browser\"></line><g id=\"root-0\" data-et=\"participant\" data-type=\"participant\" data-id=\"Browser\"><rect x=\"0\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Browser\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"75\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Browser</tspan></text></g></g><style>#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .error-icon{fill:#552222;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .error-text{fill:#552222;stroke:#552222;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .edge-thickness-normal{stroke-width:1px;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .edge-thickness-thick{stroke-width:3.5px;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .edge-pattern-solid{stroke-dasharray:0;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .edge-pattern-dashed{stroke-dasharray:3;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .edge-pattern-dotted{stroke-dasharray:2;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .marker{fill:#333333;stroke:#333333;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .marker.cross{stroke:#333333;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec p{margin:0;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .actor{stroke:#9370DB;fill:#ECECFF;stroke-width:1;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec rect.actor.outer-path[data-look=\"neo\"]{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec rect.note[data-look=\"neo\"]{stroke:#aaaa33;fill:#fff5ad;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec text.actor&gt;tspan{fill:black;stroke:none;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .actor-line{stroke:#9370DB;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .innerArc{stroke-width:1.5;stroke-dasharray:none;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .messageLine1{stroke-width:1.5;stroke-dasharray:2,2;stroke:#333;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec [id$=\"-arrowhead\"] path{fill:#333;stroke:#333;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .sequenceNumber{fill:white;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec [id$=\"-sequencenumber\"]{fill:#333;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec [id$=\"-crosshead\"] path{fill:#333;stroke:#333;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .messageText{fill:#333;stroke:none;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .labelBox{stroke:#9370DB;fill:#ECECFF;filter:none;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .labelText,#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .labelText&gt;tspan{fill:black;stroke:none;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .loopText,#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .loopText&gt;tspan{fill:black;stroke:none;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .sectionTitle,#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .sectionTitle&gt;tspan{fill:black;stroke:none;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .loopLine{stroke-width:2px;stroke-dasharray:2,2;stroke:#9370DB;fill:#9370DB;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .note{stroke:#aaaa33;fill:#fff5ad;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .noteText,#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .noteText&gt;tspan{fill:black;stroke:none;font-weight:normal;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .activation0{fill:#f4f4f4;stroke:#666;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .activation1{fill:#f4f4f4;stroke:#666;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .activation2{fill:#f4f4f4;stroke:#666;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .actorPopupMenu{position:absolute;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .actorPopupMenuPanel{position:absolute;fill:#ECECFF;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);filter:drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .actor-man circle,#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec line{fill:#ECECFF;stroke-width:2px;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec g rect.rect{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));stroke:#9370DB;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec .node .neo-node{stroke:#9370DB;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec [data-look=\"neo\"].node rect,#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec [data-look=\"neo\"].cluster rect,#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g></g><defs><symbol id=\"diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec-computer\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M2 2v13h20v-13h-20zm18 11h-16v-9h16v9zm-10.228 6l.466-1h3.524l.467 1h-4.457zm14.228 3h-24l2-6h2.104l-1.33 4h18.45l-1.297-4h2.073l2 6zm-5-10h-14v-7h14v7z\"></path></symbol></defs><defs><symbol id=\"diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec-database\" fill-rule=\"evenodd\" clip-rule=\"evenodd\"><path transform=\"scale(.5)\" d=\"M12.258.001l.256.004.255.005.253.008.251.01.249.012.247.015.246.016.242.019.241.02.239.023.236.024.233.027.231.028.229.031.225.032.223.034.22.036.217.038.214.04.211.041.208.043.205.045.201.046.198.048.194.05.191.051.187.053.183.054.18.056.175.057.172.059.168.06.163.061.16.063.155.064.15.066.074.033.073.033.071.034.07.034.069.035.068.035.067.035.066.035.064.036.064.036.062.036.06.036.06.037.058.037.058.037.055.038.055.038.053.038.052.038.051.039.05.039.048.039.047.039.045.04.044.04.043.04.041.04.04.041.039.041.037.041.036.041.034.041.033.042.032.042.03.042.029.042.027.042.026.043.024.043.023.043.021.043.02.043.018.044.017.043.015.044.013.044.012.044.011.045.009.044.007.045.006.045.004.045.002.045.001.045v17l-.001.045-.002.045-.004.045-.006.045-.007.045-.009.044-.011.045-.012.044-.013.044-.015.044-.017.043-.018.044-.02.043-.021.043-.023.043-.024.043-.026.043-.027.042-.029.042-.03.042-.032.042-.033.042-.034.041-.036.041-.037.041-.039.041-.04.041-.041.04-.043.04-.044.04-.045.04-.047.039-.048.039-.05.039-.051.039-.052.038-.053.038-.055.038-.055.038-.058.037-.058.037-.06.037-.06.036-.062.036-.064.036-.064.036-.066.035-.067.035-.068.035-.069.035-.07.034-.071.034-.073.033-.074.033-.15.066-.155.064-.16.063-.163.061-.168.06-.172.059-.175.057-.18.056-.183.054-.187.053-.191.051-.194.05-.198.048-.201.046-.205.045-.208.043-.211.041-.214.04-.217.038-.22.036-.223.034-.225.032-.229.031-.231.028-.233.027-.236.024-.239.023-.241.02-.242.019-.246.016-.247.015-.249.012-.251.01-.253.008-.255.005-.256.004-.258.001-.258-.001-.256-.004-.255-.005-.253-.008-.251-.01-.249-.012-.247-.015-.245-.016-.243-.019-.241-.02-.238-.023-.236-.024-.234-.027-.231-.028-.228-.031-.226-.032-.223-.034-.22-.036-.217-.038-.214-.04-.211-.041-.208-.043-.204-.045-.201-.046-.198-.048-.195-.05-.19-.051-.187-.053-.184-.054-.179-.056-.176-.057-.172-.059-.167-.06-.164-.061-.159-.063-.155-.064-.151-.066-.074-.033-.072-.033-.072-.034-.07-.034-.069-.035-.068-.035-.067-.035-.066-.035-.064-.036-.063-.036-.062-.036-.061-.036-.06-.037-.058-.037-.057-.037-.056-.038-.055-.038-.053-.038-.052-.038-.051-.039-.049-.039-.049-.039-.046-.039-.046-.04-.044-.04-.043-.04-.041-.04-.04-.041-.039-.041-.037-.041-.036-.041-.034-.041-.033-.042-.032-.042-.03-.042-.029-.042-.027-.042-.026-.043-.024-.043-.023-.043-.021-.043-.02-.043-.018-.044-.017-.043-.015-.044-.013-.044-.012-.044-.011-.045-.009-.044-.007-.045-.006-.045-.004-.045-.002-.045-.001-.045v-17l.001-.045.002-.045.004-.045.006-.045.007-.045.009-.044.011-.045.012-.044.013-.044.015-.044.017-.043.018-.044.02-.043.021-.043.023-.043.024-.043.026-.043.027-.042.029-.042.03-.042.032-.042.033-.042.034-.041.036-.041.037-.041.039-.041.04-.041.041-.04.043-.04.044-.04.046-.04.046-.039.049-.039.049-.039.051-.039.052-.038.053-.038.055-.038.056-.038.057-.037.058-.037.06-.037.061-.036.062-.036.063-.036.064-.036.066-.035.067-.035.068-.035.069-.035.07-.034.072-.034.072-.033.074-.033.151-.066.155-.064.159-.063.164-.061.167-.06.172-.059.176-.057.179-.056.184-.054.187-.053.19-.051.195-.05.198-.048.201-.046.204-.045.208-.043.211-.041.214-.04.217-.038.22-.036.223-.034.226-.032.228-.031.231-.028.234-.027.236-.024.238-.023.241-.02.243-.019.245-.016.247-.015.249-.012.251-.01.253-.008.255-.005.256-.004.258-.001.258.001zm-9.258 20.499v.01l.001.021.003.021.004.022.005.021.006.022.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.023.018.024.019.024.021.024.022.025.023.024.024.025.052.049.056.05.061.051.066.051.07.051.075.051.079.052.084.052.088.052.092.052.097.052.102.051.105.052.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.048.144.049.147.047.152.047.155.047.16.045.163.045.167.043.171.043.176.041.178.041.183.039.187.039.19.037.194.035.197.035.202.033.204.031.209.03.212.029.216.027.219.025.222.024.226.021.23.02.233.018.236.016.24.015.243.012.246.01.249.008.253.005.256.004.259.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.021.224-.024.22-.026.216-.027.212-.028.21-.031.205-.031.202-.034.198-.034.194-.036.191-.037.187-.039.183-.04.179-.04.175-.042.172-.043.168-.044.163-.045.16-.046.155-.046.152-.047.148-.048.143-.049.139-.049.136-.05.131-.05.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.053.083-.051.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.05.023-.024.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.023.01-.022.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.127l-.077.055-.08.053-.083.054-.085.053-.087.052-.09.052-.093.051-.095.05-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.045-.118.044-.12.043-.122.042-.124.042-.126.041-.128.04-.13.04-.132.038-.134.038-.135.037-.138.037-.139.035-.142.035-.143.034-.144.033-.147.032-.148.031-.15.03-.151.03-.153.029-.154.027-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.01-.179.008-.179.008-.181.006-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.006-.179-.008-.179-.008-.178-.01-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.027-.153-.029-.151-.03-.15-.03-.148-.031-.146-.032-.145-.033-.143-.034-.141-.035-.14-.035-.137-.037-.136-.037-.134-.038-.132-.038-.13-.04-.128-.04-.126-.041-.124-.042-.122-.042-.12-.044-.117-.043-.116-.045-.113-.045-.112-.046-.109-.047-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.05-.093-.052-.09-.051-.087-.052-.085-.053-.083-.054-.08-.054-.077-.054v4.127zm0-5.654v.011l.001.021.003.021.004.021.005.022.006.022.007.022.009.022.01.022.011.023.012.023.013.023.015.024.016.023.017.024.018.024.019.024.021.024.022.024.023.025.024.024.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.052.11.051.114.051.119.052.123.05.127.051.131.05.135.049.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.044.171.042.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.022.23.02.233.018.236.016.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.012.241-.015.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.048.139-.05.136-.049.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.051.051-.049.023-.025.023-.024.021-.025.02-.024.019-.024.018-.024.017-.024.015-.023.014-.023.013-.024.012-.022.01-.023.01-.023.008-.022.006-.022.006-.022.004-.021.004-.022.001-.021.001-.021v-4.139l-.077.054-.08.054-.083.054-.085.052-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.044-.118.044-.12.044-.122.042-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.035-.143.033-.144.033-.147.033-.148.031-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.009-.179.009-.179.007-.181.007-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.007-.179-.007-.179-.009-.178-.009-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.031-.146-.033-.145-.033-.143-.033-.141-.035-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.04-.126-.041-.124-.042-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.051-.093-.051-.09-.051-.087-.053-.085-.052-.083-.054-.08-.054-.077-.054v4.139zm0-5.666v.011l.001.02.003.022.004.021.005.022.006.021.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.024.018.023.019.024.021.025.022.024.023.024.024.025.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.051.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.043.171.043.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.021.23.02.233.018.236.017.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.013.241-.014.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.049.139-.049.136-.049.131-.051.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.049.023-.025.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.022.01-.023.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.153l-.077.054-.08.054-.083.053-.085.053-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.048-.105.048-.106.048-.109.046-.111.046-.114.046-.115.044-.118.044-.12.043-.122.043-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.034-.143.034-.144.033-.147.032-.148.032-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.024-.161.024-.162.023-.163.023-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.01-.178.01-.179.009-.179.007-.181.006-.182.006-.182.004-.184.003-.184.001-.185.001-.185-.001-.184-.001-.184-.003-.182-.004-.182-.006-.181-.006-.179-.007-.179-.009-.178-.01-.176-.01-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.023-.162-.023-.161-.024-.159-.024-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.032-.146-.032-.145-.033-.143-.034-.141-.034-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.041-.126-.041-.124-.041-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.048-.105-.048-.102-.048-.1-.05-.097-.049-.095-.051-.093-.051-.09-.052-.087-.052-.085-.053-.083-.053-.08-.054-.077-.054v4.153zm8.74-8.179l-.257.004-.254.005-.25.008-.247.011-.244.012-.241.014-.237.016-.233.018-.231.021-.226.022-.224.023-.22.026-.216.027-.212.028-.21.031-.205.032-.202.033-.198.034-.194.036-.191.038-.187.038-.183.04-.179.041-.175.042-.172.043-.168.043-.163.045-.16.046-.155.046-.152.048-.148.048-.143.048-.139.049-.136.05-.131.05-.126.051-.123.051-.118.051-.114.052-.11.052-.106.052-.101.052-.096.052-.092.052-.088.052-.083.052-.079.052-.074.051-.07.052-.065.051-.06.05-.056.05-.051.05-.023.025-.023.024-.021.024-.02.025-.019.024-.018.024-.017.023-.015.024-.014.023-.013.023-.012.023-.01.023-.01.022-.008.022-.006.023-.006.021-.004.022-.004.021-.001.021-.001.021.001.021.001.021.004.021.004.022.006.021.006.023.008.022.01.022.01.023.012.023.013.023.014.023.015.024.017.023.018.024.019.024.02.025.021.024.023.024.023.025.051.05.056.05.06.05.065.051.07.052.074.051.079.052.083.052.088.052.092.052.096.052.101.052.106.052.11.052.114.052.118.051.123.051.126.051.131.05.136.05.139.049.143.048.148.048.152.048.155.046.16.046.163.045.168.043.172.043.175.042.179.041.183.04.187.038.191.038.194.036.198.034.202.033.205.032.21.031.212.028.216.027.22.026.224.023.226.022.231.021.233.018.237.016.241.014.244.012.247.011.25.008.254.005.257.004.26.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.022.224-.023.22-.026.216-.027.212-.028.21-.031.205-.032.202-.033.198-.034.194-.036.191-.038.187-.038.183-.04.179-.041.175-.042.172-.043.168-.043.163-.045.16-.046.155-.046.152-.048.148-.048.143-.048.139-.049.136-.05.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.05.051-.05.023-.025.023-.024.021-.024.02-.025.019-.024.018-.024.017-.023.015-.024.014-.023.013-.023.012-.023.01-.023.01-.022.008-.022.006-.023.006-.021.004-.022.004-.021.001-.021.001-.021-.001-.021-.001-.021-.004-.021-.004-.022-.006-.021-.006-.023-.008-.022-.01-.022-.01-.023-.012-.023-.013-.023-.014-.023-.015-.024-.017-.023-.018-.024-.019-.024-.02-.025-.021-.024-.023-.024-.023-.025-.051-.05-.056-.05-.06-.05-.065-.051-.07-.052-.074-.051-.079-.052-.083-.052-.088-.052-.092-.052-.096-.052-.101-.052-.106-.052-.11-.052-.114-.052-.118-.051-.123-.051-.126-.051-.131-.05-.136-.05-.139-.049-.143-.048-.148-.048-.152-.048-.155-.046-.16-.046-.163-.045-.168-.043-.172-.043-.175-.042-.179-.041-.183-.04-.187-.038-.191-.038-.194-.036-.198-.034-.202-.033-.205-.032-.21-.031-.212-.028-.216-.027-.22-.026-.224-.023-.226-.022-.231-.021-.233-.018-.237-.016-.241-.014-.244-.012-.247-.011-.25-.008-.254-.005-.257-.004-.26-.001-.26.001z\"></path></symbol></defs><defs><symbol id=\"diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec-clock\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm5.848 12.459c.202.038.202.333.001.372-1.907.361-6.045 1.111-6.547 1.111-.719 0-1.301-.582-1.301-1.301 0-.512.77-5.447 1.125-7.445.034-.192.312-.181.343.014l.985 6.238 5.394 1.011z\"></path></symbol></defs><defs><marker id=\"diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec-arrowhead\" refX=\"7.9\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M -1 0 L 10 5 L 0 10 z\"></path></marker></defs><defs><marker id=\"diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec-crosshead\" markerWidth=\"15\" markerHeight=\"8\" orient=\"auto\" refX=\"4\" refY=\"4.5\"><path fill=\"none\" stroke=\"#000000\" stroke-width=\"1pt\" d=\"M 1,2 L 6,7 M 6,2 L 1,7\" style=\"stroke-dasharray: 0, 0;\"></path></marker></defs><defs><marker id=\"diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec-filled-head\" refX=\"15.5\" refY=\"7\" markerWidth=\"20\" markerHeight=\"28\" orient=\"auto\"><path d=\"M 18,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><defs><marker id=\"diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec-sequencenumber\" refX=\"15\" refY=\"15\" markerWidth=\"60\" markerHeight=\"40\" orient=\"auto\"><circle cx=\"15\" cy=\"15\" r=\"6\"></circle></marker></defs><defs><marker id=\"diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec-solidTopArrowHead\" refX=\"7.9\" refY=\"7.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 8 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec-solidBottomArrowHead\" refX=\"7.9\" refY=\"0.75\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 0 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec-stickTopArrowHead\" refX=\"7.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 7 7\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><defs><marker id=\"diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec-stickBottomArrowHead\" refX=\"7.5\" refY=\"0\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 7 L 7 0\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><text x=\"178\" y=\"80\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Click Pay</text><line x1=\"76\" y1=\"119\" x2=\"279.5\" y2=\"119\" class=\"messageLine0\" data-et=\"message\" data-id=\"i0\" data-from=\"Browser\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec-arrowhead)\" style=\"fill: none;\"></line><text x=\"389\" y=\"134\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Pay</text><line x1=\"284.5\" y1=\"173\" x2=\"494\" y2=\"173\" class=\"messageLine0\" data-et=\"message\" data-id=\"i1\" data-from=\"Merchant_Frontend\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec-arrowhead)\" style=\"fill: none;\"></line><text x=\"681\" y=\"188\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">customerInitiatedTransactions request</text><line x1=\"499\" y1=\"227\" x2=\"863\" y2=\"227\" class=\"messageLine0\" data-et=\"message\" data-id=\"i2\" data-from=\"Merchant_Backend\" data-to=\"Card_Payments_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec-arrowhead)\" style=\"fill: none;\"></line><text x=\"684\" y=\"242\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">customerInitiatedTransactions response</text><line x1=\"866\" y1=\"281\" x2=\"502\" y2=\"281\" class=\"messageLine0\" data-et=\"message\" data-id=\"i3\" data-from=\"Card_Payments_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec-arrowhead)\" style=\"fill: none;\"></line><text x=\"681\" y=\"296\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Settlement request</text><line x1=\"499\" y1=\"335\" x2=\"863\" y2=\"335\" class=\"messageLine0\" data-et=\"message\" data-id=\"i4\" data-from=\"Merchant_Backend\" data-to=\"Card_Payments_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec-arrowhead)\" style=\"fill: none;\"></line><text x=\"684\" y=\"350\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Settlement response</text><line x1=\"866\" y1=\"389\" x2=\"502\" y2=\"389\" class=\"messageLine0\" data-et=\"message\" data-id=\"i5\" data-from=\"Card_Payments_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-7768cf9c7979762e61f1de3700fe7c8b22aeacfbd89a8327370057cdf5fd05ec-arrowhead)\" style=\"fill: none;\"></line></svg>","diagramHtmlDark":"<svg id=\"diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" style=\"max-width: 1050.5px;\" viewBox=\"-50 -10 1050.5 495\" role=\"graphics-document document\" aria-roledescription=\"sequence\"><g><rect x=\"783.5\" y=\"409\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Card_Payments_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"867\" y=\"441.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"867\" dy=\"0\">Card_Payments_API</tspan></text></g><g><rect x=\"417\" y=\"409\" fill=\"#eaeaea\" stroke=\"#666\" width=\"162\" height=\"65\" name=\"Merchant_Backend\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"498\" y=\"441.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"498\" dy=\"0\">Merchant_Backend</tspan></text></g><g><rect x=\"200\" y=\"409\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Merchant_Frontend\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"283.5\" y=\"441.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"283.5\" dy=\"0\">Merchant_Frontend</tspan></text></g><g><rect x=\"0\" y=\"409\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Browser\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"75\" y=\"441.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Browser</tspan></text></g><g><line id=\"actor3\" x1=\"867\" y1=\"65\" x2=\"867\" y2=\"409\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Card_Payments_API\" data-et=\"life-line\" data-id=\"Card_Payments_API\"></line><g id=\"root-3\" data-et=\"participant\" data-type=\"participant\" data-id=\"Card_Payments_API\"><rect x=\"783.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Card_Payments_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"867\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"867\" dy=\"0\">Card_Payments_API</tspan></text></g></g><g><line id=\"actor2\" x1=\"498\" y1=\"65\" x2=\"498\" y2=\"409\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Merchant_Backend\" data-et=\"life-line\" data-id=\"Merchant_Backend\"></line><g id=\"root-2\" data-et=\"participant\" data-type=\"participant\" data-id=\"Merchant_Backend\"><rect x=\"417\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"162\" height=\"65\" name=\"Merchant_Backend\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"498\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"498\" dy=\"0\">Merchant_Backend</tspan></text></g></g><g><line id=\"actor1\" x1=\"283.5\" y1=\"65\" x2=\"283.5\" y2=\"409\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Merchant_Frontend\" data-et=\"life-line\" data-id=\"Merchant_Frontend\"></line><g id=\"root-1\" data-et=\"participant\" data-type=\"participant\" data-id=\"Merchant_Frontend\"><rect x=\"200\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Merchant_Frontend\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"283.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"283.5\" dy=\"0\">Merchant_Frontend</tspan></text></g></g><g><line id=\"actor0\" x1=\"75\" y1=\"65\" x2=\"75\" y2=\"409\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Browser\" data-et=\"life-line\" data-id=\"Browser\"></line><g id=\"root-0\" data-et=\"participant\" data-type=\"participant\" data-id=\"Browser\"><rect x=\"0\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Browser\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"75\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Browser</tspan></text></g></g><style>#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .error-icon{fill:#a44141;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .error-text{fill:#ddd;stroke:#ddd;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .edge-thickness-normal{stroke-width:1px;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .edge-thickness-thick{stroke-width:3.5px;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .edge-pattern-solid{stroke-dasharray:0;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .marker{fill:lightgrey;stroke:lightgrey;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .marker.cross{stroke:lightgrey;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 p{margin:0;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .actor{stroke:#ccc;fill:#1f2020;stroke-width:1;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 rect.actor.outer-path[data-look=\"neo\"]{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 rect.note[data-look=\"neo\"]{stroke:hsl(180, 0%, 18.3529411765%);fill:hsl(180, 1.5873015873%, 28.3529411765%);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 text.actor&gt;tspan{fill:lightgrey;stroke:none;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .actor-line{stroke:#ccc;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .innerArc{stroke-width:1.5;stroke-dasharray:none;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:lightgrey;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .messageLine1{stroke-width:1.5;stroke-dasharray:2,2;stroke:lightgrey;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 [id$=\"-arrowhead\"] path{fill:lightgrey;stroke:lightgrey;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .sequenceNumber{fill:black;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 [id$=\"-sequencenumber\"]{fill:lightgrey;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 [id$=\"-crosshead\"] path{fill:lightgrey;stroke:lightgrey;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .messageText{fill:lightgrey;stroke:none;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .labelBox{stroke:#ccc;fill:#1f2020;filter:none;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .labelText,#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .labelText&gt;tspan{fill:lightgrey;stroke:none;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .loopText,#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .loopText&gt;tspan{fill:lightgrey;stroke:none;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .sectionTitle,#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .sectionTitle&gt;tspan{fill:lightgrey;stroke:none;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .loopLine{stroke-width:2px;stroke-dasharray:2,2;stroke:#ccc;fill:#ccc;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .note{stroke:hsl(180, 0%, 18.3529411765%);fill:hsl(180, 1.5873015873%, 28.3529411765%);}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .noteText,#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .noteText&gt;tspan{fill:rgb(183.8476190475, 181.5523809523, 181.5523809523);stroke:none;font-weight:normal;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .activation0{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .activation1{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .activation2{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .actorPopupMenu{position:absolute;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .actorPopupMenuPanel{position:absolute;fill:#1f2020;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);filter:drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .actor-man circle,#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 line{fill:#1f2020;stroke-width:2px;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 g rect.rect{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));stroke:#ccc;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 .node .neo-node{stroke:#ccc;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 [data-look=\"neo\"].node rect,#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 [data-look=\"neo\"].cluster rect,#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 [data-look=\"neo\"].node polygon{stroke:url(#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 [data-look=\"neo\"].node path{stroke:url(#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099-gradient);stroke-width:1px;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 [data-look=\"neo\"].node circle{stroke:url(#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g></g><defs><symbol id=\"diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099-computer\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M2 2v13h20v-13h-20zm18 11h-16v-9h16v9zm-10.228 6l.466-1h3.524l.467 1h-4.457zm14.228 3h-24l2-6h2.104l-1.33 4h18.45l-1.297-4h2.073l2 6zm-5-10h-14v-7h14v7z\"></path></symbol></defs><defs><symbol id=\"diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099-database\" fill-rule=\"evenodd\" clip-rule=\"evenodd\"><path transform=\"scale(.5)\" d=\"M12.258.001l.256.004.255.005.253.008.251.01.249.012.247.015.246.016.242.019.241.02.239.023.236.024.233.027.231.028.229.031.225.032.223.034.22.036.217.038.214.04.211.041.208.043.205.045.201.046.198.048.194.05.191.051.187.053.183.054.18.056.175.057.172.059.168.06.163.061.16.063.155.064.15.066.074.033.073.033.071.034.07.034.069.035.068.035.067.035.066.035.064.036.064.036.062.036.06.036.06.037.058.037.058.037.055.038.055.038.053.038.052.038.051.039.05.039.048.039.047.039.045.04.044.04.043.04.041.04.04.041.039.041.037.041.036.041.034.041.033.042.032.042.03.042.029.042.027.042.026.043.024.043.023.043.021.043.02.043.018.044.017.043.015.044.013.044.012.044.011.045.009.044.007.045.006.045.004.045.002.045.001.045v17l-.001.045-.002.045-.004.045-.006.045-.007.045-.009.044-.011.045-.012.044-.013.044-.015.044-.017.043-.018.044-.02.043-.021.043-.023.043-.024.043-.026.043-.027.042-.029.042-.03.042-.032.042-.033.042-.034.041-.036.041-.037.041-.039.041-.04.041-.041.04-.043.04-.044.04-.045.04-.047.039-.048.039-.05.039-.051.039-.052.038-.053.038-.055.038-.055.038-.058.037-.058.037-.06.037-.06.036-.062.036-.064.036-.064.036-.066.035-.067.035-.068.035-.069.035-.07.034-.071.034-.073.033-.074.033-.15.066-.155.064-.16.063-.163.061-.168.06-.172.059-.175.057-.18.056-.183.054-.187.053-.191.051-.194.05-.198.048-.201.046-.205.045-.208.043-.211.041-.214.04-.217.038-.22.036-.223.034-.225.032-.229.031-.231.028-.233.027-.236.024-.239.023-.241.02-.242.019-.246.016-.247.015-.249.012-.251.01-.253.008-.255.005-.256.004-.258.001-.258-.001-.256-.004-.255-.005-.253-.008-.251-.01-.249-.012-.247-.015-.245-.016-.243-.019-.241-.02-.238-.023-.236-.024-.234-.027-.231-.028-.228-.031-.226-.032-.223-.034-.22-.036-.217-.038-.214-.04-.211-.041-.208-.043-.204-.045-.201-.046-.198-.048-.195-.05-.19-.051-.187-.053-.184-.054-.179-.056-.176-.057-.172-.059-.167-.06-.164-.061-.159-.063-.155-.064-.151-.066-.074-.033-.072-.033-.072-.034-.07-.034-.069-.035-.068-.035-.067-.035-.066-.035-.064-.036-.063-.036-.062-.036-.061-.036-.06-.037-.058-.037-.057-.037-.056-.038-.055-.038-.053-.038-.052-.038-.051-.039-.049-.039-.049-.039-.046-.039-.046-.04-.044-.04-.043-.04-.041-.04-.04-.041-.039-.041-.037-.041-.036-.041-.034-.041-.033-.042-.032-.042-.03-.042-.029-.042-.027-.042-.026-.043-.024-.043-.023-.043-.021-.043-.02-.043-.018-.044-.017-.043-.015-.044-.013-.044-.012-.044-.011-.045-.009-.044-.007-.045-.006-.045-.004-.045-.002-.045-.001-.045v-17l.001-.045.002-.045.004-.045.006-.045.007-.045.009-.044.011-.045.012-.044.013-.044.015-.044.017-.043.018-.044.02-.043.021-.043.023-.043.024-.043.026-.043.027-.042.029-.042.03-.042.032-.042.033-.042.034-.041.036-.041.037-.041.039-.041.04-.041.041-.04.043-.04.044-.04.046-.04.046-.039.049-.039.049-.039.051-.039.052-.038.053-.038.055-.038.056-.038.057-.037.058-.037.06-.037.061-.036.062-.036.063-.036.064-.036.066-.035.067-.035.068-.035.069-.035.07-.034.072-.034.072-.033.074-.033.151-.066.155-.064.159-.063.164-.061.167-.06.172-.059.176-.057.179-.056.184-.054.187-.053.19-.051.195-.05.198-.048.201-.046.204-.045.208-.043.211-.041.214-.04.217-.038.22-.036.223-.034.226-.032.228-.031.231-.028.234-.027.236-.024.238-.023.241-.02.243-.019.245-.016.247-.015.249-.012.251-.01.253-.008.255-.005.256-.004.258-.001.258.001zm-9.258 20.499v.01l.001.021.003.021.004.022.005.021.006.022.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.023.018.024.019.024.021.024.022.025.023.024.024.025.052.049.056.05.061.051.066.051.07.051.075.051.079.052.084.052.088.052.092.052.097.052.102.051.105.052.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.048.144.049.147.047.152.047.155.047.16.045.163.045.167.043.171.043.176.041.178.041.183.039.187.039.19.037.194.035.197.035.202.033.204.031.209.03.212.029.216.027.219.025.222.024.226.021.23.02.233.018.236.016.24.015.243.012.246.01.249.008.253.005.256.004.259.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.021.224-.024.22-.026.216-.027.212-.028.21-.031.205-.031.202-.034.198-.034.194-.036.191-.037.187-.039.183-.04.179-.04.175-.042.172-.043.168-.044.163-.045.16-.046.155-.046.152-.047.148-.048.143-.049.139-.049.136-.05.131-.05.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.053.083-.051.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.05.023-.024.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.023.01-.022.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.127l-.077.055-.08.053-.083.054-.085.053-.087.052-.09.052-.093.051-.095.05-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.045-.118.044-.12.043-.122.042-.124.042-.126.041-.128.04-.13.04-.132.038-.134.038-.135.037-.138.037-.139.035-.142.035-.143.034-.144.033-.147.032-.148.031-.15.03-.151.03-.153.029-.154.027-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.01-.179.008-.179.008-.181.006-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.006-.179-.008-.179-.008-.178-.01-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.027-.153-.029-.151-.03-.15-.03-.148-.031-.146-.032-.145-.033-.143-.034-.141-.035-.14-.035-.137-.037-.136-.037-.134-.038-.132-.038-.13-.04-.128-.04-.126-.041-.124-.042-.122-.042-.12-.044-.117-.043-.116-.045-.113-.045-.112-.046-.109-.047-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.05-.093-.052-.09-.051-.087-.052-.085-.053-.083-.054-.08-.054-.077-.054v4.127zm0-5.654v.011l.001.021.003.021.004.021.005.022.006.022.007.022.009.022.01.022.011.023.012.023.013.023.015.024.016.023.017.024.018.024.019.024.021.024.022.024.023.025.024.024.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.052.11.051.114.051.119.052.123.05.127.051.131.05.135.049.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.044.171.042.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.022.23.02.233.018.236.016.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.012.241-.015.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.048.139-.05.136-.049.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.051.051-.049.023-.025.023-.024.021-.025.02-.024.019-.024.018-.024.017-.024.015-.023.014-.023.013-.024.012-.022.01-.023.01-.023.008-.022.006-.022.006-.022.004-.021.004-.022.001-.021.001-.021v-4.139l-.077.054-.08.054-.083.054-.085.052-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.044-.118.044-.12.044-.122.042-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.035-.143.033-.144.033-.147.033-.148.031-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.009-.179.009-.179.007-.181.007-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.007-.179-.007-.179-.009-.178-.009-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.031-.146-.033-.145-.033-.143-.033-.141-.035-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.04-.126-.041-.124-.042-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.051-.093-.051-.09-.051-.087-.053-.085-.052-.083-.054-.08-.054-.077-.054v4.139zm0-5.666v.011l.001.02.003.022.004.021.005.022.006.021.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.024.018.023.019.024.021.025.022.024.023.024.024.025.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.051.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.043.171.043.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.021.23.02.233.018.236.017.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.013.241-.014.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.049.139-.049.136-.049.131-.051.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.049.023-.025.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.022.01-.023.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.153l-.077.054-.08.054-.083.053-.085.053-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.048-.105.048-.106.048-.109.046-.111.046-.114.046-.115.044-.118.044-.12.043-.122.043-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.034-.143.034-.144.033-.147.032-.148.032-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.024-.161.024-.162.023-.163.023-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.01-.178.01-.179.009-.179.007-.181.006-.182.006-.182.004-.184.003-.184.001-.185.001-.185-.001-.184-.001-.184-.003-.182-.004-.182-.006-.181-.006-.179-.007-.179-.009-.178-.01-.176-.01-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.023-.162-.023-.161-.024-.159-.024-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.032-.146-.032-.145-.033-.143-.034-.141-.034-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.041-.126-.041-.124-.041-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.048-.105-.048-.102-.048-.1-.05-.097-.049-.095-.051-.093-.051-.09-.052-.087-.052-.085-.053-.083-.053-.08-.054-.077-.054v4.153zm8.74-8.179l-.257.004-.254.005-.25.008-.247.011-.244.012-.241.014-.237.016-.233.018-.231.021-.226.022-.224.023-.22.026-.216.027-.212.028-.21.031-.205.032-.202.033-.198.034-.194.036-.191.038-.187.038-.183.04-.179.041-.175.042-.172.043-.168.043-.163.045-.16.046-.155.046-.152.048-.148.048-.143.048-.139.049-.136.05-.131.05-.126.051-.123.051-.118.051-.114.052-.11.052-.106.052-.101.052-.096.052-.092.052-.088.052-.083.052-.079.052-.074.051-.07.052-.065.051-.06.05-.056.05-.051.05-.023.025-.023.024-.021.024-.02.025-.019.024-.018.024-.017.023-.015.024-.014.023-.013.023-.012.023-.01.023-.01.022-.008.022-.006.023-.006.021-.004.022-.004.021-.001.021-.001.021.001.021.001.021.004.021.004.022.006.021.006.023.008.022.01.022.01.023.012.023.013.023.014.023.015.024.017.023.018.024.019.024.02.025.021.024.023.024.023.025.051.05.056.05.06.05.065.051.07.052.074.051.079.052.083.052.088.052.092.052.096.052.101.052.106.052.11.052.114.052.118.051.123.051.126.051.131.05.136.05.139.049.143.048.148.048.152.048.155.046.16.046.163.045.168.043.172.043.175.042.179.041.183.04.187.038.191.038.194.036.198.034.202.033.205.032.21.031.212.028.216.027.22.026.224.023.226.022.231.021.233.018.237.016.241.014.244.012.247.011.25.008.254.005.257.004.26.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.022.224-.023.22-.026.216-.027.212-.028.21-.031.205-.032.202-.033.198-.034.194-.036.191-.038.187-.038.183-.04.179-.041.175-.042.172-.043.168-.043.163-.045.16-.046.155-.046.152-.048.148-.048.143-.048.139-.049.136-.05.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.05.051-.05.023-.025.023-.024.021-.024.02-.025.019-.024.018-.024.017-.023.015-.024.014-.023.013-.023.012-.023.01-.023.01-.022.008-.022.006-.023.006-.021.004-.022.004-.021.001-.021.001-.021-.001-.021-.001-.021-.004-.021-.004-.022-.006-.021-.006-.023-.008-.022-.01-.022-.01-.023-.012-.023-.013-.023-.014-.023-.015-.024-.017-.023-.018-.024-.019-.024-.02-.025-.021-.024-.023-.024-.023-.025-.051-.05-.056-.05-.06-.05-.065-.051-.07-.052-.074-.051-.079-.052-.083-.052-.088-.052-.092-.052-.096-.052-.101-.052-.106-.052-.11-.052-.114-.052-.118-.051-.123-.051-.126-.051-.131-.05-.136-.05-.139-.049-.143-.048-.148-.048-.152-.048-.155-.046-.16-.046-.163-.045-.168-.043-.172-.043-.175-.042-.179-.041-.183-.04-.187-.038-.191-.038-.194-.036-.198-.034-.202-.033-.205-.032-.21-.031-.212-.028-.216-.027-.22-.026-.224-.023-.226-.022-.231-.021-.233-.018-.237-.016-.241-.014-.244-.012-.247-.011-.25-.008-.254-.005-.257-.004-.26-.001-.26.001z\"></path></symbol></defs><defs><symbol id=\"diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099-clock\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm5.848 12.459c.202.038.202.333.001.372-1.907.361-6.045 1.111-6.547 1.111-.719 0-1.301-.582-1.301-1.301 0-.512.77-5.447 1.125-7.445.034-.192.312-.181.343.014l.985 6.238 5.394 1.011z\"></path></symbol></defs><defs><marker id=\"diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099-arrowhead\" refX=\"7.9\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M -1 0 L 10 5 L 0 10 z\"></path></marker></defs><defs><marker id=\"diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099-crosshead\" markerWidth=\"15\" markerHeight=\"8\" orient=\"auto\" refX=\"4\" refY=\"4.5\"><path fill=\"none\" stroke=\"#000000\" stroke-width=\"1pt\" d=\"M 1,2 L 6,7 M 6,2 L 1,7\" style=\"stroke-dasharray: 0, 0;\"></path></marker></defs><defs><marker id=\"diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099-filled-head\" refX=\"15.5\" refY=\"7\" markerWidth=\"20\" markerHeight=\"28\" orient=\"auto\"><path d=\"M 18,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><defs><marker id=\"diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099-sequencenumber\" refX=\"15\" refY=\"15\" markerWidth=\"60\" markerHeight=\"40\" orient=\"auto\"><circle cx=\"15\" cy=\"15\" r=\"6\"></circle></marker></defs><defs><marker id=\"diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099-solidTopArrowHead\" refX=\"7.9\" refY=\"7.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 8 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099-solidBottomArrowHead\" refX=\"7.9\" refY=\"0.75\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 0 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099-stickTopArrowHead\" refX=\"7.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 7 7\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><defs><marker id=\"diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099-stickBottomArrowHead\" refX=\"7.5\" refY=\"0\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 7 L 7 0\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><text x=\"178\" y=\"80\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Click Pay</text><line x1=\"76\" y1=\"119\" x2=\"279.5\" y2=\"119\" class=\"messageLine0\" data-et=\"message\" data-id=\"i0\" data-from=\"Browser\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099-arrowhead)\" style=\"fill: none;\"></line><text x=\"389\" y=\"134\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Pay</text><line x1=\"284.5\" y1=\"173\" x2=\"494\" y2=\"173\" class=\"messageLine0\" data-et=\"message\" data-id=\"i1\" data-from=\"Merchant_Frontend\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099-arrowhead)\" style=\"fill: none;\"></line><text x=\"681\" y=\"188\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">customerInitiatedTransactions request</text><line x1=\"499\" y1=\"227\" x2=\"863\" y2=\"227\" class=\"messageLine0\" data-et=\"message\" data-id=\"i2\" data-from=\"Merchant_Backend\" data-to=\"Card_Payments_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099-arrowhead)\" style=\"fill: none;\"></line><text x=\"684\" y=\"242\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">customerInitiatedTransactions response</text><line x1=\"866\" y1=\"281\" x2=\"502\" y2=\"281\" class=\"messageLine0\" data-et=\"message\" data-id=\"i3\" data-from=\"Card_Payments_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099-arrowhead)\" style=\"fill: none;\"></line><text x=\"681\" y=\"296\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Settlement request</text><line x1=\"499\" y1=\"335\" x2=\"863\" y2=\"335\" class=\"messageLine0\" data-et=\"message\" data-id=\"i4\" data-from=\"Merchant_Backend\" data-to=\"Card_Payments_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099-arrowhead)\" style=\"fill: none;\"></line><text x=\"684\" y=\"350\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Settlement response</text><line x1=\"866\" y1=\"389\" x2=\"502\" y2=\"389\" class=\"messageLine0\" data-et=\"message\" data-id=\"i5\" data-from=\"Card_Payments_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e54fb33ea007ade8ecde8eba804859755ba66336097252a31e8c62417cbed099-arrowhead)\" style=\"fill: none;\"></line></svg>"},"children":["\nsequenceDiagram\n    participant Browser\n    participant Merchant_Frontend\n    participant Merchant_Backend\n    participant Card_Payments_API\n    Browser->>Merchant_Frontend: Click Pay\n    Merchant_Frontend->>Merchant_Backend: Pay \n    Merchant_Backend->>Card_Payments_API: customerInitiatedTransactions request\n    Card_Payments_API->>Merchant_Backend: customerInitiatedTransactions response\n    Merchant_Backend->>Card_Payments_API: Settlement request\n    Card_Payments_API->>Merchant_Backend: Settlement response\n"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"Using Checkout SDK","disable":false},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Card payment via the Checkout SDK, including the creation of a verified token."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Using:"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/checkout/"},"children":["Checkout SDK"]}," - for cvc support choose ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["card and cvc"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/verified-tokens/"},"children":["Verified Tokens API"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/card-payments/"},"children":["Card Payments API"]}]}]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"\nsequenceDiagram\n    participant Browser\n    participant Merchant_Frontend\n    participant Merchant_Backend\n    participant Checkout_Sessions\n    participant Verified_Token_API\n    participant Card_Payments_API\n    Note over Merchant_Frontend: Checkout JS added to page \n    Browser->>Merchant_Frontend: Click Pay\n    Merchant_Frontend->>Checkout_Sessions: Create session\n    Checkout_Sessions->>Merchant_Frontend: Return session \n    Merchant_Frontend->>Merchant_Backend: Pay \n    Merchant_Backend->>Verified_Token_API: Verified token request\n    Note right of Merchant_Backend: Includes session (card session)\n    Verified_Token_API->>Merchant_Backend: Verified token response\n    Merchant_Backend->>Card_Payments_API: customerInitiatedTransactions request\n    Note right of Merchant_Backend: Includes token and optional cvc session \n    Card_Payments_API->>Merchant_Backend: customerInitiatedTransactions response\n    Merchant_Backend->>Card_Payments_API: Settlement request\n    Card_Payments_API->>Merchant_Backend: Settlement response\n","diagramHtml":"<svg id=\"diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" style=\"max-width: 1469.5px;\" viewBox=\"-50 -10 1469.5 867\" role=\"graphics-document document\" aria-roledescription=\"sequence\"><g><rect x=\"1202.5\" y=\"781\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Card_Payments_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1286\" y=\"813.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1286\" dy=\"0\">Card_Payments_API</tspan></text></g><g><rect x=\"992.5\" y=\"781\" fill=\"#eaeaea\" stroke=\"#666\" width=\"160\" height=\"65\" name=\"Verified_Token_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1072.5\" y=\"813.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1072.5\" dy=\"0\">Verified_Token_API</tspan></text></g><g><rect x=\"781.5\" y=\"781\" fill=\"#eaeaea\" stroke=\"#666\" width=\"161\" height=\"65\" name=\"Checkout_Sessions\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"862\" y=\"813.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"862\" dy=\"0\">Checkout_Sessions</tspan></text></g><g><rect x=\"417\" y=\"781\" fill=\"#eaeaea\" stroke=\"#666\" width=\"162\" height=\"65\" name=\"Merchant_Backend\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"498\" y=\"813.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"498\" dy=\"0\">Merchant_Backend</tspan></text></g><g><rect x=\"200\" y=\"781\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Merchant_Frontend\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"283.5\" y=\"813.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"283.5\" dy=\"0\">Merchant_Frontend</tspan></text></g><g><rect x=\"0\" y=\"781\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Browser\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"75\" y=\"813.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Browser</tspan></text></g><g><line id=\"actor5\" x1=\"1286\" y1=\"65\" x2=\"1286\" y2=\"781\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Card_Payments_API\" data-et=\"life-line\" data-id=\"Card_Payments_API\"></line><g id=\"root-5\" data-et=\"participant\" data-type=\"participant\" data-id=\"Card_Payments_API\"><rect x=\"1202.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Card_Payments_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1286\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1286\" dy=\"0\">Card_Payments_API</tspan></text></g></g><g><line id=\"actor4\" x1=\"1072.5\" y1=\"65\" x2=\"1072.5\" y2=\"781\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Verified_Token_API\" data-et=\"life-line\" data-id=\"Verified_Token_API\"></line><g id=\"root-4\" data-et=\"participant\" data-type=\"participant\" data-id=\"Verified_Token_API\"><rect x=\"992.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"160\" height=\"65\" name=\"Verified_Token_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1072.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1072.5\" dy=\"0\">Verified_Token_API</tspan></text></g></g><g><line id=\"actor3\" x1=\"862\" y1=\"65\" x2=\"862\" y2=\"781\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Checkout_Sessions\" data-et=\"life-line\" data-id=\"Checkout_Sessions\"></line><g id=\"root-3\" data-et=\"participant\" data-type=\"participant\" data-id=\"Checkout_Sessions\"><rect x=\"781.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"161\" height=\"65\" name=\"Checkout_Sessions\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"862\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"862\" dy=\"0\">Checkout_Sessions</tspan></text></g></g><g><line id=\"actor2\" x1=\"498\" y1=\"65\" x2=\"498\" y2=\"781\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Merchant_Backend\" data-et=\"life-line\" data-id=\"Merchant_Backend\"></line><g id=\"root-2\" data-et=\"participant\" data-type=\"participant\" data-id=\"Merchant_Backend\"><rect x=\"417\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"162\" height=\"65\" name=\"Merchant_Backend\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"498\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"498\" dy=\"0\">Merchant_Backend</tspan></text></g></g><g><line id=\"actor1\" x1=\"283.5\" y1=\"65\" x2=\"283.5\" y2=\"781\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Merchant_Frontend\" data-et=\"life-line\" data-id=\"Merchant_Frontend\"></line><g id=\"root-1\" data-et=\"participant\" data-type=\"participant\" data-id=\"Merchant_Frontend\"><rect x=\"200\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Merchant_Frontend\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"283.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"283.5\" dy=\"0\">Merchant_Frontend</tspan></text></g></g><g><line id=\"actor0\" x1=\"75\" y1=\"65\" x2=\"75\" y2=\"781\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Browser\" data-et=\"life-line\" data-id=\"Browser\"></line><g id=\"root-0\" data-et=\"participant\" data-type=\"participant\" data-id=\"Browser\"><rect x=\"0\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Browser\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"75\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Browser</tspan></text></g></g><style>#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .error-icon{fill:#552222;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .error-text{fill:#552222;stroke:#552222;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .edge-thickness-normal{stroke-width:1px;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .edge-thickness-thick{stroke-width:3.5px;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .edge-pattern-solid{stroke-dasharray:0;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .edge-pattern-dashed{stroke-dasharray:3;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .edge-pattern-dotted{stroke-dasharray:2;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .marker{fill:#333333;stroke:#333333;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .marker.cross{stroke:#333333;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d p{margin:0;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .actor{stroke:#9370DB;fill:#ECECFF;stroke-width:1;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d rect.actor.outer-path[data-look=\"neo\"]{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d rect.note[data-look=\"neo\"]{stroke:#aaaa33;fill:#fff5ad;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d text.actor&gt;tspan{fill:black;stroke:none;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .actor-line{stroke:#9370DB;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .innerArc{stroke-width:1.5;stroke-dasharray:none;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .messageLine1{stroke-width:1.5;stroke-dasharray:2,2;stroke:#333;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d [id$=\"-arrowhead\"] path{fill:#333;stroke:#333;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .sequenceNumber{fill:white;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d [id$=\"-sequencenumber\"]{fill:#333;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d [id$=\"-crosshead\"] path{fill:#333;stroke:#333;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .messageText{fill:#333;stroke:none;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .labelBox{stroke:#9370DB;fill:#ECECFF;filter:none;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .labelText,#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .labelText&gt;tspan{fill:black;stroke:none;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .loopText,#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .loopText&gt;tspan{fill:black;stroke:none;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .sectionTitle,#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .sectionTitle&gt;tspan{fill:black;stroke:none;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .loopLine{stroke-width:2px;stroke-dasharray:2,2;stroke:#9370DB;fill:#9370DB;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .note{stroke:#aaaa33;fill:#fff5ad;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .noteText,#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .noteText&gt;tspan{fill:black;stroke:none;font-weight:normal;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .activation0{fill:#f4f4f4;stroke:#666;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .activation1{fill:#f4f4f4;stroke:#666;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .activation2{fill:#f4f4f4;stroke:#666;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .actorPopupMenu{position:absolute;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .actorPopupMenuPanel{position:absolute;fill:#ECECFF;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);filter:drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .actor-man circle,#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d line{fill:#ECECFF;stroke-width:2px;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d g rect.rect{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));stroke:#9370DB;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d .node .neo-node{stroke:#9370DB;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d [data-look=\"neo\"].node rect,#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d [data-look=\"neo\"].cluster rect,#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g></g><defs><symbol id=\"diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d-computer\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M2 2v13h20v-13h-20zm18 11h-16v-9h16v9zm-10.228 6l.466-1h3.524l.467 1h-4.457zm14.228 3h-24l2-6h2.104l-1.33 4h18.45l-1.297-4h2.073l2 6zm-5-10h-14v-7h14v7z\"></path></symbol></defs><defs><symbol id=\"diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d-database\" fill-rule=\"evenodd\" clip-rule=\"evenodd\"><path transform=\"scale(.5)\" d=\"M12.258.001l.256.004.255.005.253.008.251.01.249.012.247.015.246.016.242.019.241.02.239.023.236.024.233.027.231.028.229.031.225.032.223.034.22.036.217.038.214.04.211.041.208.043.205.045.201.046.198.048.194.05.191.051.187.053.183.054.18.056.175.057.172.059.168.06.163.061.16.063.155.064.15.066.074.033.073.033.071.034.07.034.069.035.068.035.067.035.066.035.064.036.064.036.062.036.06.036.06.037.058.037.058.037.055.038.055.038.053.038.052.038.051.039.05.039.048.039.047.039.045.04.044.04.043.04.041.04.04.041.039.041.037.041.036.041.034.041.033.042.032.042.03.042.029.042.027.042.026.043.024.043.023.043.021.043.02.043.018.044.017.043.015.044.013.044.012.044.011.045.009.044.007.045.006.045.004.045.002.045.001.045v17l-.001.045-.002.045-.004.045-.006.045-.007.045-.009.044-.011.045-.012.044-.013.044-.015.044-.017.043-.018.044-.02.043-.021.043-.023.043-.024.043-.026.043-.027.042-.029.042-.03.042-.032.042-.033.042-.034.041-.036.041-.037.041-.039.041-.04.041-.041.04-.043.04-.044.04-.045.04-.047.039-.048.039-.05.039-.051.039-.052.038-.053.038-.055.038-.055.038-.058.037-.058.037-.06.037-.06.036-.062.036-.064.036-.064.036-.066.035-.067.035-.068.035-.069.035-.07.034-.071.034-.073.033-.074.033-.15.066-.155.064-.16.063-.163.061-.168.06-.172.059-.175.057-.18.056-.183.054-.187.053-.191.051-.194.05-.198.048-.201.046-.205.045-.208.043-.211.041-.214.04-.217.038-.22.036-.223.034-.225.032-.229.031-.231.028-.233.027-.236.024-.239.023-.241.02-.242.019-.246.016-.247.015-.249.012-.251.01-.253.008-.255.005-.256.004-.258.001-.258-.001-.256-.004-.255-.005-.253-.008-.251-.01-.249-.012-.247-.015-.245-.016-.243-.019-.241-.02-.238-.023-.236-.024-.234-.027-.231-.028-.228-.031-.226-.032-.223-.034-.22-.036-.217-.038-.214-.04-.211-.041-.208-.043-.204-.045-.201-.046-.198-.048-.195-.05-.19-.051-.187-.053-.184-.054-.179-.056-.176-.057-.172-.059-.167-.06-.164-.061-.159-.063-.155-.064-.151-.066-.074-.033-.072-.033-.072-.034-.07-.034-.069-.035-.068-.035-.067-.035-.066-.035-.064-.036-.063-.036-.062-.036-.061-.036-.06-.037-.058-.037-.057-.037-.056-.038-.055-.038-.053-.038-.052-.038-.051-.039-.049-.039-.049-.039-.046-.039-.046-.04-.044-.04-.043-.04-.041-.04-.04-.041-.039-.041-.037-.041-.036-.041-.034-.041-.033-.042-.032-.042-.03-.042-.029-.042-.027-.042-.026-.043-.024-.043-.023-.043-.021-.043-.02-.043-.018-.044-.017-.043-.015-.044-.013-.044-.012-.044-.011-.045-.009-.044-.007-.045-.006-.045-.004-.045-.002-.045-.001-.045v-17l.001-.045.002-.045.004-.045.006-.045.007-.045.009-.044.011-.045.012-.044.013-.044.015-.044.017-.043.018-.044.02-.043.021-.043.023-.043.024-.043.026-.043.027-.042.029-.042.03-.042.032-.042.033-.042.034-.041.036-.041.037-.041.039-.041.04-.041.041-.04.043-.04.044-.04.046-.04.046-.039.049-.039.049-.039.051-.039.052-.038.053-.038.055-.038.056-.038.057-.037.058-.037.06-.037.061-.036.062-.036.063-.036.064-.036.066-.035.067-.035.068-.035.069-.035.07-.034.072-.034.072-.033.074-.033.151-.066.155-.064.159-.063.164-.061.167-.06.172-.059.176-.057.179-.056.184-.054.187-.053.19-.051.195-.05.198-.048.201-.046.204-.045.208-.043.211-.041.214-.04.217-.038.22-.036.223-.034.226-.032.228-.031.231-.028.234-.027.236-.024.238-.023.241-.02.243-.019.245-.016.247-.015.249-.012.251-.01.253-.008.255-.005.256-.004.258-.001.258.001zm-9.258 20.499v.01l.001.021.003.021.004.022.005.021.006.022.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.023.018.024.019.024.021.024.022.025.023.024.024.025.052.049.056.05.061.051.066.051.07.051.075.051.079.052.084.052.088.052.092.052.097.052.102.051.105.052.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.048.144.049.147.047.152.047.155.047.16.045.163.045.167.043.171.043.176.041.178.041.183.039.187.039.19.037.194.035.197.035.202.033.204.031.209.03.212.029.216.027.219.025.222.024.226.021.23.02.233.018.236.016.24.015.243.012.246.01.249.008.253.005.256.004.259.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.021.224-.024.22-.026.216-.027.212-.028.21-.031.205-.031.202-.034.198-.034.194-.036.191-.037.187-.039.183-.04.179-.04.175-.042.172-.043.168-.044.163-.045.16-.046.155-.046.152-.047.148-.048.143-.049.139-.049.136-.05.131-.05.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.053.083-.051.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.05.023-.024.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.023.01-.022.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.127l-.077.055-.08.053-.083.054-.085.053-.087.052-.09.052-.093.051-.095.05-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.045-.118.044-.12.043-.122.042-.124.042-.126.041-.128.04-.13.04-.132.038-.134.038-.135.037-.138.037-.139.035-.142.035-.143.034-.144.033-.147.032-.148.031-.15.03-.151.03-.153.029-.154.027-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.01-.179.008-.179.008-.181.006-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.006-.179-.008-.179-.008-.178-.01-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.027-.153-.029-.151-.03-.15-.03-.148-.031-.146-.032-.145-.033-.143-.034-.141-.035-.14-.035-.137-.037-.136-.037-.134-.038-.132-.038-.13-.04-.128-.04-.126-.041-.124-.042-.122-.042-.12-.044-.117-.043-.116-.045-.113-.045-.112-.046-.109-.047-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.05-.093-.052-.09-.051-.087-.052-.085-.053-.083-.054-.08-.054-.077-.054v4.127zm0-5.654v.011l.001.021.003.021.004.021.005.022.006.022.007.022.009.022.01.022.011.023.012.023.013.023.015.024.016.023.017.024.018.024.019.024.021.024.022.024.023.025.024.024.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.052.11.051.114.051.119.052.123.05.127.051.131.05.135.049.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.044.171.042.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.022.23.02.233.018.236.016.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.012.241-.015.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.048.139-.05.136-.049.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.051.051-.049.023-.025.023-.024.021-.025.02-.024.019-.024.018-.024.017-.024.015-.023.014-.023.013-.024.012-.022.01-.023.01-.023.008-.022.006-.022.006-.022.004-.021.004-.022.001-.021.001-.021v-4.139l-.077.054-.08.054-.083.054-.085.052-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.044-.118.044-.12.044-.122.042-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.035-.143.033-.144.033-.147.033-.148.031-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.009-.179.009-.179.007-.181.007-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.007-.179-.007-.179-.009-.178-.009-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.031-.146-.033-.145-.033-.143-.033-.141-.035-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.04-.126-.041-.124-.042-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.051-.093-.051-.09-.051-.087-.053-.085-.052-.083-.054-.08-.054-.077-.054v4.139zm0-5.666v.011l.001.02.003.022.004.021.005.022.006.021.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.024.018.023.019.024.021.025.022.024.023.024.024.025.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.051.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.043.171.043.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.021.23.02.233.018.236.017.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.013.241-.014.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.049.139-.049.136-.049.131-.051.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.049.023-.025.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.022.01-.023.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.153l-.077.054-.08.054-.083.053-.085.053-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.048-.105.048-.106.048-.109.046-.111.046-.114.046-.115.044-.118.044-.12.043-.122.043-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.034-.143.034-.144.033-.147.032-.148.032-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.024-.161.024-.162.023-.163.023-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.01-.178.01-.179.009-.179.007-.181.006-.182.006-.182.004-.184.003-.184.001-.185.001-.185-.001-.184-.001-.184-.003-.182-.004-.182-.006-.181-.006-.179-.007-.179-.009-.178-.01-.176-.01-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.023-.162-.023-.161-.024-.159-.024-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.032-.146-.032-.145-.033-.143-.034-.141-.034-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.041-.126-.041-.124-.041-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.048-.105-.048-.102-.048-.1-.05-.097-.049-.095-.051-.093-.051-.09-.052-.087-.052-.085-.053-.083-.053-.08-.054-.077-.054v4.153zm8.74-8.179l-.257.004-.254.005-.25.008-.247.011-.244.012-.241.014-.237.016-.233.018-.231.021-.226.022-.224.023-.22.026-.216.027-.212.028-.21.031-.205.032-.202.033-.198.034-.194.036-.191.038-.187.038-.183.04-.179.041-.175.042-.172.043-.168.043-.163.045-.16.046-.155.046-.152.048-.148.048-.143.048-.139.049-.136.05-.131.05-.126.051-.123.051-.118.051-.114.052-.11.052-.106.052-.101.052-.096.052-.092.052-.088.052-.083.052-.079.052-.074.051-.07.052-.065.051-.06.05-.056.05-.051.05-.023.025-.023.024-.021.024-.02.025-.019.024-.018.024-.017.023-.015.024-.014.023-.013.023-.012.023-.01.023-.01.022-.008.022-.006.023-.006.021-.004.022-.004.021-.001.021-.001.021.001.021.001.021.004.021.004.022.006.021.006.023.008.022.01.022.01.023.012.023.013.023.014.023.015.024.017.023.018.024.019.024.02.025.021.024.023.024.023.025.051.05.056.05.06.05.065.051.07.052.074.051.079.052.083.052.088.052.092.052.096.052.101.052.106.052.11.052.114.052.118.051.123.051.126.051.131.05.136.05.139.049.143.048.148.048.152.048.155.046.16.046.163.045.168.043.172.043.175.042.179.041.183.04.187.038.191.038.194.036.198.034.202.033.205.032.21.031.212.028.216.027.22.026.224.023.226.022.231.021.233.018.237.016.241.014.244.012.247.011.25.008.254.005.257.004.26.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.022.224-.023.22-.026.216-.027.212-.028.21-.031.205-.032.202-.033.198-.034.194-.036.191-.038.187-.038.183-.04.179-.041.175-.042.172-.043.168-.043.163-.045.16-.046.155-.046.152-.048.148-.048.143-.048.139-.049.136-.05.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.05.051-.05.023-.025.023-.024.021-.024.02-.025.019-.024.018-.024.017-.023.015-.024.014-.023.013-.023.012-.023.01-.023.01-.022.008-.022.006-.023.006-.021.004-.022.004-.021.001-.021.001-.021-.001-.021-.001-.021-.004-.021-.004-.022-.006-.021-.006-.023-.008-.022-.01-.022-.01-.023-.012-.023-.013-.023-.014-.023-.015-.024-.017-.023-.018-.024-.019-.024-.02-.025-.021-.024-.023-.024-.023-.025-.051-.05-.056-.05-.06-.05-.065-.051-.07-.052-.074-.051-.079-.052-.083-.052-.088-.052-.092-.052-.096-.052-.101-.052-.106-.052-.11-.052-.114-.052-.118-.051-.123-.051-.126-.051-.131-.05-.136-.05-.139-.049-.143-.048-.148-.048-.152-.048-.155-.046-.16-.046-.163-.045-.168-.043-.172-.043-.175-.042-.179-.041-.183-.04-.187-.038-.191-.038-.194-.036-.198-.034-.202-.033-.205-.032-.21-.031-.212-.028-.216-.027-.22-.026-.224-.023-.226-.022-.231-.021-.233-.018-.237-.016-.241-.014-.244-.012-.247-.011-.25-.008-.254-.005-.257-.004-.26-.001-.26.001z\"></path></symbol></defs><defs><symbol id=\"diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d-clock\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm5.848 12.459c.202.038.202.333.001.372-1.907.361-6.045 1.111-6.547 1.111-.719 0-1.301-.582-1.301-1.301 0-.512.77-5.447 1.125-7.445.034-.192.312-.181.343.014l.985 6.238 5.394 1.011z\"></path></symbol></defs><defs><marker id=\"diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d-arrowhead\" refX=\"7.9\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M -1 0 L 10 5 L 0 10 z\"></path></marker></defs><defs><marker id=\"diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d-crosshead\" markerWidth=\"15\" markerHeight=\"8\" orient=\"auto\" refX=\"4\" refY=\"4.5\"><path fill=\"none\" stroke=\"#000000\" stroke-width=\"1pt\" d=\"M 1,2 L 6,7 M 6,2 L 1,7\" style=\"stroke-dasharray: 0, 0;\"></path></marker></defs><defs><marker id=\"diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d-filled-head\" refX=\"15.5\" refY=\"7\" markerWidth=\"20\" markerHeight=\"28\" orient=\"auto\"><path d=\"M 18,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><defs><marker id=\"diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d-sequencenumber\" refX=\"15\" refY=\"15\" markerWidth=\"60\" markerHeight=\"40\" orient=\"auto\"><circle cx=\"15\" cy=\"15\" r=\"6\"></circle></marker></defs><defs><marker id=\"diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d-solidTopArrowHead\" refX=\"7.9\" refY=\"7.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 8 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d-solidBottomArrowHead\" refX=\"7.9\" refY=\"0.75\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 0 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d-stickTopArrowHead\" refX=\"7.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 7 7\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><defs><marker id=\"diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d-stickBottomArrowHead\" refX=\"7.5\" refY=\"0\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 7 L 7 0\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><g data-et=\"note\" data-id=\"i0\"><rect x=\"174.5\" y=\"75\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"218\" height=\"42\" class=\"note\"></rect><text x=\"284\" y=\"80\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"284\">Checkout JS added to page</tspan></text></g><g data-et=\"note\" data-id=\"i6\"><rect x=\"523\" y=\"397\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"248\" height=\"42\" class=\"note\"></rect><text x=\"647\" y=\"402\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"647\">Includes session (card session)</tspan></text></g><g data-et=\"note\" data-id=\"i9\"><rect x=\"523\" y=\"557\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"314\" height=\"42\" class=\"note\"></rect><text x=\"680\" y=\"562\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"680\">Includes token and optional cvc session</tspan></text></g><text x=\"178\" y=\"132\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Click Pay</text><line x1=\"76\" y1=\"171\" x2=\"279.5\" y2=\"171\" class=\"messageLine0\" data-et=\"message\" data-id=\"i1\" data-from=\"Browser\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d-arrowhead)\" style=\"fill: none;\"></line><text x=\"571\" y=\"186\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Create session</text><line x1=\"284.5\" y1=\"225\" x2=\"858\" y2=\"225\" class=\"messageLine0\" data-et=\"message\" data-id=\"i2\" data-from=\"Merchant_Frontend\" data-to=\"Checkout_Sessions\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d-arrowhead)\" style=\"fill: none;\"></line><text x=\"574\" y=\"240\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Return session</text><line x1=\"861\" y1=\"279\" x2=\"287.5\" y2=\"279\" class=\"messageLine0\" data-et=\"message\" data-id=\"i3\" data-from=\"Checkout_Sessions\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d-arrowhead)\" style=\"fill: none;\"></line><text x=\"389\" y=\"294\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Pay</text><line x1=\"284.5\" y1=\"333\" x2=\"494\" y2=\"333\" class=\"messageLine0\" data-et=\"message\" data-id=\"i4\" data-from=\"Merchant_Frontend\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d-arrowhead)\" style=\"fill: none;\"></line><text x=\"784\" y=\"348\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verified token request</text><line x1=\"499\" y1=\"387\" x2=\"1068.5\" y2=\"387\" class=\"messageLine0\" data-et=\"message\" data-id=\"i5\" data-from=\"Merchant_Backend\" data-to=\"Verified_Token_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d-arrowhead)\" style=\"fill: none;\"></line><text x=\"787\" y=\"454\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verified token response</text><line x1=\"1071.5\" y1=\"493\" x2=\"502\" y2=\"493\" class=\"messageLine0\" data-et=\"message\" data-id=\"i7\" data-from=\"Verified_Token_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d-arrowhead)\" style=\"fill: none;\"></line><text x=\"891\" y=\"508\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">customerInitiatedTransactions request</text><line x1=\"499\" y1=\"547\" x2=\"1282\" y2=\"547\" class=\"messageLine0\" data-et=\"message\" data-id=\"i8\" data-from=\"Merchant_Backend\" data-to=\"Card_Payments_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d-arrowhead)\" style=\"fill: none;\"></line><text x=\"894\" y=\"614\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">customerInitiatedTransactions response</text><line x1=\"1285\" y1=\"653\" x2=\"502\" y2=\"653\" class=\"messageLine0\" data-et=\"message\" data-id=\"i10\" data-from=\"Card_Payments_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d-arrowhead)\" style=\"fill: none;\"></line><text x=\"891\" y=\"668\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Settlement request</text><line x1=\"499\" y1=\"707\" x2=\"1282\" y2=\"707\" class=\"messageLine0\" data-et=\"message\" data-id=\"i11\" data-from=\"Merchant_Backend\" data-to=\"Card_Payments_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d-arrowhead)\" style=\"fill: none;\"></line><text x=\"894\" y=\"722\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Settlement response</text><line x1=\"1285\" y1=\"761\" x2=\"502\" y2=\"761\" class=\"messageLine0\" data-et=\"message\" data-id=\"i12\" data-from=\"Card_Payments_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-799690719bcfaa3e6017b38fb5a39a186c311c246124535c93640cb6f552b87d-arrowhead)\" style=\"fill: none;\"></line></svg>","diagramHtmlDark":"<svg id=\"diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" style=\"max-width: 1469.5px;\" viewBox=\"-50 -10 1469.5 867\" role=\"graphics-document document\" aria-roledescription=\"sequence\"><g><rect x=\"1202.5\" y=\"781\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Card_Payments_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1286\" y=\"813.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1286\" dy=\"0\">Card_Payments_API</tspan></text></g><g><rect x=\"992.5\" y=\"781\" fill=\"#eaeaea\" stroke=\"#666\" width=\"160\" height=\"65\" name=\"Verified_Token_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1072.5\" y=\"813.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1072.5\" dy=\"0\">Verified_Token_API</tspan></text></g><g><rect x=\"781.5\" y=\"781\" fill=\"#eaeaea\" stroke=\"#666\" width=\"161\" height=\"65\" name=\"Checkout_Sessions\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"862\" y=\"813.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"862\" dy=\"0\">Checkout_Sessions</tspan></text></g><g><rect x=\"417\" y=\"781\" fill=\"#eaeaea\" stroke=\"#666\" width=\"162\" height=\"65\" name=\"Merchant_Backend\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"498\" y=\"813.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"498\" dy=\"0\">Merchant_Backend</tspan></text></g><g><rect x=\"200\" y=\"781\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Merchant_Frontend\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"283.5\" y=\"813.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"283.5\" dy=\"0\">Merchant_Frontend</tspan></text></g><g><rect x=\"0\" y=\"781\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Browser\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"75\" y=\"813.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Browser</tspan></text></g><g><line id=\"actor5\" x1=\"1286\" y1=\"65\" x2=\"1286\" y2=\"781\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Card_Payments_API\" data-et=\"life-line\" data-id=\"Card_Payments_API\"></line><g id=\"root-5\" data-et=\"participant\" data-type=\"participant\" data-id=\"Card_Payments_API\"><rect x=\"1202.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Card_Payments_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1286\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1286\" dy=\"0\">Card_Payments_API</tspan></text></g></g><g><line id=\"actor4\" x1=\"1072.5\" y1=\"65\" x2=\"1072.5\" y2=\"781\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Verified_Token_API\" data-et=\"life-line\" data-id=\"Verified_Token_API\"></line><g id=\"root-4\" data-et=\"participant\" data-type=\"participant\" data-id=\"Verified_Token_API\"><rect x=\"992.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"160\" height=\"65\" name=\"Verified_Token_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1072.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1072.5\" dy=\"0\">Verified_Token_API</tspan></text></g></g><g><line id=\"actor3\" x1=\"862\" y1=\"65\" x2=\"862\" y2=\"781\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Checkout_Sessions\" data-et=\"life-line\" data-id=\"Checkout_Sessions\"></line><g id=\"root-3\" data-et=\"participant\" data-type=\"participant\" data-id=\"Checkout_Sessions\"><rect x=\"781.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"161\" height=\"65\" name=\"Checkout_Sessions\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"862\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"862\" dy=\"0\">Checkout_Sessions</tspan></text></g></g><g><line id=\"actor2\" x1=\"498\" y1=\"65\" x2=\"498\" y2=\"781\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Merchant_Backend\" data-et=\"life-line\" data-id=\"Merchant_Backend\"></line><g id=\"root-2\" data-et=\"participant\" data-type=\"participant\" data-id=\"Merchant_Backend\"><rect x=\"417\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"162\" height=\"65\" name=\"Merchant_Backend\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"498\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"498\" dy=\"0\">Merchant_Backend</tspan></text></g></g><g><line id=\"actor1\" x1=\"283.5\" y1=\"65\" x2=\"283.5\" y2=\"781\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Merchant_Frontend\" data-et=\"life-line\" data-id=\"Merchant_Frontend\"></line><g id=\"root-1\" data-et=\"participant\" data-type=\"participant\" data-id=\"Merchant_Frontend\"><rect x=\"200\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Merchant_Frontend\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"283.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"283.5\" dy=\"0\">Merchant_Frontend</tspan></text></g></g><g><line id=\"actor0\" x1=\"75\" y1=\"65\" x2=\"75\" y2=\"781\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Browser\" data-et=\"life-line\" data-id=\"Browser\"></line><g id=\"root-0\" data-et=\"participant\" data-type=\"participant\" data-id=\"Browser\"><rect x=\"0\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Browser\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"75\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Browser</tspan></text></g></g><style>#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .error-icon{fill:#a44141;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .error-text{fill:#ddd;stroke:#ddd;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .edge-thickness-normal{stroke-width:1px;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .edge-thickness-thick{stroke-width:3.5px;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .edge-pattern-solid{stroke-dasharray:0;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .marker{fill:lightgrey;stroke:lightgrey;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .marker.cross{stroke:lightgrey;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 p{margin:0;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .actor{stroke:#ccc;fill:#1f2020;stroke-width:1;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 rect.actor.outer-path[data-look=\"neo\"]{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 rect.note[data-look=\"neo\"]{stroke:hsl(180, 0%, 18.3529411765%);fill:hsl(180, 1.5873015873%, 28.3529411765%);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 text.actor&gt;tspan{fill:lightgrey;stroke:none;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .actor-line{stroke:#ccc;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .innerArc{stroke-width:1.5;stroke-dasharray:none;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:lightgrey;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .messageLine1{stroke-width:1.5;stroke-dasharray:2,2;stroke:lightgrey;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 [id$=\"-arrowhead\"] path{fill:lightgrey;stroke:lightgrey;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .sequenceNumber{fill:black;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 [id$=\"-sequencenumber\"]{fill:lightgrey;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 [id$=\"-crosshead\"] path{fill:lightgrey;stroke:lightgrey;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .messageText{fill:lightgrey;stroke:none;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .labelBox{stroke:#ccc;fill:#1f2020;filter:none;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .labelText,#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .labelText&gt;tspan{fill:lightgrey;stroke:none;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .loopText,#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .loopText&gt;tspan{fill:lightgrey;stroke:none;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .sectionTitle,#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .sectionTitle&gt;tspan{fill:lightgrey;stroke:none;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .loopLine{stroke-width:2px;stroke-dasharray:2,2;stroke:#ccc;fill:#ccc;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .note{stroke:hsl(180, 0%, 18.3529411765%);fill:hsl(180, 1.5873015873%, 28.3529411765%);}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .noteText,#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .noteText&gt;tspan{fill:rgb(183.8476190475, 181.5523809523, 181.5523809523);stroke:none;font-weight:normal;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .activation0{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .activation1{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .activation2{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .actorPopupMenu{position:absolute;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .actorPopupMenuPanel{position:absolute;fill:#1f2020;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);filter:drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .actor-man circle,#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 line{fill:#1f2020;stroke-width:2px;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 g rect.rect{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));stroke:#ccc;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 .node .neo-node{stroke:#ccc;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 [data-look=\"neo\"].node rect,#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 [data-look=\"neo\"].cluster rect,#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 [data-look=\"neo\"].node polygon{stroke:url(#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 [data-look=\"neo\"].node path{stroke:url(#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384-gradient);stroke-width:1px;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 [data-look=\"neo\"].node circle{stroke:url(#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g></g><defs><symbol id=\"diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384-computer\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M2 2v13h20v-13h-20zm18 11h-16v-9h16v9zm-10.228 6l.466-1h3.524l.467 1h-4.457zm14.228 3h-24l2-6h2.104l-1.33 4h18.45l-1.297-4h2.073l2 6zm-5-10h-14v-7h14v7z\"></path></symbol></defs><defs><symbol id=\"diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384-database\" fill-rule=\"evenodd\" clip-rule=\"evenodd\"><path transform=\"scale(.5)\" d=\"M12.258.001l.256.004.255.005.253.008.251.01.249.012.247.015.246.016.242.019.241.02.239.023.236.024.233.027.231.028.229.031.225.032.223.034.22.036.217.038.214.04.211.041.208.043.205.045.201.046.198.048.194.05.191.051.187.053.183.054.18.056.175.057.172.059.168.06.163.061.16.063.155.064.15.066.074.033.073.033.071.034.07.034.069.035.068.035.067.035.066.035.064.036.064.036.062.036.06.036.06.037.058.037.058.037.055.038.055.038.053.038.052.038.051.039.05.039.048.039.047.039.045.04.044.04.043.04.041.04.04.041.039.041.037.041.036.041.034.041.033.042.032.042.03.042.029.042.027.042.026.043.024.043.023.043.021.043.02.043.018.044.017.043.015.044.013.044.012.044.011.045.009.044.007.045.006.045.004.045.002.045.001.045v17l-.001.045-.002.045-.004.045-.006.045-.007.045-.009.044-.011.045-.012.044-.013.044-.015.044-.017.043-.018.044-.02.043-.021.043-.023.043-.024.043-.026.043-.027.042-.029.042-.03.042-.032.042-.033.042-.034.041-.036.041-.037.041-.039.041-.04.041-.041.04-.043.04-.044.04-.045.04-.047.039-.048.039-.05.039-.051.039-.052.038-.053.038-.055.038-.055.038-.058.037-.058.037-.06.037-.06.036-.062.036-.064.036-.064.036-.066.035-.067.035-.068.035-.069.035-.07.034-.071.034-.073.033-.074.033-.15.066-.155.064-.16.063-.163.061-.168.06-.172.059-.175.057-.18.056-.183.054-.187.053-.191.051-.194.05-.198.048-.201.046-.205.045-.208.043-.211.041-.214.04-.217.038-.22.036-.223.034-.225.032-.229.031-.231.028-.233.027-.236.024-.239.023-.241.02-.242.019-.246.016-.247.015-.249.012-.251.01-.253.008-.255.005-.256.004-.258.001-.258-.001-.256-.004-.255-.005-.253-.008-.251-.01-.249-.012-.247-.015-.245-.016-.243-.019-.241-.02-.238-.023-.236-.024-.234-.027-.231-.028-.228-.031-.226-.032-.223-.034-.22-.036-.217-.038-.214-.04-.211-.041-.208-.043-.204-.045-.201-.046-.198-.048-.195-.05-.19-.051-.187-.053-.184-.054-.179-.056-.176-.057-.172-.059-.167-.06-.164-.061-.159-.063-.155-.064-.151-.066-.074-.033-.072-.033-.072-.034-.07-.034-.069-.035-.068-.035-.067-.035-.066-.035-.064-.036-.063-.036-.062-.036-.061-.036-.06-.037-.058-.037-.057-.037-.056-.038-.055-.038-.053-.038-.052-.038-.051-.039-.049-.039-.049-.039-.046-.039-.046-.04-.044-.04-.043-.04-.041-.04-.04-.041-.039-.041-.037-.041-.036-.041-.034-.041-.033-.042-.032-.042-.03-.042-.029-.042-.027-.042-.026-.043-.024-.043-.023-.043-.021-.043-.02-.043-.018-.044-.017-.043-.015-.044-.013-.044-.012-.044-.011-.045-.009-.044-.007-.045-.006-.045-.004-.045-.002-.045-.001-.045v-17l.001-.045.002-.045.004-.045.006-.045.007-.045.009-.044.011-.045.012-.044.013-.044.015-.044.017-.043.018-.044.02-.043.021-.043.023-.043.024-.043.026-.043.027-.042.029-.042.03-.042.032-.042.033-.042.034-.041.036-.041.037-.041.039-.041.04-.041.041-.04.043-.04.044-.04.046-.04.046-.039.049-.039.049-.039.051-.039.052-.038.053-.038.055-.038.056-.038.057-.037.058-.037.06-.037.061-.036.062-.036.063-.036.064-.036.066-.035.067-.035.068-.035.069-.035.07-.034.072-.034.072-.033.074-.033.151-.066.155-.064.159-.063.164-.061.167-.06.172-.059.176-.057.179-.056.184-.054.187-.053.19-.051.195-.05.198-.048.201-.046.204-.045.208-.043.211-.041.214-.04.217-.038.22-.036.223-.034.226-.032.228-.031.231-.028.234-.027.236-.024.238-.023.241-.02.243-.019.245-.016.247-.015.249-.012.251-.01.253-.008.255-.005.256-.004.258-.001.258.001zm-9.258 20.499v.01l.001.021.003.021.004.022.005.021.006.022.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.023.018.024.019.024.021.024.022.025.023.024.024.025.052.049.056.05.061.051.066.051.07.051.075.051.079.052.084.052.088.052.092.052.097.052.102.051.105.052.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.048.144.049.147.047.152.047.155.047.16.045.163.045.167.043.171.043.176.041.178.041.183.039.187.039.19.037.194.035.197.035.202.033.204.031.209.03.212.029.216.027.219.025.222.024.226.021.23.02.233.018.236.016.24.015.243.012.246.01.249.008.253.005.256.004.259.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.021.224-.024.22-.026.216-.027.212-.028.21-.031.205-.031.202-.034.198-.034.194-.036.191-.037.187-.039.183-.04.179-.04.175-.042.172-.043.168-.044.163-.045.16-.046.155-.046.152-.047.148-.048.143-.049.139-.049.136-.05.131-.05.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.053.083-.051.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.05.023-.024.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.023.01-.022.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.127l-.077.055-.08.053-.083.054-.085.053-.087.052-.09.052-.093.051-.095.05-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.045-.118.044-.12.043-.122.042-.124.042-.126.041-.128.04-.13.04-.132.038-.134.038-.135.037-.138.037-.139.035-.142.035-.143.034-.144.033-.147.032-.148.031-.15.03-.151.03-.153.029-.154.027-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.01-.179.008-.179.008-.181.006-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.006-.179-.008-.179-.008-.178-.01-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.027-.153-.029-.151-.03-.15-.03-.148-.031-.146-.032-.145-.033-.143-.034-.141-.035-.14-.035-.137-.037-.136-.037-.134-.038-.132-.038-.13-.04-.128-.04-.126-.041-.124-.042-.122-.042-.12-.044-.117-.043-.116-.045-.113-.045-.112-.046-.109-.047-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.05-.093-.052-.09-.051-.087-.052-.085-.053-.083-.054-.08-.054-.077-.054v4.127zm0-5.654v.011l.001.021.003.021.004.021.005.022.006.022.007.022.009.022.01.022.011.023.012.023.013.023.015.024.016.023.017.024.018.024.019.024.021.024.022.024.023.025.024.024.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.052.11.051.114.051.119.052.123.05.127.051.131.05.135.049.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.044.171.042.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.022.23.02.233.018.236.016.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.012.241-.015.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.048.139-.05.136-.049.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.051.051-.049.023-.025.023-.024.021-.025.02-.024.019-.024.018-.024.017-.024.015-.023.014-.023.013-.024.012-.022.01-.023.01-.023.008-.022.006-.022.006-.022.004-.021.004-.022.001-.021.001-.021v-4.139l-.077.054-.08.054-.083.054-.085.052-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.044-.118.044-.12.044-.122.042-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.035-.143.033-.144.033-.147.033-.148.031-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.009-.179.009-.179.007-.181.007-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.007-.179-.007-.179-.009-.178-.009-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.031-.146-.033-.145-.033-.143-.033-.141-.035-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.04-.126-.041-.124-.042-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.051-.093-.051-.09-.051-.087-.053-.085-.052-.083-.054-.08-.054-.077-.054v4.139zm0-5.666v.011l.001.02.003.022.004.021.005.022.006.021.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.024.018.023.019.024.021.025.022.024.023.024.024.025.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.051.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.043.171.043.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.021.23.02.233.018.236.017.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.013.241-.014.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.049.139-.049.136-.049.131-.051.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.049.023-.025.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.022.01-.023.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.153l-.077.054-.08.054-.083.053-.085.053-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.048-.105.048-.106.048-.109.046-.111.046-.114.046-.115.044-.118.044-.12.043-.122.043-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.034-.143.034-.144.033-.147.032-.148.032-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.024-.161.024-.162.023-.163.023-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.01-.178.01-.179.009-.179.007-.181.006-.182.006-.182.004-.184.003-.184.001-.185.001-.185-.001-.184-.001-.184-.003-.182-.004-.182-.006-.181-.006-.179-.007-.179-.009-.178-.01-.176-.01-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.023-.162-.023-.161-.024-.159-.024-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.032-.146-.032-.145-.033-.143-.034-.141-.034-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.041-.126-.041-.124-.041-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.048-.105-.048-.102-.048-.1-.05-.097-.049-.095-.051-.093-.051-.09-.052-.087-.052-.085-.053-.083-.053-.08-.054-.077-.054v4.153zm8.74-8.179l-.257.004-.254.005-.25.008-.247.011-.244.012-.241.014-.237.016-.233.018-.231.021-.226.022-.224.023-.22.026-.216.027-.212.028-.21.031-.205.032-.202.033-.198.034-.194.036-.191.038-.187.038-.183.04-.179.041-.175.042-.172.043-.168.043-.163.045-.16.046-.155.046-.152.048-.148.048-.143.048-.139.049-.136.05-.131.05-.126.051-.123.051-.118.051-.114.052-.11.052-.106.052-.101.052-.096.052-.092.052-.088.052-.083.052-.079.052-.074.051-.07.052-.065.051-.06.05-.056.05-.051.05-.023.025-.023.024-.021.024-.02.025-.019.024-.018.024-.017.023-.015.024-.014.023-.013.023-.012.023-.01.023-.01.022-.008.022-.006.023-.006.021-.004.022-.004.021-.001.021-.001.021.001.021.001.021.004.021.004.022.006.021.006.023.008.022.01.022.01.023.012.023.013.023.014.023.015.024.017.023.018.024.019.024.02.025.021.024.023.024.023.025.051.05.056.05.06.05.065.051.07.052.074.051.079.052.083.052.088.052.092.052.096.052.101.052.106.052.11.052.114.052.118.051.123.051.126.051.131.05.136.05.139.049.143.048.148.048.152.048.155.046.16.046.163.045.168.043.172.043.175.042.179.041.183.04.187.038.191.038.194.036.198.034.202.033.205.032.21.031.212.028.216.027.22.026.224.023.226.022.231.021.233.018.237.016.241.014.244.012.247.011.25.008.254.005.257.004.26.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.022.224-.023.22-.026.216-.027.212-.028.21-.031.205-.032.202-.033.198-.034.194-.036.191-.038.187-.038.183-.04.179-.041.175-.042.172-.043.168-.043.163-.045.16-.046.155-.046.152-.048.148-.048.143-.048.139-.049.136-.05.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.05.051-.05.023-.025.023-.024.021-.024.02-.025.019-.024.018-.024.017-.023.015-.024.014-.023.013-.023.012-.023.01-.023.01-.022.008-.022.006-.023.006-.021.004-.022.004-.021.001-.021.001-.021-.001-.021-.001-.021-.004-.021-.004-.022-.006-.021-.006-.023-.008-.022-.01-.022-.01-.023-.012-.023-.013-.023-.014-.023-.015-.024-.017-.023-.018-.024-.019-.024-.02-.025-.021-.024-.023-.024-.023-.025-.051-.05-.056-.05-.06-.05-.065-.051-.07-.052-.074-.051-.079-.052-.083-.052-.088-.052-.092-.052-.096-.052-.101-.052-.106-.052-.11-.052-.114-.052-.118-.051-.123-.051-.126-.051-.131-.05-.136-.05-.139-.049-.143-.048-.148-.048-.152-.048-.155-.046-.16-.046-.163-.045-.168-.043-.172-.043-.175-.042-.179-.041-.183-.04-.187-.038-.191-.038-.194-.036-.198-.034-.202-.033-.205-.032-.21-.031-.212-.028-.216-.027-.22-.026-.224-.023-.226-.022-.231-.021-.233-.018-.237-.016-.241-.014-.244-.012-.247-.011-.25-.008-.254-.005-.257-.004-.26-.001-.26.001z\"></path></symbol></defs><defs><symbol id=\"diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384-clock\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm5.848 12.459c.202.038.202.333.001.372-1.907.361-6.045 1.111-6.547 1.111-.719 0-1.301-.582-1.301-1.301 0-.512.77-5.447 1.125-7.445.034-.192.312-.181.343.014l.985 6.238 5.394 1.011z\"></path></symbol></defs><defs><marker id=\"diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384-arrowhead\" refX=\"7.9\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M -1 0 L 10 5 L 0 10 z\"></path></marker></defs><defs><marker id=\"diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384-crosshead\" markerWidth=\"15\" markerHeight=\"8\" orient=\"auto\" refX=\"4\" refY=\"4.5\"><path fill=\"none\" stroke=\"#000000\" stroke-width=\"1pt\" d=\"M 1,2 L 6,7 M 6,2 L 1,7\" style=\"stroke-dasharray: 0, 0;\"></path></marker></defs><defs><marker id=\"diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384-filled-head\" refX=\"15.5\" refY=\"7\" markerWidth=\"20\" markerHeight=\"28\" orient=\"auto\"><path d=\"M 18,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><defs><marker id=\"diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384-sequencenumber\" refX=\"15\" refY=\"15\" markerWidth=\"60\" markerHeight=\"40\" orient=\"auto\"><circle cx=\"15\" cy=\"15\" r=\"6\"></circle></marker></defs><defs><marker id=\"diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384-solidTopArrowHead\" refX=\"7.9\" refY=\"7.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 8 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384-solidBottomArrowHead\" refX=\"7.9\" refY=\"0.75\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 0 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384-stickTopArrowHead\" refX=\"7.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 7 7\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><defs><marker id=\"diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384-stickBottomArrowHead\" refX=\"7.5\" refY=\"0\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 7 L 7 0\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><g data-et=\"note\" data-id=\"i0\"><rect x=\"174.5\" y=\"75\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"218\" height=\"42\" class=\"note\"></rect><text x=\"284\" y=\"80\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"284\">Checkout JS added to page</tspan></text></g><g data-et=\"note\" data-id=\"i6\"><rect x=\"523\" y=\"397\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"248\" height=\"42\" class=\"note\"></rect><text x=\"647\" y=\"402\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"647\">Includes session (card session)</tspan></text></g><g data-et=\"note\" data-id=\"i9\"><rect x=\"523\" y=\"557\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"314\" height=\"42\" class=\"note\"></rect><text x=\"680\" y=\"562\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"680\">Includes token and optional cvc session</tspan></text></g><text x=\"178\" y=\"132\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Click Pay</text><line x1=\"76\" y1=\"171\" x2=\"279.5\" y2=\"171\" class=\"messageLine0\" data-et=\"message\" data-id=\"i1\" data-from=\"Browser\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384-arrowhead)\" style=\"fill: none;\"></line><text x=\"571\" y=\"186\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Create session</text><line x1=\"284.5\" y1=\"225\" x2=\"858\" y2=\"225\" class=\"messageLine0\" data-et=\"message\" data-id=\"i2\" data-from=\"Merchant_Frontend\" data-to=\"Checkout_Sessions\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384-arrowhead)\" style=\"fill: none;\"></line><text x=\"574\" y=\"240\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Return session</text><line x1=\"861\" y1=\"279\" x2=\"287.5\" y2=\"279\" class=\"messageLine0\" data-et=\"message\" data-id=\"i3\" data-from=\"Checkout_Sessions\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384-arrowhead)\" style=\"fill: none;\"></line><text x=\"389\" y=\"294\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Pay</text><line x1=\"284.5\" y1=\"333\" x2=\"494\" y2=\"333\" class=\"messageLine0\" data-et=\"message\" data-id=\"i4\" data-from=\"Merchant_Frontend\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384-arrowhead)\" style=\"fill: none;\"></line><text x=\"784\" y=\"348\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verified token request</text><line x1=\"499\" y1=\"387\" x2=\"1068.5\" y2=\"387\" class=\"messageLine0\" data-et=\"message\" data-id=\"i5\" data-from=\"Merchant_Backend\" data-to=\"Verified_Token_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384-arrowhead)\" style=\"fill: none;\"></line><text x=\"787\" y=\"454\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verified token response</text><line x1=\"1071.5\" y1=\"493\" x2=\"502\" y2=\"493\" class=\"messageLine0\" data-et=\"message\" data-id=\"i7\" data-from=\"Verified_Token_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384-arrowhead)\" style=\"fill: none;\"></line><text x=\"891\" y=\"508\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">customerInitiatedTransactions request</text><line x1=\"499\" y1=\"547\" x2=\"1282\" y2=\"547\" class=\"messageLine0\" data-et=\"message\" data-id=\"i8\" data-from=\"Merchant_Backend\" data-to=\"Card_Payments_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384-arrowhead)\" style=\"fill: none;\"></line><text x=\"894\" y=\"614\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">customerInitiatedTransactions response</text><line x1=\"1285\" y1=\"653\" x2=\"502\" y2=\"653\" class=\"messageLine0\" data-et=\"message\" data-id=\"i10\" data-from=\"Card_Payments_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384-arrowhead)\" style=\"fill: none;\"></line><text x=\"891\" y=\"668\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Settlement request</text><line x1=\"499\" y1=\"707\" x2=\"1282\" y2=\"707\" class=\"messageLine0\" data-et=\"message\" data-id=\"i11\" data-from=\"Merchant_Backend\" data-to=\"Card_Payments_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384-arrowhead)\" style=\"fill: none;\"></line><text x=\"894\" y=\"722\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Settlement response</text><line x1=\"1285\" y1=\"761\" x2=\"502\" y2=\"761\" class=\"messageLine0\" data-et=\"message\" data-id=\"i12\" data-from=\"Card_Payments_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-0e5582e3513fc24187ad78c3467b4a2e3ab00f02ef5c78f85b1312a120320384-arrowhead)\" style=\"fill: none;\"></line></svg>"},"children":["\nsequenceDiagram\n    participant Browser\n    participant Merchant_Frontend\n    participant Merchant_Backend\n    participant Checkout_Sessions\n    participant Verified_Token_API\n    participant Card_Payments_API\n    Note over Merchant_Frontend: Checkout JS added to page \n    Browser->>Merchant_Frontend: Click Pay\n    Merchant_Frontend->>Checkout_Sessions: Create session\n    Checkout_Sessions->>Merchant_Frontend: Return session \n    Merchant_Frontend->>Merchant_Backend: Pay \n    Merchant_Backend->>Verified_Token_API: Verified token request\n    Note right of Merchant_Backend: Includes session (card session)\n    Verified_Token_API->>Merchant_Backend: Verified token response\n    Merchant_Backend->>Card_Payments_API: customerInitiatedTransactions request\n    Note right of Merchant_Backend: Includes token and optional cvc session \n    Card_Payments_API->>Merchant_Backend: customerInitiatedTransactions response\n    Merchant_Backend->>Card_Payments_API: Settlement request\n    Card_Payments_API->>Merchant_Backend: Settlement response\n"]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"basic-card-authorization-with-3ds","__idx":2},"children":["Basic card authorization with 3DS"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Card payment with 3DS authentication enabled."]},{"$$mdtype":"Tag","name":"Tabs","attributes":{"size":"medium"},"children":[{"$$mdtype":"Tag","name":"div","attributes":{"label":"API only","disable":false},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Using:"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/3ds/"},"children":["3DS API"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/card-payments/"},"children":["Card Payments API"]}]}]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"\nsequenceDiagram\n    participant Browser\n    participant Merchant_Frontend\n    participant Merchant_Backend\n    participant 3DS_API\n    participant Card_Payments_API\n    participant Issuers\n    Browser->>Merchant_Frontend: Click Pay\n    Merchant_Frontend->>Merchant_Backend: Pay \n    Merchant_Backend->>3DS_API: deviceDataInitialization request\n    3DS_API->>Merchant_Backend: deviceDataInitialization response\n    Merchant_Backend->>Merchant_Frontend: DeviceData - BIN/JWT/URL\n    Merchant_Frontend->>Browser: 3DS Device Data form\n    Browser-->>Issuers: Form POST\n    Issuers-->>Browser: PostMessage: dfReferenceId\n    Merchant_Backend->>3DS_API: Authentication request\n    3DS_API->>Merchant_Backend: Authentication response\n    Merchant_Backend->>Merchant_Frontend: Challenge JWT/URL\n    Merchant_Frontend->>Browser: 3DS challenge form\n    Browser-->>Issuers: Form POST\n    Issuers-->>Merchant_Backend: `returnUrl` specified in authentication request\n    Note right of Merchant_Frontend: Update or close challenge window on website\n    Merchant_Backend->>3DS_API: Verification request\n    3DS_API->>Merchant_Backend: Verification response\n    Note right of Merchant_Frontend: Apply authentication details in payment<br> E.g. eci, authenticationValue etc\n    Merchant_Backend->>Card_Payments_API: customerInitiatedTransactions request\n    Card_Payments_API->>Merchant_Backend: customerInitiatedTransactions response\n    Merchant_Backend->>Card_Payments_API: Settlement request\n    Card_Payments_API->>Merchant_Backend: Settlement response\n","diagramHtml":"<svg id=\"diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" style=\"max-width: 1626px;\" viewBox=\"-50 -10 1626 1377\" role=\"graphics-document document\" aria-roledescription=\"sequence\"><g><rect x=\"1376\" y=\"1291\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Issuers\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1451\" y=\"1323.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1451\" dy=\"0\">Issuers</tspan></text></g><g><rect x=\"1159\" y=\"1291\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Card_Payments_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1242.5\" y=\"1323.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1242.5\" dy=\"0\">Card_Payments_API</tspan></text></g><g><rect x=\"959\" y=\"1291\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"3DS_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1034\" y=\"1323.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1034\" dy=\"0\">3DS_API</tspan></text></g><g><rect x=\"637\" y=\"1291\" fill=\"#eaeaea\" stroke=\"#666\" width=\"162\" height=\"65\" name=\"Merchant_Backend\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"718\" y=\"1323.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"718\" dy=\"0\">Merchant_Backend</tspan></text></g><g><rect x=\"224.5\" y=\"1291\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Merchant_Frontend\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"308\" y=\"1323.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"308\" dy=\"0\">Merchant_Frontend</tspan></text></g><g><rect x=\"0\" y=\"1291\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Browser\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"75\" y=\"1323.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Browser</tspan></text></g><g><line id=\"actor5\" x1=\"1451\" y1=\"65\" x2=\"1451\" y2=\"1291\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Issuers\" data-et=\"life-line\" data-id=\"Issuers\"></line><g id=\"root-5\" data-et=\"participant\" data-type=\"participant\" data-id=\"Issuers\"><rect x=\"1376\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Issuers\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1451\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1451\" dy=\"0\">Issuers</tspan></text></g></g><g><line id=\"actor4\" x1=\"1242.5\" y1=\"65\" x2=\"1242.5\" y2=\"1291\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Card_Payments_API\" data-et=\"life-line\" data-id=\"Card_Payments_API\"></line><g id=\"root-4\" data-et=\"participant\" data-type=\"participant\" data-id=\"Card_Payments_API\"><rect x=\"1159\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Card_Payments_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1242.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1242.5\" dy=\"0\">Card_Payments_API</tspan></text></g></g><g><line id=\"actor3\" x1=\"1034\" y1=\"65\" x2=\"1034\" y2=\"1291\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"3DS_API\" data-et=\"life-line\" data-id=\"3DS_API\"></line><g id=\"root-3\" data-et=\"participant\" data-type=\"participant\" data-id=\"3DS_API\"><rect x=\"959\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"3DS_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1034\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1034\" dy=\"0\">3DS_API</tspan></text></g></g><g><line id=\"actor2\" x1=\"718\" y1=\"65\" x2=\"718\" y2=\"1291\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Merchant_Backend\" data-et=\"life-line\" data-id=\"Merchant_Backend\"></line><g id=\"root-2\" data-et=\"participant\" data-type=\"participant\" data-id=\"Merchant_Backend\"><rect x=\"637\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"162\" height=\"65\" name=\"Merchant_Backend\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"718\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"718\" dy=\"0\">Merchant_Backend</tspan></text></g></g><g><line id=\"actor1\" x1=\"308\" y1=\"65\" x2=\"308\" y2=\"1291\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Merchant_Frontend\" data-et=\"life-line\" data-id=\"Merchant_Frontend\"></line><g id=\"root-1\" data-et=\"participant\" data-type=\"participant\" data-id=\"Merchant_Frontend\"><rect x=\"224.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Merchant_Frontend\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"308\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"308\" dy=\"0\">Merchant_Frontend</tspan></text></g></g><g><line id=\"actor0\" x1=\"75\" y1=\"65\" x2=\"75\" y2=\"1291\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Browser\" data-et=\"life-line\" data-id=\"Browser\"></line><g id=\"root-0\" data-et=\"participant\" data-type=\"participant\" data-id=\"Browser\"><rect x=\"0\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Browser\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"75\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Browser</tspan></text></g></g><style>#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .error-icon{fill:#552222;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .error-text{fill:#552222;stroke:#552222;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .edge-thickness-normal{stroke-width:1px;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .edge-thickness-thick{stroke-width:3.5px;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .edge-pattern-solid{stroke-dasharray:0;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .edge-pattern-dashed{stroke-dasharray:3;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .edge-pattern-dotted{stroke-dasharray:2;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .marker{fill:#333333;stroke:#333333;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .marker.cross{stroke:#333333;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa p{margin:0;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .actor{stroke:#9370DB;fill:#ECECFF;stroke-width:1;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa rect.actor.outer-path[data-look=\"neo\"]{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa rect.note[data-look=\"neo\"]{stroke:#aaaa33;fill:#fff5ad;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa text.actor&gt;tspan{fill:black;stroke:none;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .actor-line{stroke:#9370DB;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .innerArc{stroke-width:1.5;stroke-dasharray:none;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .messageLine1{stroke-width:1.5;stroke-dasharray:2,2;stroke:#333;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa [id$=\"-arrowhead\"] path{fill:#333;stroke:#333;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .sequenceNumber{fill:white;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa [id$=\"-sequencenumber\"]{fill:#333;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa [id$=\"-crosshead\"] path{fill:#333;stroke:#333;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .messageText{fill:#333;stroke:none;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .labelBox{stroke:#9370DB;fill:#ECECFF;filter:none;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .labelText,#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .labelText&gt;tspan{fill:black;stroke:none;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .loopText,#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .loopText&gt;tspan{fill:black;stroke:none;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .sectionTitle,#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .sectionTitle&gt;tspan{fill:black;stroke:none;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .loopLine{stroke-width:2px;stroke-dasharray:2,2;stroke:#9370DB;fill:#9370DB;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .note{stroke:#aaaa33;fill:#fff5ad;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .noteText,#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .noteText&gt;tspan{fill:black;stroke:none;font-weight:normal;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .activation0{fill:#f4f4f4;stroke:#666;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .activation1{fill:#f4f4f4;stroke:#666;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .activation2{fill:#f4f4f4;stroke:#666;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .actorPopupMenu{position:absolute;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .actorPopupMenuPanel{position:absolute;fill:#ECECFF;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);filter:drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .actor-man circle,#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa line{fill:#ECECFF;stroke-width:2px;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa g rect.rect{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));stroke:#9370DB;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa .node .neo-node{stroke:#9370DB;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa [data-look=\"neo\"].node rect,#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa [data-look=\"neo\"].cluster rect,#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g></g><defs><symbol id=\"diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-computer\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M2 2v13h20v-13h-20zm18 11h-16v-9h16v9zm-10.228 6l.466-1h3.524l.467 1h-4.457zm14.228 3h-24l2-6h2.104l-1.33 4h18.45l-1.297-4h2.073l2 6zm-5-10h-14v-7h14v7z\"></path></symbol></defs><defs><symbol id=\"diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-database\" fill-rule=\"evenodd\" clip-rule=\"evenodd\"><path transform=\"scale(.5)\" d=\"M12.258.001l.256.004.255.005.253.008.251.01.249.012.247.015.246.016.242.019.241.02.239.023.236.024.233.027.231.028.229.031.225.032.223.034.22.036.217.038.214.04.211.041.208.043.205.045.201.046.198.048.194.05.191.051.187.053.183.054.18.056.175.057.172.059.168.06.163.061.16.063.155.064.15.066.074.033.073.033.071.034.07.034.069.035.068.035.067.035.066.035.064.036.064.036.062.036.06.036.06.037.058.037.058.037.055.038.055.038.053.038.052.038.051.039.05.039.048.039.047.039.045.04.044.04.043.04.041.04.04.041.039.041.037.041.036.041.034.041.033.042.032.042.03.042.029.042.027.042.026.043.024.043.023.043.021.043.02.043.018.044.017.043.015.044.013.044.012.044.011.045.009.044.007.045.006.045.004.045.002.045.001.045v17l-.001.045-.002.045-.004.045-.006.045-.007.045-.009.044-.011.045-.012.044-.013.044-.015.044-.017.043-.018.044-.02.043-.021.043-.023.043-.024.043-.026.043-.027.042-.029.042-.03.042-.032.042-.033.042-.034.041-.036.041-.037.041-.039.041-.04.041-.041.04-.043.04-.044.04-.045.04-.047.039-.048.039-.05.039-.051.039-.052.038-.053.038-.055.038-.055.038-.058.037-.058.037-.06.037-.06.036-.062.036-.064.036-.064.036-.066.035-.067.035-.068.035-.069.035-.07.034-.071.034-.073.033-.074.033-.15.066-.155.064-.16.063-.163.061-.168.06-.172.059-.175.057-.18.056-.183.054-.187.053-.191.051-.194.05-.198.048-.201.046-.205.045-.208.043-.211.041-.214.04-.217.038-.22.036-.223.034-.225.032-.229.031-.231.028-.233.027-.236.024-.239.023-.241.02-.242.019-.246.016-.247.015-.249.012-.251.01-.253.008-.255.005-.256.004-.258.001-.258-.001-.256-.004-.255-.005-.253-.008-.251-.01-.249-.012-.247-.015-.245-.016-.243-.019-.241-.02-.238-.023-.236-.024-.234-.027-.231-.028-.228-.031-.226-.032-.223-.034-.22-.036-.217-.038-.214-.04-.211-.041-.208-.043-.204-.045-.201-.046-.198-.048-.195-.05-.19-.051-.187-.053-.184-.054-.179-.056-.176-.057-.172-.059-.167-.06-.164-.061-.159-.063-.155-.064-.151-.066-.074-.033-.072-.033-.072-.034-.07-.034-.069-.035-.068-.035-.067-.035-.066-.035-.064-.036-.063-.036-.062-.036-.061-.036-.06-.037-.058-.037-.057-.037-.056-.038-.055-.038-.053-.038-.052-.038-.051-.039-.049-.039-.049-.039-.046-.039-.046-.04-.044-.04-.043-.04-.041-.04-.04-.041-.039-.041-.037-.041-.036-.041-.034-.041-.033-.042-.032-.042-.03-.042-.029-.042-.027-.042-.026-.043-.024-.043-.023-.043-.021-.043-.02-.043-.018-.044-.017-.043-.015-.044-.013-.044-.012-.044-.011-.045-.009-.044-.007-.045-.006-.045-.004-.045-.002-.045-.001-.045v-17l.001-.045.002-.045.004-.045.006-.045.007-.045.009-.044.011-.045.012-.044.013-.044.015-.044.017-.043.018-.044.02-.043.021-.043.023-.043.024-.043.026-.043.027-.042.029-.042.03-.042.032-.042.033-.042.034-.041.036-.041.037-.041.039-.041.04-.041.041-.04.043-.04.044-.04.046-.04.046-.039.049-.039.049-.039.051-.039.052-.038.053-.038.055-.038.056-.038.057-.037.058-.037.06-.037.061-.036.062-.036.063-.036.064-.036.066-.035.067-.035.068-.035.069-.035.07-.034.072-.034.072-.033.074-.033.151-.066.155-.064.159-.063.164-.061.167-.06.172-.059.176-.057.179-.056.184-.054.187-.053.19-.051.195-.05.198-.048.201-.046.204-.045.208-.043.211-.041.214-.04.217-.038.22-.036.223-.034.226-.032.228-.031.231-.028.234-.027.236-.024.238-.023.241-.02.243-.019.245-.016.247-.015.249-.012.251-.01.253-.008.255-.005.256-.004.258-.001.258.001zm-9.258 20.499v.01l.001.021.003.021.004.022.005.021.006.022.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.023.018.024.019.024.021.024.022.025.023.024.024.025.052.049.056.05.061.051.066.051.07.051.075.051.079.052.084.052.088.052.092.052.097.052.102.051.105.052.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.048.144.049.147.047.152.047.155.047.16.045.163.045.167.043.171.043.176.041.178.041.183.039.187.039.19.037.194.035.197.035.202.033.204.031.209.03.212.029.216.027.219.025.222.024.226.021.23.02.233.018.236.016.24.015.243.012.246.01.249.008.253.005.256.004.259.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.021.224-.024.22-.026.216-.027.212-.028.21-.031.205-.031.202-.034.198-.034.194-.036.191-.037.187-.039.183-.04.179-.04.175-.042.172-.043.168-.044.163-.045.16-.046.155-.046.152-.047.148-.048.143-.049.139-.049.136-.05.131-.05.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.053.083-.051.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.05.023-.024.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.023.01-.022.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.127l-.077.055-.08.053-.083.054-.085.053-.087.052-.09.052-.093.051-.095.05-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.045-.118.044-.12.043-.122.042-.124.042-.126.041-.128.04-.13.04-.132.038-.134.038-.135.037-.138.037-.139.035-.142.035-.143.034-.144.033-.147.032-.148.031-.15.03-.151.03-.153.029-.154.027-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.01-.179.008-.179.008-.181.006-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.006-.179-.008-.179-.008-.178-.01-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.027-.153-.029-.151-.03-.15-.03-.148-.031-.146-.032-.145-.033-.143-.034-.141-.035-.14-.035-.137-.037-.136-.037-.134-.038-.132-.038-.13-.04-.128-.04-.126-.041-.124-.042-.122-.042-.12-.044-.117-.043-.116-.045-.113-.045-.112-.046-.109-.047-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.05-.093-.052-.09-.051-.087-.052-.085-.053-.083-.054-.08-.054-.077-.054v4.127zm0-5.654v.011l.001.021.003.021.004.021.005.022.006.022.007.022.009.022.01.022.011.023.012.023.013.023.015.024.016.023.017.024.018.024.019.024.021.024.022.024.023.025.024.024.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.052.11.051.114.051.119.052.123.05.127.051.131.05.135.049.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.044.171.042.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.022.23.02.233.018.236.016.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.012.241-.015.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.048.139-.05.136-.049.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.051.051-.049.023-.025.023-.024.021-.025.02-.024.019-.024.018-.024.017-.024.015-.023.014-.023.013-.024.012-.022.01-.023.01-.023.008-.022.006-.022.006-.022.004-.021.004-.022.001-.021.001-.021v-4.139l-.077.054-.08.054-.083.054-.085.052-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.044-.118.044-.12.044-.122.042-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.035-.143.033-.144.033-.147.033-.148.031-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.009-.179.009-.179.007-.181.007-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.007-.179-.007-.179-.009-.178-.009-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.031-.146-.033-.145-.033-.143-.033-.141-.035-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.04-.126-.041-.124-.042-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.051-.093-.051-.09-.051-.087-.053-.085-.052-.083-.054-.08-.054-.077-.054v4.139zm0-5.666v.011l.001.02.003.022.004.021.005.022.006.021.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.024.018.023.019.024.021.025.022.024.023.024.024.025.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.051.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.043.171.043.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.021.23.02.233.018.236.017.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.013.241-.014.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.049.139-.049.136-.049.131-.051.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.049.023-.025.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.022.01-.023.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.153l-.077.054-.08.054-.083.053-.085.053-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.048-.105.048-.106.048-.109.046-.111.046-.114.046-.115.044-.118.044-.12.043-.122.043-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.034-.143.034-.144.033-.147.032-.148.032-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.024-.161.024-.162.023-.163.023-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.01-.178.01-.179.009-.179.007-.181.006-.182.006-.182.004-.184.003-.184.001-.185.001-.185-.001-.184-.001-.184-.003-.182-.004-.182-.006-.181-.006-.179-.007-.179-.009-.178-.01-.176-.01-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.023-.162-.023-.161-.024-.159-.024-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.032-.146-.032-.145-.033-.143-.034-.141-.034-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.041-.126-.041-.124-.041-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.048-.105-.048-.102-.048-.1-.05-.097-.049-.095-.051-.093-.051-.09-.052-.087-.052-.085-.053-.083-.053-.08-.054-.077-.054v4.153zm8.74-8.179l-.257.004-.254.005-.25.008-.247.011-.244.012-.241.014-.237.016-.233.018-.231.021-.226.022-.224.023-.22.026-.216.027-.212.028-.21.031-.205.032-.202.033-.198.034-.194.036-.191.038-.187.038-.183.04-.179.041-.175.042-.172.043-.168.043-.163.045-.16.046-.155.046-.152.048-.148.048-.143.048-.139.049-.136.05-.131.05-.126.051-.123.051-.118.051-.114.052-.11.052-.106.052-.101.052-.096.052-.092.052-.088.052-.083.052-.079.052-.074.051-.07.052-.065.051-.06.05-.056.05-.051.05-.023.025-.023.024-.021.024-.02.025-.019.024-.018.024-.017.023-.015.024-.014.023-.013.023-.012.023-.01.023-.01.022-.008.022-.006.023-.006.021-.004.022-.004.021-.001.021-.001.021.001.021.001.021.004.021.004.022.006.021.006.023.008.022.01.022.01.023.012.023.013.023.014.023.015.024.017.023.018.024.019.024.02.025.021.024.023.024.023.025.051.05.056.05.06.05.065.051.07.052.074.051.079.052.083.052.088.052.092.052.096.052.101.052.106.052.11.052.114.052.118.051.123.051.126.051.131.05.136.05.139.049.143.048.148.048.152.048.155.046.16.046.163.045.168.043.172.043.175.042.179.041.183.04.187.038.191.038.194.036.198.034.202.033.205.032.21.031.212.028.216.027.22.026.224.023.226.022.231.021.233.018.237.016.241.014.244.012.247.011.25.008.254.005.257.004.26.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.022.224-.023.22-.026.216-.027.212-.028.21-.031.205-.032.202-.033.198-.034.194-.036.191-.038.187-.038.183-.04.179-.041.175-.042.172-.043.168-.043.163-.045.16-.046.155-.046.152-.048.148-.048.143-.048.139-.049.136-.05.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.05.051-.05.023-.025.023-.024.021-.024.02-.025.019-.024.018-.024.017-.023.015-.024.014-.023.013-.023.012-.023.01-.023.01-.022.008-.022.006-.023.006-.021.004-.022.004-.021.001-.021.001-.021-.001-.021-.001-.021-.004-.021-.004-.022-.006-.021-.006-.023-.008-.022-.01-.022-.01-.023-.012-.023-.013-.023-.014-.023-.015-.024-.017-.023-.018-.024-.019-.024-.02-.025-.021-.024-.023-.024-.023-.025-.051-.05-.056-.05-.06-.05-.065-.051-.07-.052-.074-.051-.079-.052-.083-.052-.088-.052-.092-.052-.096-.052-.101-.052-.106-.052-.11-.052-.114-.052-.118-.051-.123-.051-.126-.051-.131-.05-.136-.05-.139-.049-.143-.048-.148-.048-.152-.048-.155-.046-.16-.046-.163-.045-.168-.043-.172-.043-.175-.042-.179-.041-.183-.04-.187-.038-.191-.038-.194-.036-.198-.034-.202-.033-.205-.032-.21-.031-.212-.028-.216-.027-.22-.026-.224-.023-.226-.022-.231-.021-.233-.018-.237-.016-.241-.014-.244-.012-.247-.011-.25-.008-.254-.005-.257-.004-.26-.001-.26.001z\"></path></symbol></defs><defs><symbol id=\"diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-clock\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm5.848 12.459c.202.038.202.333.001.372-1.907.361-6.045 1.111-6.547 1.111-.719 0-1.301-.582-1.301-1.301 0-.512.77-5.447 1.125-7.445.034-.192.312-.181.343.014l.985 6.238 5.394 1.011z\"></path></symbol></defs><defs><marker id=\"diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-arrowhead\" refX=\"7.9\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M -1 0 L 10 5 L 0 10 z\"></path></marker></defs><defs><marker id=\"diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-crosshead\" markerWidth=\"15\" markerHeight=\"8\" orient=\"auto\" refX=\"4\" refY=\"4.5\"><path fill=\"none\" stroke=\"#000000\" stroke-width=\"1pt\" d=\"M 1,2 L 6,7 M 6,2 L 1,7\" style=\"stroke-dasharray: 0, 0;\"></path></marker></defs><defs><marker id=\"diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-filled-head\" refX=\"15.5\" refY=\"7\" markerWidth=\"20\" markerHeight=\"28\" orient=\"auto\"><path d=\"M 18,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><defs><marker id=\"diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-sequencenumber\" refX=\"15\" refY=\"15\" markerWidth=\"60\" markerHeight=\"40\" orient=\"auto\"><circle cx=\"15\" cy=\"15\" r=\"6\"></circle></marker></defs><defs><marker id=\"diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-solidTopArrowHead\" refX=\"7.9\" refY=\"7.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 8 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-solidBottomArrowHead\" refX=\"7.9\" refY=\"0.75\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 0 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-stickTopArrowHead\" refX=\"7.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 7 7\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><defs><marker id=\"diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-stickBottomArrowHead\" refX=\"7.5\" refY=\"0\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 7 L 7 0\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><g data-et=\"note\" data-id=\"i14\"><rect x=\"333\" y=\"831\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"360\" height=\"42\" class=\"note\"></rect><text x=\"513\" y=\"836\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"513\">Update or close challenge window on website</tspan></text></g><g data-et=\"note\" data-id=\"i17\"><rect x=\"333\" y=\"991\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"316\" height=\"64\" class=\"note\"></rect><text x=\"491\" y=\"996\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"491\">Apply authentication details in payment</tspan></text><text x=\"491\" y=\"1018\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"491\"> E.g. eci, authenticationValue etc</tspan></text></g><text x=\"190\" y=\"80\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Click Pay</text><line x1=\"76\" y1=\"119\" x2=\"304\" y2=\"119\" class=\"messageLine0\" data-et=\"message\" data-id=\"i0\" data-from=\"Browser\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-arrowhead)\" style=\"fill: none;\"></line><text x=\"512\" y=\"134\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Pay</text><line x1=\"309\" y1=\"173\" x2=\"714\" y2=\"173\" class=\"messageLine0\" data-et=\"message\" data-id=\"i1\" data-from=\"Merchant_Frontend\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-arrowhead)\" style=\"fill: none;\"></line><text x=\"875\" y=\"188\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">deviceDataInitialization request</text><line x1=\"719\" y1=\"227\" x2=\"1030\" y2=\"227\" class=\"messageLine0\" data-et=\"message\" data-id=\"i2\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-arrowhead)\" style=\"fill: none;\"></line><text x=\"878\" y=\"242\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">deviceDataInitialization response</text><line x1=\"1033\" y1=\"281\" x2=\"722\" y2=\"281\" class=\"messageLine0\" data-et=\"message\" data-id=\"i3\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-arrowhead)\" style=\"fill: none;\"></line><text x=\"515\" y=\"296\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">DeviceData - BIN/JWT/URL</text><line x1=\"717\" y1=\"335\" x2=\"312\" y2=\"335\" class=\"messageLine0\" data-et=\"message\" data-id=\"i4\" data-from=\"Merchant_Backend\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-arrowhead)\" style=\"fill: none;\"></line><text x=\"193\" y=\"350\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">3DS Device Data form</text><line x1=\"307\" y1=\"389\" x2=\"79\" y2=\"389\" class=\"messageLine0\" data-et=\"message\" data-id=\"i5\" data-from=\"Merchant_Frontend\" data-to=\"Browser\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-arrowhead)\" style=\"fill: none;\"></line><text x=\"762\" y=\"404\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Form POST</text><line x1=\"76\" y1=\"443\" x2=\"1447\" y2=\"443\" class=\"messageLine1\" data-et=\"message\" data-id=\"i6\" data-from=\"Browser\" data-to=\"Issuers\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"765\" y=\"458\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">PostMessage: dfReferenceId</text><line x1=\"1450\" y1=\"497\" x2=\"79\" y2=\"497\" class=\"messageLine1\" data-et=\"message\" data-id=\"i7\" data-from=\"Issuers\" data-to=\"Browser\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"875\" y=\"512\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Authentication request</text><line x1=\"719\" y1=\"551\" x2=\"1030\" y2=\"551\" class=\"messageLine0\" data-et=\"message\" data-id=\"i8\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-arrowhead)\" style=\"fill: none;\"></line><text x=\"878\" y=\"566\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Authentication response</text><line x1=\"1033\" y1=\"605\" x2=\"722\" y2=\"605\" class=\"messageLine0\" data-et=\"message\" data-id=\"i9\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-arrowhead)\" style=\"fill: none;\"></line><text x=\"515\" y=\"620\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Challenge JWT/URL</text><line x1=\"717\" y1=\"659\" x2=\"312\" y2=\"659\" class=\"messageLine0\" data-et=\"message\" data-id=\"i10\" data-from=\"Merchant_Backend\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-arrowhead)\" style=\"fill: none;\"></line><text x=\"193\" y=\"674\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">3DS challenge form</text><line x1=\"307\" y1=\"713\" x2=\"79\" y2=\"713\" class=\"messageLine0\" data-et=\"message\" data-id=\"i11\" data-from=\"Merchant_Frontend\" data-to=\"Browser\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-arrowhead)\" style=\"fill: none;\"></line><text x=\"762\" y=\"728\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Form POST</text><line x1=\"76\" y1=\"767\" x2=\"1447\" y2=\"767\" class=\"messageLine1\" data-et=\"message\" data-id=\"i12\" data-from=\"Browser\" data-to=\"Issuers\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"1086\" y=\"782\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">`returnUrl` specified in authentication request</text><line x1=\"1450\" y1=\"821\" x2=\"722\" y2=\"821\" class=\"messageLine1\" data-et=\"message\" data-id=\"i13\" data-from=\"Issuers\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"875\" y=\"888\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verification request</text><line x1=\"719\" y1=\"927\" x2=\"1030\" y2=\"927\" class=\"messageLine0\" data-et=\"message\" data-id=\"i15\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-arrowhead)\" style=\"fill: none;\"></line><text x=\"878\" y=\"942\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verification response</text><line x1=\"1033\" y1=\"981\" x2=\"722\" y2=\"981\" class=\"messageLine0\" data-et=\"message\" data-id=\"i16\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-arrowhead)\" style=\"fill: none;\"></line><text x=\"979\" y=\"1070\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">customerInitiatedTransactions request</text><line x1=\"719\" y1=\"1109\" x2=\"1238.5\" y2=\"1109\" class=\"messageLine0\" data-et=\"message\" data-id=\"i18\" data-from=\"Merchant_Backend\" data-to=\"Card_Payments_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-arrowhead)\" style=\"fill: none;\"></line><text x=\"982\" y=\"1124\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">customerInitiatedTransactions response</text><line x1=\"1241.5\" y1=\"1163\" x2=\"722\" y2=\"1163\" class=\"messageLine0\" data-et=\"message\" data-id=\"i19\" data-from=\"Card_Payments_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-arrowhead)\" style=\"fill: none;\"></line><text x=\"979\" y=\"1178\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Settlement request</text><line x1=\"719\" y1=\"1217\" x2=\"1238.5\" y2=\"1217\" class=\"messageLine0\" data-et=\"message\" data-id=\"i20\" data-from=\"Merchant_Backend\" data-to=\"Card_Payments_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-arrowhead)\" style=\"fill: none;\"></line><text x=\"982\" y=\"1232\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Settlement response</text><line x1=\"1241.5\" y1=\"1271\" x2=\"722\" y2=\"1271\" class=\"messageLine0\" data-et=\"message\" data-id=\"i21\" data-from=\"Card_Payments_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-530059386f227bc016f02d8d73db6215f9c1b45a4f150ecd07c17a4e49670bfa-arrowhead)\" style=\"fill: none;\"></line></svg>","diagramHtmlDark":"<svg id=\"diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" style=\"max-width: 1626px;\" viewBox=\"-50 -10 1626 1377\" role=\"graphics-document document\" aria-roledescription=\"sequence\"><g><rect x=\"1376\" y=\"1291\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Issuers\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1451\" y=\"1323.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1451\" dy=\"0\">Issuers</tspan></text></g><g><rect x=\"1159\" y=\"1291\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Card_Payments_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1242.5\" y=\"1323.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1242.5\" dy=\"0\">Card_Payments_API</tspan></text></g><g><rect x=\"959\" y=\"1291\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"3DS_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1034\" y=\"1323.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1034\" dy=\"0\">3DS_API</tspan></text></g><g><rect x=\"637\" y=\"1291\" fill=\"#eaeaea\" stroke=\"#666\" width=\"162\" height=\"65\" name=\"Merchant_Backend\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"718\" y=\"1323.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"718\" dy=\"0\">Merchant_Backend</tspan></text></g><g><rect x=\"224.5\" y=\"1291\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Merchant_Frontend\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"308\" y=\"1323.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"308\" dy=\"0\">Merchant_Frontend</tspan></text></g><g><rect x=\"0\" y=\"1291\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Browser\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"75\" y=\"1323.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Browser</tspan></text></g><g><line id=\"actor5\" x1=\"1451\" y1=\"65\" x2=\"1451\" y2=\"1291\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Issuers\" data-et=\"life-line\" data-id=\"Issuers\"></line><g id=\"root-5\" data-et=\"participant\" data-type=\"participant\" data-id=\"Issuers\"><rect x=\"1376\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Issuers\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1451\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1451\" dy=\"0\">Issuers</tspan></text></g></g><g><line id=\"actor4\" x1=\"1242.5\" y1=\"65\" x2=\"1242.5\" y2=\"1291\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Card_Payments_API\" data-et=\"life-line\" data-id=\"Card_Payments_API\"></line><g id=\"root-4\" data-et=\"participant\" data-type=\"participant\" data-id=\"Card_Payments_API\"><rect x=\"1159\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Card_Payments_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1242.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1242.5\" dy=\"0\">Card_Payments_API</tspan></text></g></g><g><line id=\"actor3\" x1=\"1034\" y1=\"65\" x2=\"1034\" y2=\"1291\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"3DS_API\" data-et=\"life-line\" data-id=\"3DS_API\"></line><g id=\"root-3\" data-et=\"participant\" data-type=\"participant\" data-id=\"3DS_API\"><rect x=\"959\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"3DS_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1034\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1034\" dy=\"0\">3DS_API</tspan></text></g></g><g><line id=\"actor2\" x1=\"718\" y1=\"65\" x2=\"718\" y2=\"1291\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Merchant_Backend\" data-et=\"life-line\" data-id=\"Merchant_Backend\"></line><g id=\"root-2\" data-et=\"participant\" data-type=\"participant\" data-id=\"Merchant_Backend\"><rect x=\"637\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"162\" height=\"65\" name=\"Merchant_Backend\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"718\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"718\" dy=\"0\">Merchant_Backend</tspan></text></g></g><g><line id=\"actor1\" x1=\"308\" y1=\"65\" x2=\"308\" y2=\"1291\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Merchant_Frontend\" data-et=\"life-line\" data-id=\"Merchant_Frontend\"></line><g id=\"root-1\" data-et=\"participant\" data-type=\"participant\" data-id=\"Merchant_Frontend\"><rect x=\"224.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Merchant_Frontend\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"308\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"308\" dy=\"0\">Merchant_Frontend</tspan></text></g></g><g><line id=\"actor0\" x1=\"75\" y1=\"65\" x2=\"75\" y2=\"1291\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Browser\" data-et=\"life-line\" data-id=\"Browser\"></line><g id=\"root-0\" data-et=\"participant\" data-type=\"participant\" data-id=\"Browser\"><rect x=\"0\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Browser\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"75\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Browser</tspan></text></g></g><style>#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .error-icon{fill:#a44141;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .error-text{fill:#ddd;stroke:#ddd;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .edge-thickness-normal{stroke-width:1px;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .edge-thickness-thick{stroke-width:3.5px;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .edge-pattern-solid{stroke-dasharray:0;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .marker{fill:lightgrey;stroke:lightgrey;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .marker.cross{stroke:lightgrey;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 p{margin:0;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .actor{stroke:#ccc;fill:#1f2020;stroke-width:1;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 rect.actor.outer-path[data-look=\"neo\"]{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 rect.note[data-look=\"neo\"]{stroke:hsl(180, 0%, 18.3529411765%);fill:hsl(180, 1.5873015873%, 28.3529411765%);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 text.actor&gt;tspan{fill:lightgrey;stroke:none;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .actor-line{stroke:#ccc;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .innerArc{stroke-width:1.5;stroke-dasharray:none;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:lightgrey;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .messageLine1{stroke-width:1.5;stroke-dasharray:2,2;stroke:lightgrey;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 [id$=\"-arrowhead\"] path{fill:lightgrey;stroke:lightgrey;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .sequenceNumber{fill:black;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 [id$=\"-sequencenumber\"]{fill:lightgrey;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 [id$=\"-crosshead\"] path{fill:lightgrey;stroke:lightgrey;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .messageText{fill:lightgrey;stroke:none;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .labelBox{stroke:#ccc;fill:#1f2020;filter:none;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .labelText,#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .labelText&gt;tspan{fill:lightgrey;stroke:none;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .loopText,#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .loopText&gt;tspan{fill:lightgrey;stroke:none;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .sectionTitle,#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .sectionTitle&gt;tspan{fill:lightgrey;stroke:none;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .loopLine{stroke-width:2px;stroke-dasharray:2,2;stroke:#ccc;fill:#ccc;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .note{stroke:hsl(180, 0%, 18.3529411765%);fill:hsl(180, 1.5873015873%, 28.3529411765%);}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .noteText,#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .noteText&gt;tspan{fill:rgb(183.8476190475, 181.5523809523, 181.5523809523);stroke:none;font-weight:normal;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .activation0{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .activation1{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .activation2{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .actorPopupMenu{position:absolute;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .actorPopupMenuPanel{position:absolute;fill:#1f2020;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);filter:drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .actor-man circle,#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 line{fill:#1f2020;stroke-width:2px;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 g rect.rect{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));stroke:#ccc;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 .node .neo-node{stroke:#ccc;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 [data-look=\"neo\"].node rect,#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 [data-look=\"neo\"].cluster rect,#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 [data-look=\"neo\"].node polygon{stroke:url(#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 [data-look=\"neo\"].node path{stroke:url(#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-gradient);stroke-width:1px;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 [data-look=\"neo\"].node circle{stroke:url(#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g></g><defs><symbol id=\"diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-computer\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M2 2v13h20v-13h-20zm18 11h-16v-9h16v9zm-10.228 6l.466-1h3.524l.467 1h-4.457zm14.228 3h-24l2-6h2.104l-1.33 4h18.45l-1.297-4h2.073l2 6zm-5-10h-14v-7h14v7z\"></path></symbol></defs><defs><symbol id=\"diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-database\" fill-rule=\"evenodd\" clip-rule=\"evenodd\"><path transform=\"scale(.5)\" d=\"M12.258.001l.256.004.255.005.253.008.251.01.249.012.247.015.246.016.242.019.241.02.239.023.236.024.233.027.231.028.229.031.225.032.223.034.22.036.217.038.214.04.211.041.208.043.205.045.201.046.198.048.194.05.191.051.187.053.183.054.18.056.175.057.172.059.168.06.163.061.16.063.155.064.15.066.074.033.073.033.071.034.07.034.069.035.068.035.067.035.066.035.064.036.064.036.062.036.06.036.06.037.058.037.058.037.055.038.055.038.053.038.052.038.051.039.05.039.048.039.047.039.045.04.044.04.043.04.041.04.04.041.039.041.037.041.036.041.034.041.033.042.032.042.03.042.029.042.027.042.026.043.024.043.023.043.021.043.02.043.018.044.017.043.015.044.013.044.012.044.011.045.009.044.007.045.006.045.004.045.002.045.001.045v17l-.001.045-.002.045-.004.045-.006.045-.007.045-.009.044-.011.045-.012.044-.013.044-.015.044-.017.043-.018.044-.02.043-.021.043-.023.043-.024.043-.026.043-.027.042-.029.042-.03.042-.032.042-.033.042-.034.041-.036.041-.037.041-.039.041-.04.041-.041.04-.043.04-.044.04-.045.04-.047.039-.048.039-.05.039-.051.039-.052.038-.053.038-.055.038-.055.038-.058.037-.058.037-.06.037-.06.036-.062.036-.064.036-.064.036-.066.035-.067.035-.068.035-.069.035-.07.034-.071.034-.073.033-.074.033-.15.066-.155.064-.16.063-.163.061-.168.06-.172.059-.175.057-.18.056-.183.054-.187.053-.191.051-.194.05-.198.048-.201.046-.205.045-.208.043-.211.041-.214.04-.217.038-.22.036-.223.034-.225.032-.229.031-.231.028-.233.027-.236.024-.239.023-.241.02-.242.019-.246.016-.247.015-.249.012-.251.01-.253.008-.255.005-.256.004-.258.001-.258-.001-.256-.004-.255-.005-.253-.008-.251-.01-.249-.012-.247-.015-.245-.016-.243-.019-.241-.02-.238-.023-.236-.024-.234-.027-.231-.028-.228-.031-.226-.032-.223-.034-.22-.036-.217-.038-.214-.04-.211-.041-.208-.043-.204-.045-.201-.046-.198-.048-.195-.05-.19-.051-.187-.053-.184-.054-.179-.056-.176-.057-.172-.059-.167-.06-.164-.061-.159-.063-.155-.064-.151-.066-.074-.033-.072-.033-.072-.034-.07-.034-.069-.035-.068-.035-.067-.035-.066-.035-.064-.036-.063-.036-.062-.036-.061-.036-.06-.037-.058-.037-.057-.037-.056-.038-.055-.038-.053-.038-.052-.038-.051-.039-.049-.039-.049-.039-.046-.039-.046-.04-.044-.04-.043-.04-.041-.04-.04-.041-.039-.041-.037-.041-.036-.041-.034-.041-.033-.042-.032-.042-.03-.042-.029-.042-.027-.042-.026-.043-.024-.043-.023-.043-.021-.043-.02-.043-.018-.044-.017-.043-.015-.044-.013-.044-.012-.044-.011-.045-.009-.044-.007-.045-.006-.045-.004-.045-.002-.045-.001-.045v-17l.001-.045.002-.045.004-.045.006-.045.007-.045.009-.044.011-.045.012-.044.013-.044.015-.044.017-.043.018-.044.02-.043.021-.043.023-.043.024-.043.026-.043.027-.042.029-.042.03-.042.032-.042.033-.042.034-.041.036-.041.037-.041.039-.041.04-.041.041-.04.043-.04.044-.04.046-.04.046-.039.049-.039.049-.039.051-.039.052-.038.053-.038.055-.038.056-.038.057-.037.058-.037.06-.037.061-.036.062-.036.063-.036.064-.036.066-.035.067-.035.068-.035.069-.035.07-.034.072-.034.072-.033.074-.033.151-.066.155-.064.159-.063.164-.061.167-.06.172-.059.176-.057.179-.056.184-.054.187-.053.19-.051.195-.05.198-.048.201-.046.204-.045.208-.043.211-.041.214-.04.217-.038.22-.036.223-.034.226-.032.228-.031.231-.028.234-.027.236-.024.238-.023.241-.02.243-.019.245-.016.247-.015.249-.012.251-.01.253-.008.255-.005.256-.004.258-.001.258.001zm-9.258 20.499v.01l.001.021.003.021.004.022.005.021.006.022.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.023.018.024.019.024.021.024.022.025.023.024.024.025.052.049.056.05.061.051.066.051.07.051.075.051.079.052.084.052.088.052.092.052.097.052.102.051.105.052.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.048.144.049.147.047.152.047.155.047.16.045.163.045.167.043.171.043.176.041.178.041.183.039.187.039.19.037.194.035.197.035.202.033.204.031.209.03.212.029.216.027.219.025.222.024.226.021.23.02.233.018.236.016.24.015.243.012.246.01.249.008.253.005.256.004.259.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.021.224-.024.22-.026.216-.027.212-.028.21-.031.205-.031.202-.034.198-.034.194-.036.191-.037.187-.039.183-.04.179-.04.175-.042.172-.043.168-.044.163-.045.16-.046.155-.046.152-.047.148-.048.143-.049.139-.049.136-.05.131-.05.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.053.083-.051.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.05.023-.024.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.023.01-.022.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.127l-.077.055-.08.053-.083.054-.085.053-.087.052-.09.052-.093.051-.095.05-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.045-.118.044-.12.043-.122.042-.124.042-.126.041-.128.04-.13.04-.132.038-.134.038-.135.037-.138.037-.139.035-.142.035-.143.034-.144.033-.147.032-.148.031-.15.03-.151.03-.153.029-.154.027-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.01-.179.008-.179.008-.181.006-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.006-.179-.008-.179-.008-.178-.01-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.027-.153-.029-.151-.03-.15-.03-.148-.031-.146-.032-.145-.033-.143-.034-.141-.035-.14-.035-.137-.037-.136-.037-.134-.038-.132-.038-.13-.04-.128-.04-.126-.041-.124-.042-.122-.042-.12-.044-.117-.043-.116-.045-.113-.045-.112-.046-.109-.047-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.05-.093-.052-.09-.051-.087-.052-.085-.053-.083-.054-.08-.054-.077-.054v4.127zm0-5.654v.011l.001.021.003.021.004.021.005.022.006.022.007.022.009.022.01.022.011.023.012.023.013.023.015.024.016.023.017.024.018.024.019.024.021.024.022.024.023.025.024.024.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.052.11.051.114.051.119.052.123.05.127.051.131.05.135.049.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.044.171.042.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.022.23.02.233.018.236.016.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.012.241-.015.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.048.139-.05.136-.049.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.051.051-.049.023-.025.023-.024.021-.025.02-.024.019-.024.018-.024.017-.024.015-.023.014-.023.013-.024.012-.022.01-.023.01-.023.008-.022.006-.022.006-.022.004-.021.004-.022.001-.021.001-.021v-4.139l-.077.054-.08.054-.083.054-.085.052-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.044-.118.044-.12.044-.122.042-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.035-.143.033-.144.033-.147.033-.148.031-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.009-.179.009-.179.007-.181.007-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.007-.179-.007-.179-.009-.178-.009-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.031-.146-.033-.145-.033-.143-.033-.141-.035-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.04-.126-.041-.124-.042-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.051-.093-.051-.09-.051-.087-.053-.085-.052-.083-.054-.08-.054-.077-.054v4.139zm0-5.666v.011l.001.02.003.022.004.021.005.022.006.021.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.024.018.023.019.024.021.025.022.024.023.024.024.025.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.051.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.043.171.043.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.021.23.02.233.018.236.017.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.013.241-.014.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.049.139-.049.136-.049.131-.051.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.049.023-.025.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.022.01-.023.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.153l-.077.054-.08.054-.083.053-.085.053-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.048-.105.048-.106.048-.109.046-.111.046-.114.046-.115.044-.118.044-.12.043-.122.043-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.034-.143.034-.144.033-.147.032-.148.032-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.024-.161.024-.162.023-.163.023-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.01-.178.01-.179.009-.179.007-.181.006-.182.006-.182.004-.184.003-.184.001-.185.001-.185-.001-.184-.001-.184-.003-.182-.004-.182-.006-.181-.006-.179-.007-.179-.009-.178-.01-.176-.01-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.023-.162-.023-.161-.024-.159-.024-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.032-.146-.032-.145-.033-.143-.034-.141-.034-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.041-.126-.041-.124-.041-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.048-.105-.048-.102-.048-.1-.05-.097-.049-.095-.051-.093-.051-.09-.052-.087-.052-.085-.053-.083-.053-.08-.054-.077-.054v4.153zm8.74-8.179l-.257.004-.254.005-.25.008-.247.011-.244.012-.241.014-.237.016-.233.018-.231.021-.226.022-.224.023-.22.026-.216.027-.212.028-.21.031-.205.032-.202.033-.198.034-.194.036-.191.038-.187.038-.183.04-.179.041-.175.042-.172.043-.168.043-.163.045-.16.046-.155.046-.152.048-.148.048-.143.048-.139.049-.136.05-.131.05-.126.051-.123.051-.118.051-.114.052-.11.052-.106.052-.101.052-.096.052-.092.052-.088.052-.083.052-.079.052-.074.051-.07.052-.065.051-.06.05-.056.05-.051.05-.023.025-.023.024-.021.024-.02.025-.019.024-.018.024-.017.023-.015.024-.014.023-.013.023-.012.023-.01.023-.01.022-.008.022-.006.023-.006.021-.004.022-.004.021-.001.021-.001.021.001.021.001.021.004.021.004.022.006.021.006.023.008.022.01.022.01.023.012.023.013.023.014.023.015.024.017.023.018.024.019.024.02.025.021.024.023.024.023.025.051.05.056.05.06.05.065.051.07.052.074.051.079.052.083.052.088.052.092.052.096.052.101.052.106.052.11.052.114.052.118.051.123.051.126.051.131.05.136.05.139.049.143.048.148.048.152.048.155.046.16.046.163.045.168.043.172.043.175.042.179.041.183.04.187.038.191.038.194.036.198.034.202.033.205.032.21.031.212.028.216.027.22.026.224.023.226.022.231.021.233.018.237.016.241.014.244.012.247.011.25.008.254.005.257.004.26.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.022.224-.023.22-.026.216-.027.212-.028.21-.031.205-.032.202-.033.198-.034.194-.036.191-.038.187-.038.183-.04.179-.041.175-.042.172-.043.168-.043.163-.045.16-.046.155-.046.152-.048.148-.048.143-.048.139-.049.136-.05.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.05.051-.05.023-.025.023-.024.021-.024.02-.025.019-.024.018-.024.017-.023.015-.024.014-.023.013-.023.012-.023.01-.023.01-.022.008-.022.006-.023.006-.021.004-.022.004-.021.001-.021.001-.021-.001-.021-.001-.021-.004-.021-.004-.022-.006-.021-.006-.023-.008-.022-.01-.022-.01-.023-.012-.023-.013-.023-.014-.023-.015-.024-.017-.023-.018-.024-.019-.024-.02-.025-.021-.024-.023-.024-.023-.025-.051-.05-.056-.05-.06-.05-.065-.051-.07-.052-.074-.051-.079-.052-.083-.052-.088-.052-.092-.052-.096-.052-.101-.052-.106-.052-.11-.052-.114-.052-.118-.051-.123-.051-.126-.051-.131-.05-.136-.05-.139-.049-.143-.048-.148-.048-.152-.048-.155-.046-.16-.046-.163-.045-.168-.043-.172-.043-.175-.042-.179-.041-.183-.04-.187-.038-.191-.038-.194-.036-.198-.034-.202-.033-.205-.032-.21-.031-.212-.028-.216-.027-.22-.026-.224-.023-.226-.022-.231-.021-.233-.018-.237-.016-.241-.014-.244-.012-.247-.011-.25-.008-.254-.005-.257-.004-.26-.001-.26.001z\"></path></symbol></defs><defs><symbol id=\"diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-clock\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm5.848 12.459c.202.038.202.333.001.372-1.907.361-6.045 1.111-6.547 1.111-.719 0-1.301-.582-1.301-1.301 0-.512.77-5.447 1.125-7.445.034-.192.312-.181.343.014l.985 6.238 5.394 1.011z\"></path></symbol></defs><defs><marker id=\"diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-arrowhead\" refX=\"7.9\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M -1 0 L 10 5 L 0 10 z\"></path></marker></defs><defs><marker id=\"diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-crosshead\" markerWidth=\"15\" markerHeight=\"8\" orient=\"auto\" refX=\"4\" refY=\"4.5\"><path fill=\"none\" stroke=\"#000000\" stroke-width=\"1pt\" d=\"M 1,2 L 6,7 M 6,2 L 1,7\" style=\"stroke-dasharray: 0, 0;\"></path></marker></defs><defs><marker id=\"diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-filled-head\" refX=\"15.5\" refY=\"7\" markerWidth=\"20\" markerHeight=\"28\" orient=\"auto\"><path d=\"M 18,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><defs><marker id=\"diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-sequencenumber\" refX=\"15\" refY=\"15\" markerWidth=\"60\" markerHeight=\"40\" orient=\"auto\"><circle cx=\"15\" cy=\"15\" r=\"6\"></circle></marker></defs><defs><marker id=\"diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-solidTopArrowHead\" refX=\"7.9\" refY=\"7.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 8 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-solidBottomArrowHead\" refX=\"7.9\" refY=\"0.75\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 0 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-stickTopArrowHead\" refX=\"7.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 7 7\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><defs><marker id=\"diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-stickBottomArrowHead\" refX=\"7.5\" refY=\"0\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 7 L 7 0\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><g data-et=\"note\" data-id=\"i14\"><rect x=\"333\" y=\"831\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"360\" height=\"42\" class=\"note\"></rect><text x=\"513\" y=\"836\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"513\">Update or close challenge window on website</tspan></text></g><g data-et=\"note\" data-id=\"i17\"><rect x=\"333\" y=\"991\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"316\" height=\"64\" class=\"note\"></rect><text x=\"491\" y=\"996\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"491\">Apply authentication details in payment</tspan></text><text x=\"491\" y=\"1018\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"491\"> E.g. eci, authenticationValue etc</tspan></text></g><text x=\"190\" y=\"80\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Click Pay</text><line x1=\"76\" y1=\"119\" x2=\"304\" y2=\"119\" class=\"messageLine0\" data-et=\"message\" data-id=\"i0\" data-from=\"Browser\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-arrowhead)\" style=\"fill: none;\"></line><text x=\"512\" y=\"134\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Pay</text><line x1=\"309\" y1=\"173\" x2=\"714\" y2=\"173\" class=\"messageLine0\" data-et=\"message\" data-id=\"i1\" data-from=\"Merchant_Frontend\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-arrowhead)\" style=\"fill: none;\"></line><text x=\"875\" y=\"188\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">deviceDataInitialization request</text><line x1=\"719\" y1=\"227\" x2=\"1030\" y2=\"227\" class=\"messageLine0\" data-et=\"message\" data-id=\"i2\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-arrowhead)\" style=\"fill: none;\"></line><text x=\"878\" y=\"242\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">deviceDataInitialization response</text><line x1=\"1033\" y1=\"281\" x2=\"722\" y2=\"281\" class=\"messageLine0\" data-et=\"message\" data-id=\"i3\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-arrowhead)\" style=\"fill: none;\"></line><text x=\"515\" y=\"296\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">DeviceData - BIN/JWT/URL</text><line x1=\"717\" y1=\"335\" x2=\"312\" y2=\"335\" class=\"messageLine0\" data-et=\"message\" data-id=\"i4\" data-from=\"Merchant_Backend\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-arrowhead)\" style=\"fill: none;\"></line><text x=\"193\" y=\"350\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">3DS Device Data form</text><line x1=\"307\" y1=\"389\" x2=\"79\" y2=\"389\" class=\"messageLine0\" data-et=\"message\" data-id=\"i5\" data-from=\"Merchant_Frontend\" data-to=\"Browser\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-arrowhead)\" style=\"fill: none;\"></line><text x=\"762\" y=\"404\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Form POST</text><line x1=\"76\" y1=\"443\" x2=\"1447\" y2=\"443\" class=\"messageLine1\" data-et=\"message\" data-id=\"i6\" data-from=\"Browser\" data-to=\"Issuers\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"765\" y=\"458\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">PostMessage: dfReferenceId</text><line x1=\"1450\" y1=\"497\" x2=\"79\" y2=\"497\" class=\"messageLine1\" data-et=\"message\" data-id=\"i7\" data-from=\"Issuers\" data-to=\"Browser\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"875\" y=\"512\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Authentication request</text><line x1=\"719\" y1=\"551\" x2=\"1030\" y2=\"551\" class=\"messageLine0\" data-et=\"message\" data-id=\"i8\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-arrowhead)\" style=\"fill: none;\"></line><text x=\"878\" y=\"566\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Authentication response</text><line x1=\"1033\" y1=\"605\" x2=\"722\" y2=\"605\" class=\"messageLine0\" data-et=\"message\" data-id=\"i9\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-arrowhead)\" style=\"fill: none;\"></line><text x=\"515\" y=\"620\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Challenge JWT/URL</text><line x1=\"717\" y1=\"659\" x2=\"312\" y2=\"659\" class=\"messageLine0\" data-et=\"message\" data-id=\"i10\" data-from=\"Merchant_Backend\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-arrowhead)\" style=\"fill: none;\"></line><text x=\"193\" y=\"674\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">3DS challenge form</text><line x1=\"307\" y1=\"713\" x2=\"79\" y2=\"713\" class=\"messageLine0\" data-et=\"message\" data-id=\"i11\" data-from=\"Merchant_Frontend\" data-to=\"Browser\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-arrowhead)\" style=\"fill: none;\"></line><text x=\"762\" y=\"728\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Form POST</text><line x1=\"76\" y1=\"767\" x2=\"1447\" y2=\"767\" class=\"messageLine1\" data-et=\"message\" data-id=\"i12\" data-from=\"Browser\" data-to=\"Issuers\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"1086\" y=\"782\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">`returnUrl` specified in authentication request</text><line x1=\"1450\" y1=\"821\" x2=\"722\" y2=\"821\" class=\"messageLine1\" data-et=\"message\" data-id=\"i13\" data-from=\"Issuers\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"875\" y=\"888\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verification request</text><line x1=\"719\" y1=\"927\" x2=\"1030\" y2=\"927\" class=\"messageLine0\" data-et=\"message\" data-id=\"i15\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-arrowhead)\" style=\"fill: none;\"></line><text x=\"878\" y=\"942\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verification response</text><line x1=\"1033\" y1=\"981\" x2=\"722\" y2=\"981\" class=\"messageLine0\" data-et=\"message\" data-id=\"i16\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-arrowhead)\" style=\"fill: none;\"></line><text x=\"979\" y=\"1070\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">customerInitiatedTransactions request</text><line x1=\"719\" y1=\"1109\" x2=\"1238.5\" y2=\"1109\" class=\"messageLine0\" data-et=\"message\" data-id=\"i18\" data-from=\"Merchant_Backend\" data-to=\"Card_Payments_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-arrowhead)\" style=\"fill: none;\"></line><text x=\"982\" y=\"1124\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">customerInitiatedTransactions response</text><line x1=\"1241.5\" y1=\"1163\" x2=\"722\" y2=\"1163\" class=\"messageLine0\" data-et=\"message\" data-id=\"i19\" data-from=\"Card_Payments_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-arrowhead)\" style=\"fill: none;\"></line><text x=\"979\" y=\"1178\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Settlement request</text><line x1=\"719\" y1=\"1217\" x2=\"1238.5\" y2=\"1217\" class=\"messageLine0\" data-et=\"message\" data-id=\"i20\" data-from=\"Merchant_Backend\" data-to=\"Card_Payments_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-arrowhead)\" style=\"fill: none;\"></line><text x=\"982\" y=\"1232\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Settlement response</text><line x1=\"1241.5\" y1=\"1271\" x2=\"722\" y2=\"1271\" class=\"messageLine0\" data-et=\"message\" data-id=\"i21\" data-from=\"Card_Payments_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-fde03ca83172cbd21d1a7b4d01d696404b15814e4f5eb8f4d60240e65a6dc654-arrowhead)\" style=\"fill: none;\"></line></svg>"},"children":["\nsequenceDiagram\n    participant Browser\n    participant Merchant_Frontend\n    participant Merchant_Backend\n    participant 3DS_API\n    participant Card_Payments_API\n    participant Issuers\n    Browser->>Merchant_Frontend: Click Pay\n    Merchant_Frontend->>Merchant_Backend: Pay \n    Merchant_Backend->>3DS_API: deviceDataInitialization request\n    3DS_API->>Merchant_Backend: deviceDataInitialization response\n    Merchant_Backend->>Merchant_Frontend: DeviceData - BIN/JWT/URL\n    Merchant_Frontend->>Browser: 3DS Device Data form\n    Browser-->>Issuers: Form POST\n    Issuers-->>Browser: PostMessage: dfReferenceId\n    Merchant_Backend->>3DS_API: Authentication request\n    3DS_API->>Merchant_Backend: Authentication response\n    Merchant_Backend->>Merchant_Frontend: Challenge JWT/URL\n    Merchant_Frontend->>Browser: 3DS challenge form\n    Browser-->>Issuers: Form POST\n    Issuers-->>Merchant_Backend: `returnUrl` specified in authentication request\n    Note right of Merchant_Frontend: Update or close challenge window on website\n    Merchant_Backend->>3DS_API: Verification request\n    3DS_API->>Merchant_Backend: Verification response\n    Note right of Merchant_Frontend: Apply authentication details in payment<br> E.g. eci, authenticationValue etc\n    Merchant_Backend->>Card_Payments_API: customerInitiatedTransactions request\n    Card_Payments_API->>Merchant_Backend: customerInitiatedTransactions response\n    Merchant_Backend->>Card_Payments_API: Settlement request\n    Card_Payments_API->>Merchant_Backend: Settlement response\n"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"Using Checkout SDK (web)","disable":false},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Card payment via the Checkout Web SDK, including the creation of a verified token, with 3DS authentication enabled."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Using:"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/checkout/"},"children":["Checkout SDK"]}," - for cvc support choose ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["card and cvc"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/verified-tokens/"},"children":["Verified Tokens API"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/3ds/"},"children":["3DS API"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/card-payments/"},"children":["Card Payments API"]}]}]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"\nsequenceDiagram\n    participant Browser\n    participant Merchant_Frontend\n    participant Merchant_Backend\n    participant Checkout_Sessions\n    participant Verified_Token_API\n    participant 3DS_API\n    participant Card_Payments_API\n    Note over Merchant_Frontend: Checkout JS added to page \n    Browser->>Merchant_Frontend: Click Pay\n    Merchant_Frontend->>Checkout_Sessions: Create session\n    Checkout_Sessions->>Merchant_Frontend: Return session \n    Merchant_Frontend->>Merchant_Backend: Pay \n    Merchant_Backend->>Verified_Token_API: Verified token request\n    Note right of Merchant_Backend: Includes session (card session)\n    Verified_Token_API->>Merchant_Backend: Verified token response\n    Merchant_Backend->>3DS_API: deviceDataInitialization request\n    3DS_API->>Merchant_Backend: deviceDataInitialization response\n    Merchant_Backend->>Merchant_Frontend: DeviceData - BIN/JWT/URL\n    Merchant_Frontend->>Browser: 3DS Device Data form\n    Browser-->>Issuers: Form POST\n    Issuers-->>Browser: PostMessage: dfReferenceId\n    Merchant_Backend->>3DS_API: Authentication request\n    3DS_API->>Merchant_Backend: Authentication response\n    Merchant_Backend->>Merchant_Frontend: Challenge JWT/URL\n    Merchant_Frontend->>Browser: 3DS challenge form\n    Browser-->>Issuers: Form POST\n    Issuers-->>Merchant_Backend: `returnUrl` specified in authentication request\n    Note right of Merchant_Frontend: Update or close challenge window on website\n    Merchant_Backend->>3DS_API: Verification request\n    3DS_API->>Merchant_Backend: Verification response\n    Note right of Merchant_Frontend: Apply authentication details in payment<br> E.g. eci, authenticationValue etc\n    Merchant_Backend->>Card_Payments_API: customerInitiatedTransactions request\n    Note right of Merchant_Backend: Includes token, 3DS details and optional cvc session\n    Card_Payments_API->>Merchant_Backend: customerInitiatedTransactions response\n    Merchant_Backend->>Card_Payments_API: Settlement request\n    Card_Payments_API->>Merchant_Backend: Settlement response\n","diagramHtml":"<svg id=\"diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" style=\"max-width: 2180.5px;\" viewBox=\"-50 -10 2180.5 1749\" role=\"graphics-document document\" aria-roledescription=\"sequence\"><g><rect x=\"1930.5\" y=\"1663\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Issuers\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"2005.5\" y=\"1695.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"2005.5\" dy=\"0\">Issuers</tspan></text></g><g><rect x=\"1713.5\" y=\"1663\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Card_Payments_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1797\" y=\"1695.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1797\" dy=\"0\">Card_Payments_API</tspan></text></g><g><rect x=\"1513.5\" y=\"1663\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"3DS_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1588.5\" y=\"1695.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1588.5\" dy=\"0\">3DS_API</tspan></text></g><g><rect x=\"1303.5\" y=\"1663\" fill=\"#eaeaea\" stroke=\"#666\" width=\"160\" height=\"65\" name=\"Verified_Token_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1383.5\" y=\"1695.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1383.5\" dy=\"0\">Verified_Token_API</tspan></text></g><g><rect x=\"1092.5\" y=\"1663\" fill=\"#eaeaea\" stroke=\"#666\" width=\"161\" height=\"65\" name=\"Checkout_Sessions\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1173\" y=\"1695.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1173\" dy=\"0\">Checkout_Sessions</tspan></text></g><g><rect x=\"637\" y=\"1663\" fill=\"#eaeaea\" stroke=\"#666\" width=\"162\" height=\"65\" name=\"Merchant_Backend\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"718\" y=\"1695.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"718\" dy=\"0\">Merchant_Backend</tspan></text></g><g><rect x=\"224.5\" y=\"1663\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Merchant_Frontend\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"308\" y=\"1695.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"308\" dy=\"0\">Merchant_Frontend</tspan></text></g><g><rect x=\"0\" y=\"1663\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Browser\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"75\" y=\"1695.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Browser</tspan></text></g><g><line id=\"actor7\" x1=\"2005.5\" y1=\"65\" x2=\"2005.5\" y2=\"1663\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Issuers\" data-et=\"life-line\" data-id=\"Issuers\"></line><g id=\"root-7\" data-et=\"participant\" data-type=\"participant\" data-id=\"Issuers\"><rect x=\"1930.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Issuers\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"2005.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"2005.5\" dy=\"0\">Issuers</tspan></text></g></g><g><line id=\"actor6\" x1=\"1797\" y1=\"65\" x2=\"1797\" y2=\"1663\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Card_Payments_API\" data-et=\"life-line\" data-id=\"Card_Payments_API\"></line><g id=\"root-6\" data-et=\"participant\" data-type=\"participant\" data-id=\"Card_Payments_API\"><rect x=\"1713.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Card_Payments_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1797\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1797\" dy=\"0\">Card_Payments_API</tspan></text></g></g><g><line id=\"actor5\" x1=\"1588.5\" y1=\"65\" x2=\"1588.5\" y2=\"1663\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"3DS_API\" data-et=\"life-line\" data-id=\"3DS_API\"></line><g id=\"root-5\" data-et=\"participant\" data-type=\"participant\" data-id=\"3DS_API\"><rect x=\"1513.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"3DS_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1588.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1588.5\" dy=\"0\">3DS_API</tspan></text></g></g><g><line id=\"actor4\" x1=\"1383.5\" y1=\"65\" x2=\"1383.5\" y2=\"1663\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Verified_Token_API\" data-et=\"life-line\" data-id=\"Verified_Token_API\"></line><g id=\"root-4\" data-et=\"participant\" data-type=\"participant\" data-id=\"Verified_Token_API\"><rect x=\"1303.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"160\" height=\"65\" name=\"Verified_Token_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1383.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1383.5\" dy=\"0\">Verified_Token_API</tspan></text></g></g><g><line id=\"actor3\" x1=\"1173\" y1=\"65\" x2=\"1173\" y2=\"1663\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Checkout_Sessions\" data-et=\"life-line\" data-id=\"Checkout_Sessions\"></line><g id=\"root-3\" data-et=\"participant\" data-type=\"participant\" data-id=\"Checkout_Sessions\"><rect x=\"1092.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"161\" height=\"65\" name=\"Checkout_Sessions\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1173\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1173\" dy=\"0\">Checkout_Sessions</tspan></text></g></g><g><line id=\"actor2\" x1=\"718\" y1=\"65\" x2=\"718\" y2=\"1663\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Merchant_Backend\" data-et=\"life-line\" data-id=\"Merchant_Backend\"></line><g id=\"root-2\" data-et=\"participant\" data-type=\"participant\" data-id=\"Merchant_Backend\"><rect x=\"637\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"162\" height=\"65\" name=\"Merchant_Backend\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"718\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"718\" dy=\"0\">Merchant_Backend</tspan></text></g></g><g><line id=\"actor1\" x1=\"308\" y1=\"65\" x2=\"308\" y2=\"1663\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Merchant_Frontend\" data-et=\"life-line\" data-id=\"Merchant_Frontend\"></line><g id=\"root-1\" data-et=\"participant\" data-type=\"participant\" data-id=\"Merchant_Frontend\"><rect x=\"224.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Merchant_Frontend\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"308\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"308\" dy=\"0\">Merchant_Frontend</tspan></text></g></g><g><line id=\"actor0\" x1=\"75\" y1=\"65\" x2=\"75\" y2=\"1663\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Browser\" data-et=\"life-line\" data-id=\"Browser\"></line><g id=\"root-0\" data-et=\"participant\" data-type=\"participant\" data-id=\"Browser\"><rect x=\"0\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Browser\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"75\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Browser</tspan></text></g></g><style>#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .error-icon{fill:#552222;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .error-text{fill:#552222;stroke:#552222;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .edge-thickness-normal{stroke-width:1px;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .edge-thickness-thick{stroke-width:3.5px;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .edge-pattern-solid{stroke-dasharray:0;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .marker{fill:#333333;stroke:#333333;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .marker.cross{stroke:#333333;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 p{margin:0;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .actor{stroke:#9370DB;fill:#ECECFF;stroke-width:1;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 rect.actor.outer-path[data-look=\"neo\"]{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 rect.note[data-look=\"neo\"]{stroke:#aaaa33;fill:#fff5ad;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 text.actor&gt;tspan{fill:black;stroke:none;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .actor-line{stroke:#9370DB;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .innerArc{stroke-width:1.5;stroke-dasharray:none;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .messageLine1{stroke-width:1.5;stroke-dasharray:2,2;stroke:#333;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 [id$=\"-arrowhead\"] path{fill:#333;stroke:#333;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .sequenceNumber{fill:white;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 [id$=\"-sequencenumber\"]{fill:#333;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 [id$=\"-crosshead\"] path{fill:#333;stroke:#333;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .messageText{fill:#333;stroke:none;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .labelBox{stroke:#9370DB;fill:#ECECFF;filter:none;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .labelText,#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .labelText&gt;tspan{fill:black;stroke:none;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .loopText,#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .loopText&gt;tspan{fill:black;stroke:none;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .sectionTitle,#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .sectionTitle&gt;tspan{fill:black;stroke:none;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .loopLine{stroke-width:2px;stroke-dasharray:2,2;stroke:#9370DB;fill:#9370DB;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .note{stroke:#aaaa33;fill:#fff5ad;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .noteText,#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .noteText&gt;tspan{fill:black;stroke:none;font-weight:normal;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .activation0{fill:#f4f4f4;stroke:#666;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .activation1{fill:#f4f4f4;stroke:#666;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .activation2{fill:#f4f4f4;stroke:#666;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .actorPopupMenu{position:absolute;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .actorPopupMenuPanel{position:absolute;fill:#ECECFF;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);filter:drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .actor-man circle,#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 line{fill:#ECECFF;stroke-width:2px;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 g rect.rect{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));stroke:#9370DB;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 .node .neo-node{stroke:#9370DB;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 [data-look=\"neo\"].node rect,#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 [data-look=\"neo\"].cluster rect,#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g></g><defs><symbol id=\"diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-computer\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M2 2v13h20v-13h-20zm18 11h-16v-9h16v9zm-10.228 6l.466-1h3.524l.467 1h-4.457zm14.228 3h-24l2-6h2.104l-1.33 4h18.45l-1.297-4h2.073l2 6zm-5-10h-14v-7h14v7z\"></path></symbol></defs><defs><symbol id=\"diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-database\" fill-rule=\"evenodd\" clip-rule=\"evenodd\"><path transform=\"scale(.5)\" d=\"M12.258.001l.256.004.255.005.253.008.251.01.249.012.247.015.246.016.242.019.241.02.239.023.236.024.233.027.231.028.229.031.225.032.223.034.22.036.217.038.214.04.211.041.208.043.205.045.201.046.198.048.194.05.191.051.187.053.183.054.18.056.175.057.172.059.168.06.163.061.16.063.155.064.15.066.074.033.073.033.071.034.07.034.069.035.068.035.067.035.066.035.064.036.064.036.062.036.06.036.06.037.058.037.058.037.055.038.055.038.053.038.052.038.051.039.05.039.048.039.047.039.045.04.044.04.043.04.041.04.04.041.039.041.037.041.036.041.034.041.033.042.032.042.03.042.029.042.027.042.026.043.024.043.023.043.021.043.02.043.018.044.017.043.015.044.013.044.012.044.011.045.009.044.007.045.006.045.004.045.002.045.001.045v17l-.001.045-.002.045-.004.045-.006.045-.007.045-.009.044-.011.045-.012.044-.013.044-.015.044-.017.043-.018.044-.02.043-.021.043-.023.043-.024.043-.026.043-.027.042-.029.042-.03.042-.032.042-.033.042-.034.041-.036.041-.037.041-.039.041-.04.041-.041.04-.043.04-.044.04-.045.04-.047.039-.048.039-.05.039-.051.039-.052.038-.053.038-.055.038-.055.038-.058.037-.058.037-.06.037-.06.036-.062.036-.064.036-.064.036-.066.035-.067.035-.068.035-.069.035-.07.034-.071.034-.073.033-.074.033-.15.066-.155.064-.16.063-.163.061-.168.06-.172.059-.175.057-.18.056-.183.054-.187.053-.191.051-.194.05-.198.048-.201.046-.205.045-.208.043-.211.041-.214.04-.217.038-.22.036-.223.034-.225.032-.229.031-.231.028-.233.027-.236.024-.239.023-.241.02-.242.019-.246.016-.247.015-.249.012-.251.01-.253.008-.255.005-.256.004-.258.001-.258-.001-.256-.004-.255-.005-.253-.008-.251-.01-.249-.012-.247-.015-.245-.016-.243-.019-.241-.02-.238-.023-.236-.024-.234-.027-.231-.028-.228-.031-.226-.032-.223-.034-.22-.036-.217-.038-.214-.04-.211-.041-.208-.043-.204-.045-.201-.046-.198-.048-.195-.05-.19-.051-.187-.053-.184-.054-.179-.056-.176-.057-.172-.059-.167-.06-.164-.061-.159-.063-.155-.064-.151-.066-.074-.033-.072-.033-.072-.034-.07-.034-.069-.035-.068-.035-.067-.035-.066-.035-.064-.036-.063-.036-.062-.036-.061-.036-.06-.037-.058-.037-.057-.037-.056-.038-.055-.038-.053-.038-.052-.038-.051-.039-.049-.039-.049-.039-.046-.039-.046-.04-.044-.04-.043-.04-.041-.04-.04-.041-.039-.041-.037-.041-.036-.041-.034-.041-.033-.042-.032-.042-.03-.042-.029-.042-.027-.042-.026-.043-.024-.043-.023-.043-.021-.043-.02-.043-.018-.044-.017-.043-.015-.044-.013-.044-.012-.044-.011-.045-.009-.044-.007-.045-.006-.045-.004-.045-.002-.045-.001-.045v-17l.001-.045.002-.045.004-.045.006-.045.007-.045.009-.044.011-.045.012-.044.013-.044.015-.044.017-.043.018-.044.02-.043.021-.043.023-.043.024-.043.026-.043.027-.042.029-.042.03-.042.032-.042.033-.042.034-.041.036-.041.037-.041.039-.041.04-.041.041-.04.043-.04.044-.04.046-.04.046-.039.049-.039.049-.039.051-.039.052-.038.053-.038.055-.038.056-.038.057-.037.058-.037.06-.037.061-.036.062-.036.063-.036.064-.036.066-.035.067-.035.068-.035.069-.035.07-.034.072-.034.072-.033.074-.033.151-.066.155-.064.159-.063.164-.061.167-.06.172-.059.176-.057.179-.056.184-.054.187-.053.19-.051.195-.05.198-.048.201-.046.204-.045.208-.043.211-.041.214-.04.217-.038.22-.036.223-.034.226-.032.228-.031.231-.028.234-.027.236-.024.238-.023.241-.02.243-.019.245-.016.247-.015.249-.012.251-.01.253-.008.255-.005.256-.004.258-.001.258.001zm-9.258 20.499v.01l.001.021.003.021.004.022.005.021.006.022.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.023.018.024.019.024.021.024.022.025.023.024.024.025.052.049.056.05.061.051.066.051.07.051.075.051.079.052.084.052.088.052.092.052.097.052.102.051.105.052.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.048.144.049.147.047.152.047.155.047.16.045.163.045.167.043.171.043.176.041.178.041.183.039.187.039.19.037.194.035.197.035.202.033.204.031.209.03.212.029.216.027.219.025.222.024.226.021.23.02.233.018.236.016.24.015.243.012.246.01.249.008.253.005.256.004.259.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.021.224-.024.22-.026.216-.027.212-.028.21-.031.205-.031.202-.034.198-.034.194-.036.191-.037.187-.039.183-.04.179-.04.175-.042.172-.043.168-.044.163-.045.16-.046.155-.046.152-.047.148-.048.143-.049.139-.049.136-.05.131-.05.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.053.083-.051.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.05.023-.024.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.023.01-.022.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.127l-.077.055-.08.053-.083.054-.085.053-.087.052-.09.052-.093.051-.095.05-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.045-.118.044-.12.043-.122.042-.124.042-.126.041-.128.04-.13.04-.132.038-.134.038-.135.037-.138.037-.139.035-.142.035-.143.034-.144.033-.147.032-.148.031-.15.03-.151.03-.153.029-.154.027-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.01-.179.008-.179.008-.181.006-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.006-.179-.008-.179-.008-.178-.01-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.027-.153-.029-.151-.03-.15-.03-.148-.031-.146-.032-.145-.033-.143-.034-.141-.035-.14-.035-.137-.037-.136-.037-.134-.038-.132-.038-.13-.04-.128-.04-.126-.041-.124-.042-.122-.042-.12-.044-.117-.043-.116-.045-.113-.045-.112-.046-.109-.047-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.05-.093-.052-.09-.051-.087-.052-.085-.053-.083-.054-.08-.054-.077-.054v4.127zm0-5.654v.011l.001.021.003.021.004.021.005.022.006.022.007.022.009.022.01.022.011.023.012.023.013.023.015.024.016.023.017.024.018.024.019.024.021.024.022.024.023.025.024.024.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.052.11.051.114.051.119.052.123.05.127.051.131.05.135.049.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.044.171.042.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.022.23.02.233.018.236.016.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.012.241-.015.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.048.139-.05.136-.049.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.051.051-.049.023-.025.023-.024.021-.025.02-.024.019-.024.018-.024.017-.024.015-.023.014-.023.013-.024.012-.022.01-.023.01-.023.008-.022.006-.022.006-.022.004-.021.004-.022.001-.021.001-.021v-4.139l-.077.054-.08.054-.083.054-.085.052-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.044-.118.044-.12.044-.122.042-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.035-.143.033-.144.033-.147.033-.148.031-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.009-.179.009-.179.007-.181.007-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.007-.179-.007-.179-.009-.178-.009-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.031-.146-.033-.145-.033-.143-.033-.141-.035-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.04-.126-.041-.124-.042-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.051-.093-.051-.09-.051-.087-.053-.085-.052-.083-.054-.08-.054-.077-.054v4.139zm0-5.666v.011l.001.02.003.022.004.021.005.022.006.021.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.024.018.023.019.024.021.025.022.024.023.024.024.025.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.051.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.043.171.043.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.021.23.02.233.018.236.017.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.013.241-.014.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.049.139-.049.136-.049.131-.051.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.049.023-.025.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.022.01-.023.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.153l-.077.054-.08.054-.083.053-.085.053-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.048-.105.048-.106.048-.109.046-.111.046-.114.046-.115.044-.118.044-.12.043-.122.043-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.034-.143.034-.144.033-.147.032-.148.032-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.024-.161.024-.162.023-.163.023-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.01-.178.01-.179.009-.179.007-.181.006-.182.006-.182.004-.184.003-.184.001-.185.001-.185-.001-.184-.001-.184-.003-.182-.004-.182-.006-.181-.006-.179-.007-.179-.009-.178-.01-.176-.01-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.023-.162-.023-.161-.024-.159-.024-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.032-.146-.032-.145-.033-.143-.034-.141-.034-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.041-.126-.041-.124-.041-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.048-.105-.048-.102-.048-.1-.05-.097-.049-.095-.051-.093-.051-.09-.052-.087-.052-.085-.053-.083-.053-.08-.054-.077-.054v4.153zm8.74-8.179l-.257.004-.254.005-.25.008-.247.011-.244.012-.241.014-.237.016-.233.018-.231.021-.226.022-.224.023-.22.026-.216.027-.212.028-.21.031-.205.032-.202.033-.198.034-.194.036-.191.038-.187.038-.183.04-.179.041-.175.042-.172.043-.168.043-.163.045-.16.046-.155.046-.152.048-.148.048-.143.048-.139.049-.136.05-.131.05-.126.051-.123.051-.118.051-.114.052-.11.052-.106.052-.101.052-.096.052-.092.052-.088.052-.083.052-.079.052-.074.051-.07.052-.065.051-.06.05-.056.05-.051.05-.023.025-.023.024-.021.024-.02.025-.019.024-.018.024-.017.023-.015.024-.014.023-.013.023-.012.023-.01.023-.01.022-.008.022-.006.023-.006.021-.004.022-.004.021-.001.021-.001.021.001.021.001.021.004.021.004.022.006.021.006.023.008.022.01.022.01.023.012.023.013.023.014.023.015.024.017.023.018.024.019.024.02.025.021.024.023.024.023.025.051.05.056.05.06.05.065.051.07.052.074.051.079.052.083.052.088.052.092.052.096.052.101.052.106.052.11.052.114.052.118.051.123.051.126.051.131.05.136.05.139.049.143.048.148.048.152.048.155.046.16.046.163.045.168.043.172.043.175.042.179.041.183.04.187.038.191.038.194.036.198.034.202.033.205.032.21.031.212.028.216.027.22.026.224.023.226.022.231.021.233.018.237.016.241.014.244.012.247.011.25.008.254.005.257.004.26.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.022.224-.023.22-.026.216-.027.212-.028.21-.031.205-.032.202-.033.198-.034.194-.036.191-.038.187-.038.183-.04.179-.041.175-.042.172-.043.168-.043.163-.045.16-.046.155-.046.152-.048.148-.048.143-.048.139-.049.136-.05.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.05.051-.05.023-.025.023-.024.021-.024.02-.025.019-.024.018-.024.017-.023.015-.024.014-.023.013-.023.012-.023.01-.023.01-.022.008-.022.006-.023.006-.021.004-.022.004-.021.001-.021.001-.021-.001-.021-.001-.021-.004-.021-.004-.022-.006-.021-.006-.023-.008-.022-.01-.022-.01-.023-.012-.023-.013-.023-.014-.023-.015-.024-.017-.023-.018-.024-.019-.024-.02-.025-.021-.024-.023-.024-.023-.025-.051-.05-.056-.05-.06-.05-.065-.051-.07-.052-.074-.051-.079-.052-.083-.052-.088-.052-.092-.052-.096-.052-.101-.052-.106-.052-.11-.052-.114-.052-.118-.051-.123-.051-.126-.051-.131-.05-.136-.05-.139-.049-.143-.048-.148-.048-.152-.048-.155-.046-.16-.046-.163-.045-.168-.043-.172-.043-.175-.042-.179-.041-.183-.04-.187-.038-.191-.038-.194-.036-.198-.034-.202-.033-.205-.032-.21-.031-.212-.028-.216-.027-.22-.026-.224-.023-.226-.022-.231-.021-.233-.018-.237-.016-.241-.014-.244-.012-.247-.011-.25-.008-.254-.005-.257-.004-.26-.001-.26.001z\"></path></symbol></defs><defs><symbol id=\"diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-clock\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm5.848 12.459c.202.038.202.333.001.372-1.907.361-6.045 1.111-6.547 1.111-.719 0-1.301-.582-1.301-1.301 0-.512.77-5.447 1.125-7.445.034-.192.312-.181.343.014l.985 6.238 5.394 1.011z\"></path></symbol></defs><defs><marker id=\"diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-arrowhead\" refX=\"7.9\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M -1 0 L 10 5 L 0 10 z\"></path></marker></defs><defs><marker id=\"diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-crosshead\" markerWidth=\"15\" markerHeight=\"8\" orient=\"auto\" refX=\"4\" refY=\"4.5\"><path fill=\"none\" stroke=\"#000000\" stroke-width=\"1pt\" d=\"M 1,2 L 6,7 M 6,2 L 1,7\" style=\"stroke-dasharray: 0, 0;\"></path></marker></defs><defs><marker id=\"diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-filled-head\" refX=\"15.5\" refY=\"7\" markerWidth=\"20\" markerHeight=\"28\" orient=\"auto\"><path d=\"M 18,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><defs><marker id=\"diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-sequencenumber\" refX=\"15\" refY=\"15\" markerWidth=\"60\" markerHeight=\"40\" orient=\"auto\"><circle cx=\"15\" cy=\"15\" r=\"6\"></circle></marker></defs><defs><marker id=\"diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-solidTopArrowHead\" refX=\"7.9\" refY=\"7.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 8 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-solidBottomArrowHead\" refX=\"7.9\" refY=\"0.75\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 0 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-stickTopArrowHead\" refX=\"7.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 7 7\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><defs><marker id=\"diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-stickBottomArrowHead\" refX=\"7.5\" refY=\"0\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 7 L 7 0\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><g data-et=\"note\" data-id=\"i0\"><rect x=\"199\" y=\"75\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"218\" height=\"42\" class=\"note\"></rect><text x=\"308\" y=\"80\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"308\">Checkout JS added to page</tspan></text></g><g data-et=\"note\" data-id=\"i6\"><rect x=\"743\" y=\"397\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"248\" height=\"42\" class=\"note\"></rect><text x=\"867\" y=\"402\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"867\">Includes session (card session)</tspan></text></g><g data-et=\"note\" data-id=\"i20\"><rect x=\"333\" y=\"1151\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"360\" height=\"42\" class=\"note\"></rect><text x=\"513\" y=\"1156\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"513\">Update or close challenge window on website</tspan></text></g><g data-et=\"note\" data-id=\"i23\"><rect x=\"333\" y=\"1311\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"316\" height=\"64\" class=\"note\"></rect><text x=\"491\" y=\"1316\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"491\">Apply authentication details in payment</tspan></text><text x=\"491\" y=\"1338\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"491\"> E.g. eci, authenticationValue etc</tspan></text></g><g data-et=\"note\" data-id=\"i25\"><rect x=\"743\" y=\"1439\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"405\" height=\"42\" class=\"note\"></rect><text x=\"946\" y=\"1444\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"946\">Includes token, 3DS details and optional cvc session</tspan></text></g><text x=\"190\" y=\"132\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Click Pay</text><line x1=\"76\" y1=\"171\" x2=\"304\" y2=\"171\" class=\"messageLine0\" data-et=\"message\" data-id=\"i1\" data-from=\"Browser\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-arrowhead)\" style=\"fill: none;\"></line><text x=\"739\" y=\"186\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Create session</text><line x1=\"309\" y1=\"225\" x2=\"1169\" y2=\"225\" class=\"messageLine0\" data-et=\"message\" data-id=\"i2\" data-from=\"Merchant_Frontend\" data-to=\"Checkout_Sessions\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-arrowhead)\" style=\"fill: none;\"></line><text x=\"742\" y=\"240\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Return session</text><line x1=\"1172\" y1=\"279\" x2=\"312\" y2=\"279\" class=\"messageLine0\" data-et=\"message\" data-id=\"i3\" data-from=\"Checkout_Sessions\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-arrowhead)\" style=\"fill: none;\"></line><text x=\"512\" y=\"294\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Pay</text><line x1=\"309\" y1=\"333\" x2=\"714\" y2=\"333\" class=\"messageLine0\" data-et=\"message\" data-id=\"i4\" data-from=\"Merchant_Frontend\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-arrowhead)\" style=\"fill: none;\"></line><text x=\"1049\" y=\"348\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verified token request</text><line x1=\"719\" y1=\"387\" x2=\"1379.5\" y2=\"387\" class=\"messageLine0\" data-et=\"message\" data-id=\"i5\" data-from=\"Merchant_Backend\" data-to=\"Verified_Token_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-arrowhead)\" style=\"fill: none;\"></line><text x=\"1052\" y=\"454\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verified token response</text><line x1=\"1382.5\" y1=\"493\" x2=\"722\" y2=\"493\" class=\"messageLine0\" data-et=\"message\" data-id=\"i7\" data-from=\"Verified_Token_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-arrowhead)\" style=\"fill: none;\"></line><text x=\"1152\" y=\"508\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">deviceDataInitialization request</text><line x1=\"719\" y1=\"547\" x2=\"1584.5\" y2=\"547\" class=\"messageLine0\" data-et=\"message\" data-id=\"i8\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-arrowhead)\" style=\"fill: none;\"></line><text x=\"1155\" y=\"562\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">deviceDataInitialization response</text><line x1=\"1587.5\" y1=\"601\" x2=\"722\" y2=\"601\" class=\"messageLine0\" data-et=\"message\" data-id=\"i9\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-arrowhead)\" style=\"fill: none;\"></line><text x=\"515\" y=\"616\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">DeviceData - BIN/JWT/URL</text><line x1=\"717\" y1=\"655\" x2=\"312\" y2=\"655\" class=\"messageLine0\" data-et=\"message\" data-id=\"i10\" data-from=\"Merchant_Backend\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-arrowhead)\" style=\"fill: none;\"></line><text x=\"193\" y=\"670\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">3DS Device Data form</text><line x1=\"307\" y1=\"709\" x2=\"79\" y2=\"709\" class=\"messageLine0\" data-et=\"message\" data-id=\"i11\" data-from=\"Merchant_Frontend\" data-to=\"Browser\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-arrowhead)\" style=\"fill: none;\"></line><text x=\"1039\" y=\"724\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Form POST</text><line x1=\"76\" y1=\"763\" x2=\"2001.5\" y2=\"763\" class=\"messageLine1\" data-et=\"message\" data-id=\"i12\" data-from=\"Browser\" data-to=\"Issuers\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"1042\" y=\"778\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">PostMessage: dfReferenceId</text><line x1=\"2004.5\" y1=\"817\" x2=\"79\" y2=\"817\" class=\"messageLine1\" data-et=\"message\" data-id=\"i13\" data-from=\"Issuers\" data-to=\"Browser\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"1152\" y=\"832\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Authentication request</text><line x1=\"719\" y1=\"871\" x2=\"1584.5\" y2=\"871\" class=\"messageLine0\" data-et=\"message\" data-id=\"i14\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-arrowhead)\" style=\"fill: none;\"></line><text x=\"1155\" y=\"886\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Authentication response</text><line x1=\"1587.5\" y1=\"925\" x2=\"722\" y2=\"925\" class=\"messageLine0\" data-et=\"message\" data-id=\"i15\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-arrowhead)\" style=\"fill: none;\"></line><text x=\"515\" y=\"940\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Challenge JWT/URL</text><line x1=\"717\" y1=\"979\" x2=\"312\" y2=\"979\" class=\"messageLine0\" data-et=\"message\" data-id=\"i16\" data-from=\"Merchant_Backend\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-arrowhead)\" style=\"fill: none;\"></line><text x=\"193\" y=\"994\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">3DS challenge form</text><line x1=\"307\" y1=\"1033\" x2=\"79\" y2=\"1033\" class=\"messageLine0\" data-et=\"message\" data-id=\"i17\" data-from=\"Merchant_Frontend\" data-to=\"Browser\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-arrowhead)\" style=\"fill: none;\"></line><text x=\"1039\" y=\"1048\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Form POST</text><line x1=\"76\" y1=\"1087\" x2=\"2001.5\" y2=\"1087\" class=\"messageLine1\" data-et=\"message\" data-id=\"i18\" data-from=\"Browser\" data-to=\"Issuers\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"1363\" y=\"1102\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">`returnUrl` specified in authentication request</text><line x1=\"2004.5\" y1=\"1141\" x2=\"722\" y2=\"1141\" class=\"messageLine1\" data-et=\"message\" data-id=\"i19\" data-from=\"Issuers\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"1152\" y=\"1208\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verification request</text><line x1=\"719\" y1=\"1247\" x2=\"1584.5\" y2=\"1247\" class=\"messageLine0\" data-et=\"message\" data-id=\"i21\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-arrowhead)\" style=\"fill: none;\"></line><text x=\"1155\" y=\"1262\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verification response</text><line x1=\"1587.5\" y1=\"1301\" x2=\"722\" y2=\"1301\" class=\"messageLine0\" data-et=\"message\" data-id=\"i22\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-arrowhead)\" style=\"fill: none;\"></line><text x=\"1256\" y=\"1390\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">customerInitiatedTransactions request</text><line x1=\"719\" y1=\"1429\" x2=\"1793\" y2=\"1429\" class=\"messageLine0\" data-et=\"message\" data-id=\"i24\" data-from=\"Merchant_Backend\" data-to=\"Card_Payments_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-arrowhead)\" style=\"fill: none;\"></line><text x=\"1259\" y=\"1496\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">customerInitiatedTransactions response</text><line x1=\"1796\" y1=\"1535\" x2=\"722\" y2=\"1535\" class=\"messageLine0\" data-et=\"message\" data-id=\"i26\" data-from=\"Card_Payments_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-arrowhead)\" style=\"fill: none;\"></line><text x=\"1256\" y=\"1550\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Settlement request</text><line x1=\"719\" y1=\"1589\" x2=\"1793\" y2=\"1589\" class=\"messageLine0\" data-et=\"message\" data-id=\"i27\" data-from=\"Merchant_Backend\" data-to=\"Card_Payments_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-arrowhead)\" style=\"fill: none;\"></line><text x=\"1259\" y=\"1604\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Settlement response</text><line x1=\"1796\" y1=\"1643\" x2=\"722\" y2=\"1643\" class=\"messageLine0\" data-et=\"message\" data-id=\"i28\" data-from=\"Card_Payments_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-f30e0cf7347e7ce74e41acfb86b6fb8a06a6880051a845a131897aebd358c092-arrowhead)\" style=\"fill: none;\"></line></svg>","diagramHtmlDark":"<svg id=\"diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" style=\"max-width: 2180.5px;\" viewBox=\"-50 -10 2180.5 1749\" role=\"graphics-document document\" aria-roledescription=\"sequence\"><g><rect x=\"1930.5\" y=\"1663\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Issuers\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"2005.5\" y=\"1695.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"2005.5\" dy=\"0\">Issuers</tspan></text></g><g><rect x=\"1713.5\" y=\"1663\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Card_Payments_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1797\" y=\"1695.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1797\" dy=\"0\">Card_Payments_API</tspan></text></g><g><rect x=\"1513.5\" y=\"1663\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"3DS_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1588.5\" y=\"1695.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1588.5\" dy=\"0\">3DS_API</tspan></text></g><g><rect x=\"1303.5\" y=\"1663\" fill=\"#eaeaea\" stroke=\"#666\" width=\"160\" height=\"65\" name=\"Verified_Token_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1383.5\" y=\"1695.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1383.5\" dy=\"0\">Verified_Token_API</tspan></text></g><g><rect x=\"1092.5\" y=\"1663\" fill=\"#eaeaea\" stroke=\"#666\" width=\"161\" height=\"65\" name=\"Checkout_Sessions\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1173\" y=\"1695.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1173\" dy=\"0\">Checkout_Sessions</tspan></text></g><g><rect x=\"637\" y=\"1663\" fill=\"#eaeaea\" stroke=\"#666\" width=\"162\" height=\"65\" name=\"Merchant_Backend\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"718\" y=\"1695.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"718\" dy=\"0\">Merchant_Backend</tspan></text></g><g><rect x=\"224.5\" y=\"1663\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Merchant_Frontend\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"308\" y=\"1695.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"308\" dy=\"0\">Merchant_Frontend</tspan></text></g><g><rect x=\"0\" y=\"1663\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Browser\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"75\" y=\"1695.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Browser</tspan></text></g><g><line id=\"actor7\" x1=\"2005.5\" y1=\"65\" x2=\"2005.5\" y2=\"1663\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Issuers\" data-et=\"life-line\" data-id=\"Issuers\"></line><g id=\"root-7\" data-et=\"participant\" data-type=\"participant\" data-id=\"Issuers\"><rect x=\"1930.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Issuers\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"2005.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"2005.5\" dy=\"0\">Issuers</tspan></text></g></g><g><line id=\"actor6\" x1=\"1797\" y1=\"65\" x2=\"1797\" y2=\"1663\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Card_Payments_API\" data-et=\"life-line\" data-id=\"Card_Payments_API\"></line><g id=\"root-6\" data-et=\"participant\" data-type=\"participant\" data-id=\"Card_Payments_API\"><rect x=\"1713.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Card_Payments_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1797\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1797\" dy=\"0\">Card_Payments_API</tspan></text></g></g><g><line id=\"actor5\" x1=\"1588.5\" y1=\"65\" x2=\"1588.5\" y2=\"1663\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"3DS_API\" data-et=\"life-line\" data-id=\"3DS_API\"></line><g id=\"root-5\" data-et=\"participant\" data-type=\"participant\" data-id=\"3DS_API\"><rect x=\"1513.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"3DS_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1588.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1588.5\" dy=\"0\">3DS_API</tspan></text></g></g><g><line id=\"actor4\" x1=\"1383.5\" y1=\"65\" x2=\"1383.5\" y2=\"1663\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Verified_Token_API\" data-et=\"life-line\" data-id=\"Verified_Token_API\"></line><g id=\"root-4\" data-et=\"participant\" data-type=\"participant\" data-id=\"Verified_Token_API\"><rect x=\"1303.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"160\" height=\"65\" name=\"Verified_Token_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1383.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1383.5\" dy=\"0\">Verified_Token_API</tspan></text></g></g><g><line id=\"actor3\" x1=\"1173\" y1=\"65\" x2=\"1173\" y2=\"1663\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Checkout_Sessions\" data-et=\"life-line\" data-id=\"Checkout_Sessions\"></line><g id=\"root-3\" data-et=\"participant\" data-type=\"participant\" data-id=\"Checkout_Sessions\"><rect x=\"1092.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"161\" height=\"65\" name=\"Checkout_Sessions\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1173\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1173\" dy=\"0\">Checkout_Sessions</tspan></text></g></g><g><line id=\"actor2\" x1=\"718\" y1=\"65\" x2=\"718\" y2=\"1663\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Merchant_Backend\" data-et=\"life-line\" data-id=\"Merchant_Backend\"></line><g id=\"root-2\" data-et=\"participant\" data-type=\"participant\" data-id=\"Merchant_Backend\"><rect x=\"637\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"162\" height=\"65\" name=\"Merchant_Backend\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"718\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"718\" dy=\"0\">Merchant_Backend</tspan></text></g></g><g><line id=\"actor1\" x1=\"308\" y1=\"65\" x2=\"308\" y2=\"1663\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Merchant_Frontend\" data-et=\"life-line\" data-id=\"Merchant_Frontend\"></line><g id=\"root-1\" data-et=\"participant\" data-type=\"participant\" data-id=\"Merchant_Frontend\"><rect x=\"224.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Merchant_Frontend\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"308\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"308\" dy=\"0\">Merchant_Frontend</tspan></text></g></g><g><line id=\"actor0\" x1=\"75\" y1=\"65\" x2=\"75\" y2=\"1663\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Browser\" data-et=\"life-line\" data-id=\"Browser\"></line><g id=\"root-0\" data-et=\"participant\" data-type=\"participant\" data-id=\"Browser\"><rect x=\"0\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Browser\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"75\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Browser</tspan></text></g></g><style>#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .error-icon{fill:#a44141;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .error-text{fill:#ddd;stroke:#ddd;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .edge-thickness-normal{stroke-width:1px;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .edge-thickness-thick{stroke-width:3.5px;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .edge-pattern-solid{stroke-dasharray:0;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .marker{fill:lightgrey;stroke:lightgrey;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .marker.cross{stroke:lightgrey;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 p{margin:0;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .actor{stroke:#ccc;fill:#1f2020;stroke-width:1;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 rect.actor.outer-path[data-look=\"neo\"]{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 rect.note[data-look=\"neo\"]{stroke:hsl(180, 0%, 18.3529411765%);fill:hsl(180, 1.5873015873%, 28.3529411765%);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 text.actor&gt;tspan{fill:lightgrey;stroke:none;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .actor-line{stroke:#ccc;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .innerArc{stroke-width:1.5;stroke-dasharray:none;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:lightgrey;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .messageLine1{stroke-width:1.5;stroke-dasharray:2,2;stroke:lightgrey;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 [id$=\"-arrowhead\"] path{fill:lightgrey;stroke:lightgrey;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .sequenceNumber{fill:black;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 [id$=\"-sequencenumber\"]{fill:lightgrey;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 [id$=\"-crosshead\"] path{fill:lightgrey;stroke:lightgrey;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .messageText{fill:lightgrey;stroke:none;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .labelBox{stroke:#ccc;fill:#1f2020;filter:none;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .labelText,#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .labelText&gt;tspan{fill:lightgrey;stroke:none;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .loopText,#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .loopText&gt;tspan{fill:lightgrey;stroke:none;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .sectionTitle,#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .sectionTitle&gt;tspan{fill:lightgrey;stroke:none;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .loopLine{stroke-width:2px;stroke-dasharray:2,2;stroke:#ccc;fill:#ccc;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .note{stroke:hsl(180, 0%, 18.3529411765%);fill:hsl(180, 1.5873015873%, 28.3529411765%);}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .noteText,#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .noteText&gt;tspan{fill:rgb(183.8476190475, 181.5523809523, 181.5523809523);stroke:none;font-weight:normal;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .activation0{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .activation1{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .activation2{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .actorPopupMenu{position:absolute;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .actorPopupMenuPanel{position:absolute;fill:#1f2020;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);filter:drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .actor-man circle,#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 line{fill:#1f2020;stroke-width:2px;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 g rect.rect{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));stroke:#ccc;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 .node .neo-node{stroke:#ccc;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 [data-look=\"neo\"].node rect,#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 [data-look=\"neo\"].cluster rect,#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 [data-look=\"neo\"].node polygon{stroke:url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 [data-look=\"neo\"].node path{stroke:url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-gradient);stroke-width:1px;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 [data-look=\"neo\"].node circle{stroke:url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g></g><defs><symbol id=\"diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-computer\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M2 2v13h20v-13h-20zm18 11h-16v-9h16v9zm-10.228 6l.466-1h3.524l.467 1h-4.457zm14.228 3h-24l2-6h2.104l-1.33 4h18.45l-1.297-4h2.073l2 6zm-5-10h-14v-7h14v7z\"></path></symbol></defs><defs><symbol id=\"diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-database\" fill-rule=\"evenodd\" clip-rule=\"evenodd\"><path transform=\"scale(.5)\" d=\"M12.258.001l.256.004.255.005.253.008.251.01.249.012.247.015.246.016.242.019.241.02.239.023.236.024.233.027.231.028.229.031.225.032.223.034.22.036.217.038.214.04.211.041.208.043.205.045.201.046.198.048.194.05.191.051.187.053.183.054.18.056.175.057.172.059.168.06.163.061.16.063.155.064.15.066.074.033.073.033.071.034.07.034.069.035.068.035.067.035.066.035.064.036.064.036.062.036.06.036.06.037.058.037.058.037.055.038.055.038.053.038.052.038.051.039.05.039.048.039.047.039.045.04.044.04.043.04.041.04.04.041.039.041.037.041.036.041.034.041.033.042.032.042.03.042.029.042.027.042.026.043.024.043.023.043.021.043.02.043.018.044.017.043.015.044.013.044.012.044.011.045.009.044.007.045.006.045.004.045.002.045.001.045v17l-.001.045-.002.045-.004.045-.006.045-.007.045-.009.044-.011.045-.012.044-.013.044-.015.044-.017.043-.018.044-.02.043-.021.043-.023.043-.024.043-.026.043-.027.042-.029.042-.03.042-.032.042-.033.042-.034.041-.036.041-.037.041-.039.041-.04.041-.041.04-.043.04-.044.04-.045.04-.047.039-.048.039-.05.039-.051.039-.052.038-.053.038-.055.038-.055.038-.058.037-.058.037-.06.037-.06.036-.062.036-.064.036-.064.036-.066.035-.067.035-.068.035-.069.035-.07.034-.071.034-.073.033-.074.033-.15.066-.155.064-.16.063-.163.061-.168.06-.172.059-.175.057-.18.056-.183.054-.187.053-.191.051-.194.05-.198.048-.201.046-.205.045-.208.043-.211.041-.214.04-.217.038-.22.036-.223.034-.225.032-.229.031-.231.028-.233.027-.236.024-.239.023-.241.02-.242.019-.246.016-.247.015-.249.012-.251.01-.253.008-.255.005-.256.004-.258.001-.258-.001-.256-.004-.255-.005-.253-.008-.251-.01-.249-.012-.247-.015-.245-.016-.243-.019-.241-.02-.238-.023-.236-.024-.234-.027-.231-.028-.228-.031-.226-.032-.223-.034-.22-.036-.217-.038-.214-.04-.211-.041-.208-.043-.204-.045-.201-.046-.198-.048-.195-.05-.19-.051-.187-.053-.184-.054-.179-.056-.176-.057-.172-.059-.167-.06-.164-.061-.159-.063-.155-.064-.151-.066-.074-.033-.072-.033-.072-.034-.07-.034-.069-.035-.068-.035-.067-.035-.066-.035-.064-.036-.063-.036-.062-.036-.061-.036-.06-.037-.058-.037-.057-.037-.056-.038-.055-.038-.053-.038-.052-.038-.051-.039-.049-.039-.049-.039-.046-.039-.046-.04-.044-.04-.043-.04-.041-.04-.04-.041-.039-.041-.037-.041-.036-.041-.034-.041-.033-.042-.032-.042-.03-.042-.029-.042-.027-.042-.026-.043-.024-.043-.023-.043-.021-.043-.02-.043-.018-.044-.017-.043-.015-.044-.013-.044-.012-.044-.011-.045-.009-.044-.007-.045-.006-.045-.004-.045-.002-.045-.001-.045v-17l.001-.045.002-.045.004-.045.006-.045.007-.045.009-.044.011-.045.012-.044.013-.044.015-.044.017-.043.018-.044.02-.043.021-.043.023-.043.024-.043.026-.043.027-.042.029-.042.03-.042.032-.042.033-.042.034-.041.036-.041.037-.041.039-.041.04-.041.041-.04.043-.04.044-.04.046-.04.046-.039.049-.039.049-.039.051-.039.052-.038.053-.038.055-.038.056-.038.057-.037.058-.037.06-.037.061-.036.062-.036.063-.036.064-.036.066-.035.067-.035.068-.035.069-.035.07-.034.072-.034.072-.033.074-.033.151-.066.155-.064.159-.063.164-.061.167-.06.172-.059.176-.057.179-.056.184-.054.187-.053.19-.051.195-.05.198-.048.201-.046.204-.045.208-.043.211-.041.214-.04.217-.038.22-.036.223-.034.226-.032.228-.031.231-.028.234-.027.236-.024.238-.023.241-.02.243-.019.245-.016.247-.015.249-.012.251-.01.253-.008.255-.005.256-.004.258-.001.258.001zm-9.258 20.499v.01l.001.021.003.021.004.022.005.021.006.022.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.023.018.024.019.024.021.024.022.025.023.024.024.025.052.049.056.05.061.051.066.051.07.051.075.051.079.052.084.052.088.052.092.052.097.052.102.051.105.052.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.048.144.049.147.047.152.047.155.047.16.045.163.045.167.043.171.043.176.041.178.041.183.039.187.039.19.037.194.035.197.035.202.033.204.031.209.03.212.029.216.027.219.025.222.024.226.021.23.02.233.018.236.016.24.015.243.012.246.01.249.008.253.005.256.004.259.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.021.224-.024.22-.026.216-.027.212-.028.21-.031.205-.031.202-.034.198-.034.194-.036.191-.037.187-.039.183-.04.179-.04.175-.042.172-.043.168-.044.163-.045.16-.046.155-.046.152-.047.148-.048.143-.049.139-.049.136-.05.131-.05.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.053.083-.051.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.05.023-.024.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.023.01-.022.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.127l-.077.055-.08.053-.083.054-.085.053-.087.052-.09.052-.093.051-.095.05-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.045-.118.044-.12.043-.122.042-.124.042-.126.041-.128.04-.13.04-.132.038-.134.038-.135.037-.138.037-.139.035-.142.035-.143.034-.144.033-.147.032-.148.031-.15.03-.151.03-.153.029-.154.027-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.01-.179.008-.179.008-.181.006-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.006-.179-.008-.179-.008-.178-.01-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.027-.153-.029-.151-.03-.15-.03-.148-.031-.146-.032-.145-.033-.143-.034-.141-.035-.14-.035-.137-.037-.136-.037-.134-.038-.132-.038-.13-.04-.128-.04-.126-.041-.124-.042-.122-.042-.12-.044-.117-.043-.116-.045-.113-.045-.112-.046-.109-.047-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.05-.093-.052-.09-.051-.087-.052-.085-.053-.083-.054-.08-.054-.077-.054v4.127zm0-5.654v.011l.001.021.003.021.004.021.005.022.006.022.007.022.009.022.01.022.011.023.012.023.013.023.015.024.016.023.017.024.018.024.019.024.021.024.022.024.023.025.024.024.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.052.11.051.114.051.119.052.123.05.127.051.131.05.135.049.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.044.171.042.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.022.23.02.233.018.236.016.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.012.241-.015.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.048.139-.05.136-.049.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.051.051-.049.023-.025.023-.024.021-.025.02-.024.019-.024.018-.024.017-.024.015-.023.014-.023.013-.024.012-.022.01-.023.01-.023.008-.022.006-.022.006-.022.004-.021.004-.022.001-.021.001-.021v-4.139l-.077.054-.08.054-.083.054-.085.052-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.044-.118.044-.12.044-.122.042-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.035-.143.033-.144.033-.147.033-.148.031-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.009-.179.009-.179.007-.181.007-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.007-.179-.007-.179-.009-.178-.009-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.031-.146-.033-.145-.033-.143-.033-.141-.035-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.04-.126-.041-.124-.042-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.051-.093-.051-.09-.051-.087-.053-.085-.052-.083-.054-.08-.054-.077-.054v4.139zm0-5.666v.011l.001.02.003.022.004.021.005.022.006.021.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.024.018.023.019.024.021.025.022.024.023.024.024.025.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.051.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.043.171.043.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.021.23.02.233.018.236.017.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.013.241-.014.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.049.139-.049.136-.049.131-.051.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.049.023-.025.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.022.01-.023.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.153l-.077.054-.08.054-.083.053-.085.053-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.048-.105.048-.106.048-.109.046-.111.046-.114.046-.115.044-.118.044-.12.043-.122.043-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.034-.143.034-.144.033-.147.032-.148.032-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.024-.161.024-.162.023-.163.023-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.01-.178.01-.179.009-.179.007-.181.006-.182.006-.182.004-.184.003-.184.001-.185.001-.185-.001-.184-.001-.184-.003-.182-.004-.182-.006-.181-.006-.179-.007-.179-.009-.178-.01-.176-.01-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.023-.162-.023-.161-.024-.159-.024-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.032-.146-.032-.145-.033-.143-.034-.141-.034-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.041-.126-.041-.124-.041-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.048-.105-.048-.102-.048-.1-.05-.097-.049-.095-.051-.093-.051-.09-.052-.087-.052-.085-.053-.083-.053-.08-.054-.077-.054v4.153zm8.74-8.179l-.257.004-.254.005-.25.008-.247.011-.244.012-.241.014-.237.016-.233.018-.231.021-.226.022-.224.023-.22.026-.216.027-.212.028-.21.031-.205.032-.202.033-.198.034-.194.036-.191.038-.187.038-.183.04-.179.041-.175.042-.172.043-.168.043-.163.045-.16.046-.155.046-.152.048-.148.048-.143.048-.139.049-.136.05-.131.05-.126.051-.123.051-.118.051-.114.052-.11.052-.106.052-.101.052-.096.052-.092.052-.088.052-.083.052-.079.052-.074.051-.07.052-.065.051-.06.05-.056.05-.051.05-.023.025-.023.024-.021.024-.02.025-.019.024-.018.024-.017.023-.015.024-.014.023-.013.023-.012.023-.01.023-.01.022-.008.022-.006.023-.006.021-.004.022-.004.021-.001.021-.001.021.001.021.001.021.004.021.004.022.006.021.006.023.008.022.01.022.01.023.012.023.013.023.014.023.015.024.017.023.018.024.019.024.02.025.021.024.023.024.023.025.051.05.056.05.06.05.065.051.07.052.074.051.079.052.083.052.088.052.092.052.096.052.101.052.106.052.11.052.114.052.118.051.123.051.126.051.131.05.136.05.139.049.143.048.148.048.152.048.155.046.16.046.163.045.168.043.172.043.175.042.179.041.183.04.187.038.191.038.194.036.198.034.202.033.205.032.21.031.212.028.216.027.22.026.224.023.226.022.231.021.233.018.237.016.241.014.244.012.247.011.25.008.254.005.257.004.26.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.022.224-.023.22-.026.216-.027.212-.028.21-.031.205-.032.202-.033.198-.034.194-.036.191-.038.187-.038.183-.04.179-.041.175-.042.172-.043.168-.043.163-.045.16-.046.155-.046.152-.048.148-.048.143-.048.139-.049.136-.05.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.05.051-.05.023-.025.023-.024.021-.024.02-.025.019-.024.018-.024.017-.023.015-.024.014-.023.013-.023.012-.023.01-.023.01-.022.008-.022.006-.023.006-.021.004-.022.004-.021.001-.021.001-.021-.001-.021-.001-.021-.004-.021-.004-.022-.006-.021-.006-.023-.008-.022-.01-.022-.01-.023-.012-.023-.013-.023-.014-.023-.015-.024-.017-.023-.018-.024-.019-.024-.02-.025-.021-.024-.023-.024-.023-.025-.051-.05-.056-.05-.06-.05-.065-.051-.07-.052-.074-.051-.079-.052-.083-.052-.088-.052-.092-.052-.096-.052-.101-.052-.106-.052-.11-.052-.114-.052-.118-.051-.123-.051-.126-.051-.131-.05-.136-.05-.139-.049-.143-.048-.148-.048-.152-.048-.155-.046-.16-.046-.163-.045-.168-.043-.172-.043-.175-.042-.179-.041-.183-.04-.187-.038-.191-.038-.194-.036-.198-.034-.202-.033-.205-.032-.21-.031-.212-.028-.216-.027-.22-.026-.224-.023-.226-.022-.231-.021-.233-.018-.237-.016-.241-.014-.244-.012-.247-.011-.25-.008-.254-.005-.257-.004-.26-.001-.26.001z\"></path></symbol></defs><defs><symbol id=\"diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-clock\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm5.848 12.459c.202.038.202.333.001.372-1.907.361-6.045 1.111-6.547 1.111-.719 0-1.301-.582-1.301-1.301 0-.512.77-5.447 1.125-7.445.034-.192.312-.181.343.014l.985 6.238 5.394 1.011z\"></path></symbol></defs><defs><marker id=\"diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-arrowhead\" refX=\"7.9\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M -1 0 L 10 5 L 0 10 z\"></path></marker></defs><defs><marker id=\"diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-crosshead\" markerWidth=\"15\" markerHeight=\"8\" orient=\"auto\" refX=\"4\" refY=\"4.5\"><path fill=\"none\" stroke=\"#000000\" stroke-width=\"1pt\" d=\"M 1,2 L 6,7 M 6,2 L 1,7\" style=\"stroke-dasharray: 0, 0;\"></path></marker></defs><defs><marker id=\"diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-filled-head\" refX=\"15.5\" refY=\"7\" markerWidth=\"20\" markerHeight=\"28\" orient=\"auto\"><path d=\"M 18,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><defs><marker id=\"diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-sequencenumber\" refX=\"15\" refY=\"15\" markerWidth=\"60\" markerHeight=\"40\" orient=\"auto\"><circle cx=\"15\" cy=\"15\" r=\"6\"></circle></marker></defs><defs><marker id=\"diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-solidTopArrowHead\" refX=\"7.9\" refY=\"7.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 8 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-solidBottomArrowHead\" refX=\"7.9\" refY=\"0.75\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 0 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-stickTopArrowHead\" refX=\"7.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 7 7\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><defs><marker id=\"diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-stickBottomArrowHead\" refX=\"7.5\" refY=\"0\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 7 L 7 0\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><g data-et=\"note\" data-id=\"i0\"><rect x=\"199\" y=\"75\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"218\" height=\"42\" class=\"note\"></rect><text x=\"308\" y=\"80\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"308\">Checkout JS added to page</tspan></text></g><g data-et=\"note\" data-id=\"i6\"><rect x=\"743\" y=\"397\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"248\" height=\"42\" class=\"note\"></rect><text x=\"867\" y=\"402\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"867\">Includes session (card session)</tspan></text></g><g data-et=\"note\" data-id=\"i20\"><rect x=\"333\" y=\"1151\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"360\" height=\"42\" class=\"note\"></rect><text x=\"513\" y=\"1156\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"513\">Update or close challenge window on website</tspan></text></g><g data-et=\"note\" data-id=\"i23\"><rect x=\"333\" y=\"1311\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"316\" height=\"64\" class=\"note\"></rect><text x=\"491\" y=\"1316\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"491\">Apply authentication details in payment</tspan></text><text x=\"491\" y=\"1338\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"491\"> E.g. eci, authenticationValue etc</tspan></text></g><g data-et=\"note\" data-id=\"i25\"><rect x=\"743\" y=\"1439\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"405\" height=\"42\" class=\"note\"></rect><text x=\"946\" y=\"1444\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"946\">Includes token, 3DS details and optional cvc session</tspan></text></g><text x=\"190\" y=\"132\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Click Pay</text><line x1=\"76\" y1=\"171\" x2=\"304\" y2=\"171\" class=\"messageLine0\" data-et=\"message\" data-id=\"i1\" data-from=\"Browser\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-arrowhead)\" style=\"fill: none;\"></line><text x=\"739\" y=\"186\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Create session</text><line x1=\"309\" y1=\"225\" x2=\"1169\" y2=\"225\" class=\"messageLine0\" data-et=\"message\" data-id=\"i2\" data-from=\"Merchant_Frontend\" data-to=\"Checkout_Sessions\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-arrowhead)\" style=\"fill: none;\"></line><text x=\"742\" y=\"240\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Return session</text><line x1=\"1172\" y1=\"279\" x2=\"312\" y2=\"279\" class=\"messageLine0\" data-et=\"message\" data-id=\"i3\" data-from=\"Checkout_Sessions\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-arrowhead)\" style=\"fill: none;\"></line><text x=\"512\" y=\"294\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Pay</text><line x1=\"309\" y1=\"333\" x2=\"714\" y2=\"333\" class=\"messageLine0\" data-et=\"message\" data-id=\"i4\" data-from=\"Merchant_Frontend\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-arrowhead)\" style=\"fill: none;\"></line><text x=\"1049\" y=\"348\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verified token request</text><line x1=\"719\" y1=\"387\" x2=\"1379.5\" y2=\"387\" class=\"messageLine0\" data-et=\"message\" data-id=\"i5\" data-from=\"Merchant_Backend\" data-to=\"Verified_Token_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-arrowhead)\" style=\"fill: none;\"></line><text x=\"1052\" y=\"454\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verified token response</text><line x1=\"1382.5\" y1=\"493\" x2=\"722\" y2=\"493\" class=\"messageLine0\" data-et=\"message\" data-id=\"i7\" data-from=\"Verified_Token_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-arrowhead)\" style=\"fill: none;\"></line><text x=\"1152\" y=\"508\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">deviceDataInitialization request</text><line x1=\"719\" y1=\"547\" x2=\"1584.5\" y2=\"547\" class=\"messageLine0\" data-et=\"message\" data-id=\"i8\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-arrowhead)\" style=\"fill: none;\"></line><text x=\"1155\" y=\"562\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">deviceDataInitialization response</text><line x1=\"1587.5\" y1=\"601\" x2=\"722\" y2=\"601\" class=\"messageLine0\" data-et=\"message\" data-id=\"i9\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-arrowhead)\" style=\"fill: none;\"></line><text x=\"515\" y=\"616\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">DeviceData - BIN/JWT/URL</text><line x1=\"717\" y1=\"655\" x2=\"312\" y2=\"655\" class=\"messageLine0\" data-et=\"message\" data-id=\"i10\" data-from=\"Merchant_Backend\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-arrowhead)\" style=\"fill: none;\"></line><text x=\"193\" y=\"670\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">3DS Device Data form</text><line x1=\"307\" y1=\"709\" x2=\"79\" y2=\"709\" class=\"messageLine0\" data-et=\"message\" data-id=\"i11\" data-from=\"Merchant_Frontend\" data-to=\"Browser\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-arrowhead)\" style=\"fill: none;\"></line><text x=\"1039\" y=\"724\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Form POST</text><line x1=\"76\" y1=\"763\" x2=\"2001.5\" y2=\"763\" class=\"messageLine1\" data-et=\"message\" data-id=\"i12\" data-from=\"Browser\" data-to=\"Issuers\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"1042\" y=\"778\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">PostMessage: dfReferenceId</text><line x1=\"2004.5\" y1=\"817\" x2=\"79\" y2=\"817\" class=\"messageLine1\" data-et=\"message\" data-id=\"i13\" data-from=\"Issuers\" data-to=\"Browser\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"1152\" y=\"832\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Authentication request</text><line x1=\"719\" y1=\"871\" x2=\"1584.5\" y2=\"871\" class=\"messageLine0\" data-et=\"message\" data-id=\"i14\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-arrowhead)\" style=\"fill: none;\"></line><text x=\"1155\" y=\"886\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Authentication response</text><line x1=\"1587.5\" y1=\"925\" x2=\"722\" y2=\"925\" class=\"messageLine0\" data-et=\"message\" data-id=\"i15\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-arrowhead)\" style=\"fill: none;\"></line><text x=\"515\" y=\"940\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Challenge JWT/URL</text><line x1=\"717\" y1=\"979\" x2=\"312\" y2=\"979\" class=\"messageLine0\" data-et=\"message\" data-id=\"i16\" data-from=\"Merchant_Backend\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-arrowhead)\" style=\"fill: none;\"></line><text x=\"193\" y=\"994\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">3DS challenge form</text><line x1=\"307\" y1=\"1033\" x2=\"79\" y2=\"1033\" class=\"messageLine0\" data-et=\"message\" data-id=\"i17\" data-from=\"Merchant_Frontend\" data-to=\"Browser\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-arrowhead)\" style=\"fill: none;\"></line><text x=\"1039\" y=\"1048\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Form POST</text><line x1=\"76\" y1=\"1087\" x2=\"2001.5\" y2=\"1087\" class=\"messageLine1\" data-et=\"message\" data-id=\"i18\" data-from=\"Browser\" data-to=\"Issuers\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"1363\" y=\"1102\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">`returnUrl` specified in authentication request</text><line x1=\"2004.5\" y1=\"1141\" x2=\"722\" y2=\"1141\" class=\"messageLine1\" data-et=\"message\" data-id=\"i19\" data-from=\"Issuers\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"1152\" y=\"1208\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verification request</text><line x1=\"719\" y1=\"1247\" x2=\"1584.5\" y2=\"1247\" class=\"messageLine0\" data-et=\"message\" data-id=\"i21\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-arrowhead)\" style=\"fill: none;\"></line><text x=\"1155\" y=\"1262\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verification response</text><line x1=\"1587.5\" y1=\"1301\" x2=\"722\" y2=\"1301\" class=\"messageLine0\" data-et=\"message\" data-id=\"i22\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-arrowhead)\" style=\"fill: none;\"></line><text x=\"1256\" y=\"1390\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">customerInitiatedTransactions request</text><line x1=\"719\" y1=\"1429\" x2=\"1793\" y2=\"1429\" class=\"messageLine0\" data-et=\"message\" data-id=\"i24\" data-from=\"Merchant_Backend\" data-to=\"Card_Payments_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-arrowhead)\" style=\"fill: none;\"></line><text x=\"1259\" y=\"1496\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">customerInitiatedTransactions response</text><line x1=\"1796\" y1=\"1535\" x2=\"722\" y2=\"1535\" class=\"messageLine0\" data-et=\"message\" data-id=\"i26\" data-from=\"Card_Payments_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-arrowhead)\" style=\"fill: none;\"></line><text x=\"1256\" y=\"1550\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Settlement request</text><line x1=\"719\" y1=\"1589\" x2=\"1793\" y2=\"1589\" class=\"messageLine0\" data-et=\"message\" data-id=\"i27\" data-from=\"Merchant_Backend\" data-to=\"Card_Payments_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-arrowhead)\" style=\"fill: none;\"></line><text x=\"1259\" y=\"1604\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Settlement response</text><line x1=\"1796\" y1=\"1643\" x2=\"722\" y2=\"1643\" class=\"messageLine0\" data-et=\"message\" data-id=\"i28\" data-from=\"Card_Payments_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-71970b3cc23e3c82184a4a496460d3820e284fb7072c3d73fd24ad94b8e910e4-arrowhead)\" style=\"fill: none;\"></line></svg>"},"children":["\nsequenceDiagram\n    participant Browser\n    participant Merchant_Frontend\n    participant Merchant_Backend\n    participant Checkout_Sessions\n    participant Verified_Token_API\n    participant 3DS_API\n    participant Card_Payments_API\n    Note over Merchant_Frontend: Checkout JS added to page \n    Browser->>Merchant_Frontend: Click Pay\n    Merchant_Frontend->>Checkout_Sessions: Create session\n    Checkout_Sessions->>Merchant_Frontend: Return session \n    Merchant_Frontend->>Merchant_Backend: Pay \n    Merchant_Backend->>Verified_Token_API: Verified token request\n    Note right of Merchant_Backend: Includes session (card session)\n    Verified_Token_API->>Merchant_Backend: Verified token response\n    Merchant_Backend->>3DS_API: deviceDataInitialization request\n    3DS_API->>Merchant_Backend: deviceDataInitialization response\n    Merchant_Backend->>Merchant_Frontend: DeviceData - BIN/JWT/URL\n    Merchant_Frontend->>Browser: 3DS Device Data form\n    Browser-->>Issuers: Form POST\n    Issuers-->>Browser: PostMessage: dfReferenceId\n    Merchant_Backend->>3DS_API: Authentication request\n    3DS_API->>Merchant_Backend: Authentication response\n    Merchant_Backend->>Merchant_Frontend: Challenge JWT/URL\n    Merchant_Frontend->>Browser: 3DS challenge form\n    Browser-->>Issuers: Form POST\n    Issuers-->>Merchant_Backend: `returnUrl` specified in authentication request\n    Note right of Merchant_Frontend: Update or close challenge window on website\n    Merchant_Backend->>3DS_API: Verification request\n    3DS_API->>Merchant_Backend: Verification response\n    Note right of Merchant_Frontend: Apply authentication details in payment<br> E.g. eci, authenticationValue etc\n    Merchant_Backend->>Card_Payments_API: customerInitiatedTransactions request\n    Note right of Merchant_Backend: Includes token, 3DS details and optional cvc session\n    Card_Payments_API->>Merchant_Backend: customerInitiatedTransactions response\n    Merchant_Backend->>Card_Payments_API: Settlement request\n    Card_Payments_API->>Merchant_Backend: Settlement response\n"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"Using Checkout SDK (iOS/Android)","disable":false},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Card payment via the Checkout iOS/Android SDK, including the creation of a verified token, with 3DS authentication enabled."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Using"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/checkout/"},"children":["Checkout SDK"]}," - for cvc support choose ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["card and cvc"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/verified-tokens/"},"children":["Verified Tokens API"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/3ds/"},"children":["3DS API"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/card-payments/"},"children":["Card Payments API"]}]}]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"\nsequenceDiagram\n    participant Merchant_App\n    participant Merchant_Backend\n    participant Checkout_Sessions\n    participant Verified_Token_API\n    participant 3DS_API\n    participant Card_Payments_API\n    Merchant_App->>Checkout_Sessions: Click Pay: Create session\n    Checkout_Sessions->>Merchant_App: Return session \n    Merchant_App->>Merchant_Backend: Pay \n    Merchant_Backend->>Verified_Token_API: Verified token request\n    Note right of Merchant_Backend: Includes session (card session)\n    Verified_Token_API->>Merchant_Backend: Verified token response\n    Merchant_Backend->>3DS_API: deviceDataInitialization request\n    3DS_API->>Merchant_Backend: deviceDataInitialization response\n    Merchant_Backend->>Merchant_App: DeviceData - JWT\n    Merchant_App-->>Issuers: Device app data\n    Note over Merchant_App: Cardinal SDK: Initialize\n    Issuers-->>Merchant_App: Device Data sent\n    Note over Merchant_App: consumerSessionId\n    Merchant_App->>Merchant_Backend: \n    Merchant_Backend->>3DS_API: Authentication request\n    Note over Merchant_Backend: Includes consumerSessionId\n    3DS_API->>Merchant_Backend: Authentication response\n    Merchant_Backend->>Merchant_App: Challenge - payload\n    Note over Merchant_App: Cardinal SDK: Display Challenge\n    Merchant_App-->>Issuers: Challenge data\n    Issuers-->>Merchant_App: Challenge complete\n    Merchant_App->>Merchant_Backend: Challenge complete\n    Merchant_Backend->>3DS_API: Verification request\n    3DS_API->>Merchant_Backend: Verification response\n    Note over Merchant_Backend: 3DS details E.g. eci etc\n    Merchant_Backend->>Card_Payments_API: customerInitiatedTransactions request\n    Note right of Merchant_Backend: Includes token, 3DS details and optional cvc session\n    Card_Payments_API->>Merchant_Backend: customerInitiatedTransactions response\n    Merchant_Backend->>Card_Payments_API: Settlement request\n    Card_Payments_API->>Merchant_Backend: Settlement response\n","diagramHtml":"<svg id=\"diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" style=\"max-width: 1807.5px;\" viewBox=\"-103 -10 1807.5 1733\" role=\"graphics-document document\" aria-roledescription=\"sequence\"><g><rect x=\"1504.5\" y=\"1647\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Issuers\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1579.5\" y=\"1679.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1579.5\" dy=\"0\">Issuers</tspan></text></g><g><rect x=\"1287.5\" y=\"1647\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Card_Payments_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1371\" y=\"1679.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1371\" dy=\"0\">Card_Payments_API</tspan></text></g><g><rect x=\"1087.5\" y=\"1647\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"3DS_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1162.5\" y=\"1679.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1162.5\" dy=\"0\">3DS_API</tspan></text></g><g><rect x=\"877.5\" y=\"1647\" fill=\"#eaeaea\" stroke=\"#666\" width=\"160\" height=\"65\" name=\"Verified_Token_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"957.5\" y=\"1679.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"957.5\" dy=\"0\">Verified_Token_API</tspan></text></g><g><rect x=\"666.5\" y=\"1647\" fill=\"#eaeaea\" stroke=\"#666\" width=\"161\" height=\"65\" name=\"Checkout_Sessions\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"747\" y=\"1679.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"747\" dy=\"0\">Checkout_Sessions</tspan></text></g><g><rect x=\"211\" y=\"1647\" fill=\"#eaeaea\" stroke=\"#666\" width=\"162\" height=\"65\" name=\"Merchant_Backend\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"292\" y=\"1679.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"292\" dy=\"0\">Merchant_Backend</tspan></text></g><g><rect x=\"0\" y=\"1647\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Merchant_App\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"75\" y=\"1679.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Merchant_App</tspan></text></g><g><line id=\"actor6\" x1=\"1579.5\" y1=\"65\" x2=\"1579.5\" y2=\"1647\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Issuers\" data-et=\"life-line\" data-id=\"Issuers\"></line><g id=\"root-6\" data-et=\"participant\" data-type=\"participant\" data-id=\"Issuers\"><rect x=\"1504.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Issuers\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1579.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1579.5\" dy=\"0\">Issuers</tspan></text></g></g><g><line id=\"actor5\" x1=\"1371\" y1=\"65\" x2=\"1371\" y2=\"1647\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Card_Payments_API\" data-et=\"life-line\" data-id=\"Card_Payments_API\"></line><g id=\"root-5\" data-et=\"participant\" data-type=\"participant\" data-id=\"Card_Payments_API\"><rect x=\"1287.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Card_Payments_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1371\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1371\" dy=\"0\">Card_Payments_API</tspan></text></g></g><g><line id=\"actor4\" x1=\"1162.5\" y1=\"65\" x2=\"1162.5\" y2=\"1647\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"3DS_API\" data-et=\"life-line\" data-id=\"3DS_API\"></line><g id=\"root-4\" data-et=\"participant\" data-type=\"participant\" data-id=\"3DS_API\"><rect x=\"1087.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"3DS_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1162.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1162.5\" dy=\"0\">3DS_API</tspan></text></g></g><g><line id=\"actor3\" x1=\"957.5\" y1=\"65\" x2=\"957.5\" y2=\"1647\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Verified_Token_API\" data-et=\"life-line\" data-id=\"Verified_Token_API\"></line><g id=\"root-3\" data-et=\"participant\" data-type=\"participant\" data-id=\"Verified_Token_API\"><rect x=\"877.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"160\" height=\"65\" name=\"Verified_Token_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"957.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"957.5\" dy=\"0\">Verified_Token_API</tspan></text></g></g><g><line id=\"actor2\" x1=\"747\" y1=\"65\" x2=\"747\" y2=\"1647\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Checkout_Sessions\" data-et=\"life-line\" data-id=\"Checkout_Sessions\"></line><g id=\"root-2\" data-et=\"participant\" data-type=\"participant\" data-id=\"Checkout_Sessions\"><rect x=\"666.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"161\" height=\"65\" name=\"Checkout_Sessions\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"747\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"747\" dy=\"0\">Checkout_Sessions</tspan></text></g></g><g><line id=\"actor1\" x1=\"292\" y1=\"65\" x2=\"292\" y2=\"1647\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Merchant_Backend\" data-et=\"life-line\" data-id=\"Merchant_Backend\"></line><g id=\"root-1\" data-et=\"participant\" data-type=\"participant\" data-id=\"Merchant_Backend\"><rect x=\"211\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"162\" height=\"65\" name=\"Merchant_Backend\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"292\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"292\" dy=\"0\">Merchant_Backend</tspan></text></g></g><g><line id=\"actor0\" x1=\"75\" y1=\"65\" x2=\"75\" y2=\"1647\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Merchant_App\" data-et=\"life-line\" data-id=\"Merchant_App\"></line><g id=\"root-0\" data-et=\"participant\" data-type=\"participant\" data-id=\"Merchant_App\"><rect x=\"0\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Merchant_App\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"75\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Merchant_App</tspan></text></g></g><style>#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .error-icon{fill:#552222;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .error-text{fill:#552222;stroke:#552222;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .edge-thickness-normal{stroke-width:1px;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .edge-thickness-thick{stroke-width:3.5px;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .edge-pattern-solid{stroke-dasharray:0;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .marker{fill:#333333;stroke:#333333;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .marker.cross{stroke:#333333;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 p{margin:0;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .actor{stroke:#9370DB;fill:#ECECFF;stroke-width:1;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 rect.actor.outer-path[data-look=\"neo\"]{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 rect.note[data-look=\"neo\"]{stroke:#aaaa33;fill:#fff5ad;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 text.actor&gt;tspan{fill:black;stroke:none;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .actor-line{stroke:#9370DB;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .innerArc{stroke-width:1.5;stroke-dasharray:none;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .messageLine1{stroke-width:1.5;stroke-dasharray:2,2;stroke:#333;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 [id$=\"-arrowhead\"] path{fill:#333;stroke:#333;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .sequenceNumber{fill:white;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 [id$=\"-sequencenumber\"]{fill:#333;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 [id$=\"-crosshead\"] path{fill:#333;stroke:#333;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .messageText{fill:#333;stroke:none;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .labelBox{stroke:#9370DB;fill:#ECECFF;filter:none;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .labelText,#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .labelText&gt;tspan{fill:black;stroke:none;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .loopText,#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .loopText&gt;tspan{fill:black;stroke:none;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .sectionTitle,#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .sectionTitle&gt;tspan{fill:black;stroke:none;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .loopLine{stroke-width:2px;stroke-dasharray:2,2;stroke:#9370DB;fill:#9370DB;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .note{stroke:#aaaa33;fill:#fff5ad;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .noteText,#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .noteText&gt;tspan{fill:black;stroke:none;font-weight:normal;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .activation0{fill:#f4f4f4;stroke:#666;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .activation1{fill:#f4f4f4;stroke:#666;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .activation2{fill:#f4f4f4;stroke:#666;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .actorPopupMenu{position:absolute;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .actorPopupMenuPanel{position:absolute;fill:#ECECFF;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);filter:drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .actor-man circle,#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 line{fill:#ECECFF;stroke-width:2px;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 g rect.rect{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));stroke:#9370DB;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 .node .neo-node{stroke:#9370DB;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 [data-look=\"neo\"].node rect,#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 [data-look=\"neo\"].cluster rect,#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g></g><defs><symbol id=\"diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-computer\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M2 2v13h20v-13h-20zm18 11h-16v-9h16v9zm-10.228 6l.466-1h3.524l.467 1h-4.457zm14.228 3h-24l2-6h2.104l-1.33 4h18.45l-1.297-4h2.073l2 6zm-5-10h-14v-7h14v7z\"></path></symbol></defs><defs><symbol id=\"diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-database\" fill-rule=\"evenodd\" clip-rule=\"evenodd\"><path transform=\"scale(.5)\" d=\"M12.258.001l.256.004.255.005.253.008.251.01.249.012.247.015.246.016.242.019.241.02.239.023.236.024.233.027.231.028.229.031.225.032.223.034.22.036.217.038.214.04.211.041.208.043.205.045.201.046.198.048.194.05.191.051.187.053.183.054.18.056.175.057.172.059.168.06.163.061.16.063.155.064.15.066.074.033.073.033.071.034.07.034.069.035.068.035.067.035.066.035.064.036.064.036.062.036.06.036.06.037.058.037.058.037.055.038.055.038.053.038.052.038.051.039.05.039.048.039.047.039.045.04.044.04.043.04.041.04.04.041.039.041.037.041.036.041.034.041.033.042.032.042.03.042.029.042.027.042.026.043.024.043.023.043.021.043.02.043.018.044.017.043.015.044.013.044.012.044.011.045.009.044.007.045.006.045.004.045.002.045.001.045v17l-.001.045-.002.045-.004.045-.006.045-.007.045-.009.044-.011.045-.012.044-.013.044-.015.044-.017.043-.018.044-.02.043-.021.043-.023.043-.024.043-.026.043-.027.042-.029.042-.03.042-.032.042-.033.042-.034.041-.036.041-.037.041-.039.041-.04.041-.041.04-.043.04-.044.04-.045.04-.047.039-.048.039-.05.039-.051.039-.052.038-.053.038-.055.038-.055.038-.058.037-.058.037-.06.037-.06.036-.062.036-.064.036-.064.036-.066.035-.067.035-.068.035-.069.035-.07.034-.071.034-.073.033-.074.033-.15.066-.155.064-.16.063-.163.061-.168.06-.172.059-.175.057-.18.056-.183.054-.187.053-.191.051-.194.05-.198.048-.201.046-.205.045-.208.043-.211.041-.214.04-.217.038-.22.036-.223.034-.225.032-.229.031-.231.028-.233.027-.236.024-.239.023-.241.02-.242.019-.246.016-.247.015-.249.012-.251.01-.253.008-.255.005-.256.004-.258.001-.258-.001-.256-.004-.255-.005-.253-.008-.251-.01-.249-.012-.247-.015-.245-.016-.243-.019-.241-.02-.238-.023-.236-.024-.234-.027-.231-.028-.228-.031-.226-.032-.223-.034-.22-.036-.217-.038-.214-.04-.211-.041-.208-.043-.204-.045-.201-.046-.198-.048-.195-.05-.19-.051-.187-.053-.184-.054-.179-.056-.176-.057-.172-.059-.167-.06-.164-.061-.159-.063-.155-.064-.151-.066-.074-.033-.072-.033-.072-.034-.07-.034-.069-.035-.068-.035-.067-.035-.066-.035-.064-.036-.063-.036-.062-.036-.061-.036-.06-.037-.058-.037-.057-.037-.056-.038-.055-.038-.053-.038-.052-.038-.051-.039-.049-.039-.049-.039-.046-.039-.046-.04-.044-.04-.043-.04-.041-.04-.04-.041-.039-.041-.037-.041-.036-.041-.034-.041-.033-.042-.032-.042-.03-.042-.029-.042-.027-.042-.026-.043-.024-.043-.023-.043-.021-.043-.02-.043-.018-.044-.017-.043-.015-.044-.013-.044-.012-.044-.011-.045-.009-.044-.007-.045-.006-.045-.004-.045-.002-.045-.001-.045v-17l.001-.045.002-.045.004-.045.006-.045.007-.045.009-.044.011-.045.012-.044.013-.044.015-.044.017-.043.018-.044.02-.043.021-.043.023-.043.024-.043.026-.043.027-.042.029-.042.03-.042.032-.042.033-.042.034-.041.036-.041.037-.041.039-.041.04-.041.041-.04.043-.04.044-.04.046-.04.046-.039.049-.039.049-.039.051-.039.052-.038.053-.038.055-.038.056-.038.057-.037.058-.037.06-.037.061-.036.062-.036.063-.036.064-.036.066-.035.067-.035.068-.035.069-.035.07-.034.072-.034.072-.033.074-.033.151-.066.155-.064.159-.063.164-.061.167-.06.172-.059.176-.057.179-.056.184-.054.187-.053.19-.051.195-.05.198-.048.201-.046.204-.045.208-.043.211-.041.214-.04.217-.038.22-.036.223-.034.226-.032.228-.031.231-.028.234-.027.236-.024.238-.023.241-.02.243-.019.245-.016.247-.015.249-.012.251-.01.253-.008.255-.005.256-.004.258-.001.258.001zm-9.258 20.499v.01l.001.021.003.021.004.022.005.021.006.022.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.023.018.024.019.024.021.024.022.025.023.024.024.025.052.049.056.05.061.051.066.051.07.051.075.051.079.052.084.052.088.052.092.052.097.052.102.051.105.052.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.048.144.049.147.047.152.047.155.047.16.045.163.045.167.043.171.043.176.041.178.041.183.039.187.039.19.037.194.035.197.035.202.033.204.031.209.03.212.029.216.027.219.025.222.024.226.021.23.02.233.018.236.016.24.015.243.012.246.01.249.008.253.005.256.004.259.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.021.224-.024.22-.026.216-.027.212-.028.21-.031.205-.031.202-.034.198-.034.194-.036.191-.037.187-.039.183-.04.179-.04.175-.042.172-.043.168-.044.163-.045.16-.046.155-.046.152-.047.148-.048.143-.049.139-.049.136-.05.131-.05.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.053.083-.051.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.05.023-.024.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.023.01-.022.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.127l-.077.055-.08.053-.083.054-.085.053-.087.052-.09.052-.093.051-.095.05-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.045-.118.044-.12.043-.122.042-.124.042-.126.041-.128.04-.13.04-.132.038-.134.038-.135.037-.138.037-.139.035-.142.035-.143.034-.144.033-.147.032-.148.031-.15.03-.151.03-.153.029-.154.027-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.01-.179.008-.179.008-.181.006-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.006-.179-.008-.179-.008-.178-.01-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.027-.153-.029-.151-.03-.15-.03-.148-.031-.146-.032-.145-.033-.143-.034-.141-.035-.14-.035-.137-.037-.136-.037-.134-.038-.132-.038-.13-.04-.128-.04-.126-.041-.124-.042-.122-.042-.12-.044-.117-.043-.116-.045-.113-.045-.112-.046-.109-.047-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.05-.093-.052-.09-.051-.087-.052-.085-.053-.083-.054-.08-.054-.077-.054v4.127zm0-5.654v.011l.001.021.003.021.004.021.005.022.006.022.007.022.009.022.01.022.011.023.012.023.013.023.015.024.016.023.017.024.018.024.019.024.021.024.022.024.023.025.024.024.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.052.11.051.114.051.119.052.123.05.127.051.131.05.135.049.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.044.171.042.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.022.23.02.233.018.236.016.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.012.241-.015.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.048.139-.05.136-.049.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.051.051-.049.023-.025.023-.024.021-.025.02-.024.019-.024.018-.024.017-.024.015-.023.014-.023.013-.024.012-.022.01-.023.01-.023.008-.022.006-.022.006-.022.004-.021.004-.022.001-.021.001-.021v-4.139l-.077.054-.08.054-.083.054-.085.052-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.044-.118.044-.12.044-.122.042-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.035-.143.033-.144.033-.147.033-.148.031-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.009-.179.009-.179.007-.181.007-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.007-.179-.007-.179-.009-.178-.009-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.031-.146-.033-.145-.033-.143-.033-.141-.035-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.04-.126-.041-.124-.042-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.051-.093-.051-.09-.051-.087-.053-.085-.052-.083-.054-.08-.054-.077-.054v4.139zm0-5.666v.011l.001.02.003.022.004.021.005.022.006.021.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.024.018.023.019.024.021.025.022.024.023.024.024.025.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.051.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.043.171.043.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.021.23.02.233.018.236.017.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.013.241-.014.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.049.139-.049.136-.049.131-.051.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.049.023-.025.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.022.01-.023.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.153l-.077.054-.08.054-.083.053-.085.053-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.048-.105.048-.106.048-.109.046-.111.046-.114.046-.115.044-.118.044-.12.043-.122.043-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.034-.143.034-.144.033-.147.032-.148.032-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.024-.161.024-.162.023-.163.023-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.01-.178.01-.179.009-.179.007-.181.006-.182.006-.182.004-.184.003-.184.001-.185.001-.185-.001-.184-.001-.184-.003-.182-.004-.182-.006-.181-.006-.179-.007-.179-.009-.178-.01-.176-.01-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.023-.162-.023-.161-.024-.159-.024-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.032-.146-.032-.145-.033-.143-.034-.141-.034-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.041-.126-.041-.124-.041-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.048-.105-.048-.102-.048-.1-.05-.097-.049-.095-.051-.093-.051-.09-.052-.087-.052-.085-.053-.083-.053-.08-.054-.077-.054v4.153zm8.74-8.179l-.257.004-.254.005-.25.008-.247.011-.244.012-.241.014-.237.016-.233.018-.231.021-.226.022-.224.023-.22.026-.216.027-.212.028-.21.031-.205.032-.202.033-.198.034-.194.036-.191.038-.187.038-.183.04-.179.041-.175.042-.172.043-.168.043-.163.045-.16.046-.155.046-.152.048-.148.048-.143.048-.139.049-.136.05-.131.05-.126.051-.123.051-.118.051-.114.052-.11.052-.106.052-.101.052-.096.052-.092.052-.088.052-.083.052-.079.052-.074.051-.07.052-.065.051-.06.05-.056.05-.051.05-.023.025-.023.024-.021.024-.02.025-.019.024-.018.024-.017.023-.015.024-.014.023-.013.023-.012.023-.01.023-.01.022-.008.022-.006.023-.006.021-.004.022-.004.021-.001.021-.001.021.001.021.001.021.004.021.004.022.006.021.006.023.008.022.01.022.01.023.012.023.013.023.014.023.015.024.017.023.018.024.019.024.02.025.021.024.023.024.023.025.051.05.056.05.06.05.065.051.07.052.074.051.079.052.083.052.088.052.092.052.096.052.101.052.106.052.11.052.114.052.118.051.123.051.126.051.131.05.136.05.139.049.143.048.148.048.152.048.155.046.16.046.163.045.168.043.172.043.175.042.179.041.183.04.187.038.191.038.194.036.198.034.202.033.205.032.21.031.212.028.216.027.22.026.224.023.226.022.231.021.233.018.237.016.241.014.244.012.247.011.25.008.254.005.257.004.26.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.022.224-.023.22-.026.216-.027.212-.028.21-.031.205-.032.202-.033.198-.034.194-.036.191-.038.187-.038.183-.04.179-.041.175-.042.172-.043.168-.043.163-.045.16-.046.155-.046.152-.048.148-.048.143-.048.139-.049.136-.05.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.05.051-.05.023-.025.023-.024.021-.024.02-.025.019-.024.018-.024.017-.023.015-.024.014-.023.013-.023.012-.023.01-.023.01-.022.008-.022.006-.023.006-.021.004-.022.004-.021.001-.021.001-.021-.001-.021-.001-.021-.004-.021-.004-.022-.006-.021-.006-.023-.008-.022-.01-.022-.01-.023-.012-.023-.013-.023-.014-.023-.015-.024-.017-.023-.018-.024-.019-.024-.02-.025-.021-.024-.023-.024-.023-.025-.051-.05-.056-.05-.06-.05-.065-.051-.07-.052-.074-.051-.079-.052-.083-.052-.088-.052-.092-.052-.096-.052-.101-.052-.106-.052-.11-.052-.114-.052-.118-.051-.123-.051-.126-.051-.131-.05-.136-.05-.139-.049-.143-.048-.148-.048-.152-.048-.155-.046-.16-.046-.163-.045-.168-.043-.172-.043-.175-.042-.179-.041-.183-.04-.187-.038-.191-.038-.194-.036-.198-.034-.202-.033-.205-.032-.21-.031-.212-.028-.216-.027-.22-.026-.224-.023-.226-.022-.231-.021-.233-.018-.237-.016-.241-.014-.244-.012-.247-.011-.25-.008-.254-.005-.257-.004-.26-.001-.26.001z\"></path></symbol></defs><defs><symbol id=\"diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-clock\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm5.848 12.459c.202.038.202.333.001.372-1.907.361-6.045 1.111-6.547 1.111-.719 0-1.301-.582-1.301-1.301 0-.512.77-5.447 1.125-7.445.034-.192.312-.181.343.014l.985 6.238 5.394 1.011z\"></path></symbol></defs><defs><marker id=\"diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-arrowhead\" refX=\"7.9\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M -1 0 L 10 5 L 0 10 z\"></path></marker></defs><defs><marker id=\"diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-crosshead\" markerWidth=\"15\" markerHeight=\"8\" orient=\"auto\" refX=\"4\" refY=\"4.5\"><path fill=\"none\" stroke=\"#000000\" stroke-width=\"1pt\" d=\"M 1,2 L 6,7 M 6,2 L 1,7\" style=\"stroke-dasharray: 0, 0;\"></path></marker></defs><defs><marker id=\"diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-filled-head\" refX=\"15.5\" refY=\"7\" markerWidth=\"20\" markerHeight=\"28\" orient=\"auto\"><path d=\"M 18,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><defs><marker id=\"diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-sequencenumber\" refX=\"15\" refY=\"15\" markerWidth=\"60\" markerHeight=\"40\" orient=\"auto\"><circle cx=\"15\" cy=\"15\" r=\"6\"></circle></marker></defs><defs><marker id=\"diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-solidTopArrowHead\" refX=\"7.9\" refY=\"7.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 8 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-solidBottomArrowHead\" refX=\"7.9\" refY=\"0.75\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 0 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-stickTopArrowHead\" refX=\"7.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 7 7\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><defs><marker id=\"diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-stickBottomArrowHead\" refX=\"7.5\" refY=\"0\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 7 L 7 0\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><g data-et=\"note\" data-id=\"i4\"><rect x=\"317\" y=\"291\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"248\" height=\"42\" class=\"note\"></rect><text x=\"441\" y=\"296\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"441\">Includes session (card session)</tspan></text></g><g data-et=\"note\" data-id=\"i10\"><rect x=\"-18\" y=\"613\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"186\" height=\"42\" class=\"note\"></rect><text x=\"75\" y=\"618\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"75\">Cardinal SDK: Initialize</tspan></text></g><g data-et=\"note\" data-id=\"i12\"><rect x=\"-8\" y=\"719\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"166\" height=\"42\" class=\"note\"></rect><text x=\"75\" y=\"724\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"75\">consumerSessionId</tspan></text></g><g data-et=\"note\" data-id=\"i15\"><rect x=\"176\" y=\"835\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"232\" height=\"42\" class=\"note\"></rect><text x=\"292\" y=\"840\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"292\">Includes consumerSessionId</tspan></text></g><g data-et=\"note\" data-id=\"i18\"><rect x=\"-53\" y=\"995\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"256\" height=\"42\" class=\"note\"></rect><text x=\"75\" y=\"1000\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"75\">Cardinal SDK: Display Challenge</tspan></text></g><g data-et=\"note\" data-id=\"i24\"><rect x=\"199.5\" y=\"1317\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"185\" height=\"42\" class=\"note\"></rect><text x=\"292\" y=\"1322\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"292\">3DS details E.g. eci etc</tspan></text></g><g data-et=\"note\" data-id=\"i26\"><rect x=\"317\" y=\"1423\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"405\" height=\"42\" class=\"note\"></rect><text x=\"520\" y=\"1428\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"520\">Includes token, 3DS details and optional cvc session</tspan></text></g><text x=\"410\" y=\"80\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Click Pay: Create session</text><line x1=\"76\" y1=\"119\" x2=\"743\" y2=\"119\" class=\"messageLine0\" data-et=\"message\" data-id=\"i0\" data-from=\"Merchant_App\" data-to=\"Checkout_Sessions\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-arrowhead)\" style=\"fill: none;\"></line><text x=\"413\" y=\"134\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Return session</text><line x1=\"746\" y1=\"173\" x2=\"79\" y2=\"173\" class=\"messageLine0\" data-et=\"message\" data-id=\"i1\" data-from=\"Checkout_Sessions\" data-to=\"Merchant_App\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-arrowhead)\" style=\"fill: none;\"></line><text x=\"182\" y=\"188\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Pay</text><line x1=\"76\" y1=\"227\" x2=\"288\" y2=\"227\" class=\"messageLine0\" data-et=\"message\" data-id=\"i2\" data-from=\"Merchant_App\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-arrowhead)\" style=\"fill: none;\"></line><text x=\"623\" y=\"242\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verified token request</text><line x1=\"293\" y1=\"281\" x2=\"953.5\" y2=\"281\" class=\"messageLine0\" data-et=\"message\" data-id=\"i3\" data-from=\"Merchant_Backend\" data-to=\"Verified_Token_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-arrowhead)\" style=\"fill: none;\"></line><text x=\"626\" y=\"348\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verified token response</text><line x1=\"956.5\" y1=\"387\" x2=\"296\" y2=\"387\" class=\"messageLine0\" data-et=\"message\" data-id=\"i5\" data-from=\"Verified_Token_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-arrowhead)\" style=\"fill: none;\"></line><text x=\"726\" y=\"402\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">deviceDataInitialization request</text><line x1=\"293\" y1=\"441\" x2=\"1158.5\" y2=\"441\" class=\"messageLine0\" data-et=\"message\" data-id=\"i6\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-arrowhead)\" style=\"fill: none;\"></line><text x=\"729\" y=\"456\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">deviceDataInitialization response</text><line x1=\"1161.5\" y1=\"495\" x2=\"296\" y2=\"495\" class=\"messageLine0\" data-et=\"message\" data-id=\"i7\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-arrowhead)\" style=\"fill: none;\"></line><text x=\"185\" y=\"510\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">DeviceData - JWT</text><line x1=\"291\" y1=\"549\" x2=\"79\" y2=\"549\" class=\"messageLine0\" data-et=\"message\" data-id=\"i8\" data-from=\"Merchant_Backend\" data-to=\"Merchant_App\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-arrowhead)\" style=\"fill: none;\"></line><text x=\"826\" y=\"564\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Device app data</text><line x1=\"76\" y1=\"603\" x2=\"1575.5\" y2=\"603\" class=\"messageLine1\" data-et=\"message\" data-id=\"i9\" data-from=\"Merchant_App\" data-to=\"Issuers\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"829\" y=\"670\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Device Data sent</text><line x1=\"1578.5\" y1=\"709\" x2=\"79\" y2=\"709\" class=\"messageLine1\" data-et=\"message\" data-id=\"i11\" data-from=\"Issuers\" data-to=\"Merchant_App\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"182\" y=\"776\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">​</text><line x1=\"76\" y1=\"771\" x2=\"288\" y2=\"771\" class=\"messageLine0\" data-et=\"message\" data-id=\"i13\" data-from=\"Merchant_App\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-arrowhead)\" style=\"fill: none;\"></line><text x=\"726\" y=\"786\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Authentication request</text><line x1=\"293\" y1=\"825\" x2=\"1158.5\" y2=\"825\" class=\"messageLine0\" data-et=\"message\" data-id=\"i14\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-arrowhead)\" style=\"fill: none;\"></line><text x=\"729\" y=\"892\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Authentication response</text><line x1=\"1161.5\" y1=\"931\" x2=\"296\" y2=\"931\" class=\"messageLine0\" data-et=\"message\" data-id=\"i16\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-arrowhead)\" style=\"fill: none;\"></line><text x=\"185\" y=\"946\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Challenge - payload</text><line x1=\"291\" y1=\"985\" x2=\"79\" y2=\"985\" class=\"messageLine0\" data-et=\"message\" data-id=\"i17\" data-from=\"Merchant_Backend\" data-to=\"Merchant_App\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-arrowhead)\" style=\"fill: none;\"></line><text x=\"826\" y=\"1052\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Challenge data</text><line x1=\"76\" y1=\"1091\" x2=\"1575.5\" y2=\"1091\" class=\"messageLine1\" data-et=\"message\" data-id=\"i19\" data-from=\"Merchant_App\" data-to=\"Issuers\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"829\" y=\"1106\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Challenge complete</text><line x1=\"1578.5\" y1=\"1145\" x2=\"79\" y2=\"1145\" class=\"messageLine1\" data-et=\"message\" data-id=\"i20\" data-from=\"Issuers\" data-to=\"Merchant_App\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"182\" y=\"1160\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Challenge complete</text><line x1=\"76\" y1=\"1199\" x2=\"288\" y2=\"1199\" class=\"messageLine0\" data-et=\"message\" data-id=\"i21\" data-from=\"Merchant_App\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-arrowhead)\" style=\"fill: none;\"></line><text x=\"726\" y=\"1214\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verification request</text><line x1=\"293\" y1=\"1253\" x2=\"1158.5\" y2=\"1253\" class=\"messageLine0\" data-et=\"message\" data-id=\"i22\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-arrowhead)\" style=\"fill: none;\"></line><text x=\"729\" y=\"1268\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verification response</text><line x1=\"1161.5\" y1=\"1307\" x2=\"296\" y2=\"1307\" class=\"messageLine0\" data-et=\"message\" data-id=\"i23\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-arrowhead)\" style=\"fill: none;\"></line><text x=\"830\" y=\"1374\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">customerInitiatedTransactions request</text><line x1=\"293\" y1=\"1413\" x2=\"1367\" y2=\"1413\" class=\"messageLine0\" data-et=\"message\" data-id=\"i25\" data-from=\"Merchant_Backend\" data-to=\"Card_Payments_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-arrowhead)\" style=\"fill: none;\"></line><text x=\"833\" y=\"1480\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">customerInitiatedTransactions response</text><line x1=\"1370\" y1=\"1519\" x2=\"296\" y2=\"1519\" class=\"messageLine0\" data-et=\"message\" data-id=\"i27\" data-from=\"Card_Payments_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-arrowhead)\" style=\"fill: none;\"></line><text x=\"830\" y=\"1534\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Settlement request</text><line x1=\"293\" y1=\"1573\" x2=\"1367\" y2=\"1573\" class=\"messageLine0\" data-et=\"message\" data-id=\"i28\" data-from=\"Merchant_Backend\" data-to=\"Card_Payments_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-arrowhead)\" style=\"fill: none;\"></line><text x=\"833\" y=\"1588\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Settlement response</text><line x1=\"1370\" y1=\"1627\" x2=\"296\" y2=\"1627\" class=\"messageLine0\" data-et=\"message\" data-id=\"i29\" data-from=\"Card_Payments_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-474b67f817001245a61860504d4bcef791c2a5788d2acf782f6a316607435776-arrowhead)\" style=\"fill: none;\"></line></svg>","diagramHtmlDark":"<svg id=\"diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" style=\"max-width: 1807.5px;\" viewBox=\"-103 -10 1807.5 1733\" role=\"graphics-document document\" aria-roledescription=\"sequence\"><g><rect x=\"1504.5\" y=\"1647\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Issuers\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1579.5\" y=\"1679.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1579.5\" dy=\"0\">Issuers</tspan></text></g><g><rect x=\"1287.5\" y=\"1647\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Card_Payments_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1371\" y=\"1679.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1371\" dy=\"0\">Card_Payments_API</tspan></text></g><g><rect x=\"1087.5\" y=\"1647\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"3DS_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1162.5\" y=\"1679.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1162.5\" dy=\"0\">3DS_API</tspan></text></g><g><rect x=\"877.5\" y=\"1647\" fill=\"#eaeaea\" stroke=\"#666\" width=\"160\" height=\"65\" name=\"Verified_Token_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"957.5\" y=\"1679.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"957.5\" dy=\"0\">Verified_Token_API</tspan></text></g><g><rect x=\"666.5\" y=\"1647\" fill=\"#eaeaea\" stroke=\"#666\" width=\"161\" height=\"65\" name=\"Checkout_Sessions\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"747\" y=\"1679.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"747\" dy=\"0\">Checkout_Sessions</tspan></text></g><g><rect x=\"211\" y=\"1647\" fill=\"#eaeaea\" stroke=\"#666\" width=\"162\" height=\"65\" name=\"Merchant_Backend\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"292\" y=\"1679.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"292\" dy=\"0\">Merchant_Backend</tspan></text></g><g><rect x=\"0\" y=\"1647\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Merchant_App\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"75\" y=\"1679.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Merchant_App</tspan></text></g><g><line id=\"actor6\" x1=\"1579.5\" y1=\"65\" x2=\"1579.5\" y2=\"1647\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Issuers\" data-et=\"life-line\" data-id=\"Issuers\"></line><g id=\"root-6\" data-et=\"participant\" data-type=\"participant\" data-id=\"Issuers\"><rect x=\"1504.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Issuers\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1579.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1579.5\" dy=\"0\">Issuers</tspan></text></g></g><g><line id=\"actor5\" x1=\"1371\" y1=\"65\" x2=\"1371\" y2=\"1647\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Card_Payments_API\" data-et=\"life-line\" data-id=\"Card_Payments_API\"></line><g id=\"root-5\" data-et=\"participant\" data-type=\"participant\" data-id=\"Card_Payments_API\"><rect x=\"1287.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Card_Payments_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1371\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1371\" dy=\"0\">Card_Payments_API</tspan></text></g></g><g><line id=\"actor4\" x1=\"1162.5\" y1=\"65\" x2=\"1162.5\" y2=\"1647\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"3DS_API\" data-et=\"life-line\" data-id=\"3DS_API\"></line><g id=\"root-4\" data-et=\"participant\" data-type=\"participant\" data-id=\"3DS_API\"><rect x=\"1087.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"3DS_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1162.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1162.5\" dy=\"0\">3DS_API</tspan></text></g></g><g><line id=\"actor3\" x1=\"957.5\" y1=\"65\" x2=\"957.5\" y2=\"1647\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Verified_Token_API\" data-et=\"life-line\" data-id=\"Verified_Token_API\"></line><g id=\"root-3\" data-et=\"participant\" data-type=\"participant\" data-id=\"Verified_Token_API\"><rect x=\"877.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"160\" height=\"65\" name=\"Verified_Token_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"957.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"957.5\" dy=\"0\">Verified_Token_API</tspan></text></g></g><g><line id=\"actor2\" x1=\"747\" y1=\"65\" x2=\"747\" y2=\"1647\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Checkout_Sessions\" data-et=\"life-line\" data-id=\"Checkout_Sessions\"></line><g id=\"root-2\" data-et=\"participant\" data-type=\"participant\" data-id=\"Checkout_Sessions\"><rect x=\"666.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"161\" height=\"65\" name=\"Checkout_Sessions\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"747\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"747\" dy=\"0\">Checkout_Sessions</tspan></text></g></g><g><line id=\"actor1\" x1=\"292\" y1=\"65\" x2=\"292\" y2=\"1647\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Merchant_Backend\" data-et=\"life-line\" data-id=\"Merchant_Backend\"></line><g id=\"root-1\" data-et=\"participant\" data-type=\"participant\" data-id=\"Merchant_Backend\"><rect x=\"211\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"162\" height=\"65\" name=\"Merchant_Backend\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"292\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"292\" dy=\"0\">Merchant_Backend</tspan></text></g></g><g><line id=\"actor0\" x1=\"75\" y1=\"65\" x2=\"75\" y2=\"1647\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Merchant_App\" data-et=\"life-line\" data-id=\"Merchant_App\"></line><g id=\"root-0\" data-et=\"participant\" data-type=\"participant\" data-id=\"Merchant_App\"><rect x=\"0\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Merchant_App\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"75\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Merchant_App</tspan></text></g></g><style>#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .error-icon{fill:#a44141;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .error-text{fill:#ddd;stroke:#ddd;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .edge-thickness-normal{stroke-width:1px;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .edge-thickness-thick{stroke-width:3.5px;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .edge-pattern-solid{stroke-dasharray:0;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .marker{fill:lightgrey;stroke:lightgrey;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .marker.cross{stroke:lightgrey;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 p{margin:0;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .actor{stroke:#ccc;fill:#1f2020;stroke-width:1;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 rect.actor.outer-path[data-look=\"neo\"]{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 rect.note[data-look=\"neo\"]{stroke:hsl(180, 0%, 18.3529411765%);fill:hsl(180, 1.5873015873%, 28.3529411765%);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 text.actor&gt;tspan{fill:lightgrey;stroke:none;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .actor-line{stroke:#ccc;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .innerArc{stroke-width:1.5;stroke-dasharray:none;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:lightgrey;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .messageLine1{stroke-width:1.5;stroke-dasharray:2,2;stroke:lightgrey;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 [id$=\"-arrowhead\"] path{fill:lightgrey;stroke:lightgrey;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .sequenceNumber{fill:black;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 [id$=\"-sequencenumber\"]{fill:lightgrey;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 [id$=\"-crosshead\"] path{fill:lightgrey;stroke:lightgrey;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .messageText{fill:lightgrey;stroke:none;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .labelBox{stroke:#ccc;fill:#1f2020;filter:none;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .labelText,#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .labelText&gt;tspan{fill:lightgrey;stroke:none;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .loopText,#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .loopText&gt;tspan{fill:lightgrey;stroke:none;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .sectionTitle,#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .sectionTitle&gt;tspan{fill:lightgrey;stroke:none;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .loopLine{stroke-width:2px;stroke-dasharray:2,2;stroke:#ccc;fill:#ccc;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .note{stroke:hsl(180, 0%, 18.3529411765%);fill:hsl(180, 1.5873015873%, 28.3529411765%);}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .noteText,#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .noteText&gt;tspan{fill:rgb(183.8476190475, 181.5523809523, 181.5523809523);stroke:none;font-weight:normal;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .activation0{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .activation1{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .activation2{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .actorPopupMenu{position:absolute;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .actorPopupMenuPanel{position:absolute;fill:#1f2020;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);filter:drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .actor-man circle,#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 line{fill:#1f2020;stroke-width:2px;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 g rect.rect{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));stroke:#ccc;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 .node .neo-node{stroke:#ccc;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 [data-look=\"neo\"].node rect,#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 [data-look=\"neo\"].cluster rect,#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 [data-look=\"neo\"].node polygon{stroke:url(#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 [data-look=\"neo\"].node path{stroke:url(#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-gradient);stroke-width:1px;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 [data-look=\"neo\"].node circle{stroke:url(#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g></g><defs><symbol id=\"diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-computer\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M2 2v13h20v-13h-20zm18 11h-16v-9h16v9zm-10.228 6l.466-1h3.524l.467 1h-4.457zm14.228 3h-24l2-6h2.104l-1.33 4h18.45l-1.297-4h2.073l2 6zm-5-10h-14v-7h14v7z\"></path></symbol></defs><defs><symbol id=\"diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-database\" fill-rule=\"evenodd\" clip-rule=\"evenodd\"><path transform=\"scale(.5)\" d=\"M12.258.001l.256.004.255.005.253.008.251.01.249.012.247.015.246.016.242.019.241.02.239.023.236.024.233.027.231.028.229.031.225.032.223.034.22.036.217.038.214.04.211.041.208.043.205.045.201.046.198.048.194.05.191.051.187.053.183.054.18.056.175.057.172.059.168.06.163.061.16.063.155.064.15.066.074.033.073.033.071.034.07.034.069.035.068.035.067.035.066.035.064.036.064.036.062.036.06.036.06.037.058.037.058.037.055.038.055.038.053.038.052.038.051.039.05.039.048.039.047.039.045.04.044.04.043.04.041.04.04.041.039.041.037.041.036.041.034.041.033.042.032.042.03.042.029.042.027.042.026.043.024.043.023.043.021.043.02.043.018.044.017.043.015.044.013.044.012.044.011.045.009.044.007.045.006.045.004.045.002.045.001.045v17l-.001.045-.002.045-.004.045-.006.045-.007.045-.009.044-.011.045-.012.044-.013.044-.015.044-.017.043-.018.044-.02.043-.021.043-.023.043-.024.043-.026.043-.027.042-.029.042-.03.042-.032.042-.033.042-.034.041-.036.041-.037.041-.039.041-.04.041-.041.04-.043.04-.044.04-.045.04-.047.039-.048.039-.05.039-.051.039-.052.038-.053.038-.055.038-.055.038-.058.037-.058.037-.06.037-.06.036-.062.036-.064.036-.064.036-.066.035-.067.035-.068.035-.069.035-.07.034-.071.034-.073.033-.074.033-.15.066-.155.064-.16.063-.163.061-.168.06-.172.059-.175.057-.18.056-.183.054-.187.053-.191.051-.194.05-.198.048-.201.046-.205.045-.208.043-.211.041-.214.04-.217.038-.22.036-.223.034-.225.032-.229.031-.231.028-.233.027-.236.024-.239.023-.241.02-.242.019-.246.016-.247.015-.249.012-.251.01-.253.008-.255.005-.256.004-.258.001-.258-.001-.256-.004-.255-.005-.253-.008-.251-.01-.249-.012-.247-.015-.245-.016-.243-.019-.241-.02-.238-.023-.236-.024-.234-.027-.231-.028-.228-.031-.226-.032-.223-.034-.22-.036-.217-.038-.214-.04-.211-.041-.208-.043-.204-.045-.201-.046-.198-.048-.195-.05-.19-.051-.187-.053-.184-.054-.179-.056-.176-.057-.172-.059-.167-.06-.164-.061-.159-.063-.155-.064-.151-.066-.074-.033-.072-.033-.072-.034-.07-.034-.069-.035-.068-.035-.067-.035-.066-.035-.064-.036-.063-.036-.062-.036-.061-.036-.06-.037-.058-.037-.057-.037-.056-.038-.055-.038-.053-.038-.052-.038-.051-.039-.049-.039-.049-.039-.046-.039-.046-.04-.044-.04-.043-.04-.041-.04-.04-.041-.039-.041-.037-.041-.036-.041-.034-.041-.033-.042-.032-.042-.03-.042-.029-.042-.027-.042-.026-.043-.024-.043-.023-.043-.021-.043-.02-.043-.018-.044-.017-.043-.015-.044-.013-.044-.012-.044-.011-.045-.009-.044-.007-.045-.006-.045-.004-.045-.002-.045-.001-.045v-17l.001-.045.002-.045.004-.045.006-.045.007-.045.009-.044.011-.045.012-.044.013-.044.015-.044.017-.043.018-.044.02-.043.021-.043.023-.043.024-.043.026-.043.027-.042.029-.042.03-.042.032-.042.033-.042.034-.041.036-.041.037-.041.039-.041.04-.041.041-.04.043-.04.044-.04.046-.04.046-.039.049-.039.049-.039.051-.039.052-.038.053-.038.055-.038.056-.038.057-.037.058-.037.06-.037.061-.036.062-.036.063-.036.064-.036.066-.035.067-.035.068-.035.069-.035.07-.034.072-.034.072-.033.074-.033.151-.066.155-.064.159-.063.164-.061.167-.06.172-.059.176-.057.179-.056.184-.054.187-.053.19-.051.195-.05.198-.048.201-.046.204-.045.208-.043.211-.041.214-.04.217-.038.22-.036.223-.034.226-.032.228-.031.231-.028.234-.027.236-.024.238-.023.241-.02.243-.019.245-.016.247-.015.249-.012.251-.01.253-.008.255-.005.256-.004.258-.001.258.001zm-9.258 20.499v.01l.001.021.003.021.004.022.005.021.006.022.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.023.018.024.019.024.021.024.022.025.023.024.024.025.052.049.056.05.061.051.066.051.07.051.075.051.079.052.084.052.088.052.092.052.097.052.102.051.105.052.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.048.144.049.147.047.152.047.155.047.16.045.163.045.167.043.171.043.176.041.178.041.183.039.187.039.19.037.194.035.197.035.202.033.204.031.209.03.212.029.216.027.219.025.222.024.226.021.23.02.233.018.236.016.24.015.243.012.246.01.249.008.253.005.256.004.259.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.021.224-.024.22-.026.216-.027.212-.028.21-.031.205-.031.202-.034.198-.034.194-.036.191-.037.187-.039.183-.04.179-.04.175-.042.172-.043.168-.044.163-.045.16-.046.155-.046.152-.047.148-.048.143-.049.139-.049.136-.05.131-.05.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.053.083-.051.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.05.023-.024.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.023.01-.022.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.127l-.077.055-.08.053-.083.054-.085.053-.087.052-.09.052-.093.051-.095.05-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.045-.118.044-.12.043-.122.042-.124.042-.126.041-.128.04-.13.04-.132.038-.134.038-.135.037-.138.037-.139.035-.142.035-.143.034-.144.033-.147.032-.148.031-.15.03-.151.03-.153.029-.154.027-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.01-.179.008-.179.008-.181.006-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.006-.179-.008-.179-.008-.178-.01-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.027-.153-.029-.151-.03-.15-.03-.148-.031-.146-.032-.145-.033-.143-.034-.141-.035-.14-.035-.137-.037-.136-.037-.134-.038-.132-.038-.13-.04-.128-.04-.126-.041-.124-.042-.122-.042-.12-.044-.117-.043-.116-.045-.113-.045-.112-.046-.109-.047-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.05-.093-.052-.09-.051-.087-.052-.085-.053-.083-.054-.08-.054-.077-.054v4.127zm0-5.654v.011l.001.021.003.021.004.021.005.022.006.022.007.022.009.022.01.022.011.023.012.023.013.023.015.024.016.023.017.024.018.024.019.024.021.024.022.024.023.025.024.024.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.052.11.051.114.051.119.052.123.05.127.051.131.05.135.049.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.044.171.042.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.022.23.02.233.018.236.016.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.012.241-.015.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.048.139-.05.136-.049.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.051.051-.049.023-.025.023-.024.021-.025.02-.024.019-.024.018-.024.017-.024.015-.023.014-.023.013-.024.012-.022.01-.023.01-.023.008-.022.006-.022.006-.022.004-.021.004-.022.001-.021.001-.021v-4.139l-.077.054-.08.054-.083.054-.085.052-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.044-.118.044-.12.044-.122.042-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.035-.143.033-.144.033-.147.033-.148.031-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.009-.179.009-.179.007-.181.007-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.007-.179-.007-.179-.009-.178-.009-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.031-.146-.033-.145-.033-.143-.033-.141-.035-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.04-.126-.041-.124-.042-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.051-.093-.051-.09-.051-.087-.053-.085-.052-.083-.054-.08-.054-.077-.054v4.139zm0-5.666v.011l.001.02.003.022.004.021.005.022.006.021.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.024.018.023.019.024.021.025.022.024.023.024.024.025.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.051.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.043.171.043.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.021.23.02.233.018.236.017.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.013.241-.014.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.049.139-.049.136-.049.131-.051.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.049.023-.025.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.022.01-.023.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.153l-.077.054-.08.054-.083.053-.085.053-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.048-.105.048-.106.048-.109.046-.111.046-.114.046-.115.044-.118.044-.12.043-.122.043-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.034-.143.034-.144.033-.147.032-.148.032-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.024-.161.024-.162.023-.163.023-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.01-.178.01-.179.009-.179.007-.181.006-.182.006-.182.004-.184.003-.184.001-.185.001-.185-.001-.184-.001-.184-.003-.182-.004-.182-.006-.181-.006-.179-.007-.179-.009-.178-.01-.176-.01-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.023-.162-.023-.161-.024-.159-.024-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.032-.146-.032-.145-.033-.143-.034-.141-.034-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.041-.126-.041-.124-.041-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.048-.105-.048-.102-.048-.1-.05-.097-.049-.095-.051-.093-.051-.09-.052-.087-.052-.085-.053-.083-.053-.08-.054-.077-.054v4.153zm8.74-8.179l-.257.004-.254.005-.25.008-.247.011-.244.012-.241.014-.237.016-.233.018-.231.021-.226.022-.224.023-.22.026-.216.027-.212.028-.21.031-.205.032-.202.033-.198.034-.194.036-.191.038-.187.038-.183.04-.179.041-.175.042-.172.043-.168.043-.163.045-.16.046-.155.046-.152.048-.148.048-.143.048-.139.049-.136.05-.131.05-.126.051-.123.051-.118.051-.114.052-.11.052-.106.052-.101.052-.096.052-.092.052-.088.052-.083.052-.079.052-.074.051-.07.052-.065.051-.06.05-.056.05-.051.05-.023.025-.023.024-.021.024-.02.025-.019.024-.018.024-.017.023-.015.024-.014.023-.013.023-.012.023-.01.023-.01.022-.008.022-.006.023-.006.021-.004.022-.004.021-.001.021-.001.021.001.021.001.021.004.021.004.022.006.021.006.023.008.022.01.022.01.023.012.023.013.023.014.023.015.024.017.023.018.024.019.024.02.025.021.024.023.024.023.025.051.05.056.05.06.05.065.051.07.052.074.051.079.052.083.052.088.052.092.052.096.052.101.052.106.052.11.052.114.052.118.051.123.051.126.051.131.05.136.05.139.049.143.048.148.048.152.048.155.046.16.046.163.045.168.043.172.043.175.042.179.041.183.04.187.038.191.038.194.036.198.034.202.033.205.032.21.031.212.028.216.027.22.026.224.023.226.022.231.021.233.018.237.016.241.014.244.012.247.011.25.008.254.005.257.004.26.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.022.224-.023.22-.026.216-.027.212-.028.21-.031.205-.032.202-.033.198-.034.194-.036.191-.038.187-.038.183-.04.179-.041.175-.042.172-.043.168-.043.163-.045.16-.046.155-.046.152-.048.148-.048.143-.048.139-.049.136-.05.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.05.051-.05.023-.025.023-.024.021-.024.02-.025.019-.024.018-.024.017-.023.015-.024.014-.023.013-.023.012-.023.01-.023.01-.022.008-.022.006-.023.006-.021.004-.022.004-.021.001-.021.001-.021-.001-.021-.001-.021-.004-.021-.004-.022-.006-.021-.006-.023-.008-.022-.01-.022-.01-.023-.012-.023-.013-.023-.014-.023-.015-.024-.017-.023-.018-.024-.019-.024-.02-.025-.021-.024-.023-.024-.023-.025-.051-.05-.056-.05-.06-.05-.065-.051-.07-.052-.074-.051-.079-.052-.083-.052-.088-.052-.092-.052-.096-.052-.101-.052-.106-.052-.11-.052-.114-.052-.118-.051-.123-.051-.126-.051-.131-.05-.136-.05-.139-.049-.143-.048-.148-.048-.152-.048-.155-.046-.16-.046-.163-.045-.168-.043-.172-.043-.175-.042-.179-.041-.183-.04-.187-.038-.191-.038-.194-.036-.198-.034-.202-.033-.205-.032-.21-.031-.212-.028-.216-.027-.22-.026-.224-.023-.226-.022-.231-.021-.233-.018-.237-.016-.241-.014-.244-.012-.247-.011-.25-.008-.254-.005-.257-.004-.26-.001-.26.001z\"></path></symbol></defs><defs><symbol id=\"diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-clock\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm5.848 12.459c.202.038.202.333.001.372-1.907.361-6.045 1.111-6.547 1.111-.719 0-1.301-.582-1.301-1.301 0-.512.77-5.447 1.125-7.445.034-.192.312-.181.343.014l.985 6.238 5.394 1.011z\"></path></symbol></defs><defs><marker id=\"diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-arrowhead\" refX=\"7.9\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M -1 0 L 10 5 L 0 10 z\"></path></marker></defs><defs><marker id=\"diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-crosshead\" markerWidth=\"15\" markerHeight=\"8\" orient=\"auto\" refX=\"4\" refY=\"4.5\"><path fill=\"none\" stroke=\"#000000\" stroke-width=\"1pt\" d=\"M 1,2 L 6,7 M 6,2 L 1,7\" style=\"stroke-dasharray: 0, 0;\"></path></marker></defs><defs><marker id=\"diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-filled-head\" refX=\"15.5\" refY=\"7\" markerWidth=\"20\" markerHeight=\"28\" orient=\"auto\"><path d=\"M 18,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><defs><marker id=\"diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-sequencenumber\" refX=\"15\" refY=\"15\" markerWidth=\"60\" markerHeight=\"40\" orient=\"auto\"><circle cx=\"15\" cy=\"15\" r=\"6\"></circle></marker></defs><defs><marker id=\"diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-solidTopArrowHead\" refX=\"7.9\" refY=\"7.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 8 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-solidBottomArrowHead\" refX=\"7.9\" refY=\"0.75\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 0 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-stickTopArrowHead\" refX=\"7.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 7 7\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><defs><marker id=\"diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-stickBottomArrowHead\" refX=\"7.5\" refY=\"0\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 7 L 7 0\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><g data-et=\"note\" data-id=\"i4\"><rect x=\"317\" y=\"291\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"248\" height=\"42\" class=\"note\"></rect><text x=\"441\" y=\"296\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"441\">Includes session (card session)</tspan></text></g><g data-et=\"note\" data-id=\"i10\"><rect x=\"-18\" y=\"613\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"186\" height=\"42\" class=\"note\"></rect><text x=\"75\" y=\"618\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"75\">Cardinal SDK: Initialize</tspan></text></g><g data-et=\"note\" data-id=\"i12\"><rect x=\"-8\" y=\"719\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"166\" height=\"42\" class=\"note\"></rect><text x=\"75\" y=\"724\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"75\">consumerSessionId</tspan></text></g><g data-et=\"note\" data-id=\"i15\"><rect x=\"176\" y=\"835\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"232\" height=\"42\" class=\"note\"></rect><text x=\"292\" y=\"840\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"292\">Includes consumerSessionId</tspan></text></g><g data-et=\"note\" data-id=\"i18\"><rect x=\"-53\" y=\"995\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"256\" height=\"42\" class=\"note\"></rect><text x=\"75\" y=\"1000\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"75\">Cardinal SDK: Display Challenge</tspan></text></g><g data-et=\"note\" data-id=\"i24\"><rect x=\"199.5\" y=\"1317\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"185\" height=\"42\" class=\"note\"></rect><text x=\"292\" y=\"1322\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"292\">3DS details E.g. eci etc</tspan></text></g><g data-et=\"note\" data-id=\"i26\"><rect x=\"317\" y=\"1423\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"405\" height=\"42\" class=\"note\"></rect><text x=\"520\" y=\"1428\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"520\">Includes token, 3DS details and optional cvc session</tspan></text></g><text x=\"410\" y=\"80\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Click Pay: Create session</text><line x1=\"76\" y1=\"119\" x2=\"743\" y2=\"119\" class=\"messageLine0\" data-et=\"message\" data-id=\"i0\" data-from=\"Merchant_App\" data-to=\"Checkout_Sessions\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-arrowhead)\" style=\"fill: none;\"></line><text x=\"413\" y=\"134\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Return session</text><line x1=\"746\" y1=\"173\" x2=\"79\" y2=\"173\" class=\"messageLine0\" data-et=\"message\" data-id=\"i1\" data-from=\"Checkout_Sessions\" data-to=\"Merchant_App\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-arrowhead)\" style=\"fill: none;\"></line><text x=\"182\" y=\"188\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Pay</text><line x1=\"76\" y1=\"227\" x2=\"288\" y2=\"227\" class=\"messageLine0\" data-et=\"message\" data-id=\"i2\" data-from=\"Merchant_App\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-arrowhead)\" style=\"fill: none;\"></line><text x=\"623\" y=\"242\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verified token request</text><line x1=\"293\" y1=\"281\" x2=\"953.5\" y2=\"281\" class=\"messageLine0\" data-et=\"message\" data-id=\"i3\" data-from=\"Merchant_Backend\" data-to=\"Verified_Token_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-arrowhead)\" style=\"fill: none;\"></line><text x=\"626\" y=\"348\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verified token response</text><line x1=\"956.5\" y1=\"387\" x2=\"296\" y2=\"387\" class=\"messageLine0\" data-et=\"message\" data-id=\"i5\" data-from=\"Verified_Token_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-arrowhead)\" style=\"fill: none;\"></line><text x=\"726\" y=\"402\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">deviceDataInitialization request</text><line x1=\"293\" y1=\"441\" x2=\"1158.5\" y2=\"441\" class=\"messageLine0\" data-et=\"message\" data-id=\"i6\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-arrowhead)\" style=\"fill: none;\"></line><text x=\"729\" y=\"456\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">deviceDataInitialization response</text><line x1=\"1161.5\" y1=\"495\" x2=\"296\" y2=\"495\" class=\"messageLine0\" data-et=\"message\" data-id=\"i7\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-arrowhead)\" style=\"fill: none;\"></line><text x=\"185\" y=\"510\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">DeviceData - JWT</text><line x1=\"291\" y1=\"549\" x2=\"79\" y2=\"549\" class=\"messageLine0\" data-et=\"message\" data-id=\"i8\" data-from=\"Merchant_Backend\" data-to=\"Merchant_App\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-arrowhead)\" style=\"fill: none;\"></line><text x=\"826\" y=\"564\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Device app data</text><line x1=\"76\" y1=\"603\" x2=\"1575.5\" y2=\"603\" class=\"messageLine1\" data-et=\"message\" data-id=\"i9\" data-from=\"Merchant_App\" data-to=\"Issuers\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"829\" y=\"670\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Device Data sent</text><line x1=\"1578.5\" y1=\"709\" x2=\"79\" y2=\"709\" class=\"messageLine1\" data-et=\"message\" data-id=\"i11\" data-from=\"Issuers\" data-to=\"Merchant_App\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"182\" y=\"776\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">​</text><line x1=\"76\" y1=\"771\" x2=\"288\" y2=\"771\" class=\"messageLine0\" data-et=\"message\" data-id=\"i13\" data-from=\"Merchant_App\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-arrowhead)\" style=\"fill: none;\"></line><text x=\"726\" y=\"786\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Authentication request</text><line x1=\"293\" y1=\"825\" x2=\"1158.5\" y2=\"825\" class=\"messageLine0\" data-et=\"message\" data-id=\"i14\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-arrowhead)\" style=\"fill: none;\"></line><text x=\"729\" y=\"892\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Authentication response</text><line x1=\"1161.5\" y1=\"931\" x2=\"296\" y2=\"931\" class=\"messageLine0\" data-et=\"message\" data-id=\"i16\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-arrowhead)\" style=\"fill: none;\"></line><text x=\"185\" y=\"946\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Challenge - payload</text><line x1=\"291\" y1=\"985\" x2=\"79\" y2=\"985\" class=\"messageLine0\" data-et=\"message\" data-id=\"i17\" data-from=\"Merchant_Backend\" data-to=\"Merchant_App\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-arrowhead)\" style=\"fill: none;\"></line><text x=\"826\" y=\"1052\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Challenge data</text><line x1=\"76\" y1=\"1091\" x2=\"1575.5\" y2=\"1091\" class=\"messageLine1\" data-et=\"message\" data-id=\"i19\" data-from=\"Merchant_App\" data-to=\"Issuers\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"829\" y=\"1106\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Challenge complete</text><line x1=\"1578.5\" y1=\"1145\" x2=\"79\" y2=\"1145\" class=\"messageLine1\" data-et=\"message\" data-id=\"i20\" data-from=\"Issuers\" data-to=\"Merchant_App\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"182\" y=\"1160\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Challenge complete</text><line x1=\"76\" y1=\"1199\" x2=\"288\" y2=\"1199\" class=\"messageLine0\" data-et=\"message\" data-id=\"i21\" data-from=\"Merchant_App\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-arrowhead)\" style=\"fill: none;\"></line><text x=\"726\" y=\"1214\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verification request</text><line x1=\"293\" y1=\"1253\" x2=\"1158.5\" y2=\"1253\" class=\"messageLine0\" data-et=\"message\" data-id=\"i22\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-arrowhead)\" style=\"fill: none;\"></line><text x=\"729\" y=\"1268\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verification response</text><line x1=\"1161.5\" y1=\"1307\" x2=\"296\" y2=\"1307\" class=\"messageLine0\" data-et=\"message\" data-id=\"i23\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-arrowhead)\" style=\"fill: none;\"></line><text x=\"830\" y=\"1374\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">customerInitiatedTransactions request</text><line x1=\"293\" y1=\"1413\" x2=\"1367\" y2=\"1413\" class=\"messageLine0\" data-et=\"message\" data-id=\"i25\" data-from=\"Merchant_Backend\" data-to=\"Card_Payments_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-arrowhead)\" style=\"fill: none;\"></line><text x=\"833\" y=\"1480\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">customerInitiatedTransactions response</text><line x1=\"1370\" y1=\"1519\" x2=\"296\" y2=\"1519\" class=\"messageLine0\" data-et=\"message\" data-id=\"i27\" data-from=\"Card_Payments_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-arrowhead)\" style=\"fill: none;\"></line><text x=\"830\" y=\"1534\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Settlement request</text><line x1=\"293\" y1=\"1573\" x2=\"1367\" y2=\"1573\" class=\"messageLine0\" data-et=\"message\" data-id=\"i28\" data-from=\"Merchant_Backend\" data-to=\"Card_Payments_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-arrowhead)\" style=\"fill: none;\"></line><text x=\"833\" y=\"1588\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Settlement response</text><line x1=\"1370\" y1=\"1627\" x2=\"296\" y2=\"1627\" class=\"messageLine0\" data-et=\"message\" data-id=\"i29\" data-from=\"Card_Payments_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-661b8413c4020a252dec0ea30a9ace524a05e2021e754cf7fa103860ac2276d5-arrowhead)\" style=\"fill: none;\"></line></svg>"},"children":["\nsequenceDiagram\n    participant Merchant_App\n    participant Merchant_Backend\n    participant Checkout_Sessions\n    participant Verified_Token_API\n    participant 3DS_API\n    participant Card_Payments_API\n    Merchant_App->>Checkout_Sessions: Click Pay: Create session\n    Checkout_Sessions->>Merchant_App: Return session \n    Merchant_App->>Merchant_Backend: Pay \n    Merchant_Backend->>Verified_Token_API: Verified token request\n    Note right of Merchant_Backend: Includes session (card session)\n    Verified_Token_API->>Merchant_Backend: Verified token response\n    Merchant_Backend->>3DS_API: deviceDataInitialization request\n    3DS_API->>Merchant_Backend: deviceDataInitialization response\n    Merchant_Backend->>Merchant_App: DeviceData - JWT\n    Merchant_App-->>Issuers: Device app data\n    Note over Merchant_App: Cardinal SDK: Initialize\n    Issuers-->>Merchant_App: Device Data sent\n    Note over Merchant_App: consumerSessionId\n    Merchant_App->>Merchant_Backend: \n    Merchant_Backend->>3DS_API: Authentication request\n    Note over Merchant_Backend: Includes consumerSessionId\n    3DS_API->>Merchant_Backend: Authentication response\n    Merchant_Backend->>Merchant_App: Challenge - payload\n    Note over Merchant_App: Cardinal SDK: Display Challenge\n    Merchant_App-->>Issuers: Challenge data\n    Issuers-->>Merchant_App: Challenge complete\n    Merchant_App->>Merchant_Backend: Challenge complete\n    Merchant_Backend->>3DS_API: Verification request\n    3DS_API->>Merchant_Backend: Verification response\n    Note over Merchant_Backend: 3DS details E.g. eci etc\n    Merchant_Backend->>Card_Payments_API: customerInitiatedTransactions request\n    Note right of Merchant_Backend: Includes token, 3DS details and optional cvc session\n    Card_Payments_API->>Merchant_Backend: customerInitiatedTransactions response\n    Merchant_Backend->>Card_Payments_API: Settlement request\n    Card_Payments_API->>Merchant_Backend: Settlement response\n"]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"basic-card-authorization-with-3ds-and-fraudsight","__idx":3},"children":["Basic card authorization with 3DS and FraudSight"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Card payment with a FraudSight risk assessment and 3DS authentication enabled."]},{"$$mdtype":"Tag","name":"Tabs","attributes":{"size":"medium"},"children":[{"$$mdtype":"Tag","name":"div","attributes":{"label":"API only","disable":false},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Using:"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/fraudsight/"},"children":["FraudSight API"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/3ds/"},"children":["3DS API"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/card-payments/"},"children":["Card Payments API"]}]}]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"\nsequenceDiagram\n    participant Browser\n    participant Merchant_Frontend\n    participant Merchant_Backend\n    participant 3DS_API\n    participant Card_Payments_API\n    participant FraudSight_API\n    participant Issuers\n    Browser->>Merchant_Frontend: Click Pay\n    Merchant_Frontend->>Merchant_Backend: Pay \n    Merchant_Backend->>FraudSight_API: Assessment request\n    FraudSight_API->>Merchant_Backend: Assessment response\n    Merchant_Backend->>3DS_API: deviceDataInitialization request\n    3DS_API->>Merchant_Backend: deviceDataInitialization response\n    Merchant_Backend->>Merchant_Frontend: DeviceData - BIN/JWT/URL\n    Merchant_Frontend->>Browser: 3DS Device Data form\n    Browser-->>Issuers: Form POST\n    Issuers-->>Browser: PostMessage: dfReferenceId\n    Merchant_Backend->>3DS_API: Authentication request\n    3DS_API->>Merchant_Backend: Authentication response\n    Merchant_Backend->>Merchant_Frontend: Challenge JWT/URL\n    Merchant_Frontend->>Browser: 3DS challenge form\n    Browser-->>Issuers: Form POST\n    Issuers-->>Merchant_Backend: `returnUrl` specified in authentication request\n    Note right of Merchant_Frontend: Update or close challenge window on website\n    Merchant_Backend->>3DS_API: Verification request\n    3DS_API->>Merchant_Backend: Verification response\n    Note right of Merchant_Frontend: Apply authentication details in payment<br> E.g. eci, authenticationValue etc\n    Merchant_Backend->>Card_Payments_API: customerInitiatedTransactions request\n    Card_Payments_API->>Merchant_Backend: customerInitiatedTransactions response\n    Merchant_Backend->>Card_Payments_API: Settlement request\n    Card_Payments_API->>Merchant_Backend: Settlement response\n","diagramHtml":"<svg id=\"diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" style=\"max-width: 1826px;\" viewBox=\"-50 -10 1826 1485\" role=\"graphics-document document\" aria-roledescription=\"sequence\"><g><rect x=\"1576\" y=\"1399\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Issuers\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1651\" y=\"1431.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1651\" dy=\"0\">Issuers</tspan></text></g><g><rect x=\"1376\" y=\"1399\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"FraudSight_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1451\" y=\"1431.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1451\" dy=\"0\">FraudSight_API</tspan></text></g><g><rect x=\"1159\" y=\"1399\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Card_Payments_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1242.5\" y=\"1431.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1242.5\" dy=\"0\">Card_Payments_API</tspan></text></g><g><rect x=\"959\" y=\"1399\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"3DS_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1034\" y=\"1431.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1034\" dy=\"0\">3DS_API</tspan></text></g><g><rect x=\"637\" y=\"1399\" fill=\"#eaeaea\" stroke=\"#666\" width=\"162\" height=\"65\" name=\"Merchant_Backend\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"718\" y=\"1431.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"718\" dy=\"0\">Merchant_Backend</tspan></text></g><g><rect x=\"224.5\" y=\"1399\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Merchant_Frontend\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"308\" y=\"1431.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"308\" dy=\"0\">Merchant_Frontend</tspan></text></g><g><rect x=\"0\" y=\"1399\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Browser\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"75\" y=\"1431.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Browser</tspan></text></g><g><line id=\"actor6\" x1=\"1651\" y1=\"65\" x2=\"1651\" y2=\"1399\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Issuers\" data-et=\"life-line\" data-id=\"Issuers\"></line><g id=\"root-6\" data-et=\"participant\" data-type=\"participant\" data-id=\"Issuers\"><rect x=\"1576\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Issuers\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1651\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1651\" dy=\"0\">Issuers</tspan></text></g></g><g><line id=\"actor5\" x1=\"1451\" y1=\"65\" x2=\"1451\" y2=\"1399\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"FraudSight_API\" data-et=\"life-line\" data-id=\"FraudSight_API\"></line><g id=\"root-5\" data-et=\"participant\" data-type=\"participant\" data-id=\"FraudSight_API\"><rect x=\"1376\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"FraudSight_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1451\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1451\" dy=\"0\">FraudSight_API</tspan></text></g></g><g><line id=\"actor4\" x1=\"1242.5\" y1=\"65\" x2=\"1242.5\" y2=\"1399\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Card_Payments_API\" data-et=\"life-line\" data-id=\"Card_Payments_API\"></line><g id=\"root-4\" data-et=\"participant\" data-type=\"participant\" data-id=\"Card_Payments_API\"><rect x=\"1159\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Card_Payments_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1242.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1242.5\" dy=\"0\">Card_Payments_API</tspan></text></g></g><g><line id=\"actor3\" x1=\"1034\" y1=\"65\" x2=\"1034\" y2=\"1399\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"3DS_API\" data-et=\"life-line\" data-id=\"3DS_API\"></line><g id=\"root-3\" data-et=\"participant\" data-type=\"participant\" data-id=\"3DS_API\"><rect x=\"959\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"3DS_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1034\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1034\" dy=\"0\">3DS_API</tspan></text></g></g><g><line id=\"actor2\" x1=\"718\" y1=\"65\" x2=\"718\" y2=\"1399\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Merchant_Backend\" data-et=\"life-line\" data-id=\"Merchant_Backend\"></line><g id=\"root-2\" data-et=\"participant\" data-type=\"participant\" data-id=\"Merchant_Backend\"><rect x=\"637\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"162\" height=\"65\" name=\"Merchant_Backend\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"718\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"718\" dy=\"0\">Merchant_Backend</tspan></text></g></g><g><line id=\"actor1\" x1=\"308\" y1=\"65\" x2=\"308\" y2=\"1399\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Merchant_Frontend\" data-et=\"life-line\" data-id=\"Merchant_Frontend\"></line><g id=\"root-1\" data-et=\"participant\" data-type=\"participant\" data-id=\"Merchant_Frontend\"><rect x=\"224.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Merchant_Frontend\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"308\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"308\" dy=\"0\">Merchant_Frontend</tspan></text></g></g><g><line id=\"actor0\" x1=\"75\" y1=\"65\" x2=\"75\" y2=\"1399\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Browser\" data-et=\"life-line\" data-id=\"Browser\"></line><g id=\"root-0\" data-et=\"participant\" data-type=\"participant\" data-id=\"Browser\"><rect x=\"0\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Browser\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"75\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Browser</tspan></text></g></g><style>#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .error-icon{fill:#552222;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .error-text{fill:#552222;stroke:#552222;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .edge-thickness-normal{stroke-width:1px;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .edge-thickness-thick{stroke-width:3.5px;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .edge-pattern-solid{stroke-dasharray:0;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .marker{fill:#333333;stroke:#333333;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .marker.cross{stroke:#333333;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 p{margin:0;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .actor{stroke:#9370DB;fill:#ECECFF;stroke-width:1;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 rect.actor.outer-path[data-look=\"neo\"]{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 rect.note[data-look=\"neo\"]{stroke:#aaaa33;fill:#fff5ad;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 text.actor&gt;tspan{fill:black;stroke:none;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .actor-line{stroke:#9370DB;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .innerArc{stroke-width:1.5;stroke-dasharray:none;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .messageLine1{stroke-width:1.5;stroke-dasharray:2,2;stroke:#333;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 [id$=\"-arrowhead\"] path{fill:#333;stroke:#333;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .sequenceNumber{fill:white;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 [id$=\"-sequencenumber\"]{fill:#333;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 [id$=\"-crosshead\"] path{fill:#333;stroke:#333;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .messageText{fill:#333;stroke:none;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .labelBox{stroke:#9370DB;fill:#ECECFF;filter:none;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .labelText,#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .labelText&gt;tspan{fill:black;stroke:none;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .loopText,#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .loopText&gt;tspan{fill:black;stroke:none;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .sectionTitle,#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .sectionTitle&gt;tspan{fill:black;stroke:none;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .loopLine{stroke-width:2px;stroke-dasharray:2,2;stroke:#9370DB;fill:#9370DB;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .note{stroke:#aaaa33;fill:#fff5ad;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .noteText,#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .noteText&gt;tspan{fill:black;stroke:none;font-weight:normal;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .activation0{fill:#f4f4f4;stroke:#666;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .activation1{fill:#f4f4f4;stroke:#666;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .activation2{fill:#f4f4f4;stroke:#666;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .actorPopupMenu{position:absolute;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .actorPopupMenuPanel{position:absolute;fill:#ECECFF;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);filter:drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .actor-man circle,#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 line{fill:#ECECFF;stroke-width:2px;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 g rect.rect{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));stroke:#9370DB;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 .node .neo-node{stroke:#9370DB;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 [data-look=\"neo\"].node rect,#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 [data-look=\"neo\"].cluster rect,#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g></g><defs><symbol id=\"diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-computer\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M2 2v13h20v-13h-20zm18 11h-16v-9h16v9zm-10.228 6l.466-1h3.524l.467 1h-4.457zm14.228 3h-24l2-6h2.104l-1.33 4h18.45l-1.297-4h2.073l2 6zm-5-10h-14v-7h14v7z\"></path></symbol></defs><defs><symbol id=\"diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-database\" fill-rule=\"evenodd\" clip-rule=\"evenodd\"><path transform=\"scale(.5)\" d=\"M12.258.001l.256.004.255.005.253.008.251.01.249.012.247.015.246.016.242.019.241.02.239.023.236.024.233.027.231.028.229.031.225.032.223.034.22.036.217.038.214.04.211.041.208.043.205.045.201.046.198.048.194.05.191.051.187.053.183.054.18.056.175.057.172.059.168.06.163.061.16.063.155.064.15.066.074.033.073.033.071.034.07.034.069.035.068.035.067.035.066.035.064.036.064.036.062.036.06.036.06.037.058.037.058.037.055.038.055.038.053.038.052.038.051.039.05.039.048.039.047.039.045.04.044.04.043.04.041.04.04.041.039.041.037.041.036.041.034.041.033.042.032.042.03.042.029.042.027.042.026.043.024.043.023.043.021.043.02.043.018.044.017.043.015.044.013.044.012.044.011.045.009.044.007.045.006.045.004.045.002.045.001.045v17l-.001.045-.002.045-.004.045-.006.045-.007.045-.009.044-.011.045-.012.044-.013.044-.015.044-.017.043-.018.044-.02.043-.021.043-.023.043-.024.043-.026.043-.027.042-.029.042-.03.042-.032.042-.033.042-.034.041-.036.041-.037.041-.039.041-.04.041-.041.04-.043.04-.044.04-.045.04-.047.039-.048.039-.05.039-.051.039-.052.038-.053.038-.055.038-.055.038-.058.037-.058.037-.06.037-.06.036-.062.036-.064.036-.064.036-.066.035-.067.035-.068.035-.069.035-.07.034-.071.034-.073.033-.074.033-.15.066-.155.064-.16.063-.163.061-.168.06-.172.059-.175.057-.18.056-.183.054-.187.053-.191.051-.194.05-.198.048-.201.046-.205.045-.208.043-.211.041-.214.04-.217.038-.22.036-.223.034-.225.032-.229.031-.231.028-.233.027-.236.024-.239.023-.241.02-.242.019-.246.016-.247.015-.249.012-.251.01-.253.008-.255.005-.256.004-.258.001-.258-.001-.256-.004-.255-.005-.253-.008-.251-.01-.249-.012-.247-.015-.245-.016-.243-.019-.241-.02-.238-.023-.236-.024-.234-.027-.231-.028-.228-.031-.226-.032-.223-.034-.22-.036-.217-.038-.214-.04-.211-.041-.208-.043-.204-.045-.201-.046-.198-.048-.195-.05-.19-.051-.187-.053-.184-.054-.179-.056-.176-.057-.172-.059-.167-.06-.164-.061-.159-.063-.155-.064-.151-.066-.074-.033-.072-.033-.072-.034-.07-.034-.069-.035-.068-.035-.067-.035-.066-.035-.064-.036-.063-.036-.062-.036-.061-.036-.06-.037-.058-.037-.057-.037-.056-.038-.055-.038-.053-.038-.052-.038-.051-.039-.049-.039-.049-.039-.046-.039-.046-.04-.044-.04-.043-.04-.041-.04-.04-.041-.039-.041-.037-.041-.036-.041-.034-.041-.033-.042-.032-.042-.03-.042-.029-.042-.027-.042-.026-.043-.024-.043-.023-.043-.021-.043-.02-.043-.018-.044-.017-.043-.015-.044-.013-.044-.012-.044-.011-.045-.009-.044-.007-.045-.006-.045-.004-.045-.002-.045-.001-.045v-17l.001-.045.002-.045.004-.045.006-.045.007-.045.009-.044.011-.045.012-.044.013-.044.015-.044.017-.043.018-.044.02-.043.021-.043.023-.043.024-.043.026-.043.027-.042.029-.042.03-.042.032-.042.033-.042.034-.041.036-.041.037-.041.039-.041.04-.041.041-.04.043-.04.044-.04.046-.04.046-.039.049-.039.049-.039.051-.039.052-.038.053-.038.055-.038.056-.038.057-.037.058-.037.06-.037.061-.036.062-.036.063-.036.064-.036.066-.035.067-.035.068-.035.069-.035.07-.034.072-.034.072-.033.074-.033.151-.066.155-.064.159-.063.164-.061.167-.06.172-.059.176-.057.179-.056.184-.054.187-.053.19-.051.195-.05.198-.048.201-.046.204-.045.208-.043.211-.041.214-.04.217-.038.22-.036.223-.034.226-.032.228-.031.231-.028.234-.027.236-.024.238-.023.241-.02.243-.019.245-.016.247-.015.249-.012.251-.01.253-.008.255-.005.256-.004.258-.001.258.001zm-9.258 20.499v.01l.001.021.003.021.004.022.005.021.006.022.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.023.018.024.019.024.021.024.022.025.023.024.024.025.052.049.056.05.061.051.066.051.07.051.075.051.079.052.084.052.088.052.092.052.097.052.102.051.105.052.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.048.144.049.147.047.152.047.155.047.16.045.163.045.167.043.171.043.176.041.178.041.183.039.187.039.19.037.194.035.197.035.202.033.204.031.209.03.212.029.216.027.219.025.222.024.226.021.23.02.233.018.236.016.24.015.243.012.246.01.249.008.253.005.256.004.259.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.021.224-.024.22-.026.216-.027.212-.028.21-.031.205-.031.202-.034.198-.034.194-.036.191-.037.187-.039.183-.04.179-.04.175-.042.172-.043.168-.044.163-.045.16-.046.155-.046.152-.047.148-.048.143-.049.139-.049.136-.05.131-.05.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.053.083-.051.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.05.023-.024.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.023.01-.022.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.127l-.077.055-.08.053-.083.054-.085.053-.087.052-.09.052-.093.051-.095.05-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.045-.118.044-.12.043-.122.042-.124.042-.126.041-.128.04-.13.04-.132.038-.134.038-.135.037-.138.037-.139.035-.142.035-.143.034-.144.033-.147.032-.148.031-.15.03-.151.03-.153.029-.154.027-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.01-.179.008-.179.008-.181.006-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.006-.179-.008-.179-.008-.178-.01-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.027-.153-.029-.151-.03-.15-.03-.148-.031-.146-.032-.145-.033-.143-.034-.141-.035-.14-.035-.137-.037-.136-.037-.134-.038-.132-.038-.13-.04-.128-.04-.126-.041-.124-.042-.122-.042-.12-.044-.117-.043-.116-.045-.113-.045-.112-.046-.109-.047-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.05-.093-.052-.09-.051-.087-.052-.085-.053-.083-.054-.08-.054-.077-.054v4.127zm0-5.654v.011l.001.021.003.021.004.021.005.022.006.022.007.022.009.022.01.022.011.023.012.023.013.023.015.024.016.023.017.024.018.024.019.024.021.024.022.024.023.025.024.024.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.052.11.051.114.051.119.052.123.05.127.051.131.05.135.049.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.044.171.042.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.022.23.02.233.018.236.016.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.012.241-.015.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.048.139-.05.136-.049.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.051.051-.049.023-.025.023-.024.021-.025.02-.024.019-.024.018-.024.017-.024.015-.023.014-.023.013-.024.012-.022.01-.023.01-.023.008-.022.006-.022.006-.022.004-.021.004-.022.001-.021.001-.021v-4.139l-.077.054-.08.054-.083.054-.085.052-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.044-.118.044-.12.044-.122.042-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.035-.143.033-.144.033-.147.033-.148.031-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.009-.179.009-.179.007-.181.007-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.007-.179-.007-.179-.009-.178-.009-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.031-.146-.033-.145-.033-.143-.033-.141-.035-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.04-.126-.041-.124-.042-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.051-.093-.051-.09-.051-.087-.053-.085-.052-.083-.054-.08-.054-.077-.054v4.139zm0-5.666v.011l.001.02.003.022.004.021.005.022.006.021.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.024.018.023.019.024.021.025.022.024.023.024.024.025.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.051.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.043.171.043.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.021.23.02.233.018.236.017.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.013.241-.014.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.049.139-.049.136-.049.131-.051.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.049.023-.025.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.022.01-.023.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.153l-.077.054-.08.054-.083.053-.085.053-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.048-.105.048-.106.048-.109.046-.111.046-.114.046-.115.044-.118.044-.12.043-.122.043-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.034-.143.034-.144.033-.147.032-.148.032-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.024-.161.024-.162.023-.163.023-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.01-.178.01-.179.009-.179.007-.181.006-.182.006-.182.004-.184.003-.184.001-.185.001-.185-.001-.184-.001-.184-.003-.182-.004-.182-.006-.181-.006-.179-.007-.179-.009-.178-.01-.176-.01-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.023-.162-.023-.161-.024-.159-.024-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.032-.146-.032-.145-.033-.143-.034-.141-.034-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.041-.126-.041-.124-.041-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.048-.105-.048-.102-.048-.1-.05-.097-.049-.095-.051-.093-.051-.09-.052-.087-.052-.085-.053-.083-.053-.08-.054-.077-.054v4.153zm8.74-8.179l-.257.004-.254.005-.25.008-.247.011-.244.012-.241.014-.237.016-.233.018-.231.021-.226.022-.224.023-.22.026-.216.027-.212.028-.21.031-.205.032-.202.033-.198.034-.194.036-.191.038-.187.038-.183.04-.179.041-.175.042-.172.043-.168.043-.163.045-.16.046-.155.046-.152.048-.148.048-.143.048-.139.049-.136.05-.131.05-.126.051-.123.051-.118.051-.114.052-.11.052-.106.052-.101.052-.096.052-.092.052-.088.052-.083.052-.079.052-.074.051-.07.052-.065.051-.06.05-.056.05-.051.05-.023.025-.023.024-.021.024-.02.025-.019.024-.018.024-.017.023-.015.024-.014.023-.013.023-.012.023-.01.023-.01.022-.008.022-.006.023-.006.021-.004.022-.004.021-.001.021-.001.021.001.021.001.021.004.021.004.022.006.021.006.023.008.022.01.022.01.023.012.023.013.023.014.023.015.024.017.023.018.024.019.024.02.025.021.024.023.024.023.025.051.05.056.05.06.05.065.051.07.052.074.051.079.052.083.052.088.052.092.052.096.052.101.052.106.052.11.052.114.052.118.051.123.051.126.051.131.05.136.05.139.049.143.048.148.048.152.048.155.046.16.046.163.045.168.043.172.043.175.042.179.041.183.04.187.038.191.038.194.036.198.034.202.033.205.032.21.031.212.028.216.027.22.026.224.023.226.022.231.021.233.018.237.016.241.014.244.012.247.011.25.008.254.005.257.004.26.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.022.224-.023.22-.026.216-.027.212-.028.21-.031.205-.032.202-.033.198-.034.194-.036.191-.038.187-.038.183-.04.179-.041.175-.042.172-.043.168-.043.163-.045.16-.046.155-.046.152-.048.148-.048.143-.048.139-.049.136-.05.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.05.051-.05.023-.025.023-.024.021-.024.02-.025.019-.024.018-.024.017-.023.015-.024.014-.023.013-.023.012-.023.01-.023.01-.022.008-.022.006-.023.006-.021.004-.022.004-.021.001-.021.001-.021-.001-.021-.001-.021-.004-.021-.004-.022-.006-.021-.006-.023-.008-.022-.01-.022-.01-.023-.012-.023-.013-.023-.014-.023-.015-.024-.017-.023-.018-.024-.019-.024-.02-.025-.021-.024-.023-.024-.023-.025-.051-.05-.056-.05-.06-.05-.065-.051-.07-.052-.074-.051-.079-.052-.083-.052-.088-.052-.092-.052-.096-.052-.101-.052-.106-.052-.11-.052-.114-.052-.118-.051-.123-.051-.126-.051-.131-.05-.136-.05-.139-.049-.143-.048-.148-.048-.152-.048-.155-.046-.16-.046-.163-.045-.168-.043-.172-.043-.175-.042-.179-.041-.183-.04-.187-.038-.191-.038-.194-.036-.198-.034-.202-.033-.205-.032-.21-.031-.212-.028-.216-.027-.22-.026-.224-.023-.226-.022-.231-.021-.233-.018-.237-.016-.241-.014-.244-.012-.247-.011-.25-.008-.254-.005-.257-.004-.26-.001-.26.001z\"></path></symbol></defs><defs><symbol id=\"diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-clock\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm5.848 12.459c.202.038.202.333.001.372-1.907.361-6.045 1.111-6.547 1.111-.719 0-1.301-.582-1.301-1.301 0-.512.77-5.447 1.125-7.445.034-.192.312-.181.343.014l.985 6.238 5.394 1.011z\"></path></symbol></defs><defs><marker id=\"diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-arrowhead\" refX=\"7.9\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M -1 0 L 10 5 L 0 10 z\"></path></marker></defs><defs><marker id=\"diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-crosshead\" markerWidth=\"15\" markerHeight=\"8\" orient=\"auto\" refX=\"4\" refY=\"4.5\"><path fill=\"none\" stroke=\"#000000\" stroke-width=\"1pt\" d=\"M 1,2 L 6,7 M 6,2 L 1,7\" style=\"stroke-dasharray: 0, 0;\"></path></marker></defs><defs><marker id=\"diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-filled-head\" refX=\"15.5\" refY=\"7\" markerWidth=\"20\" markerHeight=\"28\" orient=\"auto\"><path d=\"M 18,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><defs><marker id=\"diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-sequencenumber\" refX=\"15\" refY=\"15\" markerWidth=\"60\" markerHeight=\"40\" orient=\"auto\"><circle cx=\"15\" cy=\"15\" r=\"6\"></circle></marker></defs><defs><marker id=\"diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-solidTopArrowHead\" refX=\"7.9\" refY=\"7.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 8 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-solidBottomArrowHead\" refX=\"7.9\" refY=\"0.75\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 0 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-stickTopArrowHead\" refX=\"7.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 7 7\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><defs><marker id=\"diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-stickBottomArrowHead\" refX=\"7.5\" refY=\"0\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 7 L 7 0\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><g data-et=\"note\" data-id=\"i16\"><rect x=\"333\" y=\"939\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"360\" height=\"42\" class=\"note\"></rect><text x=\"513\" y=\"944\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"513\">Update or close challenge window on website</tspan></text></g><g data-et=\"note\" data-id=\"i19\"><rect x=\"333\" y=\"1099\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"316\" height=\"64\" class=\"note\"></rect><text x=\"491\" y=\"1104\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"491\">Apply authentication details in payment</tspan></text><text x=\"491\" y=\"1126\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"491\"> E.g. eci, authenticationValue etc</tspan></text></g><text x=\"190\" y=\"80\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Click Pay</text><line x1=\"76\" y1=\"119\" x2=\"304\" y2=\"119\" class=\"messageLine0\" data-et=\"message\" data-id=\"i0\" data-from=\"Browser\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-arrowhead)\" style=\"fill: none;\"></line><text x=\"512\" y=\"134\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Pay</text><line x1=\"309\" y1=\"173\" x2=\"714\" y2=\"173\" class=\"messageLine0\" data-et=\"message\" data-id=\"i1\" data-from=\"Merchant_Frontend\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-arrowhead)\" style=\"fill: none;\"></line><text x=\"1083\" y=\"188\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Assessment request</text><line x1=\"719\" y1=\"227\" x2=\"1447\" y2=\"227\" class=\"messageLine0\" data-et=\"message\" data-id=\"i2\" data-from=\"Merchant_Backend\" data-to=\"FraudSight_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-arrowhead)\" style=\"fill: none;\"></line><text x=\"1086\" y=\"242\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Assessment response</text><line x1=\"1450\" y1=\"281\" x2=\"722\" y2=\"281\" class=\"messageLine0\" data-et=\"message\" data-id=\"i3\" data-from=\"FraudSight_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-arrowhead)\" style=\"fill: none;\"></line><text x=\"875\" y=\"296\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">deviceDataInitialization request</text><line x1=\"719\" y1=\"335\" x2=\"1030\" y2=\"335\" class=\"messageLine0\" data-et=\"message\" data-id=\"i4\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-arrowhead)\" style=\"fill: none;\"></line><text x=\"878\" y=\"350\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">deviceDataInitialization response</text><line x1=\"1033\" y1=\"389\" x2=\"722\" y2=\"389\" class=\"messageLine0\" data-et=\"message\" data-id=\"i5\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-arrowhead)\" style=\"fill: none;\"></line><text x=\"515\" y=\"404\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">DeviceData - BIN/JWT/URL</text><line x1=\"717\" y1=\"443\" x2=\"312\" y2=\"443\" class=\"messageLine0\" data-et=\"message\" data-id=\"i6\" data-from=\"Merchant_Backend\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-arrowhead)\" style=\"fill: none;\"></line><text x=\"193\" y=\"458\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">3DS Device Data form</text><line x1=\"307\" y1=\"497\" x2=\"79\" y2=\"497\" class=\"messageLine0\" data-et=\"message\" data-id=\"i7\" data-from=\"Merchant_Frontend\" data-to=\"Browser\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-arrowhead)\" style=\"fill: none;\"></line><text x=\"862\" y=\"512\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Form POST</text><line x1=\"76\" y1=\"551\" x2=\"1647\" y2=\"551\" class=\"messageLine1\" data-et=\"message\" data-id=\"i8\" data-from=\"Browser\" data-to=\"Issuers\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"865\" y=\"566\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">PostMessage: dfReferenceId</text><line x1=\"1650\" y1=\"605\" x2=\"79\" y2=\"605\" class=\"messageLine1\" data-et=\"message\" data-id=\"i9\" data-from=\"Issuers\" data-to=\"Browser\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"875\" y=\"620\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Authentication request</text><line x1=\"719\" y1=\"659\" x2=\"1030\" y2=\"659\" class=\"messageLine0\" data-et=\"message\" data-id=\"i10\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-arrowhead)\" style=\"fill: none;\"></line><text x=\"878\" y=\"674\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Authentication response</text><line x1=\"1033\" y1=\"713\" x2=\"722\" y2=\"713\" class=\"messageLine0\" data-et=\"message\" data-id=\"i11\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-arrowhead)\" style=\"fill: none;\"></line><text x=\"515\" y=\"728\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Challenge JWT/URL</text><line x1=\"717\" y1=\"767\" x2=\"312\" y2=\"767\" class=\"messageLine0\" data-et=\"message\" data-id=\"i12\" data-from=\"Merchant_Backend\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-arrowhead)\" style=\"fill: none;\"></line><text x=\"193\" y=\"782\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">3DS challenge form</text><line x1=\"307\" y1=\"821\" x2=\"79\" y2=\"821\" class=\"messageLine0\" data-et=\"message\" data-id=\"i13\" data-from=\"Merchant_Frontend\" data-to=\"Browser\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-arrowhead)\" style=\"fill: none;\"></line><text x=\"862\" y=\"836\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Form POST</text><line x1=\"76\" y1=\"875\" x2=\"1647\" y2=\"875\" class=\"messageLine1\" data-et=\"message\" data-id=\"i14\" data-from=\"Browser\" data-to=\"Issuers\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"1186\" y=\"890\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">`returnUrl` specified in authentication request</text><line x1=\"1650\" y1=\"929\" x2=\"722\" y2=\"929\" class=\"messageLine1\" data-et=\"message\" data-id=\"i15\" data-from=\"Issuers\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"875\" y=\"996\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verification request</text><line x1=\"719\" y1=\"1035\" x2=\"1030\" y2=\"1035\" class=\"messageLine0\" data-et=\"message\" data-id=\"i17\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-arrowhead)\" style=\"fill: none;\"></line><text x=\"878\" y=\"1050\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verification response</text><line x1=\"1033\" y1=\"1089\" x2=\"722\" y2=\"1089\" class=\"messageLine0\" data-et=\"message\" data-id=\"i18\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-arrowhead)\" style=\"fill: none;\"></line><text x=\"979\" y=\"1178\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">customerInitiatedTransactions request</text><line x1=\"719\" y1=\"1217\" x2=\"1238.5\" y2=\"1217\" class=\"messageLine0\" data-et=\"message\" data-id=\"i20\" data-from=\"Merchant_Backend\" data-to=\"Card_Payments_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-arrowhead)\" style=\"fill: none;\"></line><text x=\"982\" y=\"1232\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">customerInitiatedTransactions response</text><line x1=\"1241.5\" y1=\"1271\" x2=\"722\" y2=\"1271\" class=\"messageLine0\" data-et=\"message\" data-id=\"i21\" data-from=\"Card_Payments_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-arrowhead)\" style=\"fill: none;\"></line><text x=\"979\" y=\"1286\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Settlement request</text><line x1=\"719\" y1=\"1325\" x2=\"1238.5\" y2=\"1325\" class=\"messageLine0\" data-et=\"message\" data-id=\"i22\" data-from=\"Merchant_Backend\" data-to=\"Card_Payments_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-arrowhead)\" style=\"fill: none;\"></line><text x=\"982\" y=\"1340\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Settlement response</text><line x1=\"1241.5\" y1=\"1379\" x2=\"722\" y2=\"1379\" class=\"messageLine0\" data-et=\"message\" data-id=\"i23\" data-from=\"Card_Payments_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-cd3a80389da1a8b206b1548a13a90f5e425ba4d1260cb575154a4611b3993769-arrowhead)\" style=\"fill: none;\"></line></svg>","diagramHtmlDark":"<svg id=\"diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" style=\"max-width: 1826px;\" viewBox=\"-50 -10 1826 1485\" role=\"graphics-document document\" aria-roledescription=\"sequence\"><g><rect x=\"1576\" y=\"1399\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Issuers\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1651\" y=\"1431.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1651\" dy=\"0\">Issuers</tspan></text></g><g><rect x=\"1376\" y=\"1399\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"FraudSight_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1451\" y=\"1431.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1451\" dy=\"0\">FraudSight_API</tspan></text></g><g><rect x=\"1159\" y=\"1399\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Card_Payments_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1242.5\" y=\"1431.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1242.5\" dy=\"0\">Card_Payments_API</tspan></text></g><g><rect x=\"959\" y=\"1399\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"3DS_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1034\" y=\"1431.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1034\" dy=\"0\">3DS_API</tspan></text></g><g><rect x=\"637\" y=\"1399\" fill=\"#eaeaea\" stroke=\"#666\" width=\"162\" height=\"65\" name=\"Merchant_Backend\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"718\" y=\"1431.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"718\" dy=\"0\">Merchant_Backend</tspan></text></g><g><rect x=\"224.5\" y=\"1399\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Merchant_Frontend\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"308\" y=\"1431.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"308\" dy=\"0\">Merchant_Frontend</tspan></text></g><g><rect x=\"0\" y=\"1399\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Browser\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"75\" y=\"1431.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Browser</tspan></text></g><g><line id=\"actor6\" x1=\"1651\" y1=\"65\" x2=\"1651\" y2=\"1399\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Issuers\" data-et=\"life-line\" data-id=\"Issuers\"></line><g id=\"root-6\" data-et=\"participant\" data-type=\"participant\" data-id=\"Issuers\"><rect x=\"1576\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Issuers\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1651\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1651\" dy=\"0\">Issuers</tspan></text></g></g><g><line id=\"actor5\" x1=\"1451\" y1=\"65\" x2=\"1451\" y2=\"1399\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"FraudSight_API\" data-et=\"life-line\" data-id=\"FraudSight_API\"></line><g id=\"root-5\" data-et=\"participant\" data-type=\"participant\" data-id=\"FraudSight_API\"><rect x=\"1376\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"FraudSight_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1451\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1451\" dy=\"0\">FraudSight_API</tspan></text></g></g><g><line id=\"actor4\" x1=\"1242.5\" y1=\"65\" x2=\"1242.5\" y2=\"1399\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Card_Payments_API\" data-et=\"life-line\" data-id=\"Card_Payments_API\"></line><g id=\"root-4\" data-et=\"participant\" data-type=\"participant\" data-id=\"Card_Payments_API\"><rect x=\"1159\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Card_Payments_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1242.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1242.5\" dy=\"0\">Card_Payments_API</tspan></text></g></g><g><line id=\"actor3\" x1=\"1034\" y1=\"65\" x2=\"1034\" y2=\"1399\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"3DS_API\" data-et=\"life-line\" data-id=\"3DS_API\"></line><g id=\"root-3\" data-et=\"participant\" data-type=\"participant\" data-id=\"3DS_API\"><rect x=\"959\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"3DS_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1034\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1034\" dy=\"0\">3DS_API</tspan></text></g></g><g><line id=\"actor2\" x1=\"718\" y1=\"65\" x2=\"718\" y2=\"1399\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Merchant_Backend\" data-et=\"life-line\" data-id=\"Merchant_Backend\"></line><g id=\"root-2\" data-et=\"participant\" data-type=\"participant\" data-id=\"Merchant_Backend\"><rect x=\"637\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"162\" height=\"65\" name=\"Merchant_Backend\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"718\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"718\" dy=\"0\">Merchant_Backend</tspan></text></g></g><g><line id=\"actor1\" x1=\"308\" y1=\"65\" x2=\"308\" y2=\"1399\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Merchant_Frontend\" data-et=\"life-line\" data-id=\"Merchant_Frontend\"></line><g id=\"root-1\" data-et=\"participant\" data-type=\"participant\" data-id=\"Merchant_Frontend\"><rect x=\"224.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Merchant_Frontend\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"308\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"308\" dy=\"0\">Merchant_Frontend</tspan></text></g></g><g><line id=\"actor0\" x1=\"75\" y1=\"65\" x2=\"75\" y2=\"1399\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Browser\" data-et=\"life-line\" data-id=\"Browser\"></line><g id=\"root-0\" data-et=\"participant\" data-type=\"participant\" data-id=\"Browser\"><rect x=\"0\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Browser\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"75\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Browser</tspan></text></g></g><style>#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .error-icon{fill:#a44141;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .error-text{fill:#ddd;stroke:#ddd;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .edge-thickness-normal{stroke-width:1px;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .edge-thickness-thick{stroke-width:3.5px;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .edge-pattern-solid{stroke-dasharray:0;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .marker{fill:lightgrey;stroke:lightgrey;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .marker.cross{stroke:lightgrey;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 p{margin:0;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .actor{stroke:#ccc;fill:#1f2020;stroke-width:1;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 rect.actor.outer-path[data-look=\"neo\"]{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 rect.note[data-look=\"neo\"]{stroke:hsl(180, 0%, 18.3529411765%);fill:hsl(180, 1.5873015873%, 28.3529411765%);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 text.actor&gt;tspan{fill:lightgrey;stroke:none;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .actor-line{stroke:#ccc;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .innerArc{stroke-width:1.5;stroke-dasharray:none;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:lightgrey;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .messageLine1{stroke-width:1.5;stroke-dasharray:2,2;stroke:lightgrey;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 [id$=\"-arrowhead\"] path{fill:lightgrey;stroke:lightgrey;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .sequenceNumber{fill:black;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 [id$=\"-sequencenumber\"]{fill:lightgrey;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 [id$=\"-crosshead\"] path{fill:lightgrey;stroke:lightgrey;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .messageText{fill:lightgrey;stroke:none;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .labelBox{stroke:#ccc;fill:#1f2020;filter:none;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .labelText,#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .labelText&gt;tspan{fill:lightgrey;stroke:none;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .loopText,#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .loopText&gt;tspan{fill:lightgrey;stroke:none;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .sectionTitle,#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .sectionTitle&gt;tspan{fill:lightgrey;stroke:none;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .loopLine{stroke-width:2px;stroke-dasharray:2,2;stroke:#ccc;fill:#ccc;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .note{stroke:hsl(180, 0%, 18.3529411765%);fill:hsl(180, 1.5873015873%, 28.3529411765%);}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .noteText,#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .noteText&gt;tspan{fill:rgb(183.8476190475, 181.5523809523, 181.5523809523);stroke:none;font-weight:normal;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .activation0{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .activation1{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .activation2{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .actorPopupMenu{position:absolute;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .actorPopupMenuPanel{position:absolute;fill:#1f2020;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);filter:drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .actor-man circle,#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 line{fill:#1f2020;stroke-width:2px;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 g rect.rect{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));stroke:#ccc;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 .node .neo-node{stroke:#ccc;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 [data-look=\"neo\"].node rect,#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 [data-look=\"neo\"].cluster rect,#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 [data-look=\"neo\"].node polygon{stroke:url(#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 [data-look=\"neo\"].node path{stroke:url(#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-gradient);stroke-width:1px;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 [data-look=\"neo\"].node circle{stroke:url(#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g></g><defs><symbol id=\"diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-computer\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M2 2v13h20v-13h-20zm18 11h-16v-9h16v9zm-10.228 6l.466-1h3.524l.467 1h-4.457zm14.228 3h-24l2-6h2.104l-1.33 4h18.45l-1.297-4h2.073l2 6zm-5-10h-14v-7h14v7z\"></path></symbol></defs><defs><symbol id=\"diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-database\" fill-rule=\"evenodd\" clip-rule=\"evenodd\"><path transform=\"scale(.5)\" d=\"M12.258.001l.256.004.255.005.253.008.251.01.249.012.247.015.246.016.242.019.241.02.239.023.236.024.233.027.231.028.229.031.225.032.223.034.22.036.217.038.214.04.211.041.208.043.205.045.201.046.198.048.194.05.191.051.187.053.183.054.18.056.175.057.172.059.168.06.163.061.16.063.155.064.15.066.074.033.073.033.071.034.07.034.069.035.068.035.067.035.066.035.064.036.064.036.062.036.06.036.06.037.058.037.058.037.055.038.055.038.053.038.052.038.051.039.05.039.048.039.047.039.045.04.044.04.043.04.041.04.04.041.039.041.037.041.036.041.034.041.033.042.032.042.03.042.029.042.027.042.026.043.024.043.023.043.021.043.02.043.018.044.017.043.015.044.013.044.012.044.011.045.009.044.007.045.006.045.004.045.002.045.001.045v17l-.001.045-.002.045-.004.045-.006.045-.007.045-.009.044-.011.045-.012.044-.013.044-.015.044-.017.043-.018.044-.02.043-.021.043-.023.043-.024.043-.026.043-.027.042-.029.042-.03.042-.032.042-.033.042-.034.041-.036.041-.037.041-.039.041-.04.041-.041.04-.043.04-.044.04-.045.04-.047.039-.048.039-.05.039-.051.039-.052.038-.053.038-.055.038-.055.038-.058.037-.058.037-.06.037-.06.036-.062.036-.064.036-.064.036-.066.035-.067.035-.068.035-.069.035-.07.034-.071.034-.073.033-.074.033-.15.066-.155.064-.16.063-.163.061-.168.06-.172.059-.175.057-.18.056-.183.054-.187.053-.191.051-.194.05-.198.048-.201.046-.205.045-.208.043-.211.041-.214.04-.217.038-.22.036-.223.034-.225.032-.229.031-.231.028-.233.027-.236.024-.239.023-.241.02-.242.019-.246.016-.247.015-.249.012-.251.01-.253.008-.255.005-.256.004-.258.001-.258-.001-.256-.004-.255-.005-.253-.008-.251-.01-.249-.012-.247-.015-.245-.016-.243-.019-.241-.02-.238-.023-.236-.024-.234-.027-.231-.028-.228-.031-.226-.032-.223-.034-.22-.036-.217-.038-.214-.04-.211-.041-.208-.043-.204-.045-.201-.046-.198-.048-.195-.05-.19-.051-.187-.053-.184-.054-.179-.056-.176-.057-.172-.059-.167-.06-.164-.061-.159-.063-.155-.064-.151-.066-.074-.033-.072-.033-.072-.034-.07-.034-.069-.035-.068-.035-.067-.035-.066-.035-.064-.036-.063-.036-.062-.036-.061-.036-.06-.037-.058-.037-.057-.037-.056-.038-.055-.038-.053-.038-.052-.038-.051-.039-.049-.039-.049-.039-.046-.039-.046-.04-.044-.04-.043-.04-.041-.04-.04-.041-.039-.041-.037-.041-.036-.041-.034-.041-.033-.042-.032-.042-.03-.042-.029-.042-.027-.042-.026-.043-.024-.043-.023-.043-.021-.043-.02-.043-.018-.044-.017-.043-.015-.044-.013-.044-.012-.044-.011-.045-.009-.044-.007-.045-.006-.045-.004-.045-.002-.045-.001-.045v-17l.001-.045.002-.045.004-.045.006-.045.007-.045.009-.044.011-.045.012-.044.013-.044.015-.044.017-.043.018-.044.02-.043.021-.043.023-.043.024-.043.026-.043.027-.042.029-.042.03-.042.032-.042.033-.042.034-.041.036-.041.037-.041.039-.041.04-.041.041-.04.043-.04.044-.04.046-.04.046-.039.049-.039.049-.039.051-.039.052-.038.053-.038.055-.038.056-.038.057-.037.058-.037.06-.037.061-.036.062-.036.063-.036.064-.036.066-.035.067-.035.068-.035.069-.035.07-.034.072-.034.072-.033.074-.033.151-.066.155-.064.159-.063.164-.061.167-.06.172-.059.176-.057.179-.056.184-.054.187-.053.19-.051.195-.05.198-.048.201-.046.204-.045.208-.043.211-.041.214-.04.217-.038.22-.036.223-.034.226-.032.228-.031.231-.028.234-.027.236-.024.238-.023.241-.02.243-.019.245-.016.247-.015.249-.012.251-.01.253-.008.255-.005.256-.004.258-.001.258.001zm-9.258 20.499v.01l.001.021.003.021.004.022.005.021.006.022.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.023.018.024.019.024.021.024.022.025.023.024.024.025.052.049.056.05.061.051.066.051.07.051.075.051.079.052.084.052.088.052.092.052.097.052.102.051.105.052.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.048.144.049.147.047.152.047.155.047.16.045.163.045.167.043.171.043.176.041.178.041.183.039.187.039.19.037.194.035.197.035.202.033.204.031.209.03.212.029.216.027.219.025.222.024.226.021.23.02.233.018.236.016.24.015.243.012.246.01.249.008.253.005.256.004.259.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.021.224-.024.22-.026.216-.027.212-.028.21-.031.205-.031.202-.034.198-.034.194-.036.191-.037.187-.039.183-.04.179-.04.175-.042.172-.043.168-.044.163-.045.16-.046.155-.046.152-.047.148-.048.143-.049.139-.049.136-.05.131-.05.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.053.083-.051.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.05.023-.024.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.023.01-.022.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.127l-.077.055-.08.053-.083.054-.085.053-.087.052-.09.052-.093.051-.095.05-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.045-.118.044-.12.043-.122.042-.124.042-.126.041-.128.04-.13.04-.132.038-.134.038-.135.037-.138.037-.139.035-.142.035-.143.034-.144.033-.147.032-.148.031-.15.03-.151.03-.153.029-.154.027-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.01-.179.008-.179.008-.181.006-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.006-.179-.008-.179-.008-.178-.01-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.027-.153-.029-.151-.03-.15-.03-.148-.031-.146-.032-.145-.033-.143-.034-.141-.035-.14-.035-.137-.037-.136-.037-.134-.038-.132-.038-.13-.04-.128-.04-.126-.041-.124-.042-.122-.042-.12-.044-.117-.043-.116-.045-.113-.045-.112-.046-.109-.047-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.05-.093-.052-.09-.051-.087-.052-.085-.053-.083-.054-.08-.054-.077-.054v4.127zm0-5.654v.011l.001.021.003.021.004.021.005.022.006.022.007.022.009.022.01.022.011.023.012.023.013.023.015.024.016.023.017.024.018.024.019.024.021.024.022.024.023.025.024.024.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.052.11.051.114.051.119.052.123.05.127.051.131.05.135.049.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.044.171.042.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.022.23.02.233.018.236.016.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.012.241-.015.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.048.139-.05.136-.049.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.051.051-.049.023-.025.023-.024.021-.025.02-.024.019-.024.018-.024.017-.024.015-.023.014-.023.013-.024.012-.022.01-.023.01-.023.008-.022.006-.022.006-.022.004-.021.004-.022.001-.021.001-.021v-4.139l-.077.054-.08.054-.083.054-.085.052-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.044-.118.044-.12.044-.122.042-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.035-.143.033-.144.033-.147.033-.148.031-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.009-.179.009-.179.007-.181.007-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.007-.179-.007-.179-.009-.178-.009-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.031-.146-.033-.145-.033-.143-.033-.141-.035-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.04-.126-.041-.124-.042-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.051-.093-.051-.09-.051-.087-.053-.085-.052-.083-.054-.08-.054-.077-.054v4.139zm0-5.666v.011l.001.02.003.022.004.021.005.022.006.021.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.024.018.023.019.024.021.025.022.024.023.024.024.025.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.051.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.043.171.043.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.021.23.02.233.018.236.017.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.013.241-.014.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.049.139-.049.136-.049.131-.051.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.049.023-.025.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.022.01-.023.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.153l-.077.054-.08.054-.083.053-.085.053-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.048-.105.048-.106.048-.109.046-.111.046-.114.046-.115.044-.118.044-.12.043-.122.043-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.034-.143.034-.144.033-.147.032-.148.032-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.024-.161.024-.162.023-.163.023-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.01-.178.01-.179.009-.179.007-.181.006-.182.006-.182.004-.184.003-.184.001-.185.001-.185-.001-.184-.001-.184-.003-.182-.004-.182-.006-.181-.006-.179-.007-.179-.009-.178-.01-.176-.01-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.023-.162-.023-.161-.024-.159-.024-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.032-.146-.032-.145-.033-.143-.034-.141-.034-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.041-.126-.041-.124-.041-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.048-.105-.048-.102-.048-.1-.05-.097-.049-.095-.051-.093-.051-.09-.052-.087-.052-.085-.053-.083-.053-.08-.054-.077-.054v4.153zm8.74-8.179l-.257.004-.254.005-.25.008-.247.011-.244.012-.241.014-.237.016-.233.018-.231.021-.226.022-.224.023-.22.026-.216.027-.212.028-.21.031-.205.032-.202.033-.198.034-.194.036-.191.038-.187.038-.183.04-.179.041-.175.042-.172.043-.168.043-.163.045-.16.046-.155.046-.152.048-.148.048-.143.048-.139.049-.136.05-.131.05-.126.051-.123.051-.118.051-.114.052-.11.052-.106.052-.101.052-.096.052-.092.052-.088.052-.083.052-.079.052-.074.051-.07.052-.065.051-.06.05-.056.05-.051.05-.023.025-.023.024-.021.024-.02.025-.019.024-.018.024-.017.023-.015.024-.014.023-.013.023-.012.023-.01.023-.01.022-.008.022-.006.023-.006.021-.004.022-.004.021-.001.021-.001.021.001.021.001.021.004.021.004.022.006.021.006.023.008.022.01.022.01.023.012.023.013.023.014.023.015.024.017.023.018.024.019.024.02.025.021.024.023.024.023.025.051.05.056.05.06.05.065.051.07.052.074.051.079.052.083.052.088.052.092.052.096.052.101.052.106.052.11.052.114.052.118.051.123.051.126.051.131.05.136.05.139.049.143.048.148.048.152.048.155.046.16.046.163.045.168.043.172.043.175.042.179.041.183.04.187.038.191.038.194.036.198.034.202.033.205.032.21.031.212.028.216.027.22.026.224.023.226.022.231.021.233.018.237.016.241.014.244.012.247.011.25.008.254.005.257.004.26.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.022.224-.023.22-.026.216-.027.212-.028.21-.031.205-.032.202-.033.198-.034.194-.036.191-.038.187-.038.183-.04.179-.041.175-.042.172-.043.168-.043.163-.045.16-.046.155-.046.152-.048.148-.048.143-.048.139-.049.136-.05.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.05.051-.05.023-.025.023-.024.021-.024.02-.025.019-.024.018-.024.017-.023.015-.024.014-.023.013-.023.012-.023.01-.023.01-.022.008-.022.006-.023.006-.021.004-.022.004-.021.001-.021.001-.021-.001-.021-.001-.021-.004-.021-.004-.022-.006-.021-.006-.023-.008-.022-.01-.022-.01-.023-.012-.023-.013-.023-.014-.023-.015-.024-.017-.023-.018-.024-.019-.024-.02-.025-.021-.024-.023-.024-.023-.025-.051-.05-.056-.05-.06-.05-.065-.051-.07-.052-.074-.051-.079-.052-.083-.052-.088-.052-.092-.052-.096-.052-.101-.052-.106-.052-.11-.052-.114-.052-.118-.051-.123-.051-.126-.051-.131-.05-.136-.05-.139-.049-.143-.048-.148-.048-.152-.048-.155-.046-.16-.046-.163-.045-.168-.043-.172-.043-.175-.042-.179-.041-.183-.04-.187-.038-.191-.038-.194-.036-.198-.034-.202-.033-.205-.032-.21-.031-.212-.028-.216-.027-.22-.026-.224-.023-.226-.022-.231-.021-.233-.018-.237-.016-.241-.014-.244-.012-.247-.011-.25-.008-.254-.005-.257-.004-.26-.001-.26.001z\"></path></symbol></defs><defs><symbol id=\"diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-clock\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm5.848 12.459c.202.038.202.333.001.372-1.907.361-6.045 1.111-6.547 1.111-.719 0-1.301-.582-1.301-1.301 0-.512.77-5.447 1.125-7.445.034-.192.312-.181.343.014l.985 6.238 5.394 1.011z\"></path></symbol></defs><defs><marker id=\"diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-arrowhead\" refX=\"7.9\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M -1 0 L 10 5 L 0 10 z\"></path></marker></defs><defs><marker id=\"diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-crosshead\" markerWidth=\"15\" markerHeight=\"8\" orient=\"auto\" refX=\"4\" refY=\"4.5\"><path fill=\"none\" stroke=\"#000000\" stroke-width=\"1pt\" d=\"M 1,2 L 6,7 M 6,2 L 1,7\" style=\"stroke-dasharray: 0, 0;\"></path></marker></defs><defs><marker id=\"diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-filled-head\" refX=\"15.5\" refY=\"7\" markerWidth=\"20\" markerHeight=\"28\" orient=\"auto\"><path d=\"M 18,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><defs><marker id=\"diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-sequencenumber\" refX=\"15\" refY=\"15\" markerWidth=\"60\" markerHeight=\"40\" orient=\"auto\"><circle cx=\"15\" cy=\"15\" r=\"6\"></circle></marker></defs><defs><marker id=\"diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-solidTopArrowHead\" refX=\"7.9\" refY=\"7.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 8 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-solidBottomArrowHead\" refX=\"7.9\" refY=\"0.75\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 0 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-stickTopArrowHead\" refX=\"7.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 7 7\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><defs><marker id=\"diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-stickBottomArrowHead\" refX=\"7.5\" refY=\"0\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 7 L 7 0\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><g data-et=\"note\" data-id=\"i16\"><rect x=\"333\" y=\"939\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"360\" height=\"42\" class=\"note\"></rect><text x=\"513\" y=\"944\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"513\">Update or close challenge window on website</tspan></text></g><g data-et=\"note\" data-id=\"i19\"><rect x=\"333\" y=\"1099\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"316\" height=\"64\" class=\"note\"></rect><text x=\"491\" y=\"1104\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"491\">Apply authentication details in payment</tspan></text><text x=\"491\" y=\"1126\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"491\"> E.g. eci, authenticationValue etc</tspan></text></g><text x=\"190\" y=\"80\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Click Pay</text><line x1=\"76\" y1=\"119\" x2=\"304\" y2=\"119\" class=\"messageLine0\" data-et=\"message\" data-id=\"i0\" data-from=\"Browser\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-arrowhead)\" style=\"fill: none;\"></line><text x=\"512\" y=\"134\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Pay</text><line x1=\"309\" y1=\"173\" x2=\"714\" y2=\"173\" class=\"messageLine0\" data-et=\"message\" data-id=\"i1\" data-from=\"Merchant_Frontend\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-arrowhead)\" style=\"fill: none;\"></line><text x=\"1083\" y=\"188\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Assessment request</text><line x1=\"719\" y1=\"227\" x2=\"1447\" y2=\"227\" class=\"messageLine0\" data-et=\"message\" data-id=\"i2\" data-from=\"Merchant_Backend\" data-to=\"FraudSight_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-arrowhead)\" style=\"fill: none;\"></line><text x=\"1086\" y=\"242\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Assessment response</text><line x1=\"1450\" y1=\"281\" x2=\"722\" y2=\"281\" class=\"messageLine0\" data-et=\"message\" data-id=\"i3\" data-from=\"FraudSight_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-arrowhead)\" style=\"fill: none;\"></line><text x=\"875\" y=\"296\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">deviceDataInitialization request</text><line x1=\"719\" y1=\"335\" x2=\"1030\" y2=\"335\" class=\"messageLine0\" data-et=\"message\" data-id=\"i4\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-arrowhead)\" style=\"fill: none;\"></line><text x=\"878\" y=\"350\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">deviceDataInitialization response</text><line x1=\"1033\" y1=\"389\" x2=\"722\" y2=\"389\" class=\"messageLine0\" data-et=\"message\" data-id=\"i5\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-arrowhead)\" style=\"fill: none;\"></line><text x=\"515\" y=\"404\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">DeviceData - BIN/JWT/URL</text><line x1=\"717\" y1=\"443\" x2=\"312\" y2=\"443\" class=\"messageLine0\" data-et=\"message\" data-id=\"i6\" data-from=\"Merchant_Backend\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-arrowhead)\" style=\"fill: none;\"></line><text x=\"193\" y=\"458\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">3DS Device Data form</text><line x1=\"307\" y1=\"497\" x2=\"79\" y2=\"497\" class=\"messageLine0\" data-et=\"message\" data-id=\"i7\" data-from=\"Merchant_Frontend\" data-to=\"Browser\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-arrowhead)\" style=\"fill: none;\"></line><text x=\"862\" y=\"512\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Form POST</text><line x1=\"76\" y1=\"551\" x2=\"1647\" y2=\"551\" class=\"messageLine1\" data-et=\"message\" data-id=\"i8\" data-from=\"Browser\" data-to=\"Issuers\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"865\" y=\"566\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">PostMessage: dfReferenceId</text><line x1=\"1650\" y1=\"605\" x2=\"79\" y2=\"605\" class=\"messageLine1\" data-et=\"message\" data-id=\"i9\" data-from=\"Issuers\" data-to=\"Browser\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"875\" y=\"620\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Authentication request</text><line x1=\"719\" y1=\"659\" x2=\"1030\" y2=\"659\" class=\"messageLine0\" data-et=\"message\" data-id=\"i10\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-arrowhead)\" style=\"fill: none;\"></line><text x=\"878\" y=\"674\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Authentication response</text><line x1=\"1033\" y1=\"713\" x2=\"722\" y2=\"713\" class=\"messageLine0\" data-et=\"message\" data-id=\"i11\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-arrowhead)\" style=\"fill: none;\"></line><text x=\"515\" y=\"728\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Challenge JWT/URL</text><line x1=\"717\" y1=\"767\" x2=\"312\" y2=\"767\" class=\"messageLine0\" data-et=\"message\" data-id=\"i12\" data-from=\"Merchant_Backend\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-arrowhead)\" style=\"fill: none;\"></line><text x=\"193\" y=\"782\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">3DS challenge form</text><line x1=\"307\" y1=\"821\" x2=\"79\" y2=\"821\" class=\"messageLine0\" data-et=\"message\" data-id=\"i13\" data-from=\"Merchant_Frontend\" data-to=\"Browser\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-arrowhead)\" style=\"fill: none;\"></line><text x=\"862\" y=\"836\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Form POST</text><line x1=\"76\" y1=\"875\" x2=\"1647\" y2=\"875\" class=\"messageLine1\" data-et=\"message\" data-id=\"i14\" data-from=\"Browser\" data-to=\"Issuers\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"1186\" y=\"890\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">`returnUrl` specified in authentication request</text><line x1=\"1650\" y1=\"929\" x2=\"722\" y2=\"929\" class=\"messageLine1\" data-et=\"message\" data-id=\"i15\" data-from=\"Issuers\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"875\" y=\"996\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verification request</text><line x1=\"719\" y1=\"1035\" x2=\"1030\" y2=\"1035\" class=\"messageLine0\" data-et=\"message\" data-id=\"i17\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-arrowhead)\" style=\"fill: none;\"></line><text x=\"878\" y=\"1050\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verification response</text><line x1=\"1033\" y1=\"1089\" x2=\"722\" y2=\"1089\" class=\"messageLine0\" data-et=\"message\" data-id=\"i18\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-arrowhead)\" style=\"fill: none;\"></line><text x=\"979\" y=\"1178\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">customerInitiatedTransactions request</text><line x1=\"719\" y1=\"1217\" x2=\"1238.5\" y2=\"1217\" class=\"messageLine0\" data-et=\"message\" data-id=\"i20\" data-from=\"Merchant_Backend\" data-to=\"Card_Payments_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-arrowhead)\" style=\"fill: none;\"></line><text x=\"982\" y=\"1232\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">customerInitiatedTransactions response</text><line x1=\"1241.5\" y1=\"1271\" x2=\"722\" y2=\"1271\" class=\"messageLine0\" data-et=\"message\" data-id=\"i21\" data-from=\"Card_Payments_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-arrowhead)\" style=\"fill: none;\"></line><text x=\"979\" y=\"1286\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Settlement request</text><line x1=\"719\" y1=\"1325\" x2=\"1238.5\" y2=\"1325\" class=\"messageLine0\" data-et=\"message\" data-id=\"i22\" data-from=\"Merchant_Backend\" data-to=\"Card_Payments_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-arrowhead)\" style=\"fill: none;\"></line><text x=\"982\" y=\"1340\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Settlement response</text><line x1=\"1241.5\" y1=\"1379\" x2=\"722\" y2=\"1379\" class=\"messageLine0\" data-et=\"message\" data-id=\"i23\" data-from=\"Card_Payments_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-b508e2d6ab91f1b9929fb9b2c39188e87954309038942ab74cc54c6717777b43-arrowhead)\" style=\"fill: none;\"></line></svg>"},"children":["\nsequenceDiagram\n    participant Browser\n    participant Merchant_Frontend\n    participant Merchant_Backend\n    participant 3DS_API\n    participant Card_Payments_API\n    participant FraudSight_API\n    participant Issuers\n    Browser->>Merchant_Frontend: Click Pay\n    Merchant_Frontend->>Merchant_Backend: Pay \n    Merchant_Backend->>FraudSight_API: Assessment request\n    FraudSight_API->>Merchant_Backend: Assessment response\n    Merchant_Backend->>3DS_API: deviceDataInitialization request\n    3DS_API->>Merchant_Backend: deviceDataInitialization response\n    Merchant_Backend->>Merchant_Frontend: DeviceData - BIN/JWT/URL\n    Merchant_Frontend->>Browser: 3DS Device Data form\n    Browser-->>Issuers: Form POST\n    Issuers-->>Browser: PostMessage: dfReferenceId\n    Merchant_Backend->>3DS_API: Authentication request\n    3DS_API->>Merchant_Backend: Authentication response\n    Merchant_Backend->>Merchant_Frontend: Challenge JWT/URL\n    Merchant_Frontend->>Browser: 3DS challenge form\n    Browser-->>Issuers: Form POST\n    Issuers-->>Merchant_Backend: `returnUrl` specified in authentication request\n    Note right of Merchant_Frontend: Update or close challenge window on website\n    Merchant_Backend->>3DS_API: Verification request\n    3DS_API->>Merchant_Backend: Verification response\n    Note right of Merchant_Frontend: Apply authentication details in payment<br> E.g. eci, authenticationValue etc\n    Merchant_Backend->>Card_Payments_API: customerInitiatedTransactions request\n    Card_Payments_API->>Merchant_Backend: customerInitiatedTransactions response\n    Merchant_Backend->>Card_Payments_API: Settlement request\n    Card_Payments_API->>Merchant_Backend: Settlement response\n"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"label":"Using Checkout SDK (web)","disable":false},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Card payment via the Checkout Web SDK, including the creation of a verified token, with a FraudSight risk assessment and 3DS authentication enabled."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Using:"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/checkout/"},"children":["Checkout SDK"]}," - for cvc support choose ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["card and cvc"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/verified-tokens/"},"children":["Verified Tokens API"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/fraudsight/"},"children":["FraudSight API"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/3ds/"},"children":["3DS API"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/card-payments/"},"children":["Card Payments API"]}]}]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"\nsequenceDiagram\n    participant Browser\n    participant Merchant_Frontend\n    participant Merchant_Backend\n    participant Checkout_Sessions\n    participant Verified_Token_API\n    participant FraudSight_API\n    participant 3DS_API\n    participant Card_Payments_API\n    Note over Merchant_Frontend: Checkout JS added to page \n    Browser->>Merchant_Frontend: Click Pay\n    Merchant_Frontend->>Checkout_Sessions: Create session\n    Checkout_Sessions->>Merchant_Frontend: Return session \n    Merchant_Frontend->>Merchant_Backend: Pay \n    Merchant_Backend->>Verified_Token_API: Verified token request\n    Note right of Merchant_Backend: Includes session (card session)\n    Verified_Token_API->>Merchant_Backend: Verified token response\n    Merchant_Backend->>FraudSight_API: Assessment request\n    Note right of Merchant_Backend: Includes Token\n    FraudSight_API->>Merchant_Backend: Assessment response\n    Merchant_Backend->>3DS_API: deviceDataInitialization request\n    Note right of Merchant_Backend: Includes token\n    3DS_API->>Merchant_Backend: deviceDataInitialization response\n    Merchant_Backend->>Merchant_Frontend: DeviceData - BIN/JWT/URL\n    Merchant_Frontend->>Browser: 3DS Device Data form\n    Browser-->>Issuers: Form POST\n    Issuers-->>Browser: PostMessage: dfReferenceId\n    Merchant_Backend->>3DS_API: Authentication request\n    Note right of Merchant_Backend: Includes token \n    3DS_API->>Merchant_Backend: Authentication response\n    Merchant_Backend->>Merchant_Frontend: Challenge JWT/URL\n    Merchant_Frontend->>Browser: 3DS challenge form\n    Browser-->>Issuers: Form POST\n    Issuers-->>Merchant_Backend: `returnUrl` specified in authentication request\n    Note right of Merchant_Frontend: Update or close challenge window on website\n    Merchant_Backend->>3DS_API: Verification request\n    3DS_API->>Merchant_Backend: Verification response\n    Note right of Merchant_Frontend: Apply authentication details in payment<br> E.g. eci, authenticationValue etc\n    Merchant_Backend->>Card_Payments_API: customerInitiatedTransactions request\n    Note right of Merchant_Backend: Includes token, 3DS details and optional cvc session\n    Card_Payments_API->>Merchant_Backend: customerInitiatedTransactions response\n    Merchant_Backend->>Card_Payments_API: Settlement request\n    Card_Payments_API->>Merchant_Backend: Settlement response\n","diagramHtml":"<svg id=\"diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" style=\"max-width: 2380.5px;\" viewBox=\"-50 -10 2380.5 2013\" role=\"graphics-document document\" aria-roledescription=\"sequence\"><g><rect x=\"2130.5\" y=\"1927\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Issuers\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"2205.5\" y=\"1959.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"2205.5\" dy=\"0\">Issuers</tspan></text></g><g><rect x=\"1913.5\" y=\"1927\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Card_Payments_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1997\" y=\"1959.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1997\" dy=\"0\">Card_Payments_API</tspan></text></g><g><rect x=\"1713.5\" y=\"1927\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"3DS_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1788.5\" y=\"1959.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1788.5\" dy=\"0\">3DS_API</tspan></text></g><g><rect x=\"1513.5\" y=\"1927\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"FraudSight_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1588.5\" y=\"1959.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1588.5\" dy=\"0\">FraudSight_API</tspan></text></g><g><rect x=\"1303.5\" y=\"1927\" fill=\"#eaeaea\" stroke=\"#666\" width=\"160\" height=\"65\" name=\"Verified_Token_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1383.5\" y=\"1959.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1383.5\" dy=\"0\">Verified_Token_API</tspan></text></g><g><rect x=\"1092.5\" y=\"1927\" fill=\"#eaeaea\" stroke=\"#666\" width=\"161\" height=\"65\" name=\"Checkout_Sessions\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1173\" y=\"1959.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1173\" dy=\"0\">Checkout_Sessions</tspan></text></g><g><rect x=\"637\" y=\"1927\" fill=\"#eaeaea\" stroke=\"#666\" width=\"162\" height=\"65\" name=\"Merchant_Backend\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"718\" y=\"1959.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"718\" dy=\"0\">Merchant_Backend</tspan></text></g><g><rect x=\"224.5\" y=\"1927\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Merchant_Frontend\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"308\" y=\"1959.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"308\" dy=\"0\">Merchant_Frontend</tspan></text></g><g><rect x=\"0\" y=\"1927\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Browser\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"75\" y=\"1959.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Browser</tspan></text></g><g><line id=\"actor8\" x1=\"2205.5\" y1=\"65\" x2=\"2205.5\" y2=\"1927\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Issuers\" data-et=\"life-line\" data-id=\"Issuers\"></line><g id=\"root-8\" data-et=\"participant\" data-type=\"participant\" data-id=\"Issuers\"><rect x=\"2130.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Issuers\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"2205.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"2205.5\" dy=\"0\">Issuers</tspan></text></g></g><g><line id=\"actor7\" x1=\"1997\" y1=\"65\" x2=\"1997\" y2=\"1927\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Card_Payments_API\" data-et=\"life-line\" data-id=\"Card_Payments_API\"></line><g id=\"root-7\" data-et=\"participant\" data-type=\"participant\" data-id=\"Card_Payments_API\"><rect x=\"1913.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Card_Payments_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1997\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1997\" dy=\"0\">Card_Payments_API</tspan></text></g></g><g><line id=\"actor6\" x1=\"1788.5\" y1=\"65\" x2=\"1788.5\" y2=\"1927\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"3DS_API\" data-et=\"life-line\" data-id=\"3DS_API\"></line><g id=\"root-6\" data-et=\"participant\" data-type=\"participant\" data-id=\"3DS_API\"><rect x=\"1713.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"3DS_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1788.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1788.5\" dy=\"0\">3DS_API</tspan></text></g></g><g><line id=\"actor5\" x1=\"1588.5\" y1=\"65\" x2=\"1588.5\" y2=\"1927\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"FraudSight_API\" data-et=\"life-line\" data-id=\"FraudSight_API\"></line><g id=\"root-5\" data-et=\"participant\" data-type=\"participant\" data-id=\"FraudSight_API\"><rect x=\"1513.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"FraudSight_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1588.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1588.5\" dy=\"0\">FraudSight_API</tspan></text></g></g><g><line id=\"actor4\" x1=\"1383.5\" y1=\"65\" x2=\"1383.5\" y2=\"1927\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Verified_Token_API\" data-et=\"life-line\" data-id=\"Verified_Token_API\"></line><g id=\"root-4\" data-et=\"participant\" data-type=\"participant\" data-id=\"Verified_Token_API\"><rect x=\"1303.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"160\" height=\"65\" name=\"Verified_Token_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1383.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1383.5\" dy=\"0\">Verified_Token_API</tspan></text></g></g><g><line id=\"actor3\" x1=\"1173\" y1=\"65\" x2=\"1173\" y2=\"1927\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Checkout_Sessions\" data-et=\"life-line\" data-id=\"Checkout_Sessions\"></line><g id=\"root-3\" data-et=\"participant\" data-type=\"participant\" data-id=\"Checkout_Sessions\"><rect x=\"1092.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"161\" height=\"65\" name=\"Checkout_Sessions\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1173\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1173\" dy=\"0\">Checkout_Sessions</tspan></text></g></g><g><line id=\"actor2\" x1=\"718\" y1=\"65\" x2=\"718\" y2=\"1927\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Merchant_Backend\" data-et=\"life-line\" data-id=\"Merchant_Backend\"></line><g id=\"root-2\" data-et=\"participant\" data-type=\"participant\" data-id=\"Merchant_Backend\"><rect x=\"637\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"162\" height=\"65\" name=\"Merchant_Backend\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"718\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"718\" dy=\"0\">Merchant_Backend</tspan></text></g></g><g><line id=\"actor1\" x1=\"308\" y1=\"65\" x2=\"308\" y2=\"1927\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Merchant_Frontend\" data-et=\"life-line\" data-id=\"Merchant_Frontend\"></line><g id=\"root-1\" data-et=\"participant\" data-type=\"participant\" data-id=\"Merchant_Frontend\"><rect x=\"224.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Merchant_Frontend\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"308\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"308\" dy=\"0\">Merchant_Frontend</tspan></text></g></g><g><line id=\"actor0\" x1=\"75\" y1=\"65\" x2=\"75\" y2=\"1927\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Browser\" data-et=\"life-line\" data-id=\"Browser\"></line><g id=\"root-0\" data-et=\"participant\" data-type=\"participant\" data-id=\"Browser\"><rect x=\"0\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Browser\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"75\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Browser</tspan></text></g></g><style>#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .error-icon{fill:#552222;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .error-text{fill:#552222;stroke:#552222;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .edge-thickness-normal{stroke-width:1px;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .edge-thickness-thick{stroke-width:3.5px;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .edge-pattern-solid{stroke-dasharray:0;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .edge-pattern-dashed{stroke-dasharray:3;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .edge-pattern-dotted{stroke-dasharray:2;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .marker{fill:#333333;stroke:#333333;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .marker.cross{stroke:#333333;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da p{margin:0;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .actor{stroke:#9370DB;fill:#ECECFF;stroke-width:1;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da rect.actor.outer-path[data-look=\"neo\"]{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da rect.note[data-look=\"neo\"]{stroke:#aaaa33;fill:#fff5ad;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da text.actor&gt;tspan{fill:black;stroke:none;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .actor-line{stroke:#9370DB;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .innerArc{stroke-width:1.5;stroke-dasharray:none;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .messageLine1{stroke-width:1.5;stroke-dasharray:2,2;stroke:#333;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da [id$=\"-arrowhead\"] path{fill:#333;stroke:#333;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .sequenceNumber{fill:white;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da [id$=\"-sequencenumber\"]{fill:#333;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da [id$=\"-crosshead\"] path{fill:#333;stroke:#333;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .messageText{fill:#333;stroke:none;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .labelBox{stroke:#9370DB;fill:#ECECFF;filter:none;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .labelText,#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .labelText&gt;tspan{fill:black;stroke:none;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .loopText,#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .loopText&gt;tspan{fill:black;stroke:none;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .sectionTitle,#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .sectionTitle&gt;tspan{fill:black;stroke:none;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .loopLine{stroke-width:2px;stroke-dasharray:2,2;stroke:#9370DB;fill:#9370DB;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .note{stroke:#aaaa33;fill:#fff5ad;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .noteText,#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .noteText&gt;tspan{fill:black;stroke:none;font-weight:normal;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .activation0{fill:#f4f4f4;stroke:#666;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .activation1{fill:#f4f4f4;stroke:#666;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .activation2{fill:#f4f4f4;stroke:#666;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .actorPopupMenu{position:absolute;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .actorPopupMenuPanel{position:absolute;fill:#ECECFF;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);filter:drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .actor-man circle,#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da line{fill:#ECECFF;stroke-width:2px;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da g rect.rect{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));stroke:#9370DB;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da .node .neo-node{stroke:#9370DB;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da [data-look=\"neo\"].node rect,#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da [data-look=\"neo\"].cluster rect,#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g></g><defs><symbol id=\"diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-computer\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M2 2v13h20v-13h-20zm18 11h-16v-9h16v9zm-10.228 6l.466-1h3.524l.467 1h-4.457zm14.228 3h-24l2-6h2.104l-1.33 4h18.45l-1.297-4h2.073l2 6zm-5-10h-14v-7h14v7z\"></path></symbol></defs><defs><symbol id=\"diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-database\" fill-rule=\"evenodd\" clip-rule=\"evenodd\"><path transform=\"scale(.5)\" d=\"M12.258.001l.256.004.255.005.253.008.251.01.249.012.247.015.246.016.242.019.241.02.239.023.236.024.233.027.231.028.229.031.225.032.223.034.22.036.217.038.214.04.211.041.208.043.205.045.201.046.198.048.194.05.191.051.187.053.183.054.18.056.175.057.172.059.168.06.163.061.16.063.155.064.15.066.074.033.073.033.071.034.07.034.069.035.068.035.067.035.066.035.064.036.064.036.062.036.06.036.06.037.058.037.058.037.055.038.055.038.053.038.052.038.051.039.05.039.048.039.047.039.045.04.044.04.043.04.041.04.04.041.039.041.037.041.036.041.034.041.033.042.032.042.03.042.029.042.027.042.026.043.024.043.023.043.021.043.02.043.018.044.017.043.015.044.013.044.012.044.011.045.009.044.007.045.006.045.004.045.002.045.001.045v17l-.001.045-.002.045-.004.045-.006.045-.007.045-.009.044-.011.045-.012.044-.013.044-.015.044-.017.043-.018.044-.02.043-.021.043-.023.043-.024.043-.026.043-.027.042-.029.042-.03.042-.032.042-.033.042-.034.041-.036.041-.037.041-.039.041-.04.041-.041.04-.043.04-.044.04-.045.04-.047.039-.048.039-.05.039-.051.039-.052.038-.053.038-.055.038-.055.038-.058.037-.058.037-.06.037-.06.036-.062.036-.064.036-.064.036-.066.035-.067.035-.068.035-.069.035-.07.034-.071.034-.073.033-.074.033-.15.066-.155.064-.16.063-.163.061-.168.06-.172.059-.175.057-.18.056-.183.054-.187.053-.191.051-.194.05-.198.048-.201.046-.205.045-.208.043-.211.041-.214.04-.217.038-.22.036-.223.034-.225.032-.229.031-.231.028-.233.027-.236.024-.239.023-.241.02-.242.019-.246.016-.247.015-.249.012-.251.01-.253.008-.255.005-.256.004-.258.001-.258-.001-.256-.004-.255-.005-.253-.008-.251-.01-.249-.012-.247-.015-.245-.016-.243-.019-.241-.02-.238-.023-.236-.024-.234-.027-.231-.028-.228-.031-.226-.032-.223-.034-.22-.036-.217-.038-.214-.04-.211-.041-.208-.043-.204-.045-.201-.046-.198-.048-.195-.05-.19-.051-.187-.053-.184-.054-.179-.056-.176-.057-.172-.059-.167-.06-.164-.061-.159-.063-.155-.064-.151-.066-.074-.033-.072-.033-.072-.034-.07-.034-.069-.035-.068-.035-.067-.035-.066-.035-.064-.036-.063-.036-.062-.036-.061-.036-.06-.037-.058-.037-.057-.037-.056-.038-.055-.038-.053-.038-.052-.038-.051-.039-.049-.039-.049-.039-.046-.039-.046-.04-.044-.04-.043-.04-.041-.04-.04-.041-.039-.041-.037-.041-.036-.041-.034-.041-.033-.042-.032-.042-.03-.042-.029-.042-.027-.042-.026-.043-.024-.043-.023-.043-.021-.043-.02-.043-.018-.044-.017-.043-.015-.044-.013-.044-.012-.044-.011-.045-.009-.044-.007-.045-.006-.045-.004-.045-.002-.045-.001-.045v-17l.001-.045.002-.045.004-.045.006-.045.007-.045.009-.044.011-.045.012-.044.013-.044.015-.044.017-.043.018-.044.02-.043.021-.043.023-.043.024-.043.026-.043.027-.042.029-.042.03-.042.032-.042.033-.042.034-.041.036-.041.037-.041.039-.041.04-.041.041-.04.043-.04.044-.04.046-.04.046-.039.049-.039.049-.039.051-.039.052-.038.053-.038.055-.038.056-.038.057-.037.058-.037.06-.037.061-.036.062-.036.063-.036.064-.036.066-.035.067-.035.068-.035.069-.035.07-.034.072-.034.072-.033.074-.033.151-.066.155-.064.159-.063.164-.061.167-.06.172-.059.176-.057.179-.056.184-.054.187-.053.19-.051.195-.05.198-.048.201-.046.204-.045.208-.043.211-.041.214-.04.217-.038.22-.036.223-.034.226-.032.228-.031.231-.028.234-.027.236-.024.238-.023.241-.02.243-.019.245-.016.247-.015.249-.012.251-.01.253-.008.255-.005.256-.004.258-.001.258.001zm-9.258 20.499v.01l.001.021.003.021.004.022.005.021.006.022.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.023.018.024.019.024.021.024.022.025.023.024.024.025.052.049.056.05.061.051.066.051.07.051.075.051.079.052.084.052.088.052.092.052.097.052.102.051.105.052.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.048.144.049.147.047.152.047.155.047.16.045.163.045.167.043.171.043.176.041.178.041.183.039.187.039.19.037.194.035.197.035.202.033.204.031.209.03.212.029.216.027.219.025.222.024.226.021.23.02.233.018.236.016.24.015.243.012.246.01.249.008.253.005.256.004.259.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.021.224-.024.22-.026.216-.027.212-.028.21-.031.205-.031.202-.034.198-.034.194-.036.191-.037.187-.039.183-.04.179-.04.175-.042.172-.043.168-.044.163-.045.16-.046.155-.046.152-.047.148-.048.143-.049.139-.049.136-.05.131-.05.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.053.083-.051.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.05.023-.024.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.023.01-.022.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.127l-.077.055-.08.053-.083.054-.085.053-.087.052-.09.052-.093.051-.095.05-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.045-.118.044-.12.043-.122.042-.124.042-.126.041-.128.04-.13.04-.132.038-.134.038-.135.037-.138.037-.139.035-.142.035-.143.034-.144.033-.147.032-.148.031-.15.03-.151.03-.153.029-.154.027-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.01-.179.008-.179.008-.181.006-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.006-.179-.008-.179-.008-.178-.01-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.027-.153-.029-.151-.03-.15-.03-.148-.031-.146-.032-.145-.033-.143-.034-.141-.035-.14-.035-.137-.037-.136-.037-.134-.038-.132-.038-.13-.04-.128-.04-.126-.041-.124-.042-.122-.042-.12-.044-.117-.043-.116-.045-.113-.045-.112-.046-.109-.047-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.05-.093-.052-.09-.051-.087-.052-.085-.053-.083-.054-.08-.054-.077-.054v4.127zm0-5.654v.011l.001.021.003.021.004.021.005.022.006.022.007.022.009.022.01.022.011.023.012.023.013.023.015.024.016.023.017.024.018.024.019.024.021.024.022.024.023.025.024.024.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.052.11.051.114.051.119.052.123.05.127.051.131.05.135.049.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.044.171.042.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.022.23.02.233.018.236.016.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.012.241-.015.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.048.139-.05.136-.049.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.051.051-.049.023-.025.023-.024.021-.025.02-.024.019-.024.018-.024.017-.024.015-.023.014-.023.013-.024.012-.022.01-.023.01-.023.008-.022.006-.022.006-.022.004-.021.004-.022.001-.021.001-.021v-4.139l-.077.054-.08.054-.083.054-.085.052-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.044-.118.044-.12.044-.122.042-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.035-.143.033-.144.033-.147.033-.148.031-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.009-.179.009-.179.007-.181.007-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.007-.179-.007-.179-.009-.178-.009-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.031-.146-.033-.145-.033-.143-.033-.141-.035-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.04-.126-.041-.124-.042-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.051-.093-.051-.09-.051-.087-.053-.085-.052-.083-.054-.08-.054-.077-.054v4.139zm0-5.666v.011l.001.02.003.022.004.021.005.022.006.021.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.024.018.023.019.024.021.025.022.024.023.024.024.025.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.051.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.043.171.043.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.021.23.02.233.018.236.017.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.013.241-.014.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.049.139-.049.136-.049.131-.051.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.049.023-.025.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.022.01-.023.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.153l-.077.054-.08.054-.083.053-.085.053-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.048-.105.048-.106.048-.109.046-.111.046-.114.046-.115.044-.118.044-.12.043-.122.043-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.034-.143.034-.144.033-.147.032-.148.032-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.024-.161.024-.162.023-.163.023-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.01-.178.01-.179.009-.179.007-.181.006-.182.006-.182.004-.184.003-.184.001-.185.001-.185-.001-.184-.001-.184-.003-.182-.004-.182-.006-.181-.006-.179-.007-.179-.009-.178-.01-.176-.01-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.023-.162-.023-.161-.024-.159-.024-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.032-.146-.032-.145-.033-.143-.034-.141-.034-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.041-.126-.041-.124-.041-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.048-.105-.048-.102-.048-.1-.05-.097-.049-.095-.051-.093-.051-.09-.052-.087-.052-.085-.053-.083-.053-.08-.054-.077-.054v4.153zm8.74-8.179l-.257.004-.254.005-.25.008-.247.011-.244.012-.241.014-.237.016-.233.018-.231.021-.226.022-.224.023-.22.026-.216.027-.212.028-.21.031-.205.032-.202.033-.198.034-.194.036-.191.038-.187.038-.183.04-.179.041-.175.042-.172.043-.168.043-.163.045-.16.046-.155.046-.152.048-.148.048-.143.048-.139.049-.136.05-.131.05-.126.051-.123.051-.118.051-.114.052-.11.052-.106.052-.101.052-.096.052-.092.052-.088.052-.083.052-.079.052-.074.051-.07.052-.065.051-.06.05-.056.05-.051.05-.023.025-.023.024-.021.024-.02.025-.019.024-.018.024-.017.023-.015.024-.014.023-.013.023-.012.023-.01.023-.01.022-.008.022-.006.023-.006.021-.004.022-.004.021-.001.021-.001.021.001.021.001.021.004.021.004.022.006.021.006.023.008.022.01.022.01.023.012.023.013.023.014.023.015.024.017.023.018.024.019.024.02.025.021.024.023.024.023.025.051.05.056.05.06.05.065.051.07.052.074.051.079.052.083.052.088.052.092.052.096.052.101.052.106.052.11.052.114.052.118.051.123.051.126.051.131.05.136.05.139.049.143.048.148.048.152.048.155.046.16.046.163.045.168.043.172.043.175.042.179.041.183.04.187.038.191.038.194.036.198.034.202.033.205.032.21.031.212.028.216.027.22.026.224.023.226.022.231.021.233.018.237.016.241.014.244.012.247.011.25.008.254.005.257.004.26.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.022.224-.023.22-.026.216-.027.212-.028.21-.031.205-.032.202-.033.198-.034.194-.036.191-.038.187-.038.183-.04.179-.041.175-.042.172-.043.168-.043.163-.045.16-.046.155-.046.152-.048.148-.048.143-.048.139-.049.136-.05.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.05.051-.05.023-.025.023-.024.021-.024.02-.025.019-.024.018-.024.017-.023.015-.024.014-.023.013-.023.012-.023.01-.023.01-.022.008-.022.006-.023.006-.021.004-.022.004-.021.001-.021.001-.021-.001-.021-.001-.021-.004-.021-.004-.022-.006-.021-.006-.023-.008-.022-.01-.022-.01-.023-.012-.023-.013-.023-.014-.023-.015-.024-.017-.023-.018-.024-.019-.024-.02-.025-.021-.024-.023-.024-.023-.025-.051-.05-.056-.05-.06-.05-.065-.051-.07-.052-.074-.051-.079-.052-.083-.052-.088-.052-.092-.052-.096-.052-.101-.052-.106-.052-.11-.052-.114-.052-.118-.051-.123-.051-.126-.051-.131-.05-.136-.05-.139-.049-.143-.048-.148-.048-.152-.048-.155-.046-.16-.046-.163-.045-.168-.043-.172-.043-.175-.042-.179-.041-.183-.04-.187-.038-.191-.038-.194-.036-.198-.034-.202-.033-.205-.032-.21-.031-.212-.028-.216-.027-.22-.026-.224-.023-.226-.022-.231-.021-.233-.018-.237-.016-.241-.014-.244-.012-.247-.011-.25-.008-.254-.005-.257-.004-.26-.001-.26.001z\"></path></symbol></defs><defs><symbol id=\"diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-clock\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm5.848 12.459c.202.038.202.333.001.372-1.907.361-6.045 1.111-6.547 1.111-.719 0-1.301-.582-1.301-1.301 0-.512.77-5.447 1.125-7.445.034-.192.312-.181.343.014l.985 6.238 5.394 1.011z\"></path></symbol></defs><defs><marker id=\"diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-arrowhead\" refX=\"7.9\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M -1 0 L 10 5 L 0 10 z\"></path></marker></defs><defs><marker id=\"diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-crosshead\" markerWidth=\"15\" markerHeight=\"8\" orient=\"auto\" refX=\"4\" refY=\"4.5\"><path fill=\"none\" stroke=\"#000000\" stroke-width=\"1pt\" d=\"M 1,2 L 6,7 M 6,2 L 1,7\" style=\"stroke-dasharray: 0, 0;\"></path></marker></defs><defs><marker id=\"diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-filled-head\" refX=\"15.5\" refY=\"7\" markerWidth=\"20\" markerHeight=\"28\" orient=\"auto\"><path d=\"M 18,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><defs><marker id=\"diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-sequencenumber\" refX=\"15\" refY=\"15\" markerWidth=\"60\" markerHeight=\"40\" orient=\"auto\"><circle cx=\"15\" cy=\"15\" r=\"6\"></circle></marker></defs><defs><marker id=\"diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-solidTopArrowHead\" refX=\"7.9\" refY=\"7.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 8 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-solidBottomArrowHead\" refX=\"7.9\" refY=\"0.75\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 0 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-stickTopArrowHead\" refX=\"7.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 7 7\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><defs><marker id=\"diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-stickBottomArrowHead\" refX=\"7.5\" refY=\"0\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 7 L 7 0\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><g data-et=\"note\" data-id=\"i0\"><rect x=\"199\" y=\"75\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"218\" height=\"42\" class=\"note\"></rect><text x=\"308\" y=\"80\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"308\">Checkout JS added to page</tspan></text></g><g data-et=\"note\" data-id=\"i6\"><rect x=\"743\" y=\"397\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"248\" height=\"42\" class=\"note\"></rect><text x=\"867\" y=\"402\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"867\">Includes session (card session)</tspan></text></g><g data-et=\"note\" data-id=\"i9\"><rect x=\"743\" y=\"557\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"162\" height=\"42\" class=\"note\"></rect><text x=\"824\" y=\"562\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"824\">Includes Token</tspan></text></g><g data-et=\"note\" data-id=\"i12\"><rect x=\"743\" y=\"717\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"162\" height=\"42\" class=\"note\"></rect><text x=\"824\" y=\"722\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"824\">Includes token</tspan></text></g><g data-et=\"note\" data-id=\"i19\"><rect x=\"743\" y=\"1093\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"162\" height=\"42\" class=\"note\"></rect><text x=\"824\" y=\"1098\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"824\">Includes token</tspan></text></g><g data-et=\"note\" data-id=\"i25\"><rect x=\"333\" y=\"1415\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"360\" height=\"42\" class=\"note\"></rect><text x=\"513\" y=\"1420\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"513\">Update or close challenge window on website</tspan></text></g><g data-et=\"note\" data-id=\"i28\"><rect x=\"333\" y=\"1575\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"316\" height=\"64\" class=\"note\"></rect><text x=\"491\" y=\"1580\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"491\">Apply authentication details in payment</tspan></text><text x=\"491\" y=\"1602\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"491\"> E.g. eci, authenticationValue etc</tspan></text></g><g data-et=\"note\" data-id=\"i30\"><rect x=\"743\" y=\"1703\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"405\" height=\"42\" class=\"note\"></rect><text x=\"946\" y=\"1708\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"946\">Includes token, 3DS details and optional cvc session</tspan></text></g><text x=\"190\" y=\"132\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Click Pay</text><line x1=\"76\" y1=\"171\" x2=\"304\" y2=\"171\" class=\"messageLine0\" data-et=\"message\" data-id=\"i1\" data-from=\"Browser\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-arrowhead)\" style=\"fill: none;\"></line><text x=\"739\" y=\"186\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Create session</text><line x1=\"309\" y1=\"225\" x2=\"1169\" y2=\"225\" class=\"messageLine0\" data-et=\"message\" data-id=\"i2\" data-from=\"Merchant_Frontend\" data-to=\"Checkout_Sessions\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-arrowhead)\" style=\"fill: none;\"></line><text x=\"742\" y=\"240\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Return session</text><line x1=\"1172\" y1=\"279\" x2=\"312\" y2=\"279\" class=\"messageLine0\" data-et=\"message\" data-id=\"i3\" data-from=\"Checkout_Sessions\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-arrowhead)\" style=\"fill: none;\"></line><text x=\"512\" y=\"294\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Pay</text><line x1=\"309\" y1=\"333\" x2=\"714\" y2=\"333\" class=\"messageLine0\" data-et=\"message\" data-id=\"i4\" data-from=\"Merchant_Frontend\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-arrowhead)\" style=\"fill: none;\"></line><text x=\"1049\" y=\"348\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verified token request</text><line x1=\"719\" y1=\"387\" x2=\"1379.5\" y2=\"387\" class=\"messageLine0\" data-et=\"message\" data-id=\"i5\" data-from=\"Merchant_Backend\" data-to=\"Verified_Token_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-arrowhead)\" style=\"fill: none;\"></line><text x=\"1052\" y=\"454\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verified token response</text><line x1=\"1382.5\" y1=\"493\" x2=\"722\" y2=\"493\" class=\"messageLine0\" data-et=\"message\" data-id=\"i7\" data-from=\"Verified_Token_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-arrowhead)\" style=\"fill: none;\"></line><text x=\"1152\" y=\"508\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Assessment request</text><line x1=\"719\" y1=\"547\" x2=\"1584.5\" y2=\"547\" class=\"messageLine0\" data-et=\"message\" data-id=\"i8\" data-from=\"Merchant_Backend\" data-to=\"FraudSight_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-arrowhead)\" style=\"fill: none;\"></line><text x=\"1155\" y=\"614\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Assessment response</text><line x1=\"1587.5\" y1=\"653\" x2=\"722\" y2=\"653\" class=\"messageLine0\" data-et=\"message\" data-id=\"i10\" data-from=\"FraudSight_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-arrowhead)\" style=\"fill: none;\"></line><text x=\"1252\" y=\"668\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">deviceDataInitialization request</text><line x1=\"719\" y1=\"707\" x2=\"1784.5\" y2=\"707\" class=\"messageLine0\" data-et=\"message\" data-id=\"i11\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-arrowhead)\" style=\"fill: none;\"></line><text x=\"1255\" y=\"774\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">deviceDataInitialization response</text><line x1=\"1787.5\" y1=\"813\" x2=\"722\" y2=\"813\" class=\"messageLine0\" data-et=\"message\" data-id=\"i13\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-arrowhead)\" style=\"fill: none;\"></line><text x=\"515\" y=\"828\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">DeviceData - BIN/JWT/URL</text><line x1=\"717\" y1=\"867\" x2=\"312\" y2=\"867\" class=\"messageLine0\" data-et=\"message\" data-id=\"i14\" data-from=\"Merchant_Backend\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-arrowhead)\" style=\"fill: none;\"></line><text x=\"193\" y=\"882\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">3DS Device Data form</text><line x1=\"307\" y1=\"921\" x2=\"79\" y2=\"921\" class=\"messageLine0\" data-et=\"message\" data-id=\"i15\" data-from=\"Merchant_Frontend\" data-to=\"Browser\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-arrowhead)\" style=\"fill: none;\"></line><text x=\"1139\" y=\"936\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Form POST</text><line x1=\"76\" y1=\"975\" x2=\"2201.5\" y2=\"975\" class=\"messageLine1\" data-et=\"message\" data-id=\"i16\" data-from=\"Browser\" data-to=\"Issuers\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"1142\" y=\"990\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">PostMessage: dfReferenceId</text><line x1=\"2204.5\" y1=\"1029\" x2=\"79\" y2=\"1029\" class=\"messageLine1\" data-et=\"message\" data-id=\"i17\" data-from=\"Issuers\" data-to=\"Browser\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"1252\" y=\"1044\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Authentication request</text><line x1=\"719\" y1=\"1083\" x2=\"1784.5\" y2=\"1083\" class=\"messageLine0\" data-et=\"message\" data-id=\"i18\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-arrowhead)\" style=\"fill: none;\"></line><text x=\"1255\" y=\"1150\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Authentication response</text><line x1=\"1787.5\" y1=\"1189\" x2=\"722\" y2=\"1189\" class=\"messageLine0\" data-et=\"message\" data-id=\"i20\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-arrowhead)\" style=\"fill: none;\"></line><text x=\"515\" y=\"1204\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Challenge JWT/URL</text><line x1=\"717\" y1=\"1243\" x2=\"312\" y2=\"1243\" class=\"messageLine0\" data-et=\"message\" data-id=\"i21\" data-from=\"Merchant_Backend\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-arrowhead)\" style=\"fill: none;\"></line><text x=\"193\" y=\"1258\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">3DS challenge form</text><line x1=\"307\" y1=\"1297\" x2=\"79\" y2=\"1297\" class=\"messageLine0\" data-et=\"message\" data-id=\"i22\" data-from=\"Merchant_Frontend\" data-to=\"Browser\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-arrowhead)\" style=\"fill: none;\"></line><text x=\"1139\" y=\"1312\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Form POST</text><line x1=\"76\" y1=\"1351\" x2=\"2201.5\" y2=\"1351\" class=\"messageLine1\" data-et=\"message\" data-id=\"i23\" data-from=\"Browser\" data-to=\"Issuers\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"1463\" y=\"1366\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">`returnUrl` specified in authentication request</text><line x1=\"2204.5\" y1=\"1405\" x2=\"722\" y2=\"1405\" class=\"messageLine1\" data-et=\"message\" data-id=\"i24\" data-from=\"Issuers\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"1252\" y=\"1472\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verification request</text><line x1=\"719\" y1=\"1511\" x2=\"1784.5\" y2=\"1511\" class=\"messageLine0\" data-et=\"message\" data-id=\"i26\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-arrowhead)\" style=\"fill: none;\"></line><text x=\"1255\" y=\"1526\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verification response</text><line x1=\"1787.5\" y1=\"1565\" x2=\"722\" y2=\"1565\" class=\"messageLine0\" data-et=\"message\" data-id=\"i27\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-arrowhead)\" style=\"fill: none;\"></line><text x=\"1356\" y=\"1654\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">customerInitiatedTransactions request</text><line x1=\"719\" y1=\"1693\" x2=\"1993\" y2=\"1693\" class=\"messageLine0\" data-et=\"message\" data-id=\"i29\" data-from=\"Merchant_Backend\" data-to=\"Card_Payments_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-arrowhead)\" style=\"fill: none;\"></line><text x=\"1359\" y=\"1760\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">customerInitiatedTransactions response</text><line x1=\"1996\" y1=\"1799\" x2=\"722\" y2=\"1799\" class=\"messageLine0\" data-et=\"message\" data-id=\"i31\" data-from=\"Card_Payments_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-arrowhead)\" style=\"fill: none;\"></line><text x=\"1356\" y=\"1814\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Settlement request</text><line x1=\"719\" y1=\"1853\" x2=\"1993\" y2=\"1853\" class=\"messageLine0\" data-et=\"message\" data-id=\"i32\" data-from=\"Merchant_Backend\" data-to=\"Card_Payments_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-arrowhead)\" style=\"fill: none;\"></line><text x=\"1359\" y=\"1868\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Settlement response</text><line x1=\"1996\" y1=\"1907\" x2=\"722\" y2=\"1907\" class=\"messageLine0\" data-et=\"message\" data-id=\"i33\" data-from=\"Card_Payments_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-e6e7ffbd601b70d89c3176bec199040a4f910215f4c82b16b843c6563c4994da-arrowhead)\" style=\"fill: none;\"></line></svg>","diagramHtmlDark":"<svg id=\"diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" style=\"max-width: 2380.5px;\" viewBox=\"-50 -10 2380.5 2013\" role=\"graphics-document document\" aria-roledescription=\"sequence\"><g><rect x=\"2130.5\" y=\"1927\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Issuers\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"2205.5\" y=\"1959.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"2205.5\" dy=\"0\">Issuers</tspan></text></g><g><rect x=\"1913.5\" y=\"1927\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Card_Payments_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1997\" y=\"1959.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1997\" dy=\"0\">Card_Payments_API</tspan></text></g><g><rect x=\"1713.5\" y=\"1927\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"3DS_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1788.5\" y=\"1959.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1788.5\" dy=\"0\">3DS_API</tspan></text></g><g><rect x=\"1513.5\" y=\"1927\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"FraudSight_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1588.5\" y=\"1959.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1588.5\" dy=\"0\">FraudSight_API</tspan></text></g><g><rect x=\"1303.5\" y=\"1927\" fill=\"#eaeaea\" stroke=\"#666\" width=\"160\" height=\"65\" name=\"Verified_Token_API\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1383.5\" y=\"1959.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1383.5\" dy=\"0\">Verified_Token_API</tspan></text></g><g><rect x=\"1092.5\" y=\"1927\" fill=\"#eaeaea\" stroke=\"#666\" width=\"161\" height=\"65\" name=\"Checkout_Sessions\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"1173\" y=\"1959.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1173\" dy=\"0\">Checkout_Sessions</tspan></text></g><g><rect x=\"637\" y=\"1927\" fill=\"#eaeaea\" stroke=\"#666\" width=\"162\" height=\"65\" name=\"Merchant_Backend\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"718\" y=\"1959.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"718\" dy=\"0\">Merchant_Backend</tspan></text></g><g><rect x=\"224.5\" y=\"1927\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Merchant_Frontend\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"308\" y=\"1959.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"308\" dy=\"0\">Merchant_Frontend</tspan></text></g><g><rect x=\"0\" y=\"1927\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Browser\" rx=\"3\" ry=\"3\" class=\"actor actor-bottom\"></rect><text x=\"75\" y=\"1959.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Browser</tspan></text></g><g><line id=\"actor8\" x1=\"2205.5\" y1=\"65\" x2=\"2205.5\" y2=\"1927\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Issuers\" data-et=\"life-line\" data-id=\"Issuers\"></line><g id=\"root-8\" data-et=\"participant\" data-type=\"participant\" data-id=\"Issuers\"><rect x=\"2130.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Issuers\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"2205.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"2205.5\" dy=\"0\">Issuers</tspan></text></g></g><g><line id=\"actor7\" x1=\"1997\" y1=\"65\" x2=\"1997\" y2=\"1927\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Card_Payments_API\" data-et=\"life-line\" data-id=\"Card_Payments_API\"></line><g id=\"root-7\" data-et=\"participant\" data-type=\"participant\" data-id=\"Card_Payments_API\"><rect x=\"1913.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Card_Payments_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1997\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1997\" dy=\"0\">Card_Payments_API</tspan></text></g></g><g><line id=\"actor6\" x1=\"1788.5\" y1=\"65\" x2=\"1788.5\" y2=\"1927\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"3DS_API\" data-et=\"life-line\" data-id=\"3DS_API\"></line><g id=\"root-6\" data-et=\"participant\" data-type=\"participant\" data-id=\"3DS_API\"><rect x=\"1713.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"3DS_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1788.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1788.5\" dy=\"0\">3DS_API</tspan></text></g></g><g><line id=\"actor5\" x1=\"1588.5\" y1=\"65\" x2=\"1588.5\" y2=\"1927\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"FraudSight_API\" data-et=\"life-line\" data-id=\"FraudSight_API\"></line><g id=\"root-5\" data-et=\"participant\" data-type=\"participant\" data-id=\"FraudSight_API\"><rect x=\"1513.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"FraudSight_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1588.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1588.5\" dy=\"0\">FraudSight_API</tspan></text></g></g><g><line id=\"actor4\" x1=\"1383.5\" y1=\"65\" x2=\"1383.5\" y2=\"1927\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Verified_Token_API\" data-et=\"life-line\" data-id=\"Verified_Token_API\"></line><g id=\"root-4\" data-et=\"participant\" data-type=\"participant\" data-id=\"Verified_Token_API\"><rect x=\"1303.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"160\" height=\"65\" name=\"Verified_Token_API\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1383.5\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1383.5\" dy=\"0\">Verified_Token_API</tspan></text></g></g><g><line id=\"actor3\" x1=\"1173\" y1=\"65\" x2=\"1173\" y2=\"1927\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Checkout_Sessions\" data-et=\"life-line\" data-id=\"Checkout_Sessions\"></line><g id=\"root-3\" data-et=\"participant\" data-type=\"participant\" data-id=\"Checkout_Sessions\"><rect x=\"1092.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"161\" height=\"65\" name=\"Checkout_Sessions\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"1173\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"1173\" dy=\"0\">Checkout_Sessions</tspan></text></g></g><g><line id=\"actor2\" x1=\"718\" y1=\"65\" x2=\"718\" y2=\"1927\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Merchant_Backend\" data-et=\"life-line\" data-id=\"Merchant_Backend\"></line><g id=\"root-2\" data-et=\"participant\" data-type=\"participant\" data-id=\"Merchant_Backend\"><rect x=\"637\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"162\" height=\"65\" name=\"Merchant_Backend\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"718\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"718\" dy=\"0\">Merchant_Backend</tspan></text></g></g><g><line id=\"actor1\" x1=\"308\" y1=\"65\" x2=\"308\" y2=\"1927\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Merchant_Frontend\" data-et=\"life-line\" data-id=\"Merchant_Frontend\"></line><g id=\"root-1\" data-et=\"participant\" data-type=\"participant\" data-id=\"Merchant_Frontend\"><rect x=\"224.5\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"167\" height=\"65\" name=\"Merchant_Frontend\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"308\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"308\" dy=\"0\">Merchant_Frontend</tspan></text></g></g><g><line id=\"actor0\" x1=\"75\" y1=\"65\" x2=\"75\" y2=\"1927\" class=\"actor-line 200\" stroke-width=\"0.5px\" stroke=\"#999\" name=\"Browser\" data-et=\"life-line\" data-id=\"Browser\"></line><g id=\"root-0\" data-et=\"participant\" data-type=\"participant\" data-id=\"Browser\"><rect x=\"0\" y=\"0\" fill=\"#eaeaea\" stroke=\"#666\" width=\"150\" height=\"65\" name=\"Browser\" rx=\"3\" ry=\"3\" class=\"actor actor-top\"></rect><text x=\"75\" y=\"32.5\" dominant-baseline=\"central\" alignment-baseline=\"central\" class=\"actor actor-box\" style=\"text-anchor: middle; font-size: 16px; font-weight: 400; font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif;\"><tspan x=\"75\" dy=\"0\">Browser</tspan></text></g></g><style>#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .error-icon{fill:#a44141;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .error-text{fill:#ddd;stroke:#ddd;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .edge-thickness-normal{stroke-width:1px;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .edge-thickness-thick{stroke-width:3.5px;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .edge-pattern-solid{stroke-dasharray:0;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .marker{fill:lightgrey;stroke:lightgrey;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .marker.cross{stroke:lightgrey;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 p{margin:0;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .actor{stroke:#ccc;fill:#1f2020;stroke-width:1;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 rect.actor.outer-path[data-look=\"neo\"]{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 rect.note[data-look=\"neo\"]{stroke:hsl(180, 0%, 18.3529411765%);fill:hsl(180, 1.5873015873%, 28.3529411765%);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 text.actor&gt;tspan{fill:lightgrey;stroke:none;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .actor-line{stroke:#ccc;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .innerArc{stroke-width:1.5;stroke-dasharray:none;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:lightgrey;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .messageLine1{stroke-width:1.5;stroke-dasharray:2,2;stroke:lightgrey;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 [id$=\"-arrowhead\"] path{fill:lightgrey;stroke:lightgrey;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .sequenceNumber{fill:black;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 [id$=\"-sequencenumber\"]{fill:lightgrey;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 [id$=\"-crosshead\"] path{fill:lightgrey;stroke:lightgrey;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .messageText{fill:lightgrey;stroke:none;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .labelBox{stroke:#ccc;fill:#1f2020;filter:none;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .labelText,#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .labelText&gt;tspan{fill:lightgrey;stroke:none;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .loopText,#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .loopText&gt;tspan{fill:lightgrey;stroke:none;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .sectionTitle,#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .sectionTitle&gt;tspan{fill:lightgrey;stroke:none;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .loopLine{stroke-width:2px;stroke-dasharray:2,2;stroke:#ccc;fill:#ccc;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .note{stroke:hsl(180, 0%, 18.3529411765%);fill:hsl(180, 1.5873015873%, 28.3529411765%);}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .noteText,#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .noteText&gt;tspan{fill:rgb(183.8476190475, 181.5523809523, 181.5523809523);stroke:none;font-weight:normal;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .activation0{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .activation1{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .activation2{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:#ccc;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .actorPopupMenu{position:absolute;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .actorPopupMenuPanel{position:absolute;fill:#1f2020;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);filter:drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .actor-man circle,#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 line{fill:#1f2020;stroke-width:2px;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 g rect.rect{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));stroke:#ccc;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 .node .neo-node{stroke:#ccc;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 [data-look=\"neo\"].node rect,#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 [data-look=\"neo\"].cluster rect,#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 [data-look=\"neo\"].node polygon{stroke:url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 [data-look=\"neo\"].node path{stroke:url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-gradient);stroke-width:1px;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 [data-look=\"neo\"].node circle{stroke:url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g></g><defs><symbol id=\"diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-computer\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M2 2v13h20v-13h-20zm18 11h-16v-9h16v9zm-10.228 6l.466-1h3.524l.467 1h-4.457zm14.228 3h-24l2-6h2.104l-1.33 4h18.45l-1.297-4h2.073l2 6zm-5-10h-14v-7h14v7z\"></path></symbol></defs><defs><symbol id=\"diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-database\" fill-rule=\"evenodd\" clip-rule=\"evenodd\"><path transform=\"scale(.5)\" d=\"M12.258.001l.256.004.255.005.253.008.251.01.249.012.247.015.246.016.242.019.241.02.239.023.236.024.233.027.231.028.229.031.225.032.223.034.22.036.217.038.214.04.211.041.208.043.205.045.201.046.198.048.194.05.191.051.187.053.183.054.18.056.175.057.172.059.168.06.163.061.16.063.155.064.15.066.074.033.073.033.071.034.07.034.069.035.068.035.067.035.066.035.064.036.064.036.062.036.06.036.06.037.058.037.058.037.055.038.055.038.053.038.052.038.051.039.05.039.048.039.047.039.045.04.044.04.043.04.041.04.04.041.039.041.037.041.036.041.034.041.033.042.032.042.03.042.029.042.027.042.026.043.024.043.023.043.021.043.02.043.018.044.017.043.015.044.013.044.012.044.011.045.009.044.007.045.006.045.004.045.002.045.001.045v17l-.001.045-.002.045-.004.045-.006.045-.007.045-.009.044-.011.045-.012.044-.013.044-.015.044-.017.043-.018.044-.02.043-.021.043-.023.043-.024.043-.026.043-.027.042-.029.042-.03.042-.032.042-.033.042-.034.041-.036.041-.037.041-.039.041-.04.041-.041.04-.043.04-.044.04-.045.04-.047.039-.048.039-.05.039-.051.039-.052.038-.053.038-.055.038-.055.038-.058.037-.058.037-.06.037-.06.036-.062.036-.064.036-.064.036-.066.035-.067.035-.068.035-.069.035-.07.034-.071.034-.073.033-.074.033-.15.066-.155.064-.16.063-.163.061-.168.06-.172.059-.175.057-.18.056-.183.054-.187.053-.191.051-.194.05-.198.048-.201.046-.205.045-.208.043-.211.041-.214.04-.217.038-.22.036-.223.034-.225.032-.229.031-.231.028-.233.027-.236.024-.239.023-.241.02-.242.019-.246.016-.247.015-.249.012-.251.01-.253.008-.255.005-.256.004-.258.001-.258-.001-.256-.004-.255-.005-.253-.008-.251-.01-.249-.012-.247-.015-.245-.016-.243-.019-.241-.02-.238-.023-.236-.024-.234-.027-.231-.028-.228-.031-.226-.032-.223-.034-.22-.036-.217-.038-.214-.04-.211-.041-.208-.043-.204-.045-.201-.046-.198-.048-.195-.05-.19-.051-.187-.053-.184-.054-.179-.056-.176-.057-.172-.059-.167-.06-.164-.061-.159-.063-.155-.064-.151-.066-.074-.033-.072-.033-.072-.034-.07-.034-.069-.035-.068-.035-.067-.035-.066-.035-.064-.036-.063-.036-.062-.036-.061-.036-.06-.037-.058-.037-.057-.037-.056-.038-.055-.038-.053-.038-.052-.038-.051-.039-.049-.039-.049-.039-.046-.039-.046-.04-.044-.04-.043-.04-.041-.04-.04-.041-.039-.041-.037-.041-.036-.041-.034-.041-.033-.042-.032-.042-.03-.042-.029-.042-.027-.042-.026-.043-.024-.043-.023-.043-.021-.043-.02-.043-.018-.044-.017-.043-.015-.044-.013-.044-.012-.044-.011-.045-.009-.044-.007-.045-.006-.045-.004-.045-.002-.045-.001-.045v-17l.001-.045.002-.045.004-.045.006-.045.007-.045.009-.044.011-.045.012-.044.013-.044.015-.044.017-.043.018-.044.02-.043.021-.043.023-.043.024-.043.026-.043.027-.042.029-.042.03-.042.032-.042.033-.042.034-.041.036-.041.037-.041.039-.041.04-.041.041-.04.043-.04.044-.04.046-.04.046-.039.049-.039.049-.039.051-.039.052-.038.053-.038.055-.038.056-.038.057-.037.058-.037.06-.037.061-.036.062-.036.063-.036.064-.036.066-.035.067-.035.068-.035.069-.035.07-.034.072-.034.072-.033.074-.033.151-.066.155-.064.159-.063.164-.061.167-.06.172-.059.176-.057.179-.056.184-.054.187-.053.19-.051.195-.05.198-.048.201-.046.204-.045.208-.043.211-.041.214-.04.217-.038.22-.036.223-.034.226-.032.228-.031.231-.028.234-.027.236-.024.238-.023.241-.02.243-.019.245-.016.247-.015.249-.012.251-.01.253-.008.255-.005.256-.004.258-.001.258.001zm-9.258 20.499v.01l.001.021.003.021.004.022.005.021.006.022.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.023.018.024.019.024.021.024.022.025.023.024.024.025.052.049.056.05.061.051.066.051.07.051.075.051.079.052.084.052.088.052.092.052.097.052.102.051.105.052.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.048.144.049.147.047.152.047.155.047.16.045.163.045.167.043.171.043.176.041.178.041.183.039.187.039.19.037.194.035.197.035.202.033.204.031.209.03.212.029.216.027.219.025.222.024.226.021.23.02.233.018.236.016.24.015.243.012.246.01.249.008.253.005.256.004.259.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.021.224-.024.22-.026.216-.027.212-.028.21-.031.205-.031.202-.034.198-.034.194-.036.191-.037.187-.039.183-.04.179-.04.175-.042.172-.043.168-.044.163-.045.16-.046.155-.046.152-.047.148-.048.143-.049.139-.049.136-.05.131-.05.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.053.083-.051.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.05.023-.024.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.023.01-.022.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.127l-.077.055-.08.053-.083.054-.085.053-.087.052-.09.052-.093.051-.095.05-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.045-.118.044-.12.043-.122.042-.124.042-.126.041-.128.04-.13.04-.132.038-.134.038-.135.037-.138.037-.139.035-.142.035-.143.034-.144.033-.147.032-.148.031-.15.03-.151.03-.153.029-.154.027-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.01-.179.008-.179.008-.181.006-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.006-.179-.008-.179-.008-.178-.01-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.027-.153-.029-.151-.03-.15-.03-.148-.031-.146-.032-.145-.033-.143-.034-.141-.035-.14-.035-.137-.037-.136-.037-.134-.038-.132-.038-.13-.04-.128-.04-.126-.041-.124-.042-.122-.042-.12-.044-.117-.043-.116-.045-.113-.045-.112-.046-.109-.047-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.05-.093-.052-.09-.051-.087-.052-.085-.053-.083-.054-.08-.054-.077-.054v4.127zm0-5.654v.011l.001.021.003.021.004.021.005.022.006.022.007.022.009.022.01.022.011.023.012.023.013.023.015.024.016.023.017.024.018.024.019.024.021.024.022.024.023.025.024.024.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.052.11.051.114.051.119.052.123.05.127.051.131.05.135.049.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.044.171.042.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.022.23.02.233.018.236.016.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.012.241-.015.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.048.139-.05.136-.049.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.051.051-.049.023-.025.023-.024.021-.025.02-.024.019-.024.018-.024.017-.024.015-.023.014-.023.013-.024.012-.022.01-.023.01-.023.008-.022.006-.022.006-.022.004-.021.004-.022.001-.021.001-.021v-4.139l-.077.054-.08.054-.083.054-.085.052-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.044-.118.044-.12.044-.122.042-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.035-.143.033-.144.033-.147.033-.148.031-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.009-.179.009-.179.007-.181.007-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.007-.179-.007-.179-.009-.178-.009-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.031-.146-.033-.145-.033-.143-.033-.141-.035-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.04-.126-.041-.124-.042-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.051-.093-.051-.09-.051-.087-.053-.085-.052-.083-.054-.08-.054-.077-.054v4.139zm0-5.666v.011l.001.02.003.022.004.021.005.022.006.021.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.024.018.023.019.024.021.025.022.024.023.024.024.025.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.051.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.043.171.043.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.021.23.02.233.018.236.017.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.013.241-.014.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.049.139-.049.136-.049.131-.051.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.049.023-.025.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.022.01-.023.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.153l-.077.054-.08.054-.083.053-.085.053-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.048-.105.048-.106.048-.109.046-.111.046-.114.046-.115.044-.118.044-.12.043-.122.043-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.034-.143.034-.144.033-.147.032-.148.032-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.024-.161.024-.162.023-.163.023-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.01-.178.01-.179.009-.179.007-.181.006-.182.006-.182.004-.184.003-.184.001-.185.001-.185-.001-.184-.001-.184-.003-.182-.004-.182-.006-.181-.006-.179-.007-.179-.009-.178-.01-.176-.01-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.023-.162-.023-.161-.024-.159-.024-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.032-.146-.032-.145-.033-.143-.034-.141-.034-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.041-.126-.041-.124-.041-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.048-.105-.048-.102-.048-.1-.05-.097-.049-.095-.051-.093-.051-.09-.052-.087-.052-.085-.053-.083-.053-.08-.054-.077-.054v4.153zm8.74-8.179l-.257.004-.254.005-.25.008-.247.011-.244.012-.241.014-.237.016-.233.018-.231.021-.226.022-.224.023-.22.026-.216.027-.212.028-.21.031-.205.032-.202.033-.198.034-.194.036-.191.038-.187.038-.183.04-.179.041-.175.042-.172.043-.168.043-.163.045-.16.046-.155.046-.152.048-.148.048-.143.048-.139.049-.136.05-.131.05-.126.051-.123.051-.118.051-.114.052-.11.052-.106.052-.101.052-.096.052-.092.052-.088.052-.083.052-.079.052-.074.051-.07.052-.065.051-.06.05-.056.05-.051.05-.023.025-.023.024-.021.024-.02.025-.019.024-.018.024-.017.023-.015.024-.014.023-.013.023-.012.023-.01.023-.01.022-.008.022-.006.023-.006.021-.004.022-.004.021-.001.021-.001.021.001.021.001.021.004.021.004.022.006.021.006.023.008.022.01.022.01.023.012.023.013.023.014.023.015.024.017.023.018.024.019.024.02.025.021.024.023.024.023.025.051.05.056.05.06.05.065.051.07.052.074.051.079.052.083.052.088.052.092.052.096.052.101.052.106.052.11.052.114.052.118.051.123.051.126.051.131.05.136.05.139.049.143.048.148.048.152.048.155.046.16.046.163.045.168.043.172.043.175.042.179.041.183.04.187.038.191.038.194.036.198.034.202.033.205.032.21.031.212.028.216.027.22.026.224.023.226.022.231.021.233.018.237.016.241.014.244.012.247.011.25.008.254.005.257.004.26.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.022.224-.023.22-.026.216-.027.212-.028.21-.031.205-.032.202-.033.198-.034.194-.036.191-.038.187-.038.183-.04.179-.041.175-.042.172-.043.168-.043.163-.045.16-.046.155-.046.152-.048.148-.048.143-.048.139-.049.136-.05.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.05.051-.05.023-.025.023-.024.021-.024.02-.025.019-.024.018-.024.017-.023.015-.024.014-.023.013-.023.012-.023.01-.023.01-.022.008-.022.006-.023.006-.021.004-.022.004-.021.001-.021.001-.021-.001-.021-.001-.021-.004-.021-.004-.022-.006-.021-.006-.023-.008-.022-.01-.022-.01-.023-.012-.023-.013-.023-.014-.023-.015-.024-.017-.023-.018-.024-.019-.024-.02-.025-.021-.024-.023-.024-.023-.025-.051-.05-.056-.05-.06-.05-.065-.051-.07-.052-.074-.051-.079-.052-.083-.052-.088-.052-.092-.052-.096-.052-.101-.052-.106-.052-.11-.052-.114-.052-.118-.051-.123-.051-.126-.051-.131-.05-.136-.05-.139-.049-.143-.048-.148-.048-.152-.048-.155-.046-.16-.046-.163-.045-.168-.043-.172-.043-.175-.042-.179-.041-.183-.04-.187-.038-.191-.038-.194-.036-.198-.034-.202-.033-.205-.032-.21-.031-.212-.028-.216-.027-.22-.026-.224-.023-.226-.022-.231-.021-.233-.018-.237-.016-.241-.014-.244-.012-.247-.011-.25-.008-.254-.005-.257-.004-.26-.001-.26.001z\"></path></symbol></defs><defs><symbol id=\"diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-clock\" width=\"24\" height=\"24\"><path transform=\"scale(.5)\" d=\"M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm5.848 12.459c.202.038.202.333.001.372-1.907.361-6.045 1.111-6.547 1.111-.719 0-1.301-.582-1.301-1.301 0-.512.77-5.447 1.125-7.445.034-.192.312-.181.343.014l.985 6.238 5.394 1.011z\"></path></symbol></defs><defs><marker id=\"diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-arrowhead\" refX=\"7.9\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M -1 0 L 10 5 L 0 10 z\"></path></marker></defs><defs><marker id=\"diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-crosshead\" markerWidth=\"15\" markerHeight=\"8\" orient=\"auto\" refX=\"4\" refY=\"4.5\"><path fill=\"none\" stroke=\"#000000\" stroke-width=\"1pt\" d=\"M 1,2 L 6,7 M 6,2 L 1,7\" style=\"stroke-dasharray: 0, 0;\"></path></marker></defs><defs><marker id=\"diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-filled-head\" refX=\"15.5\" refY=\"7\" markerWidth=\"20\" markerHeight=\"28\" orient=\"auto\"><path d=\"M 18,7 L9,13 L14,7 L9,1 Z\"></path></marker></defs><defs><marker id=\"diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-sequencenumber\" refX=\"15\" refY=\"15\" markerWidth=\"60\" markerHeight=\"40\" orient=\"auto\"><circle cx=\"15\" cy=\"15\" r=\"6\"></circle></marker></defs><defs><marker id=\"diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-solidTopArrowHead\" refX=\"7.9\" refY=\"7.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 8 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-solidBottomArrowHead\" refX=\"7.9\" refY=\"0.75\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 10 0 L 0 8 z\"></path></marker></defs><defs><marker id=\"diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-stickTopArrowHead\" refX=\"7.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 0 L 7 7\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><defs><marker id=\"diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-stickBottomArrowHead\" refX=\"7.5\" refY=\"0\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto-start-reverse\"><path d=\"M 0 7 L 7 0\" stroke=\"black\" stroke-width=\"1.5\" fill=\"none\"></path></marker></defs><g data-et=\"note\" data-id=\"i0\"><rect x=\"199\" y=\"75\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"218\" height=\"42\" class=\"note\"></rect><text x=\"308\" y=\"80\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"308\">Checkout JS added to page</tspan></text></g><g data-et=\"note\" data-id=\"i6\"><rect x=\"743\" y=\"397\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"248\" height=\"42\" class=\"note\"></rect><text x=\"867\" y=\"402\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"867\">Includes session (card session)</tspan></text></g><g data-et=\"note\" data-id=\"i9\"><rect x=\"743\" y=\"557\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"162\" height=\"42\" class=\"note\"></rect><text x=\"824\" y=\"562\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"824\">Includes Token</tspan></text></g><g data-et=\"note\" data-id=\"i12\"><rect x=\"743\" y=\"717\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"162\" height=\"42\" class=\"note\"></rect><text x=\"824\" y=\"722\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"824\">Includes token</tspan></text></g><g data-et=\"note\" data-id=\"i19\"><rect x=\"743\" y=\"1093\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"162\" height=\"42\" class=\"note\"></rect><text x=\"824\" y=\"1098\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"824\">Includes token</tspan></text></g><g data-et=\"note\" data-id=\"i25\"><rect x=\"333\" y=\"1415\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"360\" height=\"42\" class=\"note\"></rect><text x=\"513\" y=\"1420\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"513\">Update or close challenge window on website</tspan></text></g><g data-et=\"note\" data-id=\"i28\"><rect x=\"333\" y=\"1575\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"316\" height=\"64\" class=\"note\"></rect><text x=\"491\" y=\"1580\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"491\">Apply authentication details in payment</tspan></text><text x=\"491\" y=\"1602\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"491\"> E.g. eci, authenticationValue etc</tspan></text></g><g data-et=\"note\" data-id=\"i30\"><rect x=\"743\" y=\"1703\" fill=\"#EDF2AE\" stroke=\"#666\" width=\"405\" height=\"42\" class=\"note\"></rect><text x=\"946\" y=\"1708\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"noteText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\"><tspan x=\"946\">Includes token, 3DS details and optional cvc session</tspan></text></g><text x=\"190\" y=\"132\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Click Pay</text><line x1=\"76\" y1=\"171\" x2=\"304\" y2=\"171\" class=\"messageLine0\" data-et=\"message\" data-id=\"i1\" data-from=\"Browser\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-arrowhead)\" style=\"fill: none;\"></line><text x=\"739\" y=\"186\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Create session</text><line x1=\"309\" y1=\"225\" x2=\"1169\" y2=\"225\" class=\"messageLine0\" data-et=\"message\" data-id=\"i2\" data-from=\"Merchant_Frontend\" data-to=\"Checkout_Sessions\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-arrowhead)\" style=\"fill: none;\"></line><text x=\"742\" y=\"240\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Return session</text><line x1=\"1172\" y1=\"279\" x2=\"312\" y2=\"279\" class=\"messageLine0\" data-et=\"message\" data-id=\"i3\" data-from=\"Checkout_Sessions\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-arrowhead)\" style=\"fill: none;\"></line><text x=\"512\" y=\"294\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Pay</text><line x1=\"309\" y1=\"333\" x2=\"714\" y2=\"333\" class=\"messageLine0\" data-et=\"message\" data-id=\"i4\" data-from=\"Merchant_Frontend\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-arrowhead)\" style=\"fill: none;\"></line><text x=\"1049\" y=\"348\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verified token request</text><line x1=\"719\" y1=\"387\" x2=\"1379.5\" y2=\"387\" class=\"messageLine0\" data-et=\"message\" data-id=\"i5\" data-from=\"Merchant_Backend\" data-to=\"Verified_Token_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-arrowhead)\" style=\"fill: none;\"></line><text x=\"1052\" y=\"454\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verified token response</text><line x1=\"1382.5\" y1=\"493\" x2=\"722\" y2=\"493\" class=\"messageLine0\" data-et=\"message\" data-id=\"i7\" data-from=\"Verified_Token_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-arrowhead)\" style=\"fill: none;\"></line><text x=\"1152\" y=\"508\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Assessment request</text><line x1=\"719\" y1=\"547\" x2=\"1584.5\" y2=\"547\" class=\"messageLine0\" data-et=\"message\" data-id=\"i8\" data-from=\"Merchant_Backend\" data-to=\"FraudSight_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-arrowhead)\" style=\"fill: none;\"></line><text x=\"1155\" y=\"614\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Assessment response</text><line x1=\"1587.5\" y1=\"653\" x2=\"722\" y2=\"653\" class=\"messageLine0\" data-et=\"message\" data-id=\"i10\" data-from=\"FraudSight_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-arrowhead)\" style=\"fill: none;\"></line><text x=\"1252\" y=\"668\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">deviceDataInitialization request</text><line x1=\"719\" y1=\"707\" x2=\"1784.5\" y2=\"707\" class=\"messageLine0\" data-et=\"message\" data-id=\"i11\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-arrowhead)\" style=\"fill: none;\"></line><text x=\"1255\" y=\"774\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">deviceDataInitialization response</text><line x1=\"1787.5\" y1=\"813\" x2=\"722\" y2=\"813\" class=\"messageLine0\" data-et=\"message\" data-id=\"i13\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-arrowhead)\" style=\"fill: none;\"></line><text x=\"515\" y=\"828\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">DeviceData - BIN/JWT/URL</text><line x1=\"717\" y1=\"867\" x2=\"312\" y2=\"867\" class=\"messageLine0\" data-et=\"message\" data-id=\"i14\" data-from=\"Merchant_Backend\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-arrowhead)\" style=\"fill: none;\"></line><text x=\"193\" y=\"882\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">3DS Device Data form</text><line x1=\"307\" y1=\"921\" x2=\"79\" y2=\"921\" class=\"messageLine0\" data-et=\"message\" data-id=\"i15\" data-from=\"Merchant_Frontend\" data-to=\"Browser\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-arrowhead)\" style=\"fill: none;\"></line><text x=\"1139\" y=\"936\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Form POST</text><line x1=\"76\" y1=\"975\" x2=\"2201.5\" y2=\"975\" class=\"messageLine1\" data-et=\"message\" data-id=\"i16\" data-from=\"Browser\" data-to=\"Issuers\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"1142\" y=\"990\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">PostMessage: dfReferenceId</text><line x1=\"2204.5\" y1=\"1029\" x2=\"79\" y2=\"1029\" class=\"messageLine1\" data-et=\"message\" data-id=\"i17\" data-from=\"Issuers\" data-to=\"Browser\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"1252\" y=\"1044\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Authentication request</text><line x1=\"719\" y1=\"1083\" x2=\"1784.5\" y2=\"1083\" class=\"messageLine0\" data-et=\"message\" data-id=\"i18\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-arrowhead)\" style=\"fill: none;\"></line><text x=\"1255\" y=\"1150\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Authentication response</text><line x1=\"1787.5\" y1=\"1189\" x2=\"722\" y2=\"1189\" class=\"messageLine0\" data-et=\"message\" data-id=\"i20\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-arrowhead)\" style=\"fill: none;\"></line><text x=\"515\" y=\"1204\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Challenge JWT/URL</text><line x1=\"717\" y1=\"1243\" x2=\"312\" y2=\"1243\" class=\"messageLine0\" data-et=\"message\" data-id=\"i21\" data-from=\"Merchant_Backend\" data-to=\"Merchant_Frontend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-arrowhead)\" style=\"fill: none;\"></line><text x=\"193\" y=\"1258\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">3DS challenge form</text><line x1=\"307\" y1=\"1297\" x2=\"79\" y2=\"1297\" class=\"messageLine0\" data-et=\"message\" data-id=\"i22\" data-from=\"Merchant_Frontend\" data-to=\"Browser\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-arrowhead)\" style=\"fill: none;\"></line><text x=\"1139\" y=\"1312\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Form POST</text><line x1=\"76\" y1=\"1351\" x2=\"2201.5\" y2=\"1351\" class=\"messageLine1\" data-et=\"message\" data-id=\"i23\" data-from=\"Browser\" data-to=\"Issuers\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"1463\" y=\"1366\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">`returnUrl` specified in authentication request</text><line x1=\"2204.5\" y1=\"1405\" x2=\"722\" y2=\"1405\" class=\"messageLine1\" data-et=\"message\" data-id=\"i24\" data-from=\"Issuers\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-arrowhead)\" style=\"stroke-dasharray: 3, 3; fill: none;\"></line><text x=\"1252\" y=\"1472\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verification request</text><line x1=\"719\" y1=\"1511\" x2=\"1784.5\" y2=\"1511\" class=\"messageLine0\" data-et=\"message\" data-id=\"i26\" data-from=\"Merchant_Backend\" data-to=\"3DS_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-arrowhead)\" style=\"fill: none;\"></line><text x=\"1255\" y=\"1526\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Verification response</text><line x1=\"1787.5\" y1=\"1565\" x2=\"722\" y2=\"1565\" class=\"messageLine0\" data-et=\"message\" data-id=\"i27\" data-from=\"3DS_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-arrowhead)\" style=\"fill: none;\"></line><text x=\"1356\" y=\"1654\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">customerInitiatedTransactions request</text><line x1=\"719\" y1=\"1693\" x2=\"1993\" y2=\"1693\" class=\"messageLine0\" data-et=\"message\" data-id=\"i29\" data-from=\"Merchant_Backend\" data-to=\"Card_Payments_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-arrowhead)\" style=\"fill: none;\"></line><text x=\"1359\" y=\"1760\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">customerInitiatedTransactions response</text><line x1=\"1996\" y1=\"1799\" x2=\"722\" y2=\"1799\" class=\"messageLine0\" data-et=\"message\" data-id=\"i31\" data-from=\"Card_Payments_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-arrowhead)\" style=\"fill: none;\"></line><text x=\"1356\" y=\"1814\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Settlement request</text><line x1=\"719\" y1=\"1853\" x2=\"1993\" y2=\"1853\" class=\"messageLine0\" data-et=\"message\" data-id=\"i32\" data-from=\"Merchant_Backend\" data-to=\"Card_Payments_API\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-arrowhead)\" style=\"fill: none;\"></line><text x=\"1359\" y=\"1868\" text-anchor=\"middle\" dominant-baseline=\"middle\" alignment-baseline=\"middle\" class=\"messageText\" dy=\"1em\" style=\"font-family: &quot;Redocly Mermaid Sans&quot;, sans-serif; font-size: 16px; font-weight: 400;\">Settlement response</text><line x1=\"1996\" y1=\"1907\" x2=\"722\" y2=\"1907\" class=\"messageLine0\" data-et=\"message\" data-id=\"i33\" data-from=\"Card_Payments_API\" data-to=\"Merchant_Backend\" stroke-width=\"2\" stroke=\"none\" marker-end=\"url(#diagram-42d05f66a943b482268af213662531f534d5066853d2226bce0f45f2ea377cb1-arrowhead)\" style=\"fill: none;\"></line></svg>"},"children":["\nsequenceDiagram\n    participant Browser\n    participant Merchant_Frontend\n    participant Merchant_Backend\n    participant Checkout_Sessions\n    participant Verified_Token_API\n    participant FraudSight_API\n    participant 3DS_API\n    participant Card_Payments_API\n    Note over Merchant_Frontend: Checkout JS added to page \n    Browser->>Merchant_Frontend: Click Pay\n    Merchant_Frontend->>Checkout_Sessions: Create session\n    Checkout_Sessions->>Merchant_Frontend: Return session \n    Merchant_Frontend->>Merchant_Backend: Pay \n    Merchant_Backend->>Verified_Token_API: Verified token request\n    Note right of Merchant_Backend: Includes session (card session)\n    Verified_Token_API->>Merchant_Backend: Verified token response\n    Merchant_Backend->>FraudSight_API: Assessment request\n    Note right of Merchant_Backend: Includes Token\n    FraudSight_API->>Merchant_Backend: Assessment response\n    Merchant_Backend->>3DS_API: deviceDataInitialization request\n    Note right of Merchant_Backend: Includes token\n    3DS_API->>Merchant_Backend: deviceDataInitialization response\n    Merchant_Backend->>Merchant_Frontend: DeviceData - BIN/JWT/URL\n    Merchant_Frontend->>Browser: 3DS Device Data form\n    Browser-->>Issuers: Form POST\n    Issuers-->>Browser: PostMessage: dfReferenceId\n    Merchant_Backend->>3DS_API: Authentication request\n    Note right of Merchant_Backend: Includes token \n    3DS_API->>Merchant_Backend: Authentication response\n    Merchant_Backend->>Merchant_Frontend: Challenge JWT/URL\n    Merchant_Frontend->>Browser: 3DS challenge form\n    Browser-->>Issuers: Form POST\n    Issuers-->>Merchant_Backend: `returnUrl` specified in authentication request\n    Note right of Merchant_Frontend: Update or close challenge window on website\n    Merchant_Backend->>3DS_API: Verification request\n    3DS_API->>Merchant_Backend: Verification response\n    Note right of Merchant_Frontend: Apply authentication details in payment<br> E.g. eci, authenticationValue etc\n    Merchant_Backend->>Card_Payments_API: customerInitiatedTransactions request\n    Note right of Merchant_Backend: Includes token, 3DS details and optional cvc session\n    Card_Payments_API->>Merchant_Backend: customerInitiatedTransactions response\n    Merchant_Backend->>Card_Payments_API: Settlement request\n    Card_Payments_API->>Merchant_Backend: Settlement response\n"]}]}]}]},"headings":[{"value":"Sequence diagrams - guest card payment","id":"sequence-diagrams---guest-card-payment","depth":1},{"value":"Basic card authorization","id":"basic-card-authorization","depth":3},{"value":"Basic card authorization with 3DS","id":"basic-card-authorization-with-3ds","depth":3},{"value":"Basic card authorization with 3DS and FraudSight","id":"basic-card-authorization-with-3ds-and-fraudsight","depth":3}],"frontmatter":{"seo":{"title":"Sequence diagrams - guest card | Worldpay Developer","description":"Sequence diagrams for common guest card payment flows"},"markdown":{"toc":{"hide":false}},"breadcrumbs":{"hide":true}},"lastModified":"2026-05-20T16:06:47.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/products/modular/sequence-diagrams/guest-card","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}