{"_id":"66200f389b1e1d8092a016af","type":"form","tags":[],"owner":"5f9acba5f1b659b9e06350e4","components":[{"label":"Top of Form","columns":[{"components":[{"label":"authorizationToken","key":"authorizationToken","type":"hidden","input":true,"tableView":false,"hideOnChildrenHidden":false,"width":12}],"width":2,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":2},{"components":[{"label":"agencyFormId","key":"agencyFormId","type":"hidden","input":true,"tableView":false,"hideOnChildrenHidden":false,"width":12}],"width":2,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":2},{"components":[{"label":"min/max","persistent":"client-only","calculateServer":true,"trigger":{"init":true,"server":true},"dataSrc":"url","fetch":{"url":"{{ config.PAYGOV_ENV }}/public/api/v1/minmaxamount/{{ data.agencyFormId }}","method":"get","headers":[{"key":"X-Paygov-Authorization-Token","value":"{{ data.authorizationToken }}"}],"forwardHeaders":true,"authenticate":false},"key":"minMax","type":"datasource","input":true,"tableView":false,"hideOnChildrenHidden":false,"width":12}],"size":"md","width":2,"offset":0,"push":0,"pull":0,"currentWidth":2},{"components":[{"label":"Company Profile","persistent":"client-only","calculateServer":true,"trigger":{"init":true,"server":true},"dataSrc":"url","fetch":{"url":"{{ config.PAYGOV_ENV }}/public/api/v1/companyprofile/{{ data.agencyFormId }}","method":"get","headers":[{"key":"X-Paygov-Authorization-Token","value":"{{ data.authorizationToken }}"}],"forwardHeaders":true,"authenticate":false},"key":"CompanyDataFromPaygov","type":"datasource","input":true,"tableView":false,"validate":{"multiple":true},"hideOnChildrenHidden":false,"keyModified":true,"multiple":true,"width":12}],"size":"md","width":2,"offset":0,"push":0,"pull":0,"currentWidth":2}],"key":"topOfForm","type":"columns","input":false,"tableView":false,"lockKey":true,"source":"5eac84259b53ff041c170ee7","isNew":true,"hideOnChildrenHidden":false},{"label":"Columns","columns":[{"components":[{"label":"HTML","tag":"img","attrs":[{"attr":"src","value":"{{ config.STATIC_ASSETS_ENV }}/USCourts/images/vi_seal.jpg"},{"attr":"title","value":"US Courts"},{"attr":"alt","value":"US Courts"},{"attr":"style","value":"max-width: 150px"}],"refreshOnChange":false,"key":"html2","type":"htmlelement","input":false,"tableView":false}],"width":2,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":2},{"components":[],"width":2,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":2}],"autoAdjust":true,"key":"columns","type":"columns","input":false,"tableView":false,"hideOnChildrenHidden":false},{"label":"HTML","tag":"H3","attrs":[{"attr":"","value":""}],"content":"District Court of the Virgin Islands
\nCriminal Debt Payment Form
\n ","refreshOnChange":true,"key":"html","type":"htmlelement","tableView":false,"input":false,"hideOnChildrenHidden":false,"hideLabel":true,"redrawOn":"CompanyDataFromPaygov"},{"label":"HTML","attrs":[{"attr":"","value":""}],"content":"Use this form to make Criminal Debt Payments

\n\n* Required Field
 ","refreshOnChange":true,"key":"html2","type":"htmlelement","tableView":false,"input":false,"hideLabel":true},{"title":"Cash and Defendant Information","collapsible":false,"key":"caseAndDefendantInformation","type":"panel","label":"Panel","input":false,"tableView":false,"components":[{"label":"Defendant Type","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Individual","value":"Individual","shortcut":""},{"label":"Business","value":"Business","shortcut":""}],"dataType":"string","validate":{"required":true},"key":"DefendantType","type":"radio","input":true,"defaultValue":"Individual"},{"label":"HTML","attrs":[{"attr":"","value":""}],"content":"\n \n \n \n \n \n \n \n \n
Court Case and Defendant NumberEx: DVIX-3-23-CR-000100-100
{{ data.CourtAbbr }}{{ data.SampleCaseNumber }}
","refreshOnChange":true,"key":"html1","customConditional":"show = !instance.options.pdf;","type":"htmlelement","input":false,"tableView":false},{"label":"Columns","columns":[{"components":[{"label":"HTML","attrs":[{"attr":"","value":""}],"content":"

\nDVIX","refreshOnChange":false,"key":"html2","type":"htmlelement","input":false,"tableView":false,"hideOnChildrenHidden":false}],"size":"md","width":1,"offset":0,"push":0,"pull":0,"currentWidth":1},{"components":[{"label":"Division Code","widget":"html5","description":"1 digit","tableView":true,"data":{"values":[{"label":"1","value":"1"},{"label":"2","value":"2"},{"label":"3","value":"3"},{"label":"4","value":"4"},{"label":"5","value":"5"},{"label":"6","value":"6"},{"label":"7","value":"7"}]},"dataType":"string","validate":{"required":true},"key":"DivCode","logic":[{"name":"not required","trigger":{"type":"javascript","javascript":"result = instance.options.pdf;"},"actions":[{"name":"not required","type":"property","property":{"label":"Required","value":"validate.required","type":"boolean"},"state":false}]}],"type":"select","input":true,"hideOnChildrenHidden":false,"searchThreshold":0.3}],"width":2,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":2},{"components":[{"label":"Case Year","placeholder":"YY","description":"2 digits","inputMask":"99","tableView":true,"customDefaultValue":"instance.skipMaskValidation = true;","validate":{"required":true,"custom":"var regEx = /^\\d{2}$/;\nvalid = (_.isEmpty(input) || regEx.test(input)) ? true : \"Invalid Year\";"},"key":"CaseYear","logic":[{"name":"not required","trigger":{"type":"javascript","javascript":"result = instance.options.pdf;"},"actions":[{"name":"not required","type":"property","property":{"label":"Required","value":"validate.required","type":"boolean"},"state":false}]}],"type":"textfield","input":true,"hideOnChildrenHidden":false}],"width":2,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":2},{"components":[{"label":"Case Type","widget":"html5","tableView":true,"data":{"values":[{"label":"CR000","value":"CR000"}]},"key":"caseType","type":"select","input":true,"defaultValue":"CR000"}],"size":"md","width":2,"offset":0,"push":0,"pull":0,"currentWidth":2},{"components":[{"label":"Case Number","description":"3 digits","tableView":true,"customDefaultValue":"instance.skipMaskValidation = true;","validateOn":"blur","validate":{"required":true,"custom":"var regEx = /^\\d{3}$/;\nvalid = (input === \"\" || input === null || input === undefined || regEx.test(input)) ? true : \"Invalid Case Number\";\n"},"key":"CaseNumber","logic":[{"name":"not required","trigger":{"type":"javascript","javascript":"result = instance.options.pdf;"},"actions":[{"name":"not required","type":"property","property":{"label":"Required","value":"validate.required","type":"boolean"},"state":false}]}],"type":"textfield","input":true,"hideOnChildrenHidden":false}],"size":"md","width":2,"offset":0,"push":0,"pull":0,"currentWidth":2},{"components":[{"label":"Defendant Number","description":"3 digits","tableView":true,"customDefaultValue":"instance.skipMaskValidation = true;","validateOn":"blur","validate":{"required":true,"custom":"var regEx = /^\\d{1,3}$/;\nvar fill = \"000\";\n\nif (_.isEmpty(input)) {\n valid = true;\n} else if (regEx.test(input) === false || input === \"0\" || input === \"00\" || input === \"000\") {\n valid = \"Invalid Defendant Number\";\n} else {\n var str = fill.substr(input.length) + input;\n if (typeof instance != \"undefined\") {\n instance.setValue(str);\n } else {\n data[component.key] = str;\n }\n valid = true;\n}"},"key":"DefendantNumber","logic":[{"name":"not required","trigger":{"type":"javascript","javascript":"result = instance.options.pdf;"},"actions":[{"name":"not required","type":"property","property":{"label":"Required","value":"validate.required","type":"boolean"},"state":false}]}],"type":"textfield","input":true,"hideOnChildrenHidden":false}],"size":"md","width":3,"offset":0,"push":0,"pull":0,"currentWidth":3}],"key":"columns1","type":"columns","input":false,"tableView":false,"hideOnChildrenHidden":false},{"label":"HTML","attrs":[{"attr":"","value":""}],"content":"
\nEnter Defendant Name Below as it Appears on Criminal Judgment or Indictment/Information.\n \n
 ","refreshOnChange":false,"key":"html4","customConditional":"show = data.DefendantType === \"Individual\";","type":"htmlelement","input":false,"tableView":false},{"label":"Columns","columns":[{"components":[{"label":"Defendant First Name","tableView":true,"validateOn":"blur","customConditional":"show = data.DefendantType === \"Individual\";","validate":{"required":true,"custom":"valid = pgFormioGlobal().validateText(input);","maxLength":50},"key":"FirstName","type":"textfield","input":true,"hideOnChildrenHidden":false,"lockKey":true,"source":"5eac84253f388e5b14ba3b29","isNew":true}],"width":4,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":4},{"components":[{"label":"Middle Initial","tableView":true,"case":"uppercase","customConditional":"show = data.DefendantType === \"Individual\";","validateOn":"blur","validate":{"custom":"valid = pgFormioGlobal().validateText(input);","maxLength":1},"key":"MiddleName","type":"textfield","input":true,"hideOnChildrenHidden":false}],"width":2,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":2},{"components":[{"label":"Last Name","tableView":true,"validateOn":"blur","customConditional":"show = data.DefendantType === \"Individual\";","validate":{"required":true,"custom":"valid = pgFormioGlobal().validateText(input);","maxLength":50},"key":"LastName","type":"textfield","input":true,"hideOnChildrenHidden":false,"lockKey":true,"source":"5eac84253f388e5b14ba3b29","isNew":true}],"size":"md","width":4,"offset":0,"push":0,"pull":0,"currentWidth":4},{"components":[{"label":"Generation","widget":"html5","tableView":true,"data":{"values":[{"label":"Jr.","value":"Jr."},{"label":"Sr.","value":"Sr."},{"label":"I","value":"I"},{"label":"II","value":"II"},{"label":"III","value":"III"},{"label":"IV","value":"IV"}]},"dataType":"string","key":"Generation","customConditional":"show = data.DefendantType === \"Individual\";","type":"select","input":true,"hideOnChildrenHidden":false,"searchThreshold":0.3}],"size":"md","width":2,"offset":0,"push":0,"pull":0,"currentWidth":2}],"key":"columns2","type":"columns","input":false,"tableView":false,"hideOnChildrenHidden":false}]},{"title":"Payer Information","collapsible":false,"key":"payerInformation","type":"panel","label":"Panel","input":false,"tableView":false,"components":[{"label":"Payer","optionsLabelPosition":"right","inline":false,"tableView":false,"defaultValue":"Self Pay","values":[{"label":"Self Pay","value":"Self Pay","shortcut":""},{"label":"Third-Party Payer For the Benefit of","value":"Third Party","shortcut":""}],"dataType":"string","validate":{"required":true},"key":"Payer","type":"radio","input":true},{"label":"Columns","columns":[{"components":[{"label":"First Name","tableView":true,"validate":{"required":true,"custom":"valid = pgFormioGlobal().validateText(input);","maxLength":50},"key":"partyGivenName","type":"textfield","input":true,"hideOnChildrenHidden":false,"validateOn":"blur"}],"width":6,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":6},{"components":[{"label":"Last Name","tableView":true,"validate":{"required":true,"custom":"valid = pgFormioGlobal().validateText(input);","maxLength":50},"key":"partySurName","type":"textfield","input":true,"hideOnChildrenHidden":false,"validateOn":"blur"}],"width":6,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":6}],"key":"columns4","type":"columns","input":false,"tableView":false,"path":"columns","lockKey":true,"source":"5eac84253f388e5b14ba3b29","isNew":true,"hideOnChildrenHidden":false},{"label":"Address 1","tableView":true,"validateOn":"blur","validate":{"required":true,"custom":"valid = pgFormioGlobal().validateText(input);","maxLength":100},"key":"partyAddress1","type":"textfield","input":true,"hideOnChildrenHidden":false,"lockKey":true,"source":"5eac84253f388e5b14ba3b29","isNew":true},{"label":"Address 2","tableView":true,"validateOn":"blur","validate":{"custom":"valid = pgFormioGlobal().validateText(input);","maxLength":100},"key":"partyAddress2","type":"textfield","input":true,"hideOnChildrenHidden":false,"lockKey":true,"source":"5eac84253f388e5b14ba3b29","isNew":true},{"label":"Columns","columns":[{"components":[{"label":"City","tableView":true,"validate":{"required":true,"custom":"valid = pgFormioGlobal().validateText(input);","maxLength":50},"key":"partyCity","type":"textfield","input":true,"hideOnChildrenHidden":false,"validateOn":"blur"}],"width":4,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":4},{"components":[{"label":"State","widget":"html5","tableView":true,"dataSrc":"url","data":{"url":"{{ config.PAYGOV_ENV }}/public/api/v1/getStates?country=USA","headers":[{"key":"","value":""}]},"valueProperty":"stateAbbreviation","template":"{{ item.stateName }}","calculateServer":true,"key":"partyState","type":"select","input":true,"lazyLoad":false,"disableLimit":false,"hideOnChildrenHidden":false,"lockKey":true,"source":"5eac84259b53ff041c170ee7","isNew":true,"validate":{"required":true},"searchThreshold":0.3}],"width":4,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":4},{"components":[{"label":"Zip Code","tableView":true,"validateOn":"blur","validate":{"custom":"if (input === \"\" || input === undefined || input === null) {\r\n valid = true;\r\n} else {\r\n var regEx = /^\\d{5}(-?\\d{4})?$/;\r\n if (regEx.test(input)) {\r\n var str = input.replace(/-/g, \"\");\r\n str = str.length === 5 ? str : str.substr(0,5) + \"-\" + str.substr(5);\r\n if (typeof instance != \"undefined\") {\r\n \tinstance.setValue(str);\r\n } else {\r\n \tdata[component.key] = str; \r\n }\r\n valid = true;\r\n } else {\r\n valid = \"Invalid Zip Code\";\r\n }\r\n}","required":true},"key":"partyZipcode","type":"textfield","input":true,"hideOnChildrenHidden":false,"lockKey":true,"source":"5eac84259b53ff041c170ee7","isNew":true}],"width":4,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":4}],"key":"columns5","type":"columns","input":false,"tableView":false,"path":"columns1","lockKey":true,"source":"5eac84253f388e5b14ba3b29","isNew":true,"hideOnChildrenHidden":false},{"label":"Columns","columns":[{"components":[{"label":"Telephone","tableView":true,"validateOn":"blur","validate":{"custom":"if (input === \"\" || input === null || input === undefined) {\r\n valid = true;\r\n} else {\r\n var regEx = /^\\(?\\d{3}\\)?\\s?-?\\d{3}-?\\d{4}$/;\r\n if (!regEx.test(input)) {\r\n valid = \"Invalid Telephone Number\";\r\n } else {\r\n var str = input.replace(/[^\\d]/g, \"\");\r\n var newValue = \"(\"+ str.substr(0,3) + \") \" + str.substr(3,3) + \"-\" + str.substr(6);\r\n if (typeof instance != \"undefined\") {\r\n instance.setValue(newValue);\r\n }\r\n else {\r\n data[component.key] = newValue;\r\n }\r\n valid = true;\r\n }\r\n}","required":true},"key":"partyPhone","type":"textfield","input":true,"hideOnChildrenHidden":false,"lockKey":true,"source":"5eac84259b53ff041c170ee7","isNew":true}],"width":4,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":4},{"components":[{"label":"Extension","tableView":true,"validate":{"custom":"var regEx = /^\\d{1,8}$/;\nvalid = (_.isEmpty(input) || regEx.test(input)) ? true : \"Field contains invalid characters\";"},"key":"Extension","type":"textfield","input":true,"hideOnChildrenHidden":false}],"width":4,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":4},{"components":[{"label":"Type","widget":"html5","tableView":true,"data":{"values":[{"label":"Home","value":"Home"},{"label":"Work","value":"Work"},{"label":"Cell","value":"Cell"}]},"key":"type","type":"select","input":true,"defaultValue":"Home"}],"size":"md","width":4,"offset":0,"push":0,"pull":0,"currentWidth":4}],"key":"columns6","type":"columns","input":false,"tableView":false,"hideOnChildrenHidden":false},{"label":"Email Address","tableView":true,"validateOn":"blur","validate":{"required":true,"custom":"valid = pgFormioGlobal().validateEmail(input);"},"key":"partyEmail","type":"textfield","input":true,"hideOnChildrenHidden":false,"lockKey":true,"source":"5eac84253f388e5b14ba3b29","isNew":true}]},{"label":"Columns","columns":[{"components":[{"label":"Amount of this Payment","mask":false,"spellcheck":true,"tableView":false,"currency":"USD","inputFormat":"plain","validateOn":"blur","validate":{"required":true,"custom":"if (_.isNil(input)) {\r\n valid = true;\r\n} else {\r\n if (!_.isEmpty(data.minMax)) {\r\n if (input < parseFloat(data.minMax.minAmount)) {\r\n \t valid = \"Your payment is below the allowed amount. Please enter a higher dollar amount.\";\r\n \t } else if (input > parseFloat(data.minMax.maxAmount)) {\r\n \t valid = \"Your payment is above the maximum allowed amount. Please enter a lower dollar amount.\";\r\n \t } else {\r\n \t valid = true;\r\n \t}\r\n\t}\r\n}"},"key":"RemittanceNetAmount","type":"currency","input":true,"delimiter":true,"hideOnChildrenHidden":false,"lockKey":true,"source":"5eac84259b53ff041c170ee7","isNew":true}],"width":6,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":6},{"components":[],"width":6,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":6}],"key":"columns7","type":"columns","input":false,"tableView":false,"hideOnChildrenHidden":false},{"label":"HTML","attrs":[{"attr":"","value":""}],"content":"If you require assistance completing this form, please contact the Financial Services Department of the District Court of the Virgin Islands by calling (340) 776-0221, or email \nFinance@vid.uscourts.gov\n

\n\n\n Criminal Debt Payments made via Pay.gov may only be accepted from individuals who are not prohibited by the terms of their judgment to make payment in this manner\n\n
\n ","refreshOnChange":true,"key":"html3","type":"htmlelement","input":false,"tableView":false},{"label":"Standard Buttons","columns":[{"components":[{"label":"Continue","showValidations":false,"block":true,"customClass":"usa-button","tableView":false,"key":"submit","customConditional":"show = !data.showReassignButton ? true : data.showSubmitButton;","type":"button","input":true,"hideOnChildrenHidden":false}],"width":2,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":2},{"components":[{"label":"View PDF","action":"event","showValidations":false,"block":true,"customClass":"usa-button usa-button--outline","tableView":false,"key":"viewPdf","attributes":{"class":"usa-button--outline"},"type":"button","event":"viewPdf","input":true,"hideOnChildrenHidden":false}],"width":2,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":2},{"components":[{"label":"Save","action":"event","showValidations":false,"block":true,"customClass":"usa-button usa-button--outline","tableView":false,"key":"save","customConditional":"show = data.showSaveButton;","type":"button","event":"save","input":true,"hideOnChildrenHidden":false}],"size":"md","width":2,"offset":0,"push":0,"pull":0,"currentWidth":2},{"components":[{"label":"Reassign","action":"event","showValidations":false,"block":true,"customClass":"usa-button usa-button--outline","tableView":false,"key":"reassign","customConditional":"show = data.showReassignButton;","type":"button","event":"reassign","input":true,"hideOnChildrenHidden":false}],"size":"md","width":2,"offset":0,"push":0,"pull":0,"currentWidth":2},{"components":[],"size":"md","width":2,"offset":0,"push":0,"pull":0,"currentWidth":2},{"components":[],"size":"md","width":2,"offset":0,"push":0,"pull":0,"currentWidth":2}],"key":"standardButtons","type":"columns","input":false,"tableView":false,"lockKey":true,"source":"5eac84253f388e59f3ba3b2c","isNew":true,"hideOnChildrenHidden":false},{"label":"SBU Footer","tableView":true,"form":"5fc7c311de457463ee152fb3","reference":false,"key":"sbuFooter","customConditional":"show = instance.options.pdf;","type":"form","input":true,"lockKey":true,"source":"5eac84259b53ff041c170ee7","isNew":true,"revision":2,"components":[{"label":"HTML","tag":"p style=\"font-size: 11px\"","className":"","attrs":[{"attr":"","value":""}],"content":"

\r\n\r\nThe content of this document may contain Sensitive But Unclassified (SBU) data and/or Controlled Unclassified Information (CUI).\r\n","refreshOnChange":false,"customClass":"","hidden":false,"modalEdit":false,"key":"sbu_label","tags":[],"properties":{},"conditional":{"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"htmlelement","input":false,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"id":"e56fbt3"},{"label":"HiddenTestField","calculateValue":"value = \"\";","calculateServer":true,"key":"hiddenTestField","type":"hidden","input":true,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"inputType":"hidden","id":"em1zpzb"}]}],"revisions":"original","_vid":1,"_vnote":"(Source version:5, User:cflorea, Build:10635287)","_vuser":"admin","title":"USCourts_VI_Criminal_Debt_v1","name":"usCourtsViCriminalDebtV1","path":"uscourtsvicriminaldebtv1","display":"form","controller":"","properties":{},"settings":{},"access":[{"roles":["5f9ae327f1b65926a66350f3","5f9ae327f1b65921a76350f4"],"type":"read_all"},{"roles":["5f9ae327f1b65926a66350f3"],"type":"update_all"}],"submissionAccess":[{"roles":["5f9ae327f1b65926a66350f3","5f9ae327f1b65921a76350f4"],"type":"create_all"}],"project":"5f9ae327f1b65987a86350f2","created":"2024-04-02T11:23:39.188Z","modified":"2024-04-17T18:04:40.177Z","_rid":"660beabb85b03d76b9b20cda","config":{"PAYGOV_ENV":"https://www.pay.gov","STATIC_ASSETS_ENV":"https://www.pay.gov/public/static-assets/paygov","COMPANY_PROFILE":"public/api/v1/companyprofile","MIN_MAX_AMOUNT":"public/api/v1/minmaxamount","GET_COUNTRIES":"public/api/v1/getCountries","GET_STATES":"public/api/v1/getStates"},"module":"{options:{form:{evalContext:{pgFormioGlobal:function(){function o(a,e,t,o){if(a=a&&a.replace(e,\"\")){if(t)return t;t=(o||\"Input\")+\" contains invalid \";e=a.replace(/[\\x00-\\x20\\x7F]/g,\"\");return 1===e.length?t+=e+\" \":1e.length&&((o=a.replace(/[^ ]/g,\"\")).length?a.length===e.length+o.length?t+=e.length?\"and space \":\"space \":t+=\"space and non-printable \":t+=e.length?\"and non-printable \":\"non-printable \"),t+\"character\"+(1parseFloat(e.maxAmount))return\"Your payment is above the maximum allowed amount. Please enter a lower dollar amount.\"}return!0}}}}}}}"}