Sutton Bank (OH) - Online Banking API & Data Solutions | Plaid (2024)

1http code 200

2{

3 "report": {

4 "asset_report_id": "c5b638f9-02b8-45c6-9093-552195149b0c",

5 "client_report_id": "123456",

6 "date_generated": "2018-04-12T03:32:11Z",

7 "days_requested": 730,

8 "items": [

9 {

10 "accounts": [

11 {

12 "account_id": "jW4r4QvdeXcAZNj8J3Dni68DqxQ3laHZwGyBD",

13 "balances": {

14 "available": 100,

15 "current": 110

16 },

17 "days_available": 730,

18 "historical_balances": [

19 {

20 "current": 110,

21 "date": "2018-04-12",

22 "iso_currency_code": "USD",

23 "unofficial_currency_code": null

24 },

25 {

26 "current": 110,

27 "date": "2018-04-11",

28 "iso_currency_code": "USD",

29 "unofficial_currency_code": null

30 },

31 {

32 "current": 110,

33 "date": "2018-04-10",

34 "iso_currency_code": "USD",

35 "unofficial_currency_code": null

36 },

37 ...

38 ],

39 "mask": "0000",

40 "name": "Plaid Checking",

41 "official_name": "Plaid Gold Standard 0% Interest Checking",

42 "owners": [

43 {

44 "addresses": [

45 {

46 "data": {

47 "city": "Malakoff",

48 "region": "NY",

49 "street": "2992 Cameron Road",

50 "postal_code": "14236",

51 "country": "US"

52 },

53 "primary": true

54 },

55 {

56 "data": {

57 "city": "San Matias",

58 "region": "CA",

59 "street": "2493 Leisure Lane",

60 "postal_code": "93405-2255",

61 "country": "US"

62 },

63 "primary": false

64 }

65 ],

66 "emails": [

67 {

68 "data": "accountholder0@example.com",

69 "primary": true,

70 "type": "primary"

71 },

72 {

73 "data": "accountholder1@example.com",

74 "primary": false,

75 "type": "secondary"

76 },

77 {

78 "data": "extraordinarily.long.email.username.123456@reallylonghostname.com",

79 "primary": false,

80 "type": "other"

81 }

82 ],

83 "names": [

84 "Alberta Bobbeth Charleson"

85 ],

86 "phone_numbers": [

87 {

88 "data": "1112223333",

89 "primary": false,

90 "type": "home"

91 },

92 {

93 "data": "1112224444",

94 "primary": false,

95 "type": "work"

96 },

97 {

98 "data": "1112225555",

99 "primary": false,

100 "type": "mobile1"

101 }

102 ]

103 }

104 ],

105 "subtype": "checking",

106 "transactions": [

107 ...

108 {

109 "account_id": "jW4r4QvdeXcAZNj8J3Dni68DqxQ3laHZwGyBD",

110 "amount": -500,

111 "date": "2018-03-25",

112 "original_description": "United Airlines REFUND ",

113 "pending": false,

114 "transaction_id": "wPkQknvpz9HV8bPK465rC6GnyrnlrXCMr9vgm",

115 "iso_currency_code": "USD",

116 "unofficial_currency_code": null

117 },

118 {

119 "account_id": "jW4r4QvdeXcAZNj8J3Dni68DqxQ3laHZwGyBD",

120 "amount": 5.4,

121 "date": "2018-03-27",

122 "original_description": "Uber 063015 SFPOOL",

123 "pending": false,

124 "transaction_id": "GM4K4LJqGBu5g8yqjkQJuVnry6rz6zh8Qwkv9",

125 "iso_currency_code": "USD",

126 "unofficial_currency_code": null

127 },

128 {

129 "account_id": "jW4r4QvdeXcAZNj8J3Dni68DqxQ3laHZwGyBD",

130 "amount": 6.33,

131 "date": "2018-04-09",

132 "original_description": "Uber 072515 SFPOOL",

133 "pending": false,

134 "transaction_id": "DekykZJWrjf5g7kjRaLvceLZb4avg5CVBDGz5x",

135 "iso_currency_code": "USD",

136 "unofficial_currency_code": null

137 }

138 ],

139 "type": "depository"

140 },

141 {

142 "account_id": "V3EkERBQXGF5z6Jb9NDkupNeoy1b81cjpWVDe",

143 "balances": {

144 "available": 200,

145 "current": 210

146 },

147 "days_available": 730,

148 "historical_balances": [

149 {

150 "current": 210,

151 "date": "2018-04-12",

152 "iso_currency_code": "USD",

153 "unofficial_currency_code": null

154 },

155 {

156 "current": 210,

157 "date": "2018-04-11",

158 "iso_currency_code": "USD",

159 "unofficial_currency_code": null

160 },

161 {

162 "current": 210,

163 "date": "2018-04-10",

164 "iso_currency_code": "USD",

165 "unofficial_currency_code": null

166 },

167 ...

168 ],

169 "mask": "1111",

170 "name": "Plaid Saving",

171 "official_name": "Plaid Silver Standard 0.1% Interest Saving",

172 "owners": [

173 {

174 "addresses": [

175 {

176 "data": {

177 "city": "Malakoff",

178 "region": "NY",

179 "street": "2992 Cameron Road",

180 "postal_code": "14236",

181 "country": "US"

182 },

183 "primary": true

184 },

185 {

186 "data": {

187 "city": "San Matias",

188 "region": "CA",

189 "street": "2493 Leisure Lane",

190 "postal_code": "93405-2255",

191 "country": "US"

192 },

193 "primary": false

194 }

195 ],

196 "emails": [

197 {

198 "data": "accountholder0@example.com",

199 "primary": true,

200 "type": "primary"

201 },

202 {

203 "data": "accountholder1@example.com",

204 "primary": false,

205 "type": "secondary"

206 },

207 {

208 "data": "extraordinarily.long.email.username.123456@reallylonghostname.com",

209 "primary": false,

210 "type": "other"

211 }

212 ],

213 "names": [

214 "Alberta Bobbeth Charleson"

215 ],

216 "phone_numbers": [

217 {

218 "data": "1112223333",

219 "primary": false,

220 "type": "home"

221 },

222 {

223 "data": "1112224444",

224 "primary": false,

225 "type": "work"

226 },

227 {

228 "data": "1112225555",

229 "primary": false,

230 "type": "mobile1"

231 }

232 ]

233 }

234 ],

235 "subtype": "savings",

236 "transactions": [

237 ...

238 {

239 "account_id": "V3EkERBQXGF5z6Jb9NDkupNeoy1b81cjpWVDe",

240 "amount": 25,

241 "date": "2018-02-25",

242 "original_description": "CREDIT CARD 3333 PAYMENT //",

243 "pending": false,

244 "transaction_id": "LkexeEJ3Ryf5Vw3evRMMIXlLjkRkawIdzm6Ak",

245 "iso_currency_code": "USD",

246 "unofficial_currency_code": null

247 },

248 {

249 "account_id": "V3EkERBQXGF5z6Jb9NDkupNeoy1b81cjpWVDe",

250 "amount": -4.22,

251 "date": "2018-03-22",

252 "original_description": "INTRST PYMNT",

253 "pending": false,

254 "transaction_id": "y7EJEmwgazsjJDVdMZ3QSQBKpaKnQzSjElP71M",

255 "iso_currency_code": "USD",

256 "unofficial_currency_code": null

257 },

258 {

259 "account_id": "V3EkERBQXGF5z6Jb9NDkupNeoy1b81cjpWVDe",

260 "amount": 25,

261 "date": "2018-03-27",

262 "original_description": "CREDIT CARD 3333 PAYMENT //",

263 "pending": false,

264 "transaction_id": "dLz7z41KlaSWLbmJqpxXiaqPgJPbn5IgMwymJ",

265 "iso_currency_code": "USD",

266 "unofficial_currency_code": null

267 }

268 ],

269 "type": "depository"

270 },

271 {

272 "account_id": "4RWyWq143jIEm7BaqJNKCQyG9Ndnv5iJaENyV",

273 "balances": {

274 "available": null,

275 "current": 5000

276 },

277 "days_available": 730,

278 "historical_balances": [

279 {

280 "current": 5000,

281 "date": "2018-04-12",

282 "iso_currency_code": "USD",

283 "unofficial_currency_code": null

284 },

285 {

286 "current": 1000,

287 "date": "2018-04-11",

288 "iso_currency_code": "USD",

289 "unofficial_currency_code": null

290 },

291 {

292 "current": 1000,

293 "date": "2018-04-10",

294 "iso_currency_code": "USD",

295 "unofficial_currency_code": null

296 },

297 ...

298 ],

299 "mask": "2222",

300 "name": "Plaid CD",

301 "official_name": "Plaid Bronze Standard 0.2% Interest CD",

302 "owners": [

303 {

304 "addresses": [

305 {

306 "data": {

307 "city": "Malakoff",

308 "region": "NY",

309 "street": "2992 Cameron Road",

310 "postal_code": "14236",

311 "country": "US"

312 },

313 "primary": true

314 },

315 {

316 "data": {

317 "city": "San Matias",

318 "region": "CA",

319 "street": "2493 Leisure Lane",

320 "postal_code": "93405-2255",

321 "country": "US"

322 },

323 "primary": false

324 }

325 ],

326 "emails": [

327 {

328 "data": "accountholder0@example.com",

329 "primary": true,

330 "type": "primary"

331 },

332 {

333 "data": "accountholder1@example.com",

334 "primary": false,

335 "type": "secondary"

336 },

337 {

338 "data": "extraordinarily.long.email.username.123456@reallylonghostname.com",

339 "primary": false,

340 "type": "other"

341 }

342 ],

343 "names": [

344 "Alberta Bobbeth Charleson"

345 ],

346 "phone_numbers": [

347 {

348 "data": "1112223333",

349 "primary": false,

350 "type": "home"

351 },

352 {

353 "data": "1112224444",

354 "primary": false,

355 "type": "work"

356 },

357 {

358 "data": "1112225555",

359 "primary": false,

360 "type": "mobile1"

361 }

362 ]

363 }

364 ],

365 "subtype": "cd",

366 "transactions": [

367 ...

368 {

369 "account_id": "4RWyWq143jIEm7BaqJNKCQyG9Ndnv5iJaENyV",

370 "amount": 1000,

371 "date": "2018-01-25",

372 "original_description": "CD DEPOSIT .INITIAL.",

373 "pending": false,

374 "transaction_id": "M8QdQWJx1GS51ZymxjNNILQ7GwjwG1I3qr3RwX",

375 "iso_currency_code": "USD",

376 "unofficial_currency_code": null

377 },

378 {

379 "account_id": "4RWyWq143jIEm7BaqJNKCQyG9Ndnv5iJaENyV",

380 "amount": 1000,

381 "date": "2018-02-24",

382 "original_description": "CD DEPOSIT .INITIAL.",

383 "pending": false,

384 "transaction_id": "q3Z4ZgvempFnljLVzqxxhPQ3we7eW9sdJy5jP",

385 "iso_currency_code": "USD",

386 "unofficial_currency_code": null

387 },

388 {

389 "account_id": "4RWyWq143jIEm7BaqJNKCQyG9Ndnv5iJaENyV",

390 "amount": 1000,

391 "date": "2018-03-26",

392 "original_description": "CD DEPOSIT .INITIAL.",

393 "pending": false,

394 "transaction_id": "aZqNqxQAEyHvboB8jazrsbPWNwW6WxU8zRj5kw",

395 "iso_currency_code": "USD",

396 "unofficial_currency_code": null

397 }

398 ],

399 "type": "depository"

400 }

401 ],

402 "date_last_updated": "2018-04-12T03:32:10Z",

403 "institution_id": "ins_109511",

404 "institution_name": "Tartan Bank",

405 "item_id": "zeWoWyv84xfkGg1w4ox5iQy5k6j75xu8QXMEm"

406 }

407 ],

408 "user": {

409 "client_user_id": "123456789",

410 "email": "accountholder0@example.com",

411 "first_name": "Alberta",

412 "last_name": "Charleson",

413 "middle_name": "Bobbeth",

414 "phone_number": "111-222-3333",

415 "ssn": "123-45-6789"

416 }

417 },

418 "request_id": "pdwYD",

419 "warnings": []

420}

