{
  "integrations": {
    "3681daad-1210-418a-814a-e413c0907cd8": {
      "action": {
        "label": "Charge",
        "labelReady": "Charged",
        "value": "CHARGE"
      },
      "avs": {
        "label": "Bypass",
        "value": "BYPASS"
      },
      "createdAt": 1721918473696,
      "cvvSettings": {
        "label": "Enable",
        "value": "enable"
      },
      "domain": "https://*autoaccessoryconfigurator.com/*",
      "id": "3681daad-1210-418a-814a-e413c0907cd8",
      "isAuto": false,
      "isAutoClose": false,
      "isAutoRunAutomation": true,
      "matchElement": {
        "attribute": null,
        "isEnabled": true,
        "matchingValue": "Record Payment",
        "xPath": "//a[text()=\"Record Payment\"]"
      },
      "name": "AAC - no iframe",
      "paths": {
        "address": {
          "type": {
            "label": "Page",
            "value": "path"
          },
          "value": "",
          "visibility": {
            "label": "Display",
            "value": "display"
          }
        },
        "company_name": {
          "type": {
            "label": "Page",
            "value": "path"
          },
          "value": "",
          "visibility": {
            "label": "Display",
            "value": "display"
          }
        },
        "customer_id": {
          "type": {
            "label": "Page",
            "value": "path"
          },
          "value": "//input[@id=\"customer_id\"]",
          "visibility": {
            "label": "Hide",
            "value": "hide"
          }
        },
        "email": {
          "type": {
            "label": "Page",
            "value": "path"
          },
          "value": "//strong[contains(text(), \"E-Mail:\")]/following-sibling::span/input",
          "visibility": {
            "label": "Display",
            "value": "display"
          }
        },
        "first_name": {
          "regex": "\\w+",
          "type": {
            "label": "Page",
            "value": "path"
          },
          "value": "//strong[contains(text(), \"Name:\")]/following-sibling::span/input ",
          "visibility": {
            "label": "Display",
            "value": "display"
          }
        },
        "invoice_number": {
          "type": {
            "label": "Page",
            "value": "path"
          },
          "value": "//input[@id=\"invoice_number\"]",
          "visibility": {
            "label": "Display",
            "value": "display"
          }
        },
        "last_name": {
          "regex": "(\\w+)$",
          "type": {
            "label": "Page",
            "value": "path"
          },
          "value": "//strong[contains(text(), \"Name:\")]/following-sibling::span/input",
          "visibility": {
            "label": "Display",
            "value": "display"
          }
        },
        "note": {
          "type": {
            "label": "Page",
            "value": "path"
          },
          "value": "",
          "visibility": {
            "label": "Display",
            "value": "display"
          }
        },
        "phone": {
          "type": {
            "label": "Page",
            "value": "path"
          },
          "value": "//strong[contains(text(), \"Mobile:\")]/following-sibling::span/input",
          "visibility": {
            "label": "Display",
            "value": "display"
          }
        },
        "purchase_number": {
          "type": {
            "label": "Page",
            "value": "path"
          },
          "value": "//input[@id=\"po_number\"]",
          "visibility": {
            "label": "Hide",
            "value": "hide"
          }
        },
        "tax": {
          "type": {
            "label": "Page",
            "value": "path"
          },
          "value": "",
          "visibility": {
            "label": "Display",
            "value": "display"
          }
        },
        "transaction_amount": {
          "type": {
            "label": "Page",
            "value": "path"
          },
          "value": "//td[@id=\"balance_due\"]",
          "visibility": {
            "label": "Display",
            "value": "display"
          }
        },
        "zip": {
          "type": {
            "label": "Page",
            "value": "path"
          },
          "value": "",
          "visibility": {
            "label": "Display",
            "value": "display"
          }
        }
      }
    },
    "7ceafc23-0312-4137-947b-c67d4af00494": {
      "action": {
        "label": "Charge",
        "labelReady": "Charged",
        "value": "CHARGE"
      },
      "avs": {
        "label": "Bypass",
        "value": "BYPASS"
      },
      "createdAt": 1757695289282,
      "cvvSettings": {
        "label": "Enable",
        "value": "enable"
      },
      "domain": "https://*autoaccessoryconfigurator.com/*",
      "id": "7ceafc23-0312-4137-947b-c67d4af00494",
      "isAuto": false,
      "isAutoClose": false,
      "isAutoRunAutomation": true,
      "matchElement": {
        "attribute": null,
        "isEnabled": true,
        "matchingValue": "Record Payment",
        "xPath": "//iframe[@id=\"OrderWrapper\"]//a[text()=\"Record Payment\"]"
      },
      "name": "AAC - iframe",
      "paths": {
        "address": {
          "type": {
            "label": "Page",
            "value": "path"
          },
          "value": "",
          "visibility": {
            "label": "Display",
            "value": "display"
          }
        },
        "company_name": {
          "type": {
            "label": "Page",
            "value": "path"
          },
          "value": "",
          "visibility": {
            "label": "Hide",
            "value": "hide"
          }
        },
        "customer_id": {
          "type": {
            "label": "Page",
            "value": "path"
          },
          "value": "//iframe[@id=\"OrderWrapper\"]//input[@id=\"customer_id\"]",
          "visibility": {
            "label": "Hide",
            "value": "hide"
          }
        },
        "email": {
          "type": {
            "label": "Page",
            "value": "path"
          },
          "value": "//iframe[@id=\"OrderWrapper\"]//strong[contains(text(), \"E-Mail:\")]/following-sibling::span/input",
          "visibility": {
            "label": "Display",
            "value": "display"
          }
        },
        "first_name": {
          "regex": "^(\\w+)",
          "type": {
            "label": "Page",
            "value": "path"
          },
          "value": "//iframe[@id=\"OrderWrapper\"]//strong[contains(text(), \"Name:\")]/following-sibling::span/input ",
          "visibility": {
            "label": "Display",
            "value": "display"
          }
        },
        "invoice_number": {
          "type": {
            "label": "Page",
            "value": "path"
          },
          "value": "//iframe[@id=\"OrderWrapper\"]//input[@id=\"invoice_number\"]",
          "visibility": {
            "label": "Display",
            "value": "display"
          }
        },
        "last_name": {
          "regex": "(\\w+)$",
          "type": {
            "label": "Page",
            "value": "path"
          },
          "value": "//iframe[@id=\"OrderWrapper\"]//strong[contains(text(), \"Name:\")]/following-sibling::span/input ",
          "visibility": {
            "label": "Display",
            "value": "display"
          }
        },
        "note": {
          "type": {
            "label": "Page",
            "value": "path"
          },
          "value": "",
          "visibility": {
            "label": "Display",
            "value": "display"
          }
        },
        "phone": {
          "type": {
            "label": "Page",
            "value": "path"
          },
          "value": "//iframe[@id=\"OrderWrapper\"]//strong[contains(text(), \"Mobile:\")]/following-sibling::span/input",
          "visibility": {
            "label": "Display",
            "value": "display"
          }
        },
        "purchase_number": {
          "type": {
            "label": "Page",
            "value": "path"
          },
          "value": "//iframe[@id=\"OrderWrapper\"]//input[@id=\"po_number\"]",
          "visibility": {
            "label": "Hide",
            "value": "hide"
          }
        },
        "tax": {
          "type": {
            "label": "Page",
            "value": "path"
          },
          "value": "",
          "visibility": {
            "label": "Display",
            "value": "display"
          }
        },
        "transaction_amount": {
          "type": {
            "label": "Page",
            "value": "path"
          },
          "value": "//iframe[@id=\"OrderWrapper\"]//td[@id=\"balance_due\"]",
          "visibility": {
            "label": "Display",
            "value": "display"
          }
        },
        "zip": {
          "type": {
            "label": "Page",
            "value": "path"
          },
          "value": "",
          "visibility": {
            "label": "Display",
            "value": "display"
          }
        }
      }
    }
  },
  "steps": {
    "3681daad-1210-418a-814a-e413c0907cd8": {
      "8b1c4b70-37ce-496a-91b7-bfe9268d1c16": {
        "id": "8b1c4b70-37ce-496a-91b7-bfe9268d1c16",
        "integrationId": "3681daad-1210-418a-814a-e413c0907cd8",
        "steps": [
          {
            "automationLabel": "Record Payment",
            "id": "df150921-a5c8-4585-a77b-5a0656daaa37",
            "path": "//a[text()=\"Record Payment\"]",
            "transactionPaymentTypeSettings": {
              "AMERICAN_EXPRESS": {
                "path": ""
              },
              "CHECKING": {
                "path": ""
              },
              "DEBIT": {
                "path": ""
              },
              "DINERS": {
                "path": ""
              },
              "DISCOVER": {
                "path": ""
              },
              "GENERAL_LEDGER": {
                "path": ""
              },
              "JCB": {
                "path": ""
              },
              "MASTERCARD": {
                "path": ""
              },
              "SAVINGS": {
                "path": ""
              },
              "UNKNOWN": {
                "path": ""
              },
              "VISA": {
                "path": ""
              }
            },
            "type": {
              "label": "Click",
              "value": "click"
            },
            "value": ""
          },
          {
            "automationLabel": "Wait for Modal",
            "id": "aedfcd71-13b6-4984-b9c8-b62a9044bfcb",
            "path": "//body",
            "type": {
              "label": "Wait",
              "value": "wait"
            },
            "value": 1000
          },
          {
            "automationLabel": "Amount",
            "id": "448eb3cc-29fc-41c7-9ba5-ba140646f7d0",
            "options": [
              {
                "name": "FORMAT_INPUT_WITH_DOLLAR"
              }
            ],
            "path": "//input[@id=\"amount_received\"]",
            "placementOption": {
              "label": "Replace",
              "value": "replace"
            },
            "transactionApprovalSetting": {
              "label": "Total Amount",
              "value": "AMOUNT"
            },
            "type": {
              "label": "Input",
              "value": "input"
            },
            "useTransactionApproval": true,
            "value": ""
          },
          {
            "automationLabel": "Payment Mode",
            "id": "17222587-ba7d-4f9f-ad98-6945e121f087",
            "path": "//form[@id=\"createinvpayment\"]/div[1]/div[5]/div[1]/div[1]/button[1]",
            "transactionPaymentTypeSettings": {
              "AMERICAN_EXPRESS": {
                "label": "Credit Card",
                "value": "Credit Card"
              },
              "CHECKING": {
                "label": "Check",
                "value": "Check"
              },
              "DEBIT": {
                "label": "Credit Card",
                "value": "Credit Card"
              },
              "DINERS": {
                "label": "Credit Card",
                "value": "Credit Card"
              },
              "DISCOVER": {
                "label": "Credit Card",
                "value": "Credit Card"
              },
              "GENERAL_LEDGER": {
                "label": "Check",
                "value": "Check"
              },
              "JCB": {
                "label": "Credit Card",
                "value": "Credit Card"
              },
              "MASTERCARD": {
                "label": "Credit Card",
                "value": "Credit Card"
              },
              "SAVINGS": {
                "label": "Check",
                "value": "Check"
              },
              "UNKNOWN": {
                "label": "Credit Card",
                "value": "Credit Card"
              },
              "VISA": {
                "label": "Credit Card",
                "value": "Credit Card"
              }
            },
            "type": {
              "label": "Dropdown",
              "value": "dropdown"
            },
            "useTransactionPaymentType": true,
            "value": null
          },
          {
            "automationLabel": "Reference #",
            "id": "2211a295-16e5-40b6-b549-7aa42684fc97",
            "options": [
              {
                "enabled": false,
                "label": "Format with \"$\"",
                "name": "FORMAT_INPUT_WITH_DOLLAR"
              }
            ],
            "path": "//input[@id=\"payment_reference\"]",
            "placementOption": {
              "label": "Replace",
              "value": "replace"
            },
            "transactionApprovalSetting": {
              "label": "Transaction ID",
              "value": "TRANSACTION_ID"
            },
            "type": {
              "label": "Input",
              "value": "input"
            },
            "useTransactionApproval": true,
            "value": ""
          },
          {
            "automationLabel": "Notes",
            "id": "fcaa9c24-a338-4b2e-9cc8-794bb8b86595",
            "options": [
              {
                "enabled": false,
                "label": "Format with \"$\"",
                "name": "FORMAT_INPUT_WITH_DOLLAR"
              }
            ],
            "path": "//textarea[@id=\"payment_note\"]",
            "placementOption": {
              "label": "Replace",
              "value": "replace"
            },
            "type": {
              "label": "Input",
              "value": "input"
            },
            "value": "PayJunction Payment"
          }
        ],
        "type": "CHARGE"
      }
    },
    "7ceafc23-0312-4137-947b-c67d4af00494": {
      "b31d8257-d3ce-4673-b68f-0f33e5574247": {
        "id": "b31d8257-d3ce-4673-b68f-0f33e5574247",
        "integrationId": "7ceafc23-0312-4137-947b-c67d4af00494",
        "steps": [
          {
            "automationLabel": "Record Payment",
            "id": "583e1958-7b97-49f5-a437-44554be36c37",
            "path": "//iframe[@id=\"OrderWrapper\"]//a[text()=\"Record Payment\"]",
            "transactionPaymentTypeSettings": {},
            "type": {
              "label": "Click",
              "value": "click"
            },
            "value": ""
          },
          {
            "automationLabel": "Wait for Modal",
            "id": "9982ad44-7090-4dac-a928-4ecbe55c24ee",
            "path": "//body",
            "transactionPaymentTypeSettings": {
              "AMERICAN_EXPRESS": {
                "path": ""
              },
              "CHECKING": {
                "path": ""
              },
              "DEBIT": {
                "path": ""
              },
              "DINERS": {
                "path": ""
              },
              "DISCOVER": {
                "path": ""
              },
              "GENERAL_LEDGER": {
                "path": ""
              },
              "JCB": {
                "path": ""
              },
              "MASTERCARD": {
                "path": ""
              },
              "SAVINGS": {
                "path": ""
              },
              "UNKNOWN": {
                "path": ""
              },
              "VISA": {
                "path": ""
              }
            },
            "type": {
              "label": "Wait",
              "value": "wait"
            },
            "value": 1000
          },
          {
            "automationLabel": "Amount",
            "id": "f52c4c7a-fbe9-4c32-af47-5a797b87f8ce",
            "options": [
              {
                "enabled": false,
                "label": "Format with \"$\"",
                "name": "FORMAT_INPUT_WITH_DOLLAR"
              }
            ],
            "path": "//iframe[@id=\"OrderWrapper\"]//input[@id=\"amount_received\"]",
            "placementOption": {
              "label": "Replace",
              "value": "replace"
            },
            "transactionApprovalSetting": {
              "label": "Total Amount",
              "value": "AMOUNT"
            },
            "type": {
              "label": "Input",
              "value": "input"
            },
            "useTransactionApproval": true,
            "value": ""
          },
          {
            "automationLabel": "Payment Mode",
            "id": "544ef184-260a-427d-8266-70b76c0d6139",
            "path": "//iframe[@id=\"OrderWrapper\"]//form[@id=\"createinvpayment\"]/div[1]/div[5]/div[1]/div[1]/button[1]",
            "transactionPaymentTypeSettings": {
              "AMERICAN_EXPRESS": {
                "label": "Credit Card",
                "value": "Credit Card"
              },
              "CHECKING": {
                "label": "Check",
                "value": "Check"
              },
              "DEBIT": {
                "label": "Credit Card",
                "value": "Credit Card"
              },
              "DINERS": {
                "label": "Credit Card",
                "value": "Credit Card"
              },
              "DISCOVER": {
                "label": "Credit Card",
                "value": "Credit Card"
              },
              "GENERAL_LEDGER": {
                "label": "Check",
                "value": "Check"
              },
              "JCB": {
                "label": "Credit Card",
                "value": "Credit Card"
              },
              "MASTERCARD": {
                "label": "Credit Card",
                "value": "Credit Card"
              },
              "SAVINGS": {
                "label": "Check",
                "value": "Check"
              },
              "UNKNOWN": {
                "label": "Credit Card",
                "value": "Credit Card"
              },
              "VISA": {
                "label": "Credit Card",
                "value": "Credit Card"
              }
            },
            "type": {
              "label": "Dropdown",
              "value": "dropdown"
            },
            "useTransactionPaymentType": true,
            "value": null
          },
          {
            "automationLabel": "Reference #",
            "id": "ae5e5115-8879-43bf-80e5-c317bc60cf6e",
            "options": [
              {
                "enabled": false,
                "label": "Format with \"$\"",
                "name": "FORMAT_INPUT_WITH_DOLLAR"
              }
            ],
            "path": "//iframe[@id=\"OrderWrapper\"]//input[@id=\"payment_reference\"]",
            "placementOption": {
              "label": "Replace",
              "value": "replace"
            },
            "transactionApprovalSetting": {
              "label": "Transaction ID",
              "value": "TRANSACTION_ID"
            },
            "type": {
              "label": "Input",
              "value": "input"
            },
            "useTransactionApproval": true,
            "value": ""
          },
          {
            "automationLabel": "Notes",
            "id": "c02bc7c3-dee9-484d-83f7-eb586b1bff3f",
            "options": [
              {
                "enabled": false,
                "label": "Format with \"$\"",
                "name": "FORMAT_INPUT_WITH_DOLLAR"
              }
            ],
            "path": "//iframe[@id=\"OrderWrapper\"]//textarea[@id=\"payment_note\"]",
            "placementOption": {
              "label": "Replace",
              "value": "replace"
            },
            "type": {
              "label": "Input",
              "value": "input"
            },
            "value": "PayJunction Payment"
          }
        ],
        "type": "CHARGE"
      }
    },
    "8a8c8481-529f-458a-8e95-3f89bf885183": {
      "3f936fc4-f4fc-45e5-aad4-3d39dd691f92": {
        "id": "3f936fc4-f4fc-45e5-aad4-3d39dd691f92",
        "integrationId": "8a8c8481-529f-458a-8e95-3f89bf885183",
        "steps": [
          {
            "chosen": false,
            "id": "b58d0a1c-152a-4291-a1dc-b77fdf86dcab",
            "path": "//div[contains(@class,\"grid-submit\")]/input[1]",
            "selected": false,
            "type": {
              "label": "Click",
              "value": "click"
            },
            "value": ""
          }
        ],
        "type": "INVOICE"
      }
    }
  }
}