Created
February 14, 2019 02:27
-
-
Save hprobotic/e76e05949626cf22b6ef42d8ca8e95da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "status": "success", | |
| "data": [ | |
| { | |
| "example": "", | |
| "type": "select", | |
| "key": "legalType", | |
| "displayFormat": null, | |
| "minLength": null, | |
| "maxLength": null, | |
| "name": "Recipient type", | |
| "id": 1, | |
| "required": true, | |
| "valuesAllowed": [ | |
| { "label": "Person", "value": "PRIVATE" }, | |
| { "label": "Business", "value": "BUSINESS" } | |
| ], | |
| "validationRegexp": null | |
| }, | |
| { | |
| "example": "111000025", | |
| "type": "text", | |
| "key": "abartn", | |
| "displayFormat": null, | |
| "minLength": 9, | |
| "maxLength": 9, | |
| "name": "Routing number", | |
| "id": 8, | |
| "required": true, | |
| "valuesAllowed": null, | |
| "validationRegexp": "\\d{9}" | |
| }, | |
| { | |
| "example": "12345678", | |
| "type": "text", | |
| "key": "accountNumber", | |
| "displayFormat": null, | |
| "minLength": 4, | |
| "maxLength": null, | |
| "name": "Account number", | |
| "id": 9, | |
| "required": true, | |
| "valuesAllowed": null, | |
| "validationRegexp": "\\d{4,17}" | |
| }, | |
| { | |
| "example": "", | |
| "type": "radio", | |
| "key": "accountType", | |
| "displayFormat": null, | |
| "minLength": null, | |
| "maxLength": null, | |
| "name": "Account type", | |
| "id": 10, | |
| "required": true, | |
| "valuesAllowed": [ | |
| { "label": "Checking", "value": "Checking" }, | |
| { "label": "Saving", "value": "Saving" } | |
| ], | |
| "validationRegexp": null | |
| }, | |
| { | |
| "example": "Germany", | |
| "type": "select", | |
| "key": "address.country", | |
| "displayFormat": null, | |
| "minLength": null, | |
| "maxLength": null, | |
| "name": "Country", | |
| "id": 11, | |
| "required": true, | |
| "valuesAllowed": [ | |
| { "label": "\u00c5land Islands", "value": "AX" }, | |
| { "label": "Albania", "value": "AL" }, | |
| { "label": "Algeria", "value": "DZ" }, | |
| { "label": "American Samoa", "value": "AS" }, | |
| { "label": "Andorra", "value": "AD" }, | |
| { "label": "Anguilla", "value": "AI" }, | |
| { "label": "Antarctica", "value": "AQ" }, | |
| { "label": "Antigua and Barbuda", "value": "AG" }, | |
| { "label": "Argentina", "value": "AR" }, | |
| { "label": "Armenia", "value": "AM" }, | |
| { "label": "Aruba", "value": "AW" }, | |
| { "label": "Australia", "value": "AU" }, | |
| { "label": "Austria", "value": "AT" }, | |
| { "label": "Azerbaijan", "value": "AZ" }, | |
| { "label": "Bahamas", "value": "BS" }, | |
| { "label": "Bahrain", "value": "BH" }, | |
| { "label": "Bangladesh", "value": "BD" }, | |
| { "label": "Barbados", "value": "BB" }, | |
| { "label": "Belarus", "value": "BY" }, | |
| { "label": "Belgium", "value": "BE" }, | |
| { "label": "Belize", "value": "BZ" }, | |
| { "label": "Benin", "value": "BJ" }, | |
| { "label": "Bermuda", "value": "BM" }, | |
| { "label": "Bhutan", "value": "BT" }, | |
| { "label": "Bolivia", "value": "BO" }, | |
| { "label": "Bonaire", "value": "BQ" }, | |
| { "label": "Bosnia and Herzegovina", "value": "BA" }, | |
| { "label": "Botswana", "value": "BW" }, | |
| { "label": "Bouvet Island", "value": "BV" }, | |
| { "label": "Brazil", "value": "BR" }, | |
| { "label": "British Indian Ocean Territory", "value": "IO" }, | |
| { "label": "British Virgin Islands", "value": "VG" }, | |
| { "label": "Brunei Darussalam", "value": "BN" }, | |
| { "label": "Bulgaria", "value": "BG" }, | |
| { "label": "Burkina Faso", "value": "BF" }, | |
| { "label": "Cambodia", "value": "KH" }, | |
| { "label": "Cameroon", "value": "CM" }, | |
| { "label": "Canada", "value": "CA" }, | |
| { "label": "Cape Verde", "value": "CV" }, | |
| { "label": "Cayman Islands", "value": "KY" }, | |
| { "label": "Chile", "value": "CL" }, | |
| { "label": "China", "value": "CN" }, | |
| { "label": "Christmas Island", "value": "CX" }, | |
| { "label": "Cocos (Keeling) Islands", "value": "CC" }, | |
| { "label": "Colombia", "value": "CO" }, | |
| { "label": "Comoros", "value": "KM" }, | |
| { "label": "Cook Islands", "value": "CK" }, | |
| { "label": "Costa Rica", "value": "CR" }, | |
| { "label": "C\u00f4te d'Ivoire", "value": "CI" }, | |
| { "label": "Croatia", "value": "HR" }, | |
| { "label": "Cura\u00e7ao", "value": "CW" }, | |
| { "label": "Cyprus", "value": "CY" }, | |
| { "label": "Czech Republic", "value": "CZ" }, | |
| { "label": "Denmark", "value": "DK" }, | |
| { "label": "Djibouti", "value": "DJ" }, | |
| { "label": "Dominica", "value": "DM" }, | |
| { "label": "Dominican Republic", "value": "DO" }, | |
| { "label": "Ecuador", "value": "EC" }, | |
| { "label": "Egypt", "value": "EG" }, | |
| { "label": "El Salvador", "value": "SV" }, | |
| { "label": "Equatorial Guinea", "value": "GQ" }, | |
| { "label": "Estonia", "value": "EE" }, | |
| { "label": "Ethiopia", "value": "ET" }, | |
| { "label": "Falkland Islands", "value": "FK" }, | |
| { "label": "Faroe Islands", "value": "FO" }, | |
| { "label": "Fiji", "value": "FJ" }, | |
| { "label": "Finland", "value": "FI" }, | |
| { "label": "France", "value": "FR" }, | |
| { "label": "French Guiana", "value": "GF" }, | |
| { "label": "French Polynesia", "value": "PF" }, | |
| { "label": "French Southern Territories", "value": "TF" }, | |
| { "label": "Gabon", "value": "GA" }, | |
| { "label": "Gambia", "value": "GM" }, | |
| { "label": "Georgia", "value": "GE" }, | |
| { "label": "Germany", "value": "DE" }, | |
| { "label": "Ghana", "value": "GH" }, | |
| { "label": "Gibraltar", "value": "GI" }, | |
| { "label": "Greece", "value": "GR" }, | |
| { "label": "Greenland", "value": "GL" }, | |
| { "label": "Grenada", "value": "GD" }, | |
| { "label": "Guadeloupe", "value": "GP" }, | |
| { "label": "Guatemala", "value": "GT" }, | |
| { "label": "Guernsey", "value": "GG" }, | |
| { "label": "Guinea", "value": "GN" }, | |
| { "label": "Honduras", "value": "HN" }, | |
| { "label": "Hong Kong", "value": "HK" }, | |
| { "label": "Hungary", "value": "HU" }, | |
| { "label": "Iceland", "value": "IS" }, | |
| { "label": "India", "value": "IN" }, | |
| { "label": "Indonesia", "value": "ID" }, | |
| { "label": "Ireland", "value": "IE" }, | |
| { "label": "Isle of Man", "value": "IM" }, | |
| { "label": "Israel", "value": "IL" }, | |
| { "label": "Italy", "value": "IT" }, | |
| { "label": "Jamaica", "value": "JM" }, | |
| { "label": "Japan", "value": "JP" }, | |
| { "label": "Jersey", "value": "JE" }, | |
| { "label": "Jordan", "value": "JO" }, | |
| { "label": "Kazakhstan", "value": "KZ" }, | |
| { "label": "Kenya", "value": "KE" }, | |
| { "label": "Kiribati", "value": "KI" }, | |
| { "label": "Kuwait", "value": "KW" }, | |
| { "label": "Kyrgyzstan", "value": "KG" }, | |
| { "label": "Latvia", "value": "LV" }, | |
| { "label": "Lesotho", "value": "LS" }, | |
| { "label": "Liechtenstein", "value": "LI" }, | |
| { "label": "Lithuania", "value": "LT" }, | |
| { "label": "Luxembourg", "value": "LU" }, | |
| { "label": "Macao", "value": "MO" }, | |
| { "label": "Macedonia, Former Yugoslav Republic of", "value": "MK" }, | |
| { "label": "Madagascar", "value": "MG" }, | |
| { "label": "Malawi", "value": "MW" }, | |
| { "label": "Malaysia", "value": "MY" }, | |
| { "label": "Maldives", "value": "MV" }, | |
| { "label": "Malta", "value": "MT" }, | |
| { "label": "Marshall Islands", "value": "MH" }, | |
| { "label": "Martinique", "value": "MQ" }, | |
| { "label": "Mauritania", "value": "MR" }, | |
| { "label": "Mauritius", "value": "MU" }, | |
| { "label": "Mayotte", "value": "YT" }, | |
| { "label": "Mexico", "value": "MX" }, | |
| { "label": "Micronesia, Federated States of", "value": "FM" }, | |
| { "label": "Moldova", "value": "MD" }, | |
| { "label": "Monaco", "value": "MC" }, | |
| { "label": "Mongolia", "value": "MN" }, | |
| { "label": "Montenegro", "value": "ME" }, | |
| { "label": "Montserrat", "value": "MS" }, | |
| { "label": "Morocco", "value": "MA" }, | |
| { "label": "Mozambique", "value": "MZ" }, | |
| { "label": "Namibia", "value": "NA" }, | |
| { "label": "Nauru", "value": "NR" }, | |
| { "label": "Nepal", "value": "NP" }, | |
| { "label": "Netherlands", "value": "NL" }, | |
| { "label": "New Caledonia", "value": "NC" }, | |
| { "label": "New Zealand", "value": "NZ" }, | |
| { "label": "Nicaragua", "value": "NI" }, | |
| { "label": "Niger", "value": "NE" }, | |
| { "label": "Nigeria", "value": "NG" }, | |
| { "label": "Niue", "value": "NU" }, | |
| { "label": "Norfolk Island", "value": "NF" }, | |
| { "label": "Norway", "value": "NO" }, | |
| { "label": "Oman", "value": "OM" }, | |
| { "label": "Pakistan", "value": "PK" }, | |
| { "label": "Palau", "value": "PW" }, | |
| { "label": "Palestine", "value": "PS" }, | |
| { "label": "Panama", "value": "PA" }, | |
| { "label": "Peru", "value": "PE" }, | |
| { "label": "Philippines", "value": "PH" }, | |
| { "label": "Poland", "value": "PL" }, | |
| { "label": "Portugal", "value": "PT" }, | |
| { "label": "Puerto Rico", "value": "PR" }, | |
| { "label": "Qatar", "value": "QA" }, | |
| { "label": "R\u00e9union", "value": "RE" }, | |
| { "label": "Romania", "value": "RO" }, | |
| { "label": "Russian Federation", "value": "RU" }, | |
| { "label": "Rwanda", "value": "RW" }, | |
| { "label": "Saint Barth\u00e9lemy", "value": "BL" }, | |
| { "label": "Saint Helena", "value": "SH" }, | |
| { "label": "Saint Kitts and Nevis", "value": "KN" }, | |
| { "label": "Saint Lucia", "value": "LC" }, | |
| { "label": "Saint Martin (French part)", "value": "MF" }, | |
| { "label": "Saint Pierre and Miquelon", "value": "PM" }, | |
| { "label": "Saint Vincent and the Grenadines", "value": "VC" }, | |
| { "label": "Samoa", "value": "WS" }, | |
| { "label": "San Marino", "value": "SM" }, | |
| { "label": "Sao Tome and Principe", "value": "ST" }, | |
| { "label": "Saudi Arabia", "value": "SA" }, | |
| { "label": "Senegal", "value": "SN" }, | |
| { "label": "Serbia", "value": "RS" }, | |
| { "label": "Seychelles", "value": "SC" }, | |
| { "label": "Sierra Leone", "value": "SL" }, | |
| { "label": "Singapore", "value": "SG" }, | |
| { "label": "Sint Maarten (Dutch part)", "value": "SX" }, | |
| { "label": "Slovakia", "value": "SK" }, | |
| { "label": "Slovenia", "value": "SI" }, | |
| { "label": "Solomon Islands", "value": "SB" }, | |
| { "label": "South Africa", "value": "ZA" }, | |
| { | |
| "label": "South Georgia and the South Sandwich Islands", | |
| "value": "GS" | |
| }, | |
| { "label": "South Korea", "value": "KR" }, | |
| { "label": "Spain", "value": "ES" }, | |
| { "label": "Sri Lanka", "value": "LK" }, | |
| { "label": "Suriname", "value": "SR" }, | |
| { "label": "Swaziland", "value": "SZ" }, | |
| { "label": "Sweden", "value": "SE" }, | |
| { "label": "Switzerland", "value": "CH" }, | |
| { "label": "Taiwan", "value": "TW" }, | |
| { "label": "Tanzania", "value": "TZ" }, | |
| { "label": "Thailand", "value": "TH" }, | |
| { "label": "Timor-Leste", "value": "TL" }, | |
| { "label": "Togo", "value": "TG" }, | |
| { "label": "Tokelau", "value": "TK" }, | |
| { "label": "Tonga", "value": "TO" }, | |
| { "label": "Trinidad and Tobago", "value": "TT" }, | |
| { "label": "Tunisia", "value": "TN" }, | |
| { "label": "Turkey", "value": "TR" }, | |
| { "label": "Turks and Caicos Islands", "value": "TC" }, | |
| { "label": "Tuvalu", "value": "TV" }, | |
| { "label": "Ukraine", "value": "UA" }, | |
| { "label": "United Arab Emirates", "value": "AE" }, | |
| { "label": "United Kingdom", "value": "GB" }, | |
| { "label": "United States", "value": "US" }, | |
| { "label": "Uruguay", "value": "UY" }, | |
| { "label": "Vatican City", "value": "VA" }, | |
| { "label": "Venezuela", "value": "VE" }, | |
| { "label": "Vietnam", "value": "VN" }, | |
| { "label": "Wallis and Futuna", "value": "WF" }, | |
| { "label": "Western Sahara", "value": "EH" }, | |
| { "label": "Zambia", "value": "ZM" } | |
| ], | |
| "validationRegexp": null | |
| }, | |
| { | |
| "example": "London", | |
| "type": "text", | |
| "key": "address.city", | |
| "displayFormat": null, | |
| "minLength": null, | |
| "maxLength": null, | |
| "name": "City", | |
| "id": 12, | |
| "required": true, | |
| "valuesAllowed": null, | |
| "validationRegexp": null | |
| }, | |
| { | |
| "example": "10025", | |
| "type": "text", | |
| "key": "address.postCode", | |
| "displayFormat": null, | |
| "minLength": null, | |
| "maxLength": null, | |
| "name": "Postal code", | |
| "id": 13, | |
| "required": true, | |
| "valuesAllowed": null, | |
| "validationRegexp": null | |
| }, | |
| { | |
| "example": "50 Branson Ave", | |
| "type": "text", | |
| "key": "address.firstLine", | |
| "displayFormat": null, | |
| "minLength": null, | |
| "maxLength": null, | |
| "name": "Address", | |
| "id": 14, | |
| "required": true, | |
| "valuesAllowed": null, | |
| "validationRegexp": null | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment