-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathfedachdir.json
123 lines (123 loc) · 3.78 KB
/
fedachdir.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"fedACHParticipants" : {
"response" : {
"code" : 100
},
"fedACHParticipants" : [
{
"routingNumber" : "011000015",
"officeCode" : "O",
"servicingFRBNumber" : "011000015",
"recordTypeCode" : "0",
"changeDate" : "122415",
"newRoutingNumber" : "000000000",
"customerName" : "FEDERAL RESERVE BANK",
"customerAddress" : "1000 PEACHTREE ST N.E.",
"customerCity" : "ATLANTA",
"customerState" : "GA",
"customerZip" : "30309",
"customerZipExt" : "4470",
"customerAreaCode" : "877",
"customerPhonePrefix" : "372",
"customerPhoneSuffix" : "2457",
"institutionStatusCode" : "1",
"dataViewCode" : "1"
},
{
"routingNumber": "073905527",
"officeCode": "O",
"servicingFRBNumber": "071000301",
"recordTypeCode": "1",
"changeDate": "012908",
"newRoutingNumber": "000000000",
"customerName": "LINCOLN SAVINGS BANK",
"customerAddress": "P O BOX E",
"customerCity": "REINBECK",
"customerState": "IA",
"customerZip": "50669",
"customerZipExt": "0159",
"customerAreaCode" : "319",
"customerPhonePrefix" : "788",
"customerPhoneSuffix" : "6441",
"institutionStatusCode": "1",
"dataViewCode": "1"
},
{
"routingNumber": "325183657",
"officeCode": "O",
"servicingFRBNumber": "121000374",
"recordTypeCode": "2",
"changeDate": "110118",
"newRoutingNumber": "325182836",
"customerName": "LOWER VALLEY CU",
"customerAddress": "PO BOX 479",
"customerCity": "SUNNYSIDE",
"customerState": "WA",
"customerZip": "98944",
"customerZipExt": "0000",
"customerAreaCode": "509",
"customerPhonePrefix": "837",
"customerPhoneSuffix": "5295",
"institutionStatusCode": "1",
"dataViewCode": "1"
},
{
"routingNumber": "011000206",
"officeCode": "O",
"servicingFRBNumber": "011000015",
"recordTypeCode": "1",
"changeDate": "072505",
"newRoutingNumber": "000000000",
"customerName": "BANK OF AMERICA N.A",
"customerAddress": "PO BOX 27025",
"customerCity": "RICHMOND",
"customerState": "VA",
"customerZip": "23261",
"customerZipExt": "7025",
"customerAreaCode": "800",
"customerPhonePrefix": "446",
"customerPhoneSuffix": "0135",
"statusCode": "1",
"dataViewCode": "1"
},
{
"routingNumber": "031207924",
"officeCode": "O",
"servicingFRBNumber": "031000040",
"recordTypeCode": "1",
"changeDate": "112614",
"newRoutingNumber": "000000000",
"customerName": "FIRST BANK",
"customerAddress": "2465 RUSER RD",
"customerCity": "HAMILTON",
"customerState": "NJ",
"customerZip": "08690",
"customerZipExt": "0000",
"customerAreaCode": "609",
"customerPhonePrefix": "643",
"customerPhoneSuffix": "0061",
"statusCode": "1",
"dataViewCode": "1"
},
{
"routingNumber": "301271787",
"officeCode": "O",
"servicingFRBNumber": "101000048",
"recordTypeCode": "1",
"changeDate": "012114",
"newRoutingNumber": "000000000",
"customerName": "FARMERS STATE BANK",
"customerAddress": "PO BOX 567",
"customerCity": "CAMERON",
"customerState": "MO",
"customerZip": "64429",
"customerZipExt": "0000",
"customerAreaCode": "816",
"customerPhonePrefix": "632",
"customerPhoneSuffix": "6641",
"statusCode": "1",
"dataViewCode": "1"
}
]
}
}