{"article":{"id":14977532310167,"url":"https://plaid.zendesk.com/api/v2/help_center/en-us/articles/14977532310167.json","html_url":"https://support.plaid.com/hc/en-us/articles/14977532310167-Can-I-obtain-Balance-and-Identity-data-for-Items-created-using-Same-Day-Micro-deposits","author_id":396033157154,"comments_disabled":true,"draft":false,"promoted":false,"position":2,"vote_sum":0,"vote_count":0,"section_id":15991413068951,"created_at":"2023-05-31T22:30:26Z","updated_at":"2026-06-03T17:13:03Z","name":"Can I obtain Balance and Identity data for Items created using Same-Day Micro-deposits?","title":"Can I obtain Balance and Identity data for Items created using Same-Day Micro-deposits?","source_locale":"en-us","locale":"en-us","outdated":false,"outdated_locales":[],"edited_at":"2026-06-03T17:13:03Z","user_segment_id":null,"permission_group_id":1121774,"content_tag_ids":[],"label_names":[],"body":"<p><strong>Short answer:</strong> No — for Items created via Same-Day Micro-deposits, Plaid cannot return institution-sourced Balance or Identity data, because Plaid never connects to the institution for these Items. However, approximately 30% of these Items can be verified via <a href=\"https://plaid.com/docs/api/products/identity/#identitymatch\"><code style=\"border:none;background:#f1f3f5;padding:1px 4px;border-radius:3px;font-size:0.9em;\">/identity/match</code></a>, which compares the user's claimed identity against Plaid's data.</p>\n<p>With Same-Day Micro-deposit connections, Plaid facilitates verifying account and routing numbers that the user provides by sending small deposits to the account, which the user verifies. For these Items, Plaid does not directly connect to the institution or get any data directly aside from the information entered by the user.</p>\n<p>Since Plaid does not establish a connection to the bank, the information Plaid is able to provide for <a href=\"https://plaid.com/docs/auth/coverage/same-day/\">Same-Day Micro-deposit accounts</a> is limited. We are able to provide verified account and routing numbers as well as the account type (checking or savings). Plaid is not able to provide Balance details for the account, and <code style=\"border:none;background:#f1f3f5;padding:1px 4px;border-radius:3px;font-size:0.9em;\">/identity/get</code> will not return institution-provided Identity data. However, approximately 30% of Items verified via Same-Day Micro-deposits can also be verified by <a href=\"https://plaid.com/docs/api/products/identity/#identitymatch\"><code style=\"border:none;background:#f1f3f5;padding:1px 4px;border-radius:3px;font-size:0.9em;\">/identity/match</code></a>, which compares a user's claimed identity against Plaid's data.</p>\n<p>For reference, below is a sample <a href=\"https://plaid.com/docs/auth/coverage/same-day/#fetch-auth-data\"><code style=\"border:none;background:#f1f3f5;padding:1px 4px;border-radius:3px;font-size:0.9em;\">/auth/get</code></a> request response that shows what data Plaid can return:</p>\n<pre><code style=\"display:block;border:none;background:transparent;padding:8px;\">{\n  \"numbers\": {\n    \"ach\": [\n      {\n        \"account_id\": \"vzeNDwK7KQIm4yEog683uElbp9GRLEFXGK98D\",\n        \"account\": \"9900009606\",\n        \"routing\": \"011401533\",\n        \"wire_routing\": \"021000021\"\n      }\n    ],\n    \"eft\": [],\n    \"international\": [],\n    \"bacs\": []\n  },\n  \"accounts\": [\n    {\n      \"account_id\": \"vzeNDwK7KQIm4yEog683uElbp9GRLEFXGK98D\",\n      \"balances\": { Object },\n      \"mask\": \"0000\",\n      \"name\": null,\n      \"official_name\": null,\n      \"verification_status\": \"manually_verified\",\n      \"subtype\": \"checking\" | \"savings\",\n      \"type\": \"depository\"\n    }\n  ],\n  \"item\": { Object },\n  \"request_id\": \"m8MDnv9okwxFNBV\"\n}\n</code></pre>","user_segment_ids":[]}}