421

Sutton Bank (OH) - Online Banking API & Data Solutions | Plaid (2024)

FAQs

Does Cash App use Sutton Bank? ›

Banking services are provided by Cash App's bank partner(s). Prepaid debit cards issued by Sutton Bank.

How do I get my money out of Sutton Bank? ›

You may access your account(s) by ATM using your Sutton Bank Check Card or Sutton Bank ATM Card and personal identification number (PIN) to make deposits, get cash from your account(s), transfer funds between your accounts, or make balance inquiries on your account(s).

Why is Plaid saying my credentials are wrong? ›

If you see this error message, there can be a few things affecting the login credentials you've entered. Typos. They happen - even to the best of us! Maybe you're using a new keyboard or your finger slipped; first and foremost, try again and give it another go.

Is Sutton Bank reputable? ›

It is also the 523rd largest bank in the nation. It was established in 1878 and as of December of 2023, it had grown to 187 employees at 9 locations. Sutton Bank has an A health rating.

How do I check my Sutton Bank Cash App balance? ›

You can view your Cash App balance in-app or online at cash.app/account. To view your balance in Cash App: Sign into the app. You'll see your available funds listed in the Money tab at the bottom left of your Cash App home screen.

How do I check my Sutton Bank balance? ›

You can check your Sutton Bank debit card balance via online or mobile banking, or at the ATM. Sutton Bank debit card holders have access to the Brella app, which they can download and use to view balance information for a debit card's primary account.

How long does it take Sutton Bank to release funds? ›

Depending on the type of check that you deposit, funds may not be available until the second business day after the Page 2 day of your deposit. The first $200 of your deposits, however, may be available on the first business day after the day of your deposit.

How much can you withdraw from Sutton Bank in a day? ›

USING YOUR CARD

We reserve the right, in our sole discretion, to limit the amount, number or type of transactions you can make on your Card and any funding or reload of your Card. You may only withdraw up to $500 from an ATM in a single day. You may only withdraw up to $5000 from an ATM per month.

What is Sutton Bank deposit limit? ›

Deposits/transfers Up to $15,000 within a 30-day period. Please note this limit applies to the amount you can deposit or transfer into your Albert Cash Account, between Services, and external accounts. The maximum amount on your card is $20,000.

Should I let Plaid access my bank account? ›

Is Plaid safe to link to your bank? Yes, in general using Plaid for banking is safe. Plaid follows strict security protocols to ensure sensitive data stays out of the hands of fraudsters. On top of that, for consumers, Plaid allows you to view and control exactly what data they've shared.

Why isn't it letting me log into my online banking? ›

Please ensure you are using an up to date and fully supported browser to use Online Banking. Make sure you have cleared temporary internet files and cookies and your browser has extensions and add-ons disabled. If needed, also try restarting your device and router, and try a wired connection.

What bank is connected to Sutton Bank? ›

Cash App outsources basic banking functions to two FDIC-insured partner banks, Sutton Bank and Lincoln Savings Bank. Sutton Bank Cash App provides Prepaid Debit Card (Cash Card) related services and is by far the more visible bank partner.

Is Sutton a real bank? ›

Sutton Bank provides banking services. The Bank offers savings and checking accounts, loans, credit cards, cash management, deposits, financial planning, and online and mobile banking services. Sutton Bank serves customers in the State of Ohio.

Is Sutton Bank an online bank? ›

Online Banking

Manage a number of banking activities anytime, anywhere with internet access: Access eStatements. View account balances and history. Transfer funds between accounts (one-time and recurring transfers)

Which bank does Cash App use? ›

Cash App is a financial platform providing services through its bank partners, Lincoln Savings Bank and Sutton Bank. It also offers investing services through Cash App Investing LLC, which is a registered broker-dealer and a Financial Industry Regulatory Authority (FINRA) member.

Why does my Cash App say Sutton Bank? ›

Sutton bank is the bank that issues the Cash App debit card. The balance should be reflected in your Cash App balance. Sutton bank is the bank that issues the Cash App debit card.

What bank runs Cash App? ›

However, Cash App does offer basic financial services through two FDIC-insured bank partners: Sutton Bank and Wells Bank. Sutton Bank administers the Cash Card. Wells Fargo Bank handles direct deposits from external payers. So while Cash App is not itself a bank, it couldn't function properly without its bank partners.

What bank is Cash App on plaid? ›

Cash App uses Lincoln Savings Bank as its main bank to connect with Plaid. When you sign up for some products with Cash App, the services you're provided will come via Lincoln Savings Bank, an FDIC insured institution⁴.

Top Articles
Latest Posts
Article information

Author: Dan Stracke

Last Updated:

Views: 6517

Rating: 4.2 / 5 (43 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Dan Stracke

Birthday: 1992-08-25

Address: 2253 Brown Springs, East Alla, OH 38634-0309

Phone: +398735162064

Job: Investor Government Associate

Hobby: Shopping, LARPing, Scrapbooking, Surfing, Slacklining, Dance, Glassblowing

Introduction: My name is Dan Stracke, I am a homely, gleaming, glamorous, inquisitive, homely, gorgeous, light person who loves writing and wants to share my knowledge and understanding with you.