{"info":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"35016516","collectionId":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","publishedId":"2sAYBUDXz8","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-11-24T14:55:11.000Z"},"item":[{"name":"API Overview","item":[],"id":"90961d66-4a45-4c75-b0f9-796ae0443d9a","description":"<h2 id=\"overview\">Overview</h2>\n<p>The Plaid API allows you to build robust fintech applications that can securely connect with user's banks, credit cards, and other financial data.</p>\n<p>With our API, you can perform a variety of financial transactions like fund transfers, get real-time account balance, transaction history, and many more.</p>\n<h2 id=\"api-design\">API Design</h2>\n<p>The Plaid API uses JSON over HTTP requests. All requests are POST requests, and responses come in as standard JSON with a small subset that returns binary data where necessary.</p>\n<p>All requests must include a ⁣<code>Content-Type : json/application</code> header and must include a valid JSON body. Errors in the response body are identified by <code>error_code</code> and categorized by <code>error-type.</code></p>\n<p>Every Plaid response includes a <code>request-id</code> in the body or in the response header in cases where an endpoint returns binary data.</p>\n<p>For faster support, when you contact the support team about a specific API call, you can include the <code>request-id.</code></p>\n<h2 id=\"api-protocol\">API Protocol</h2>\n<p>The Plaid API is served over HTTPS TLS v1.2 to ensure data privacy. Any HTTP or HTTPS with TLS versions below 1.2 are not supported. Clients must use an up-to-date root certificate bundle as the only TLS verification path; certificate pinning should never be used.</p>\n<h2 id=\"api-base-url\">API Base Url</h2>\n<p>All endpoints in the documenation use the following base URL.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://sandbox.plaid.com\n\n</code></pre><h2 id=\"api-host\">API Host</h2>\n<p>Plaid API has two environments: <strong>Sandbox</strong> and <strong>Production</strong>.</p>\n<ol>\n<li><strong>Sandbox</strong>: This environment is used to only test items without using real data. It offers a number of special sandbox capabilities to make testing easier.</li>\n</ol>\n<p>You need to get your Sandbox API Keys before you can use the Sandbox Production environment.</p>\n<p>Follow these steps to get your Sandbox API Keys:</p>\n<p>Step 1: Navigate to your <a href=\"https://dashboard.plaid.com/overview\">dashboard</a>.</p>\n<p>Step 2: Look for 'Sandbox' in the Home section.</p>\n<img src=\"https://content.pstmn.io/cb24a53c-be22-46de-99d5-d7e6390d82be/akdaWXh5WldxYy5wbmc=\" />\n\n<p>Step 3: Click 'Sandbox' and get your credentials.</p>\n<img src=\"https://content.pstmn.io/c5a2664e-4581-475a-a59f-ff5d2bfbe73b/Y2hyb21lX3lTVEphWkZ1eVUucG5n\" />\n\n<p>For more information on Sandbox, check this <a href=\"https://plaid.com/docs/sandbox/\">page</a>.</p>\n<p>2. <strong>Production</strong>: The production environment is used for production code . It uses real data and should only be used when you are ready to go live.</p>\n<p>You need to get your Production API access before you can use the Production environment.</p>\n<p>Follow these steps to get your Production API access:</p>\n<p>Step 1: Navigate to your <a href=\"https://dashboard.plaid.com/onboarding/business-type\">dashboard.</a></p>\n<p>Step 2: Provide the neccessary information to make a Production API request</p>\n<p>Step 3: Once your request has been reviewed, your Production API access will be provided.</p>\n<blockquote>\n<p><strong>Note:</strong> Items cannot be moved between both environments. </p>\n</blockquote>\n<h2 id=\"api-status-and-incident\">API Status and Incident</h2>\n<p>API status provides information about the status of the Plaid system, while Incident provides historical incidents in the Plaid system, such as the downtime period, partial outage, and major outage.</p>\n<p>You can get the available API status at <a href=\"https://status.plaid.com/?_gl=1*7v8atm*_gcl_au*MTY3MDEzNzkyNi4xNzMxMTg3OTE4*_ga*MTczMzU4ODc5OS4xNzMxMTg3OTE2*_ga_3V9NV2HMZW*MTczMTUyMjU4NS4xMy4xLjE3MzE1MjM2MTUuMC4wLjE5NDA3MDgxNDE.\">status.plaid.com</a>.</p>\n<p>API status and incident are also available programmatically via these endpoints.</p>\n<ol>\n<li><p><a href=\"https://status.plaid.com/api/v2/status.json\">https://status.plaid.com/api/v2/status.json</a> : This is used to get the current status of the Plaid API system.</p>\n</li>\n<li><p><a href=\"https://status.plaid.com/api/v2/incidents.json\">https://status.plaid.com/api/v2/incidents.json</a> : This is used to get the current and historical incidents in the Plaid API system.</p>\n</li>\n</ol>\n<p>To get a complete list of API status information available programmatically and more information on how to use these endpoints, see the <a href=\"https://status.atlassian.com/api\">Atlassian Status API documentation</a>.</p>\n<p>For information about the status of an institution supported by Plaid, see <a href=\"https://plaid.com/docs/account/activity/#troubleshooting-institution-status\">Troubleshooting institution status</a>.</p>\n<h2 id=\"handling-api-data\">Handling API data</h2>\n<p>Any token the API returns is sensitive and must be stored securely. All Plaid tokens except <code>public-token`</code>and <code>link-token</code> are long-lasting and must never be exposed on the client side.</p>\n<p>Consumer data obtained from the Plaid API is sensitive and should be managed accordingly.</p>\n<p>For guidance on how to store and manage sensitive data, see the <a href=\"https://ofdss.org/#documents\">Open Finance Security Data Standard</a>.</p>\n<p>Identifiers used by the Plaid API that do not contain consumer data and are not keys or tokens are designed to be used in less sensitive contexts. They are commonly used for logging and debugging purposes. The most common types of these identifiers are the <code>account_id</code>, <code>item_id</code>, <code>link_session_id</code>, and <code>request_id.</code></p>\n<h2 id=\"api-field-formats\">API field formats</h2>\n<p>These are the following types of field formats the Plaid API returns.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>String</td>\n<td>Many string fields returned by the Plaid API are reported to be exactly as returned by the financial institution. This means Plaid has no maximum length limit.</td>\n</tr>\n<tr>\n<td>Numbers and Money</td>\n<td>Plaid returns all currency values as decimal values instead of integers. In some cases, the money value returned by the API might have more than two digits of precision. This is mostly common when reporting crypto balances.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"api-status-and-error-codes\">API status and error codes</h2>\n<h3 id=\"api-status-codes\">API Status Codes</h3>\n<p>Plaid API uses the standard HTTP status codes for broad classification of errors.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status Code</strong></th>\n<th><strong>Meaning</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>This indicates a successful request.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>This indicates a bad request.</td>\n</tr>\n<tr>\n<td>500</td>\n<td>This indicates an internal error</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\">Error Codes</h3>\n<p>This section contains a list of possible errors you might encounter when using the Plaid API and solution to resolve the errors.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Error</strong></th>\n<th><strong>Cause</strong></th>\n<th><strong>Solution</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ITEM_LOGIN_REQUIRED</td>\n<td>The item credentials have expired.</td>\n<td>Re-authenticate your user via Link's <a href=\"https://plaid.com/docs/link/update-mode/\">update mode</a>.</td>\n</tr>\n<tr>\n<td>NO_ACCOUNTS</td>\n<td>No open account is associated with the specified item.</td>\n<td>Ensure the user has not closed their accounts or prompt the user to connect a different account and institution.</td>\n</tr>\n<tr>\n<td>PRODUCTS_NOT_SUPPORTED</td>\n<td>The product endpoint is incompatible with the indicated item.</td>\n<td>Use the /<a href=\"https://plaid.com/docs/api/institutions/#institutionsget_by_id\">institutions/get_by_id</a> endpoint to determine the products a given institution supports.</td>\n</tr>\n<tr>\n<td>NO_AUTH_ACCOUNTS</td>\n<td>No savings account or debitable checking was found.</td>\n<td>Ensure that the end user has a savings account or debitable checking at the institution.</td>\n</tr>\n<tr>\n<td>INVALID_FIELD</td>\n<td>An incorrect parameter was inputted.</td>\n<td>Check the error message to get information about the specific parameter that was inputted wrongly.</td>\n</tr>\n<tr>\n<td>RATE_LIMIT_EXCEEDED</td>\n<td>Too many requests were made within a short timeframe.</td>\n<td>Retry the request later.  <br />If your use case requires a higher rate limit, contact your Account Manager or file a Support request.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"rate-limits\">Rate Limits</h2>\n<p>The Plaid API sets the default rate limit in a way such that, using the API the way it is designed to be, the rate limit should not be encountered. If your use case requires a higher rate limit, contact your Account Manager or file a <a href=\"https://dashboard.plaid.com/support/new/product-and-development/product-troubleshooting/product-functionality\">Support request.</a></p>\n<p>The following table provide information on different rate limits for endpoints when using Sandbox environment.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Endpoint</th>\n<th>Max requests per Item</th>\n<th>Max requests per client</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"https://plaid.com/docs/api/products/balance/#accountsbalanceget\"><code>/accounts/balance/get</code></a></td>\n<td>25 per minute</td>\n<td>100 per minute</td>\n</tr>\n<tr>\n<td><a href=\"https://plaid.com/docs/api/accounts/#accountsget\"><code>/accounts/get</code></a></td>\n<td>100 per minute</td>\n<td>5,000 per minute</td>\n</tr>\n<tr>\n<td><a href=\"https://plaid.com/docs/api/products/assets/#asset_reportcreate\"><code>/asset_report/create</code></a></td>\n<td>N/A</td>\n<td>100 per minute</td>\n</tr>\n<tr>\n<td><a href=\"https://plaid.com/docs/api/products/assets/#asset_reportget\"><code>/asset_report/get</code></a></td>\n<td>1,000 per minute</td>\n<td>1,000 per minute</td>\n</tr>\n<tr>\n<td><a href=\"https://plaid.com/docs/api/products/assets/#asset_reportrefresh\"><code>/asset_report/refresh</code></a></td>\n<td>N/A</td>\n<td>100 per minute</td>\n</tr>\n<tr>\n<td><a href=\"https://plaid.com/docs/api/products/auth/#authget\"><code>/auth/get</code></a></td>\n<td>100 per minute</td>\n<td>500 per minute</td>\n</tr>\n<tr>\n<td><a href=\"https://plaid.com/docs/api/products/identity/#identityget\"><code>/identity/get</code></a></td>\n<td>100 per minute</td>\n<td>1,000 per minute</td>\n</tr>\n<tr>\n<td><code>/identity_verification/</code></td>\n<td>N/A</td>\n<td>60 per minute</td>\n</tr>\n<tr>\n<td><a href=\"https://plaid.com/docs/api/institutions/#institutionsget\"><code>/institutions/get</code></a></td>\n<td>N/A</td>\n<td>10 per minute</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"90961d66-4a45-4c75-b0f9-796ae0443d9a","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}}},{"name":"API Versioning","item":[{"name":"Backward compatible changes","item":[],"id":"c00030c3-6a95-4f1c-91b4-4c4e8c4fdc53","description":"<p>This section contains a list of changes that are considered to be backward compatible. That is, the API will continue to work with older versions without causing breakage.</p>\n<ul>\n<li><p>Adding new API endpoints</p>\n</li>\n<li><p>Adding new optional parameters to existing endpoints</p>\n</li>\n<li><p>Adding new data elements to existing response schemas or webhooks</p>\n</li>\n<li><p>Adding new enum values, including <code>error_types</code> and <code>error_codes</code></p>\n</li>\n<li><p>Subdividing existing <code>error_codes</code> into more precise errors and changing the http response code as necessary, as long as the error cannot be resolved via developer action (such as retries) during runtime.</p>\n</li>\n<li><p>Changing the behavior for use cases or platforms is explicitly not supported.</p>\n</li>\n<li><p>Adding new <code>webhook_types</code> and <code>webhook_codes</code></p>\n</li>\n<li><p>Changing the length or content of any API identifier.</p>\n</li>\n</ul>\n","_postman_id":"c00030c3-6a95-4f1c-91b4-4c4e8c4fdc53","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}}},{"name":"Backward Incompatible changes","item":[{"name":"How to set API version","item":[],"id":"42154358-ce86-4469-9d82-127e2121ec21","description":"<p>The default version of the API will be used for any request you make, except you specify the version information. You can get the configured default version in your <a href=\"https://dashboard.plaid.com/overview\">dashboard</a>.</p>\n<p>You can also manually set the <code>Plaid-Version</code> header to use a specific version for a given API request.</p>\n<p>If you're using one of the Plaid client libraries, they should all be pinned to the latest version of the API at the time when they were released. This means that you can change the API version you're using by updating to a newer version of the client library.</p>\n<h3 id=\"how-to-set-your-api-version\">How to set your API version:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-python\">from plaid.api import plaid_api\nconfiguration = plaid.Configuration(\n  host=plaid.Environment.Sandbox,\n  api_key={\n    'clientId': PLAID_CLIENT_ID,\n    'secret': PLAID_SECRET,\n    'plaidVersion': '2020-09-14'\n  }\n)\napi_client = plaid.ApiClient(configuration)\nclient = plaid_api.PlaidApi(api_client)\n\n</code></pre>\n","_postman_id":"42154358-ce86-4469-9d82-127e2121ec21","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}}},{"name":"Version 2020-09-14","item":[],"id":"823fa003-a2d4-4ebc-80e5-d08ff7001d06","description":"<p>This version includes several changes to improve authentication, streamline and simplify the API, and improve international support.</p>\n<ul>\n<li><p>To improve authentication, the <code>public_key</code> has been fully removed from the API. Endpoints that previously accepted a <code>public_key</code> for authentication, namely <a href=\"https://plaid.com/docs/api/institutions/#institutionsget_by_id\"><code>/institutions/get_by_id</code></a> and <a href=\"https://plaid.com/docs/api/institutions/#institutionssearch\"><code>/institutions/search</code></a>, now require a <code>client_id</code> and <code>secret</code> for authentication instead.</p>\n</li>\n<li><p><a href=\"https://plaid.com/docs/api/items/#itemremove\"><code>/item/remove</code></a> no longer returns a <code>removed</code> boolean. This field created developer confusion because it was never possible for it to return <code>false</code>. A failed <a href=\"https://plaid.com/docs/api/items/#itemremove\"><code>/item/remove</code></a> call will result in an <a href=\"https://plaid.com/docs/errors/\">error</a> being returned instead.</p>\n</li>\n<li><p>Several undocumented and unused fields have been removed from the <code>institution</code> object returned by the institutions endpoints <a href=\"https://plaid.com/docs/api/institutions/#institutionsget\"><code>/institutions/get</code></a>, <a href=\"https://plaid.com/docs/api/institutions/#institutionsget_by_id\"><code>/institutions/get_by_id</code></a>, and <a href=\"https://plaid.com/docs/api/institutions/#institutionssearch\"><code>/institutions/search</code></a>.The removed fields are: <code>input_spec</code>, <code>credentials</code>, <code>include_display_data</code>, <code>has_mfa</code>, <code>mfa</code>, and <code>mfa_code_type</code>.</p>\n</li>\n<li><p>The institutions endpoints <a href=\"https://plaid.com/docs/api/institutions/#institutionsget\"><code>/institutions/get</code></a>, <a href=\"https://plaid.com/docs/api/institutions/#institutionsget_by_id\"><code>/institutions/get_by_id</code></a>, and <a href=\"https://plaid.com/docs/api/institutions/#institutionssearch\"><code>/institutions/search</code></a> now require the use of a <code>country_codes</code> parameter. This parameter is now a top-level parameter. The use of 'US' for <code>country_code</code> value has also been disabled as it caused confusion for non-US developers.</p>\n</li>\n<li><p>To support international payments, the response schema for the partner-only <a href=\"https://plaid.com/docs/api/processor-partners/#processorauthget\"><code>/processor/auth/get</code></a> endpoint has changed. This release brings the response for <a href=\"https://plaid.com/docs/api/processor-partners/#processorauthget\"><code>/processor/auth/get</code></a> in line with the <a href=\"https://plaid.com/docs/api/products/auth/#authget\"><code>/auth/get</code></a> response, allowing Plaid partners to extend support for using non-ACH payment methods such as EFT(Canada). <strong>Note</strong>: Accommodating this change does not require any code changes from Plaid developers who use partnership integrations, only from the Plaid partners themselves.</p>\n</li>\n</ul>\n<p><code>previous /procesor/auth/get response</code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"numbers\": [{\n  \"account\": \"9900009606\",\n  \"account_id\": \"vzeNDwK7KQIm4yEog683uElbp9GRLEFXGK98D\",\n  \"routing\": \"011401533\",\n  \"wire_routing\": \"021000021\"\n}]\n\n</code></pre>\n<p><code>2020-09-14 /processor/auth/get response</code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"numbers\": {\n  \"ach\": [{\n    \"account\": \"9900009606\",\n    \"account_id\": \"vzeNDwK7KQIm4yEog683uElbp9GRLEFXGK98D\",\n    \"routing\": \"011401533\",\n    \"wire_routing\": \"021000021\"\n  }],\n  \"eft\":[{\n    \"account\": \"111122223333\",\n    \"account_id\": \"vzeNDwK7KQIm4yEog683uElbp9GRLEFXGK98D\",\n    \"institution\": \"021\",\n    \"branch\": \"01140\"\n  }],\n  \"international\":[{\n    \"account_id\": \"vzeNDwK7KQIm4yEog683uElbp9GRLEFXGK98D\",\n    \"bic\": \"NWBKGB21\"\n    \"iban\": \"GB29NWBK60161331926819\",\n  }],\n  \"bacs\":[{\n    \"account\": \"31926819\",\n    \"account_id\": \"vzeNDwK7KQIm4yEog683uElbp9GRLEFXGK98D\",\n    \"sort_code\": \"601613\"\n  }]\n}\n\n</code></pre>\n","_postman_id":"823fa003-a2d4-4ebc-80e5-d08ff7001d06","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}}}],"id":"f5531972-ec3d-487d-9ef7-c8ffdd66a43d","description":"<p>This section covers information about backward incompatible, versioned API changes. For a list of all API updates, including non-versioned ones, see the <a href=\"https://plaid.com/docs/changelog/\">changelog</a>.</p>\n<p>Whenever backward incompatible change is made to general availability, non-beta product, we release a new API version to avoid causing breakages for existing developers. You can then continue to use the API version or update your application to upgrade to the new Plaid API version.</p>\n<blockquote>\n<p><strong>Note</strong>: APIs for beta products are subject to breaking changes without versioning, with 30 days notice</p>\n</blockquote>\n","_postman_id":"f5531972-ec3d-487d-9ef7-c8ffdd66a43d","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}}}],"id":"9d7ec9eb-f7c8-4e6e-9d64-c85a974a0000","description":"<p>This section provides information on how to keep track of changes and updates made to the Plaid API.</p>\n","_postman_id":"9d7ec9eb-f7c8-4e6e-9d64-c85a974a0000","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}}},{"name":"Getting Started","item":[],"id":"ca17eaf6-154e-4b95-98fb-85bdb33c11f6","description":"<p>To get started with the Plaid API, you need to follow the following steps:</p>\n<p>Step 1: Create an account on the Plaid <a href=\"https://dashboard.plaid.com/overview\">dashboard</a>.</p>\n<p>Step 2: Provide the necessary information to complete the sign-up process.</p>\n<p>Step 3: Once you have created an account, navigate to the 'Developer' section on the left sidebar.</p>\n<img src=\"https://content.pstmn.io/772fa776-bacf-4f94-850c-b348e6e89816/ZGV2ZWxvcGVyLnBuZw==\" />\n\n<p>Step 4: Click the 'Keys' section and set up two-factor authentication to access the page.</p>\n<img src=\"https://content.pstmn.io/cc0abce3-9d77-4539-97f7-f3ead0a62287/Y2hyb21lX1JGZ09pTjBsWkkucG5n\" />\n\n<p>Step 6: You can use either the 'Authentication App' or 'Text messages' to enable factor authentication.</p>\n<blockquote>\n<p><strong>Note</strong>: You need an authenticator app like Google Authenticator to enable factor authentication when using 'Authentication App'. </p>\n</blockquote>\n<img src=\"https://content.pstmn.io/abbce119-099b-4750-9a4a-847bbac3dd73/ZmEyLnBuZw==\" />\n\n<p>Step 7: Get your <code>client-id</code>` and <code>Secret.</code></p>\n<img src=\"https://content.pstmn.io/c2ee6098-6f6c-43cd-815b-6b727933df40/Y2hyb21lXzYxanYyZ2QzcG4ucG5n\" />\n\n<h3 id=\"warning\">Warning</h3>\n<p>Do not share your secret keys with anyone, including Plaid employees. It must be kept secured.</p>\n<p>In case your secret key gets compromised, please rotate it.</p>\n","_postman_id":"ca17eaf6-154e-4b95-98fb-85bdb33c11f6","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}}},{"name":"Authentication","item":[],"id":"dab97cea-ef43-4434-9dd3-060deb15582b","description":"<p>Plaid uses OAUTH2.0 to securely authenticate requests.</p>\n<p>To begin, get your <code>client_id</code> and <code>secret</code>. Then, you create a <code>public_token</code>, which will be exchanged for an access token. The access token will be passed in the authorization header or in the body parameter to make your request.</p>\n<p><strong>The basic steps to follow include:</strong></p>\n<p>Step 1: Get your <code>client_id</code> and <code>secrets`</code>in your Developer dashboard.</p>\n<p>Step 2: Make a request to <a href=\"https://go.postman.co/workspace/5a95b8a8-615c-46b0-8455-46329b7f84fb/documentation/35016516-b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc?entity=request-a7cd8ec2-0c0e-4df9-9407-a4e635a07ad1\">CreatePublicToken endpoint</a> to get your <code>public-token</code>.</p>\n<p>Step 4: Make a request to <a href=\"https://go.postman.co/workspace/5a95b8a8-615c-46b0-8455-46329b7f84fb/documentation/35016516-b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc?entity=request-acdd44b8-1677-4274-adbc-f3f447f5a41e\">TokenExchange </a> endpoint to convert your <code>public_token</code> to access token.</p>\n<p>Step 5: Use your access token to make your request.</p>\n<h3 id=\"warning\">Warning!</h3>\n<p>Your access token contains sensitive information; it must be securely stored. In case it gets compromised, rotate it <a href=\"https://go.postman.co/workspace/5a95b8a8-615c-46b0-8455-46329b7f84fb/documentation/35016516-b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc?entity=request-c9a6b211-0ed7-4760-ad8e-062ed07604c0\">here</a>.</p>\n","_postman_id":"dab97cea-ef43-4434-9dd3-060deb15582b","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}}},{"name":"Tokens","item":[{"name":"Create link token","id":"3004759d-9e32-4b48-9c73-ccae26c3cdcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"client_id\": \"6731fa55fda72b001a353b39\",\r\n\t\"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n    \"client_name\": \"Insert Client name here\",\r\n    \"country_codes\": [\"US\"],\r\n    \"language\": \"en\",\r\n    \"user\": {\r\n    \"client_user_id\": \"7069af\"\r\n  },\r\n  \"products\": [\"auth\", \"transfer\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/link/token/create","description":"<p>This endpoint allows you to create a link-token.</p>\n<h3 id=\"body-parameters\">Body Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>client_id</code>.</td>\n</tr>\n<tr>\n<td>secrets  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>secret-key</code>.</td>\n</tr>\n<tr>\n<td>client_name  <br />(required)</td>\n<td>string</td>\n<td>The name of your application, as it is to be displayed in the Link.  <br />Min-length: 1 character.  <br />Max-length: 30 characters.</td>\n</tr>\n<tr>\n<td>country_codes  <br />(required)</td>\n<td>Array of string</td>\n<td>This represents the country where your company is based, if you are using Identity Verification.  <br />For all other Plaid product, this represents the location of your user's financial institution.  <br />Min- item: 1  <br />Possible values: US, GB, FR</td>\n</tr>\n<tr>\n<td>language  <br />(optional)</td>\n<td>string</td>\n<td>This is the language you want the Link to be displayed in.  <br />See <a href=\"https://plaid.com/docs/identity-verification/#supported-languages\">Supported language</a> to get a list of Plaid supported languages.</td>\n</tr>\n<tr>\n<td>user  <br />(required)</td>\n<td>object</td>\n<td>This contains the information about end users that want to link their account.</td>\n</tr>\n<tr>\n<td>client_user_id  <br />(required)</td>\n<td>string</td>\n<td>This represents your user ID number from your application.</td>\n</tr>\n<tr>\n<td>products  <br />(required)</td>\n<td>array</td>\n<td>This represents the list of Plaid products you want to use.  <br />Possible values: auth, balance_plus, beacon, etc.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-fields\">Response Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data-type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>expiration</td>\n<td>string</td>\n<td>The expiration date for the <code>link-token</code> created. It expires after 4 hours of creation.</td>\n</tr>\n<tr>\n<td>link_token</td>\n<td>string</td>\n<td>This is the <code>link token</code> that will be used to create a <code>public-token</code>.</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>This is the unique Id for the request. It can be used for troubleshooting.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["link","token","create"],"host":["sandbox","plaid","com"],"query":[],"variable":[]}},"response":[{"id":"793d7751-5143-4216-96fc-a93dc564d472","name":"LinkToken","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"client_id\": \"6731fa55fda72b001a353b39\",\r\n\t\"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n    \"client_name\": \"Insert Client name here\",\r\n    \"country_codes\": [\"US\"],\r\n    \"language\": \"en\",\r\n    \"user\": {\r\n    \"client_user_id\": \"7069af\"\r\n  },\r\n  \"products\": [\"auth\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/link/token/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 12 Nov 2024 14:16:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"156"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"plaid-version","value":"2020-09-14"},{"key":"vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"expiration\": \"2024-11-12T18:16:16Z\",\n    \"link_token\": \"link-sandbox-8d99025a-e5e4-4f3e-b592-fbe2a112fa20\",\n    \"request_id\": \"6ySWV2AZ9OTCNUJ\"\n}"}],"_postman_id":"3004759d-9e32-4b48-9c73-ccae26c3cdcd"},{"name":"Create public token","id":"a7cd8ec2-0c0e-4df9-9407-a4e635a07ad1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"client_id\": \"6731fa55fda72b001a353b39\",\r\n  \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n  \"institution_id\": \"ins_109508\",\r\n  \"initial_products\": [\"auth\"]\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/sandbox/public_token/create","description":"<p>This endpoint allows you to create a <code>public-token</code>.</p>\n<h2 id=\"body-parameters\">Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Data type</th>\n<th>Decription</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id  <br />(required)</td>\n<td>string</td>\n<td>This represents your client_id.</td>\n</tr>\n<tr>\n<td>secrets  <br />(required)</td>\n<td>string</td>\n<td>This represents your secret key.</td>\n</tr>\n<tr>\n<td>institution_id  <br />(required)</td>\n<td>string</td>\n<td>This represents the ID of the institution the item will be associated with.</td>\n</tr>\n<tr>\n<td>initial_products  <br />(required)</td>\n<td>array of string</td>\n<td>The initial product to pull for the item. It may be any product that the specified institution supports.  <br />Min-item: 1  <br />Possible values: assets, auth, balance, transactions, etc.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>public_token</td>\n<td>string</td>\n<td>This is the public token that will be used to create an access token.</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>This is the unique ID for the request. It can be used for troubleshooting.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["sandbox","public_token","create"],"host":["sandbox","plaid","com"],"query":[],"variable":[]}},"response":[{"id":"f799e360-1030-42ef-bfdc-a87d5f1a1ae4","name":"linktoken","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"client_id\": \"6731fa55fda72b001a353b39\",\r\n  \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n  \"institution_id\": \"ins_109508\",\r\n  \"initial_products\": [\"auth\"]\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/sandbox/public_token/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 13 Nov 2024 22:21:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"124"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"plaid-version","value":"2020-09-14"},{"key":"vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"public_token\": \"public-sandbox-34f84c0e-d908-4b2c-be4d-7415ab0e2421\",\n    \"request_id\": \"ROhKUSCK02sglOd\"\n}"}],"_postman_id":"a7cd8ec2-0c0e-4df9-9407-a4e635a07ad1"},{"name":"Token exchange","id":"acdd44b8-1677-4274-adbc-f3f447f5a41e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"client_id\": \"6731fa55fda72b001a353b39\",\r\n    \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n    \"public_token\": \"public-sandbox-34f84c0e-d908-4b2c-be4d-7415ab0e2421\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/item/public_token/exchange","description":"<p>This endpoint allows you to exchange your <code>public-token</code> for an access token.</p>\n<h2 id=\"body-parameters\">Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>client_id</code>.</td>\n</tr>\n<tr>\n<td>secrets  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>secret</code> key.</td>\n</tr>\n<tr>\n<td>public_token  <br />(required)</td>\n<td>string</td>\n<td>This is the public token you want to use to create an access token.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>access_token</td>\n<td>string</td>\n<td>This is your access token.</td>\n</tr>\n<tr>\n<td>item_id</td>\n<td>string</td>\n<td>This represents your <code>secret</code> key.</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>This is the unique ID for the request. It can be used for troubleshooting.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["item","public_token","exchange"],"host":["sandbox","plaid","com"],"query":[],"variable":[]}},"response":[{"id":"50418561-fc64-42ff-85a6-df15a2c45075","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"client_id\": \"6731fa55fda72b001a353b39\",\r\n    \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n    \"public_token\": \"public-sandbox-34f84c0e-d908-4b2c-be4d-7415ab0e2421\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/item/public_token/exchange"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 13 Nov 2024 22:25:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"169"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"plaid-version","value":"2020-09-14"},{"key":"vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"access-sandbox-b15286f0-c39e-435d-8186-beb2a7c4c726\",\n    \"item_id\": \"ojDojyqQXotmlMVGPXRNH4AeA6NrMXuRkrB5l\",\n    \"request_id\": \"wkBIB9CujEhUyCO\"\n}"}],"_postman_id":"acdd44b8-1677-4274-adbc-f3f447f5a41e"},{"name":"Invalidate Access token","id":"c9a6b211-0ed7-4760-ad8e-062ed07604c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"client_id\": \"6731f8cafda72b001a353b31\",\r\n    \"secret\": \"8fd3ed833192802ce281efd2110d1a\",\r\n    \"access_token\": \"\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/item/access_token/invalidate","description":"<p>This endpoint allows you to invalidate a compromised access token and get a new access token associated with an item.</p>\n<h2 id=\"body-parameters\">Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>client_id</code>.</td>\n</tr>\n<tr>\n<td>secrets  <br />(required)</td>\n<td>string</td>\n<td>This represents your secret key.</td>\n</tr>\n<tr>\n<td>access token  <br />(required)</td>\n<td>string</td>\n<td>The access token associated with an item you want to invalidate.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>new_access _token</td>\n<td>string</td>\n<td>The new access token that is associated with the requested item.</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>This is the unique ID for the request. It can be used for troubleshooting</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["item","access_token","invalidate"],"host":["sandbox","plaid","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9a6b211-0ed7-4760-ad8e-062ed07604c0"}],"id":"fda8880d-f7ea-4e03-99a2-75f3d1298f5e","_postman_id":"fda8880d-f7ea-4e03-99a2-75f3d1298f5e","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}}},{"name":"Endpoints","item":[{"name":"Auth","item":[{"name":"Get Auth Data","id":"1c73d9a9-f004-4bbb-8e67-8548597776bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"client_id\":\"6731fa55fda72b001a353b39\",\r\n    \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n    \"access_token\": \"access-sandbox-b15286f0-c39e-435d-8186-beb2a7c4c726\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/auth/get","description":"<p>This endpoint allows you to retrieve account information. It returns the bank account and identification number associated with an item's checking and savings account. It also returns high-level account data and balances when available.</p>\n<h2 id=\"body-parameters\">Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>client_id</code>.</td>\n</tr>\n<tr>\n<td>secrets  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>secret</code> key.</td>\n</tr>\n<tr>\n<td>access token  <br />(required)</td>\n<td>string</td>\n<td>This represents the access token for the requested item data.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accounts</td>\n<td>array</td>\n<td>The account where the data is retrieved from.</td>\n</tr>\n<tr>\n<td>account_id</td>\n<td>string</td>\n<td>The account ID.</td>\n</tr>\n<tr>\n<td>{balances}</td>\n<td>object</td>\n<td>This set of fields describes the balance for an account.</td>\n</tr>\n<tr>\n<td>{balances}/available</td>\n<td>number</td>\n<td>Available funds to be withdrawn from the account as determined by the financial institution.</td>\n</tr>\n<tr>\n<td>{balances}/current</td>\n<td>number</td>\n<td>The total amount of funds in the account.</td>\n</tr>\n<tr>\n<td>{balances}/limit</td>\n<td>number</td>\n<td>The credit card limit for a credit type account.</td>\n</tr>\n<tr>\n<td>{balances}/iso-country_code</td>\n<td>string</td>\n<td>The ISO-4217 currency code of the balance.</td>\n</tr>\n<tr>\n<td>{balances}/unofficial_currency_code</td>\n<td>string</td>\n<td>The unofficial currency code associated with the balance. It is used for currency that do not have official ISO currency codes. E.g., Cryptocurrencies.</td>\n</tr>\n<tr>\n<td>mask</td>\n<td>string</td>\n<td>The last 2-4 alphanumeric characters of an account's official account number.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>The name of the account, either assigned by the user or by the financial institution itself</td>\n</tr>\n<tr>\n<td>official_name</td>\n<td>string</td>\n<td>The official name of the account as given by the financial institution</td>\n</tr>\n<tr>\n<td>persistent_account_id</td>\n<td>string</td>\n<td>A persistent ID for accounts that can be used to trace multiple instances of the same account across different Items for depository accounts.</td>\n</tr>\n<tr>\n<td>sub_type</td>\n<td>string</td>\n<td>The possible values includes cd, savings, checkings, etc.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>The possible values include depository card, credit cards, loan accounts, etc</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["auth","get"],"host":["sandbox","plaid","com"],"query":[],"variable":[]}},"response":[{"id":"1fd43882-1df3-43ea-8b1a-bb93fe362f7c","name":"Auth","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"client_id\":\"6731fa55fda72b001a353b39\",\r\n    \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n    \"access_token\": \"access-sandbox-b15286f0-c39e-435d-8186-beb2a7c4c726\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/auth/get"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 15 Nov 2024 19:05:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1572"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"plaid-version","value":"2020-09-14"},{"key":"vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"accounts\": [\n        {\n            \"account_id\": \"B8ZW8kGAlWcMp5lL6eGgHKn8wGVzLQf4vpb9b\",\n            \"balances\": {\n                \"available\": 100,\n                \"current\": 110,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"mask\": \"0000\",\n            \"name\": \"Plaid Checking\",\n            \"official_name\": \"Plaid Gold Standard 0% Interest Checking\",\n            \"persistent_account_id\": \"8cfb8beb89b774ee43b090625f0d61d0814322b43bff984eaf60386e\",\n            \"subtype\": \"checking\",\n            \"type\": \"depository\"\n        },\n        {\n            \"account_id\": \"3abxaJjoBxcXLWyNaMoVhMZ1dPmWQRIZgjD7a\",\n            \"balances\": {\n                \"available\": 200,\n                \"current\": 210,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"mask\": \"1111\",\n            \"name\": \"Plaid Saving\",\n            \"official_name\": \"Plaid Silver Standard 0.1% Interest Saving\",\n            \"persistent_account_id\": \"211a4e5d8361a3afb7a3886362198c7306e00a313b5aa944c20d34b6\",\n            \"subtype\": \"savings\",\n            \"type\": \"depository\"\n        },\n        {\n            \"account_id\": \"xoqmoK4yBmIJNA3XMK6DCVa4QmglWvf6Mz35G\",\n            \"balances\": {\n                \"available\": null,\n                \"current\": 1000,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"mask\": \"2222\",\n            \"name\": \"Plaid CD\",\n            \"official_name\": \"Plaid Bronze Standard 0.2% Interest CD\",\n            \"persistent_account_id\": \"2a01484e1b5ef0b54fbcb89658b2764529bbec94a16f7b95481280a7\",\n            \"subtype\": \"cd\",\n            \"type\": \"depository\"\n        },\n        {\n            \"account_id\": \"dKX9KZWBd9un1qDk5QyBUnVQay5Kw7fJybj8w\",\n            \"balances\": {\n                \"available\": null,\n                \"current\": 410,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": 2000,\n                \"unofficial_currency_code\": null\n            },\n            \"mask\": \"3333\",\n            \"name\": \"Plaid Credit Card\",\n            \"official_name\": \"Plaid Diamond 12.5% APR Interest Credit Card\",\n            \"subtype\": \"credit card\",\n            \"type\": \"credit\"\n        },\n        {\n            \"account_id\": \"aAXGA7gKdGTW1jyKEMnGHnXMb8jLJgfZ6EBjN\",\n            \"balances\": {\n                \"available\": 43200,\n                \"current\": 43200,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"mask\": \"4444\",\n            \"name\": \"Plaid Money Market\",\n            \"official_name\": \"Plaid Platinum Standard 1.85% Interest Money Market\",\n            \"subtype\": \"money market\",\n            \"type\": \"depository\"\n        },\n        {\n            \"account_id\": \"44bd4Z7DvdiZ4qM56zLvT1N5n7djWohJpvQ6v\",\n            \"balances\": {\n                \"available\": null,\n                \"current\": 320.76,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"mask\": \"5555\",\n            \"name\": \"Plaid IRA\",\n            \"official_name\": null,\n            \"subtype\": \"ira\",\n            \"type\": \"investment\"\n        },\n        {\n            \"account_id\": \"NdNydPz6wyuxXmNwLj4dUKAj6DPr5Wfy8G4lj\",\n            \"balances\": {\n                \"available\": null,\n                \"current\": 23631.9805,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"mask\": \"6666\",\n            \"name\": \"Plaid 401k\",\n            \"official_name\": null,\n            \"subtype\": \"401k\",\n            \"type\": \"investment\"\n        },\n        {\n            \"account_id\": \"P4WA4736eAiaz8NbdkPRTqokVj7z5MUoLePxd\",\n            \"balances\": {\n                \"available\": null,\n                \"current\": 65262,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"mask\": \"7777\",\n            \"name\": \"Plaid Student Loan\",\n            \"official_name\": null,\n            \"subtype\": \"student\",\n            \"type\": \"loan\"\n        },\n        {\n            \"account_id\": \"jd56d7yNZ6ueLJV9xlgWTBxr3PQdm1u6K7VNd\",\n            \"balances\": {\n                \"available\": null,\n                \"current\": 56302.06,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"mask\": \"8888\",\n            \"name\": \"Plaid Mortgage\",\n            \"official_name\": null,\n            \"subtype\": \"mortgage\",\n            \"type\": \"loan\"\n        },\n        {\n            \"account_id\": \"7jbNjXZmQNtgVWGvPjxJToPlvRjV8Ehdb5oEq\",\n            \"balances\": {\n                \"available\": 6009,\n                \"current\": 6009,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"mask\": \"9001\",\n            \"name\": \"Plaid HSA\",\n            \"official_name\": \"Plaid Cares Health Savings Account\",\n            \"subtype\": \"hsa\",\n            \"type\": \"depository\"\n        },\n        {\n            \"account_id\": \"erXDrwA3aDFJzK1GMg9ECE1gjDzQqeUrvb4qX\",\n            \"balances\": {\n                \"available\": 12060,\n                \"current\": 12060,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"mask\": \"9002\",\n            \"name\": \"Plaid Cash Management\",\n            \"official_name\": \"Plaid Growth Cash Management\",\n            \"subtype\": \"cash management\",\n            \"type\": \"depository\"\n        },\n        {\n            \"account_id\": \"QNMANZx6VAivoyNeEMjVTKkMbdZRDLfwPg5NL\",\n            \"balances\": {\n                \"available\": 4980,\n                \"current\": 5020,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": 10000,\n                \"unofficial_currency_code\": null\n            },\n            \"mask\": \"9999\",\n            \"name\": \"Plaid Business Credit Card\",\n            \"official_name\": \"Plaid Platinum Small Business Credit Card\",\n            \"subtype\": \"credit card\",\n            \"type\": \"credit\"\n        }\n    ],\n    \"item\": {\n        \"available_products\": [\n            \"assets\",\n            \"balance\",\n            \"signal\",\n            \"identity\",\n            \"identity_match\",\n            \"income_verification\",\n            \"investments\",\n            \"investments_auth\",\n            \"liabilities\",\n            \"recurring_transactions\",\n            \"statements\",\n            \"transactions\",\n            \"transfer\"\n        ],\n        \"billed_products\": [\n            \"auth\"\n        ],\n        \"consent_expiration_time\": null,\n        \"error\": null,\n        \"institution_id\": \"ins_109508\",\n        \"item_id\": \"ojDojyqQXotmlMVGPXRNH4AeA6NrMXuRkrB5l\",\n        \"products\": [\n            \"auth\"\n        ],\n        \"update_type\": \"background\",\n        \"webhook\": \"\"\n    },\n    \"numbers\": {\n        \"ach\": [\n            {\n                \"account\": \"1111222233330000\",\n                \"account_id\": \"B8ZW8kGAlWcMp5lL6eGgHKn8wGVzLQf4vpb9b\",\n                \"routing\": \"011401533\",\n                \"wire_routing\": \"021000021\"\n            },\n            {\n                \"account\": \"1111222233331111\",\n                \"account_id\": \"3abxaJjoBxcXLWyNaMoVhMZ1dPmWQRIZgjD7a\",\n                \"routing\": \"011401533\",\n                \"wire_routing\": \"021000021\"\n            }\n        ],\n        \"bacs\": [],\n        \"eft\": [],\n        \"international\": []\n    },\n    \"request_id\": \"C0Cp4K87rr5vbIX\"\n}"}],"_postman_id":"1c73d9a9-f004-4bbb-8e67-8548597776bc"},{"name":"List Bank Transfer Event","id":"ad301d35-1577-4f19-8d04-9749a36db232","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"client_id\": \"6731fa55fda72b001a353b39\",\r\n   \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n   \"start_date\": \"2024-11-16T02:35:49Z\",\r\n   \"account_id\": \"B8ZW8kGAlWcMp5lL6eGgHKn8wGVzLQf4vpb9b\",\r\n   \"bank_transfer_type\": \"credit\"\r\n }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/bank_transfer/event/list","description":"<p>This endpoint allows you to retrieve a list of Plaid-initiated ACH <a href=\"https://plaid.com/resources/ach/what-is-ach/#:~:text=ACH%20stands%20for%20Automated%20Clearing,house%20that%20processes%20these%20payments.\"> </a>or bank transfer events based on a specified filter criteria.</p>\n<h2 id=\"body-parameters\">Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>client_id</code></td>\n</tr>\n<tr>\n<td>secrets  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>secret key</code>.</td>\n</tr>\n<tr>\n<td>access token  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>access oken</code>.</td>\n</tr>\n<tr>\n<td>start_date  <br />(required)</td>\n<td>string</td>\n<td>This represents the start date of the bank transfer you want to retrieve.  <br />Format: RFC 3339 format (i.e. 2019-12-06T22:35:49Z)</td>\n</tr>\n<tr>\n<td>end_date  <br />(required)</td>\n<td>string</td>\n<td>This represents the end date of the bank transfer you want to retrieve.  <br />Format: RFC 3339 format (i.e. 2019-12-06T22:35:49Z)</td>\n</tr>\n<tr>\n<td>balance_transfer_id  <br />(required)</td>\n<td>string</td>\n<td>This represents the ID of the bank transfer.</td>\n</tr>\n<tr>\n<td>account_id  <br />(required)</td>\n<td>string</td>\n<td>This represents the account ID to get event for all transactions to/from an account.</td>\n</tr>\n<tr>\n<td>bank_transfer_type  <br />(optional)</td>\n<td>string</td>\n<td>This represents the bank transfer type you want to retrieve.  <br />Possible values: credit, debit, null.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["bank_transfer","event","list"],"host":["sandbox","plaid","com"],"query":[],"variable":[]}},"response":[{"id":"3fb130c9-cb58-49bf-a3b6-6d36804abfc3","name":"https://sandbox.plaid.com/bank_transfer/event/list","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"client_id\": \"6731fa55fda72b001a353b39\",\r\n   \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n   \"start_date\": \"2024-11-16T02:35:49Z\",\r\n   \"account_id\": \"B8ZW8kGAlWcMp5lL6eGgHKn8wGVzLQf4vpb9b\",\r\n   \"bank_transfer_type\": \"credit\"\r\n }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/bank_transfer/event/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 19 Nov 2024 11:10:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"91"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"plaid-version","value":"2020-09-14"},{"key":"vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"bank_transfer_events\": null,\n    \"request_id\": \"wUKbGXH0FGWhEF6\"\n}"}],"_postman_id":"ad301d35-1577-4f19-8d04-9749a36db232"},{"name":"Sync bank transfer events","id":"e92bf0cb-d869-4fa0-ab70-9eadc9c8abee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"client_id\": \"6731fa55fda72b001a353b39\",\r\n   \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n   \"after_id\": 10,\r\n   \"count\": 5\r\n }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/bank_transfer/event/sync","description":"<p>This endpoint allows you to retrieve a list of Plaid-initiated bank transfer events that happened after a specific <code>event_id</code>.</p>\n<h2 id=\"body-parameters\">Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>client_id</code>.</td>\n</tr>\n<tr>\n<td>secrets  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>secret</code> key.</td>\n</tr>\n<tr>\n<td>after_id  <br />(required)</td>\n<td>string</td>\n<td>This represents the latest (largest) event_id fetched via the sync endpoint.</td>\n</tr>\n<tr>\n<td>count  <br />(required)</td>\n<td>string</td>\n<td>This represents the number of bank transfer events you want to retrieve.  <br />Default value: 25  <br />Min: 1  <br />Max: 25</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["bank_transfer","event","sync"],"host":["sandbox","plaid","com"],"query":[],"variable":[]}},"response":[{"id":"ef7f585d-9f6d-4dde-9754-7b4d2a57e3de","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"client_id\": \"6731fa55fda72b001a353b39\",\r\n   \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n   \"after_id\": 10,\r\n   \"count\": 5\r\n }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/bank_transfer/event/sync"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 19 Nov 2024 11:20:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"plaid-version","value":"2020-09-14"},{"key":"vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"bank_transfer_events\": [],\n    \"request_id\": \"F7eVszH4CymGJ3a\"\n}"}],"_postman_id":"e92bf0cb-d869-4fa0-ab70-9eadc9c8abee"}],"id":"d594ad8b-10f6-46a7-a5c1-65fb87537040","description":"<p>This section retrieves bank account information to set up electronic funds transfers, such as ACH payments in the US, EFT payments in Canada, and IBAN / SIC payments in the EU.</p>\n","_postman_id":"d594ad8b-10f6-46a7-a5c1-65fb87537040","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}}},{"name":"Balance","item":[{"name":"Get real-time balance","id":"7781f97b-9ec8-41b6-a068-5359cf00261a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"client_id\": \"6731fa55fda72b001a353b39\",\r\n  \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n  \"access_token\": \"access-sandbox-b15286f0-c39e-435d-8186-beb2a7c4c726\",\r\n  \"options\": {\r\n    \"account_ids\": [\"B8ZW8kGAlWcMp5lL6eGgHKn8wGVzLQf4vpb9b\"]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/accounts/balance/get","description":"<p>This endpoint allows you to retrieve the real-time balance of an item's account.</p>\n<h2 id=\"body-parameters\">Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>client_id</code>.</td>\n</tr>\n<tr>\n<td>secrets  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>secret</code> key.</td>\n</tr>\n<tr>\n<td>access token  <br />(required)</td>\n<td>string</td>\n<td>This represents the access token for the requested item data.</td>\n</tr>\n<tr>\n<td>options  <br />(optional)</td>\n<td>object</td>\n<td>An optional parameter.</td>\n</tr>\n<tr>\n<td>account_id  <br />(required)</td>\n<td>array</td>\n<td>This represents a list of account_ids to retrieve for the item.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accounts</td>\n<td>array</td>\n<td>An array of financial institution account associated with an item.</td>\n</tr>\n<tr>\n<td>accounts_id</td>\n<td>string</td>\n<td>This represents the account ID.</td>\n</tr>\n<tr>\n<td>{balances}</td>\n<td>object</td>\n<td>This set of fields describes the balance for an account.</td>\n</tr>\n<tr>\n<td>{balances}/available</td>\n<td>number</td>\n<td>Available funds to be withdrawn from the account as determined by the financial institution.</td>\n</tr>\n<tr>\n<td>{balances}/current</td>\n<td>number</td>\n<td>The total amount of funds in the account.</td>\n</tr>\n<tr>\n<td>{balances}/limit</td>\n<td>number</td>\n<td>The credit card limit for a credit type account.</td>\n</tr>\n<tr>\n<td>{balances}/iso-country_code</td>\n<td>string</td>\n<td>The ISO-4217 currency code of the balance.</td>\n</tr>\n<tr>\n<td>{balances}/unofficial_currency_code</td>\n<td>string</td>\n<td>The unofficial currency code associated with the balance. It is used for currencies that do not have official ISO currency codes. E.g., Cryptocurrencies.</td>\n</tr>\n<tr>\n<td>mask</td>\n<td>string</td>\n<td>The last 2-4 alphanumeric characters of an account's official account number.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>The name of the account, either assigned by the user or by the financial institution itself</td>\n</tr>\n<tr>\n<td>official_name</td>\n<td>string</td>\n<td>The official name of the account as given by the financial institution</td>\n</tr>\n<tr>\n<td>persistent_account_id</td>\n<td>string</td>\n<td>A persistent ID for accounts that can be used to trace multiple instances of the same account across different items for depository accounts.</td>\n</tr>\n<tr>\n<td>sub_type</td>\n<td>string</td>\n<td>The possible values includes cd, savings, checkings, etc.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>The possible values include depository card, credit card, loan account, etc</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["accounts","balance","get"],"host":["sandbox","plaid","com"],"query":[],"variable":[]}},"response":[{"id":"183ef831-3e5c-4eac-9906-7ff4bef1aa74","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"client_id\": \"6731fa55fda72b001a353b39\",\r\n  \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n  \"access_token\": \"access-sandbox-b15286f0-c39e-435d-8186-beb2a7c4c726\",\r\n  \"options\": {\r\n    \"account_ids\": [\"B8ZW8kGAlWcMp5lL6eGgHKn8wGVzLQf4vpb9b\"]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/accounts/balance/get"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 18 Nov 2024 11:57:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"578"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"plaid-version","value":"2020-09-14"},{"key":"vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"accounts\": [\n        {\n            \"account_id\": \"B8ZW8kGAlWcMp5lL6eGgHKn8wGVzLQf4vpb9b\",\n            \"balances\": {\n                \"available\": 100,\n                \"current\": 110,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"mask\": \"0000\",\n            \"name\": \"Plaid Checking\",\n            \"official_name\": \"Plaid Gold Standard 0% Interest Checking\",\n            \"persistent_account_id\": \"8cfb8beb89b774ee43b090625f0d61d0814322b43bff984eaf60386e\",\n            \"subtype\": \"checking\",\n            \"type\": \"depository\"\n        }\n    ],\n    \"item\": {\n        \"available_products\": [\n            \"assets\",\n            \"balance\",\n            \"signal\",\n            \"identity\",\n            \"identity_match\",\n            \"income_verification\",\n            \"investments\",\n            \"investments_auth\",\n            \"liabilities\",\n            \"recurring_transactions\",\n            \"statements\",\n            \"transactions\",\n            \"transfer\"\n        ],\n        \"billed_products\": [\n            \"auth\"\n        ],\n        \"consent_expiration_time\": null,\n        \"error\": null,\n        \"institution_id\": \"ins_109508\",\n        \"item_id\": \"ojDojyqQXotmlMVGPXRNH4AeA6NrMXuRkrB5l\",\n        \"products\": [\n            \"auth\"\n        ],\n        \"update_type\": \"background\",\n        \"webhook\": \"\"\n    },\n    \"request_id\": \"TNt32MmWzw4JML6\"\n}"}],"_postman_id":"7781f97b-9ec8-41b6-a068-5359cf00261a"}],"id":"053f19d2-162d-4f90-bf64-9659d3b2e362","_postman_id":"053f19d2-162d-4f90-bf64-9659d3b2e362","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}}},{"name":"Identity","item":[{"name":"Get identity data","id":"3dbd0eaf-cf35-4cdd-9220-f2254565e5fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"client_id\": \"6731fa55fda72b001a353b39\",\r\n  \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n  \"access_token\": \"access-sandbox-b15286f0-c39e-435d-8186-beb2a7c4c726\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/identity/get","description":"<p>This endpoint allows you to retrieve various account holder information available on the financial institution file.</p>\n<h2 id=\"body-parameters\">Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>client_id</code>.</td>\n</tr>\n<tr>\n<td>secrets  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>secret</code> key.</td>\n</tr>\n<tr>\n<td>access token  <br />(required)</td>\n<td>string</td>\n<td>This represents the access token for the requested item data.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accounts</td>\n<td>strings</td>\n<td>This represents the set of accounts where the identity data was retrieved.</td>\n</tr>\n<tr>\n<td>account_id</td>\n<td>string</td>\n<td>This represents the account ID.</td>\n</tr>\n<tr>\n<td>{balances}</td>\n<td>object</td>\n<td>This set of fields describes the balance of the account.</td>\n</tr>\n<tr>\n<td>{balances}/available</td>\n<td>integer</td>\n<td>This represents the available balance of the account.</td>\n</tr>\n<tr>\n<td>{balances}/current</td>\n<td>integer</td>\n<td>This represents the current balance of the account.</td>\n</tr>\n<tr>\n<td>{balances}/iso_currency_code</td>\n<td>string</td>\n<td>This represents the currency code of the balance.</td>\n</tr>\n<tr>\n<td>{balances}/limit</td>\n<td>string</td>\n<td>This represents the account limit.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["identity","get"],"host":["sandbox","plaid","com"],"query":[],"variable":[]}},"response":[{"id":"cb792496-13fc-41a2-820f-c675de1511aa","name":"Retrieve identity data","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"client_id\": \"6731fa55fda72b001a353b39\",\r\n  \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n  \"access_token\": \"access-sandbox-b15286f0-c39e-435d-8186-beb2a7c4c726\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/identity/get"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 19 Nov 2024 11:51:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"plaid-version","value":"2020-09-14"},{"key":"vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"accounts\": [\n        {\n            \"account_id\": \"B8ZW8kGAlWcMp5lL6eGgHKn8wGVzLQf4vpb9b\",\n            \"balances\": {\n                \"available\": 100,\n                \"current\": 110,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"mask\": \"0000\",\n            \"name\": \"Plaid Checking\",\n            \"official_name\": \"Plaid Gold Standard 0% Interest Checking\",\n            \"owners\": [\n                {\n                    \"addresses\": [\n                        {\n                            \"data\": {\n                                \"city\": \"Malakoff\",\n                                \"country\": \"US\",\n                                \"postal_code\": \"14236\",\n                                \"region\": \"NY\",\n                                \"street\": \"2992 Cameron Road\"\n                            },\n                            \"primary\": true\n                        },\n                        {\n                            \"data\": {\n                                \"city\": \"San Matias\",\n                                \"country\": \"US\",\n                                \"postal_code\": \"93405-2255\",\n                                \"region\": \"CA\",\n                                \"street\": \"2493 Leisure Lane\"\n                            },\n                            \"primary\": false\n                        }\n                    ],\n                    \"emails\": [\n                        {\n                            \"data\": \"accountholder0@example.com\",\n                            \"primary\": true,\n                            \"type\": \"primary\"\n                        },\n                        {\n                            \"data\": \"accountholder1@example.com\",\n                            \"primary\": false,\n                            \"type\": \"secondary\"\n                        },\n                        {\n                            \"data\": \"extraordinarily.long.email.username.123456@reallylonghostname.com\",\n                            \"primary\": false,\n                            \"type\": \"other\"\n                        }\n                    ],\n                    \"names\": [\n                        \"Alberta Bobbeth Charleson\"\n                    ],\n                    \"phone_numbers\": [\n                        {\n                            \"data\": \"1112223333\",\n                            \"primary\": false,\n                            \"type\": \"home\"\n                        },\n                        {\n                            \"data\": \"1112224444\",\n                            \"primary\": false,\n                            \"type\": \"work\"\n                        },\n                        {\n                            \"data\": \"1112225555\",\n                            \"primary\": false,\n                            \"type\": \"mobile\"\n                        }\n                    ]\n                }\n            ],\n            \"persistent_account_id\": \"8cfb8beb89b774ee43b090625f0d61d0814322b43bff984eaf60386e\",\n            \"subtype\": \"checking\",\n            \"type\": \"depository\"\n        },\n        {\n            \"account_id\": \"3abxaJjoBxcXLWyNaMoVhMZ1dPmWQRIZgjD7a\",\n            \"balances\": {\n                \"available\": 200,\n                \"current\": 210,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"mask\": \"1111\",\n            \"name\": \"Plaid Saving\",\n            \"official_name\": \"Plaid Silver Standard 0.1% Interest Saving\",\n            \"owners\": [\n                {\n                    \"addresses\": [\n                        {\n                            \"data\": {\n                                \"city\": \"Malakoff\",\n                                \"country\": \"US\",\n                                \"postal_code\": \"14236\",\n                                \"region\": \"NY\",\n                                \"street\": \"2992 Cameron Road\"\n                            },\n                            \"primary\": true\n                        },\n                        {\n                            \"data\": {\n                                \"city\": \"San Matias\",\n                                \"country\": \"US\",\n                                \"postal_code\": \"93405-2255\",\n                                \"region\": \"CA\",\n                                \"street\": \"2493 Leisure Lane\"\n                            },\n                            \"primary\": false\n                        }\n                    ],\n                    \"emails\": [\n                        {\n                            \"data\": \"accountholder0@example.com\",\n                            \"primary\": true,\n                            \"type\": \"primary\"\n                        },\n                        {\n                            \"data\": \"accountholder1@example.com\",\n                            \"primary\": false,\n                            \"type\": \"secondary\"\n                        },\n                        {\n                            \"data\": \"extraordinarily.long.email.username.123456@reallylonghostname.com\",\n                            \"primary\": false,\n                            \"type\": \"other\"\n                        }\n                    ],\n                    \"names\": [\n                        \"Alberta Bobbeth Charleson\"\n                    ],\n                    \"phone_numbers\": [\n                        {\n                            \"data\": \"1112223333\",\n                            \"primary\": false,\n                            \"type\": \"home\"\n                        },\n                        {\n                            \"data\": \"1112224444\",\n                            \"primary\": false,\n                            \"type\": \"work\"\n                        },\n                        {\n                            \"data\": \"1112225555\",\n                            \"primary\": false,\n                            \"type\": \"mobile\"\n                        }\n                    ]\n                }\n            ],\n            \"persistent_account_id\": \"211a4e5d8361a3afb7a3886362198c7306e00a313b5aa944c20d34b6\",\n            \"subtype\": \"savings\",\n            \"type\": \"depository\"\n        },\n        {\n            \"account_id\": \"xoqmoK4yBmIJNA3XMK6DCVa4QmglWvf6Mz35G\",\n            \"balances\": {\n                \"available\": null,\n                \"current\": 1000,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"mask\": \"2222\",\n            \"name\": \"Plaid CD\",\n            \"official_name\": \"Plaid Bronze Standard 0.2% Interest CD\",\n            \"owners\": [\n                {\n                    \"addresses\": [\n                        {\n                            \"data\": {\n                                \"city\": \"Malakoff\",\n                                \"country\": \"US\",\n                                \"postal_code\": \"14236\",\n                                \"region\": \"NY\",\n                                \"street\": \"2992 Cameron Road\"\n                            },\n                            \"primary\": true\n                        },\n                        {\n                            \"data\": {\n                                \"city\": \"San Matias\",\n                                \"country\": \"US\",\n                                \"postal_code\": \"93405-2255\",\n                                \"region\": \"CA\",\n                                \"street\": \"2493 Leisure Lane\"\n                            },\n                            \"primary\": false\n                        }\n                    ],\n                    \"emails\": [\n                        {\n                            \"data\": \"accountholder0@example.com\",\n                            \"primary\": true,\n                            \"type\": \"primary\"\n                        },\n                        {\n                            \"data\": \"accountholder1@example.com\",\n                            \"primary\": false,\n                            \"type\": \"secondary\"\n                        },\n                        {\n                            \"data\": \"extraordinarily.long.email.username.123456@reallylonghostname.com\",\n                            \"primary\": false,\n                            \"type\": \"other\"\n                        }\n                    ],\n                    \"names\": [\n                        \"Alberta Bobbeth Charleson\"\n                    ],\n                    \"phone_numbers\": [\n                        {\n                            \"data\": \"1112223333\",\n                            \"primary\": false,\n                            \"type\": \"home\"\n                        },\n                        {\n                            \"data\": \"1112224444\",\n                            \"primary\": false,\n                            \"type\": \"work\"\n                        },\n                        {\n                            \"data\": \"1112225555\",\n                            \"primary\": false,\n                            \"type\": \"mobile\"\n                        }\n                    ]\n                }\n            ],\n            \"persistent_account_id\": \"2a01484e1b5ef0b54fbcb89658b2764529bbec94a16f7b95481280a7\",\n            \"subtype\": \"cd\",\n            \"type\": \"depository\"\n        },\n        {\n            \"account_id\": \"dKX9KZWBd9un1qDk5QyBUnVQay5Kw7fJybj8w\",\n            \"balances\": {\n                \"available\": null,\n                \"current\": 410,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": 2000,\n                \"unofficial_currency_code\": null\n            },\n            \"mask\": \"3333\",\n            \"name\": \"Plaid Credit Card\",\n            \"official_name\": \"Plaid Diamond 12.5% APR Interest Credit Card\",\n            \"owners\": [\n                {\n                    \"addresses\": [\n                        {\n                            \"data\": {\n                                \"city\": \"Malakoff\",\n                                \"country\": \"US\",\n                                \"postal_code\": \"14236\",\n                                \"region\": \"NY\",\n                                \"street\": \"2992 Cameron Road\"\n                            },\n                            \"primary\": true\n                        },\n                        {\n                            \"data\": {\n                                \"city\": \"San Matias\",\n                                \"country\": \"US\",\n                                \"postal_code\": \"93405-2255\",\n                                \"region\": \"CA\",\n                                \"street\": \"2493 Leisure Lane\"\n                            },\n                            \"primary\": false\n                        }\n                    ],\n                    \"emails\": [\n                        {\n                            \"data\": \"accountholder0@example.com\",\n                            \"primary\": true,\n                            \"type\": \"primary\"\n                        },\n                        {\n                            \"data\": \"accountholder1@example.com\",\n                            \"primary\": false,\n                            \"type\": \"secondary\"\n                        },\n                        {\n                            \"data\": \"extraordinarily.long.email.username.123456@reallylonghostname.com\",\n                            \"primary\": false,\n                            \"type\": \"other\"\n                        }\n                    ],\n                    \"names\": [\n                        \"Alberta Bobbeth Charleson\"\n                    ],\n                    \"phone_numbers\": [\n                        {\n                            \"data\": \"1112223333\",\n                            \"primary\": false,\n                            \"type\": \"home\"\n                        },\n                        {\n                            \"data\": \"1112224444\",\n                            \"primary\": false,\n                            \"type\": \"work\"\n                        },\n                        {\n                            \"data\": \"1112225555\",\n                            \"primary\": false,\n                            \"type\": \"mobile\"\n                        }\n                    ]\n                }\n            ],\n            \"subtype\": \"credit card\",\n            \"type\": \"credit\"\n        },\n        {\n            \"account_id\": \"aAXGA7gKdGTW1jyKEMnGHnXMb8jLJgfZ6EBjN\",\n            \"balances\": {\n                \"available\": 43200,\n                \"current\": 43200,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"mask\": \"4444\",\n            \"name\": \"Plaid Money Market\",\n            \"official_name\": \"Plaid Platinum Standard 1.85% Interest Money Market\",\n            \"owners\": [\n                {\n                    \"addresses\": [\n                        {\n                            \"data\": {\n                                \"city\": \"Malakoff\",\n                                \"country\": \"US\",\n                                \"postal_code\": \"14236\",\n                                \"region\": \"NY\",\n                                \"street\": \"2992 Cameron Road\"\n                            },\n                            \"primary\": true\n                        },\n                        {\n                            \"data\": {\n                                \"city\": \"San Matias\",\n                                \"country\": \"US\",\n                                \"postal_code\": \"93405-2255\",\n                                \"region\": \"CA\",\n                                \"street\": \"2493 Leisure Lane\"\n                            },\n                            \"primary\": false\n                        }\n                    ],\n                    \"emails\": [\n                        {\n                            \"data\": \"accountholder0@example.com\",\n                            \"primary\": true,\n                            \"type\": \"primary\"\n                        },\n                        {\n                            \"data\": \"accountholder1@example.com\",\n                            \"primary\": false,\n                            \"type\": \"secondary\"\n                        },\n                        {\n                            \"data\": \"extraordinarily.long.email.username.123456@reallylonghostname.com\",\n                            \"primary\": false,\n                            \"type\": \"other\"\n                        }\n                    ],\n                    \"names\": [\n                        \"Alberta Bobbeth Charleson\"\n                    ],\n                    \"phone_numbers\": [\n                        {\n                            \"data\": \"1112223333\",\n                            \"primary\": false,\n                            \"type\": \"home\"\n                        },\n                        {\n                            \"data\": \"1112224444\",\n                            \"primary\": false,\n                            \"type\": \"work\"\n                        },\n                        {\n                            \"data\": \"1112225555\",\n                            \"primary\": false,\n                            \"type\": \"mobile\"\n                        }\n                    ]\n                }\n            ],\n            \"subtype\": \"money market\",\n            \"type\": \"depository\"\n        },\n        {\n            \"account_id\": \"44bd4Z7DvdiZ4qM56zLvT1N5n7djWohJpvQ6v\",\n            \"balances\": {\n                \"available\": null,\n                \"current\": 320.76,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"mask\": \"5555\",\n            \"name\": \"Plaid IRA\",\n            \"official_name\": null,\n            \"owners\": [\n                {\n                    \"addresses\": [\n                        {\n                            \"data\": {\n                                \"city\": \"Malakoff\",\n                                \"country\": \"US\",\n                                \"postal_code\": \"14236\",\n                                \"region\": \"NY\",\n                                \"street\": \"2992 Cameron Road\"\n                            },\n                            \"primary\": true\n                        },\n                        {\n                            \"data\": {\n                                \"city\": \"San Matias\",\n                                \"country\": \"US\",\n                                \"postal_code\": \"93405-2255\",\n                                \"region\": \"CA\",\n                                \"street\": \"2493 Leisure Lane\"\n                            },\n                            \"primary\": false\n                        }\n                    ],\n                    \"emails\": [\n                        {\n                            \"data\": \"accountholder0@example.com\",\n                            \"primary\": true,\n                            \"type\": \"primary\"\n                        },\n                        {\n                            \"data\": \"accountholder1@example.com\",\n                            \"primary\": false,\n                            \"type\": \"secondary\"\n                        },\n                        {\n                            \"data\": \"extraordinarily.long.email.username.123456@reallylonghostname.com\",\n                            \"primary\": false,\n                            \"type\": \"other\"\n                        }\n                    ],\n                    \"names\": [\n                        \"Alberta Bobbeth Charleson\"\n                    ],\n                    \"phone_numbers\": [\n                        {\n                            \"data\": \"1112223333\",\n                            \"primary\": false,\n                            \"type\": \"home\"\n                        },\n                        {\n                            \"data\": \"1112224444\",\n                            \"primary\": false,\n                            \"type\": \"work\"\n                        },\n                        {\n                            \"data\": \"1112225555\",\n                            \"primary\": false,\n                            \"type\": \"mobile\"\n                        }\n                    ]\n                }\n            ],\n            \"subtype\": \"ira\",\n            \"type\": \"investment\"\n        },\n        {\n            \"account_id\": \"NdNydPz6wyuxXmNwLj4dUKAj6DPr5Wfy8G4lj\",\n            \"balances\": {\n                \"available\": null,\n                \"current\": 23631.9805,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"mask\": \"6666\",\n            \"name\": \"Plaid 401k\",\n            \"official_name\": null,\n            \"owners\": [\n                {\n                    \"addresses\": [\n                        {\n                            \"data\": {\n                                \"city\": \"Malakoff\",\n                                \"country\": \"US\",\n                                \"postal_code\": \"14236\",\n                                \"region\": \"NY\",\n                                \"street\": \"2992 Cameron Road\"\n                            },\n                            \"primary\": true\n                        },\n                        {\n                            \"data\": {\n                                \"city\": \"San Matias\",\n                                \"country\": \"US\",\n                                \"postal_code\": \"93405-2255\",\n                                \"region\": \"CA\",\n                                \"street\": \"2493 Leisure Lane\"\n                            },\n                            \"primary\": false\n                        }\n                    ],\n                    \"emails\": [\n                        {\n                            \"data\": \"accountholder0@example.com\",\n                            \"primary\": true,\n                            \"type\": \"primary\"\n                        },\n                        {\n                            \"data\": \"accountholder1@example.com\",\n                            \"primary\": false,\n                            \"type\": \"secondary\"\n                        },\n                        {\n                            \"data\": \"extraordinarily.long.email.username.123456@reallylonghostname.com\",\n                            \"primary\": false,\n                            \"type\": \"other\"\n                        }\n                    ],\n                    \"names\": [\n                        \"Alberta Bobbeth Charleson\"\n                    ],\n                    \"phone_numbers\": [\n                        {\n                            \"data\": \"1112223333\",\n                            \"primary\": false,\n                            \"type\": \"home\"\n                        },\n                        {\n                            \"data\": \"1112224444\",\n                            \"primary\": false,\n                            \"type\": \"work\"\n                        },\n                        {\n                            \"data\": \"1112225555\",\n                            \"primary\": false,\n                            \"type\": \"mobile\"\n                        }\n                    ]\n                }\n            ],\n            \"subtype\": \"401k\",\n            \"type\": \"investment\"\n        },\n        {\n            \"account_id\": \"P4WA4736eAiaz8NbdkPRTqokVj7z5MUoLePxd\",\n            \"balances\": {\n                \"available\": null,\n                \"current\": 65262,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"mask\": \"7777\",\n            \"name\": \"Plaid Student Loan\",\n            \"official_name\": null,\n            \"owners\": [\n                {\n                    \"addresses\": [\n                        {\n                            \"data\": {\n                                \"city\": \"Malakoff\",\n                                \"country\": \"US\",\n                                \"postal_code\": \"14236\",\n                                \"region\": \"NY\",\n                                \"street\": \"2992 Cameron Road\"\n                            },\n                            \"primary\": true\n                        },\n                        {\n                            \"data\": {\n                                \"city\": \"San Matias\",\n                                \"country\": \"US\",\n                                \"postal_code\": \"93405-2255\",\n                                \"region\": \"CA\",\n                                \"street\": \"2493 Leisure Lane\"\n                            },\n                            \"primary\": false\n                        }\n                    ],\n                    \"emails\": [\n                        {\n                            \"data\": \"accountholder0@example.com\",\n                            \"primary\": true,\n                            \"type\": \"primary\"\n                        },\n                        {\n                            \"data\": \"accountholder1@example.com\",\n                            \"primary\": false,\n                            \"type\": \"secondary\"\n                        },\n                        {\n                            \"data\": \"extraordinarily.long.email.username.123456@reallylonghostname.com\",\n                            \"primary\": false,\n                            \"type\": \"other\"\n                        }\n                    ],\n                    \"names\": [\n                        \"Alberta Bobbeth Charleson\"\n                    ],\n                    \"phone_numbers\": [\n                        {\n                            \"data\": \"1112223333\",\n                            \"primary\": false,\n                            \"type\": \"home\"\n                        },\n                        {\n                            \"data\": \"1112224444\",\n                            \"primary\": false,\n                            \"type\": \"work\"\n                        },\n                        {\n                            \"data\": \"1112225555\",\n                            \"primary\": false,\n                            \"type\": \"mobile\"\n                        }\n                    ]\n                }\n            ],\n            \"subtype\": \"student\",\n            \"type\": \"loan\"\n        },\n        {\n            \"account_id\": \"jd56d7yNZ6ueLJV9xlgWTBxr3PQdm1u6K7VNd\",\n            \"balances\": {\n                \"available\": null,\n                \"current\": 56302.06,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"mask\": \"8888\",\n            \"name\": \"Plaid Mortgage\",\n            \"official_name\": null,\n            \"owners\": [\n                {\n                    \"addresses\": [\n                        {\n                            \"data\": {\n                                \"city\": \"Malakoff\",\n                                \"country\": \"US\",\n                                \"postal_code\": \"14236\",\n                                \"region\": \"NY\",\n                                \"street\": \"2992 Cameron Road\"\n                            },\n                            \"primary\": true\n                        },\n                        {\n                            \"data\": {\n                                \"city\": \"San Matias\",\n                                \"country\": \"US\",\n                                \"postal_code\": \"93405-2255\",\n                                \"region\": \"CA\",\n                                \"street\": \"2493 Leisure Lane\"\n                            },\n                            \"primary\": false\n                        }\n                    ],\n                    \"emails\": [\n                        {\n                            \"data\": \"accountholder0@example.com\",\n                            \"primary\": true,\n                            \"type\": \"primary\"\n                        },\n                        {\n                            \"data\": \"accountholder1@example.com\",\n                            \"primary\": false,\n                            \"type\": \"secondary\"\n                        },\n                        {\n                            \"data\": \"extraordinarily.long.email.username.123456@reallylonghostname.com\",\n                            \"primary\": false,\n                            \"type\": \"other\"\n                        }\n                    ],\n                    \"names\": [\n                        \"Alberta Bobbeth Charleson\"\n                    ],\n                    \"phone_numbers\": [\n                        {\n                            \"data\": \"1112223333\",\n                            \"primary\": false,\n                            \"type\": \"home\"\n                        },\n                        {\n                            \"data\": \"1112224444\",\n                            \"primary\": false,\n                            \"type\": \"work\"\n                        },\n                        {\n                            \"data\": \"1112225555\",\n                            \"primary\": false,\n                            \"type\": \"mobile\"\n                        }\n                    ]\n                }\n            ],\n            \"subtype\": \"mortgage\",\n            \"type\": \"loan\"\n        },\n        {\n            \"account_id\": \"7jbNjXZmQNtgVWGvPjxJToPlvRjV8Ehdb5oEq\",\n            \"balances\": {\n                \"available\": 6009,\n                \"current\": 6009,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"mask\": \"9001\",\n            \"name\": \"Plaid HSA\",\n            \"official_name\": \"Plaid Cares Health Savings Account\",\n            \"owners\": [\n                {\n                    \"addresses\": [\n                        {\n                            \"data\": {\n                                \"city\": \"Malakoff\",\n                                \"country\": \"US\",\n                                \"postal_code\": \"14236\",\n                                \"region\": \"NY\",\n                                \"street\": \"2992 Cameron Road\"\n                            },\n                            \"primary\": true\n                        },\n                        {\n                            \"data\": {\n                                \"city\": \"San Matias\",\n                                \"country\": \"US\",\n                                \"postal_code\": \"93405-2255\",\n                                \"region\": \"CA\",\n                                \"street\": \"2493 Leisure Lane\"\n                            },\n                            \"primary\": false\n                        }\n                    ],\n                    \"emails\": [\n                        {\n                            \"data\": \"accountholder0@example.com\",\n                            \"primary\": true,\n                            \"type\": \"primary\"\n                        },\n                        {\n                            \"data\": \"accountholder1@example.com\",\n                            \"primary\": false,\n                            \"type\": \"secondary\"\n                        },\n                        {\n                            \"data\": \"extraordinarily.long.email.username.123456@reallylonghostname.com\",\n                            \"primary\": false,\n                            \"type\": \"other\"\n                        }\n                    ],\n                    \"names\": [\n                        \"Alberta Bobbeth Charleson\"\n                    ],\n                    \"phone_numbers\": [\n                        {\n                            \"data\": \"1112223333\",\n                            \"primary\": false,\n                            \"type\": \"home\"\n                        },\n                        {\n                            \"data\": \"1112224444\",\n                            \"primary\": false,\n                            \"type\": \"work\"\n                        },\n                        {\n                            \"data\": \"1112225555\",\n                            \"primary\": false,\n                            \"type\": \"mobile\"\n                        }\n                    ]\n                }\n            ],\n            \"subtype\": \"hsa\",\n            \"type\": \"depository\"\n        },\n        {\n            \"account_id\": \"erXDrwA3aDFJzK1GMg9ECE1gjDzQqeUrvb4qX\",\n            \"balances\": {\n                \"available\": 12060,\n                \"current\": 12060,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"mask\": \"9002\",\n            \"name\": \"Plaid Cash Management\",\n            \"official_name\": \"Plaid Growth Cash Management\",\n            \"owners\": [\n                {\n                    \"addresses\": [\n                        {\n                            \"data\": {\n                                \"city\": \"Malakoff\",\n                                \"country\": \"US\",\n                                \"postal_code\": \"14236\",\n                                \"region\": \"NY\",\n                                \"street\": \"2992 Cameron Road\"\n                            },\n                            \"primary\": true\n                        },\n                        {\n                            \"data\": {\n                                \"city\": \"San Matias\",\n                                \"country\": \"US\",\n                                \"postal_code\": \"93405-2255\",\n                                \"region\": \"CA\",\n                                \"street\": \"2493 Leisure Lane\"\n                            },\n                            \"primary\": false\n                        }\n                    ],\n                    \"emails\": [\n                        {\n                            \"data\": \"accountholder0@example.com\",\n                            \"primary\": true,\n                            \"type\": \"primary\"\n                        },\n                        {\n                            \"data\": \"accountholder1@example.com\",\n                            \"primary\": false,\n                            \"type\": \"secondary\"\n                        },\n                        {\n                            \"data\": \"extraordinarily.long.email.username.123456@reallylonghostname.com\",\n                            \"primary\": false,\n                            \"type\": \"other\"\n                        }\n                    ],\n                    \"names\": [\n                        \"Alberta Bobbeth Charleson\"\n                    ],\n                    \"phone_numbers\": [\n                        {\n                            \"data\": \"1112223333\",\n                            \"primary\": false,\n                            \"type\": \"home\"\n                        },\n                        {\n                            \"data\": \"1112224444\",\n                            \"primary\": false,\n                            \"type\": \"work\"\n                        },\n                        {\n                            \"data\": \"1112225555\",\n                            \"primary\": false,\n                            \"type\": \"mobile\"\n                        }\n                    ]\n                }\n            ],\n            \"subtype\": \"cash management\",\n            \"type\": \"depository\"\n        },\n        {\n            \"account_id\": \"QNMANZx6VAivoyNeEMjVTKkMbdZRDLfwPg5NL\",\n            \"balances\": {\n                \"available\": 4980,\n                \"current\": 5020,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": 10000,\n                \"unofficial_currency_code\": null\n            },\n            \"mask\": \"9999\",\n            \"name\": \"Plaid Business Credit Card\",\n            \"official_name\": \"Plaid Platinum Small Business Credit Card\",\n            \"owners\": [\n                {\n                    \"addresses\": [\n                        {\n                            \"data\": {\n                                \"city\": \"Malakoff\",\n                                \"country\": \"US\",\n                                \"postal_code\": \"14236\",\n                                \"region\": \"NY\",\n                                \"street\": \"2992 Cameron Road\"\n                            },\n                            \"primary\": true\n                        },\n                        {\n                            \"data\": {\n                                \"city\": \"San Matias\",\n                                \"country\": \"US\",\n                                \"postal_code\": \"93405-2255\",\n                                \"region\": \"CA\",\n                                \"street\": \"2493 Leisure Lane\"\n                            },\n                            \"primary\": false\n                        }\n                    ],\n                    \"emails\": [\n                        {\n                            \"data\": \"accountholder0@example.com\",\n                            \"primary\": true,\n                            \"type\": \"primary\"\n                        },\n                        {\n                            \"data\": \"accountholder1@example.com\",\n                            \"primary\": false,\n                            \"type\": \"secondary\"\n                        },\n                        {\n                            \"data\": \"extraordinarily.long.email.username.123456@reallylonghostname.com\",\n                            \"primary\": false,\n                            \"type\": \"other\"\n                        }\n                    ],\n                    \"names\": [\n                        \"Alberta Bobbeth Charleson\"\n                    ],\n                    \"phone_numbers\": [\n                        {\n                            \"data\": \"1112223333\",\n                            \"primary\": false,\n                            \"type\": \"home\"\n                        },\n                        {\n                            \"data\": \"1112224444\",\n                            \"primary\": false,\n                            \"type\": \"work\"\n                        },\n                        {\n                            \"data\": \"1112225555\",\n                            \"primary\": false,\n                            \"type\": \"mobile\"\n                        }\n                    ]\n                }\n            ],\n            \"subtype\": \"credit card\",\n            \"type\": \"credit\"\n        }\n    ],\n    \"item\": {\n        \"available_products\": [\n            \"assets\",\n            \"balance\",\n            \"signal\",\n            \"income_verification\",\n            \"investments\",\n            \"investments_auth\",\n            \"liabilities\",\n            \"recurring_transactions\",\n            \"statements\",\n            \"transactions\",\n            \"transfer\"\n        ],\n        \"billed_products\": [\n            \"auth\",\n            \"identity\",\n            \"identity_match\"\n        ],\n        \"consent_expiration_time\": null,\n        \"error\": null,\n        \"institution_id\": \"ins_109508\",\n        \"institution_name\": \"First Platypus Bank\",\n        \"item_id\": \"ojDojyqQXotmlMVGPXRNH4AeA6NrMXuRkrB5l\",\n        \"products\": [\n            \"auth\",\n            \"identity\",\n            \"identity_match\"\n        ],\n        \"update_type\": \"background\",\n        \"webhook\": \"\"\n    },\n    \"request_id\": \"ldlA16YYY9bdc22\"\n}"}],"_postman_id":"3dbd0eaf-cf35-4cdd-9220-f2254565e5fd"},{"name":"Get identity match score","id":"73732a3a-2545-4a0d-9cc7-a46cd832a39b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"client_id\": \"6731fa55fda72b001a353b39\",\r\n   \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n   \"access_token\": \"access-sandbox-b15286f0-c39e-435d-8186-beb2a7c4c726\",\r\n   \"user\": {\r\n       \"phone_number\": \"+234 7069964765\",\r\n       \"legal_name\": \"Gloria Tejuosho\",\r\n       \"email_address\": \"glotejuosho@gmail.com\",\r\n   \"address\": {\r\n       \"street\": \"2992 Cameron Road\",\r\n       \"region\": \"NY\",\r\n       \"country\": \"US\",\r\n       \"city\": \"Malakoff\",\r\n       \"postal_code\": \"14236\"\r\n      }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/identity/match","description":"<p>This endpoint allows you to retrieve the match score of the provided identity data against the information on the financial institution file.</p>\n<h2 id=\"body-parameters\">Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>client_id</code>.</td>\n</tr>\n<tr>\n<td>secrets  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>secret</code> key.</td>\n</tr>\n<tr>\n<td>access token  <br />(required)</td>\n<td>string</td>\n<td>This represents the access</td>\n</tr>\n<tr>\n<td>user  <br />(required)</td>\n<td>object</td>\n<td>This set of fields takes the user information.</td>\n</tr>\n<tr>\n<td>legal_name  <br />(required)</td>\n<td>string</td>\n<td>This represents the user's's legal name.</td>\n</tr>\n<tr>\n<td>phone_number  <br />(optional)</td>\n<td>string</td>\n<td>This represents the user's phone number.  <br />Format: +{countrycode}{number}.</td>\n</tr>\n<tr>\n<td>email_address  <br />(optional)</td>\n<td>string</td>\n<td>This represents the user's email address.</td>\n</tr>\n<tr>\n<td>address  <br />(optional)</td>\n<td>object</td>\n<td>This set of field takes the user's address.</td>\n</tr>\n<tr>\n<td>city  <br />(optional)</td>\n<td>string</td>\n<td>This represents the city full name.</td>\n</tr>\n<tr>\n<td>street  <br />(optional)</td>\n<td>string</td>\n<td>This represents the full street address.</td>\n</tr>\n<tr>\n<td>region  <br />(optional)</td>\n<td>string</td>\n<td>This represents the region.</td>\n</tr>\n<tr>\n<td>country  <br />(optional)</td>\n<td>string</td>\n<td>This represents the country.</td>\n</tr>\n<tr>\n<td>postal_code  <br />(optional)</td>\n<td>string</td>\n<td>This represents the postal code.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accounts</td>\n<td>strings</td>\n<td>This represents the account for the requested identity match.</td>\n</tr>\n<tr>\n<td>account_id</td>\n<td>string</td>\n<td>This represents the account ID.</td>\n</tr>\n<tr>\n<td>{address}</td>\n<td>object</td>\n<td>This set of fields contains information about the account address.</td>\n</tr>\n<tr>\n<td>{address}/is_postal_code_match</td>\n<td>bool</td>\n<td>This checks if the postal code matches.</td>\n</tr>\n<tr>\n<td>{address}/current</td>\n<td>string</td>\n<td>This represents the current balance of the account.</td>\n</tr>\n<tr>\n<td>{address}/score</td>\n<td>integer</td>\n<td>This represents the address match score.</td>\n</tr>\n<tr>\n<td>{balances}</td>\n<td>object</td>\n<td>This set of fields contains information about the account balance.</td>\n</tr>\n<tr>\n<td>{balances}/available</td>\n<td>integer</td>\n<td>This represents the available balance of the account.</td>\n</tr>\n<tr>\n<td>{balances}/current</td>\n<td>integer</td>\n<td>This represents the current balance of the account.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["identity","match"],"host":["sandbox","plaid","com"],"query":[],"variable":[]}},"response":[{"id":"762e1a15-bbb3-414b-9e2a-3eae0e5e2bb8","name":"Retrieve identity match score","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"client_id\": \"6731fa55fda72b001a353b39\",\r\n   \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n   \"access_token\": \"access-sandbox-b15286f0-c39e-435d-8186-beb2a7c4c726\",\r\n   \"user\": {\r\n       \"phone_number\": \"+234 7069964765\",\r\n       \"legal_name\": \"Gloria Tejuosho\",\r\n       \"email_address\": \"glotejuosho@gmail.com\",\r\n   \"address\": {\r\n       \"street\": \"2992 Cameron Road\",\r\n       \"region\": \"NY\",\r\n       \"country\": \"US\",\r\n       \"city\": \"Malakoff\",\r\n       \"postal_code\": \"14236\"\r\n      }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/identity/match"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 19 Nov 2024 12:18:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1544"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"plaid-version","value":"2020-09-14"},{"key":"vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"accounts\": [\n        {\n            \"account_id\": \"B8ZW8kGAlWcMp5lL6eGgHKn8wGVzLQf4vpb9b\",\n            \"address\": {\n                \"is_postal_code_match\": true,\n                \"score\": 100\n            },\n            \"balances\": {\n                \"available\": null,\n                \"current\": null,\n                \"iso_currency_code\": null,\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"email_address\": {\n                \"score\": 0\n            },\n            \"legal_name\": {\n                \"is_business_name_detected\": false,\n                \"is_first_name_or_last_name_match\": false,\n                \"is_nickname_match\": false,\n                \"score\": 16\n            },\n            \"mask\": \"0000\",\n            \"name\": \"Plaid Checking\",\n            \"official_name\": \"Plaid Gold Standard 0% Interest Checking\",\n            \"persistent_account_id\": \"8cfb8beb89b774ee43b090625f0d61d0814322b43bff984eaf60386e\",\n            \"phone_number\": {\n                \"score\": 0\n            },\n            \"subtype\": \"checking\",\n            \"type\": \"depository\"\n        },\n        {\n            \"account_id\": \"3abxaJjoBxcXLWyNaMoVhMZ1dPmWQRIZgjD7a\",\n            \"address\": {\n                \"is_postal_code_match\": true,\n                \"score\": 100\n            },\n            \"balances\": {\n                \"available\": null,\n                \"current\": null,\n                \"iso_currency_code\": null,\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"email_address\": {\n                \"score\": 0\n            },\n            \"legal_name\": {\n                \"is_business_name_detected\": false,\n                \"is_first_name_or_last_name_match\": false,\n                \"is_nickname_match\": false,\n                \"score\": 16\n            },\n            \"mask\": \"1111\",\n            \"name\": \"Plaid Saving\",\n            \"official_name\": \"Plaid Silver Standard 0.1% Interest Saving\",\n            \"persistent_account_id\": \"211a4e5d8361a3afb7a3886362198c7306e00a313b5aa944c20d34b6\",\n            \"phone_number\": {\n                \"score\": 0\n            },\n            \"subtype\": \"savings\",\n            \"type\": \"depository\"\n        },\n        {\n            \"account_id\": \"xoqmoK4yBmIJNA3XMK6DCVa4QmglWvf6Mz35G\",\n            \"address\": {\n                \"is_postal_code_match\": true,\n                \"score\": 100\n            },\n            \"balances\": {\n                \"available\": null,\n                \"current\": null,\n                \"iso_currency_code\": null,\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"email_address\": {\n                \"score\": 0\n            },\n            \"legal_name\": {\n                \"is_business_name_detected\": false,\n                \"is_first_name_or_last_name_match\": false,\n                \"is_nickname_match\": false,\n                \"score\": 16\n            },\n            \"mask\": \"2222\",\n            \"name\": \"Plaid CD\",\n            \"official_name\": \"Plaid Bronze Standard 0.2% Interest CD\",\n            \"persistent_account_id\": \"2a01484e1b5ef0b54fbcb89658b2764529bbec94a16f7b95481280a7\",\n            \"phone_number\": {\n                \"score\": 0\n            },\n            \"subtype\": \"cd\",\n            \"type\": \"depository\"\n        },\n        {\n            \"account_id\": \"dKX9KZWBd9un1qDk5QyBUnVQay5Kw7fJybj8w\",\n            \"address\": {\n                \"is_postal_code_match\": true,\n                \"score\": 100\n            },\n            \"balances\": {\n                \"available\": null,\n                \"current\": null,\n                \"iso_currency_code\": null,\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"email_address\": {\n                \"score\": 0\n            },\n            \"legal_name\": {\n                \"is_business_name_detected\": false,\n                \"is_first_name_or_last_name_match\": false,\n                \"is_nickname_match\": false,\n                \"score\": 16\n            },\n            \"mask\": \"3333\",\n            \"name\": \"Plaid Credit Card\",\n            \"official_name\": \"Plaid Diamond 12.5% APR Interest Credit Card\",\n            \"phone_number\": {\n                \"score\": 0\n            },\n            \"subtype\": \"credit card\",\n            \"type\": \"credit\"\n        },\n        {\n            \"account_id\": \"aAXGA7gKdGTW1jyKEMnGHnXMb8jLJgfZ6EBjN\",\n            \"address\": {\n                \"is_postal_code_match\": true,\n                \"score\": 100\n            },\n            \"balances\": {\n                \"available\": null,\n                \"current\": null,\n                \"iso_currency_code\": null,\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"email_address\": {\n                \"score\": 0\n            },\n            \"legal_name\": {\n                \"is_business_name_detected\": false,\n                \"is_first_name_or_last_name_match\": false,\n                \"is_nickname_match\": false,\n                \"score\": 16\n            },\n            \"mask\": \"4444\",\n            \"name\": \"Plaid Money Market\",\n            \"official_name\": \"Plaid Platinum Standard 1.85% Interest Money Market\",\n            \"phone_number\": {\n                \"score\": 0\n            },\n            \"subtype\": \"money market\",\n            \"type\": \"depository\"\n        },\n        {\n            \"account_id\": \"44bd4Z7DvdiZ4qM56zLvT1N5n7djWohJpvQ6v\",\n            \"address\": {\n                \"is_postal_code_match\": true,\n                \"score\": 100\n            },\n            \"balances\": {\n                \"available\": null,\n                \"current\": null,\n                \"iso_currency_code\": null,\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"email_address\": {\n                \"score\": 0\n            },\n            \"legal_name\": {\n                \"is_business_name_detected\": false,\n                \"is_first_name_or_last_name_match\": false,\n                \"is_nickname_match\": false,\n                \"score\": 16\n            },\n            \"mask\": \"5555\",\n            \"name\": \"Plaid IRA\",\n            \"official_name\": null,\n            \"phone_number\": {\n                \"score\": 0\n            },\n            \"subtype\": \"ira\",\n            \"type\": \"investment\"\n        },\n        {\n            \"account_id\": \"NdNydPz6wyuxXmNwLj4dUKAj6DPr5Wfy8G4lj\",\n            \"address\": {\n                \"is_postal_code_match\": true,\n                \"score\": 100\n            },\n            \"balances\": {\n                \"available\": null,\n                \"current\": null,\n                \"iso_currency_code\": null,\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"email_address\": {\n                \"score\": 0\n            },\n            \"legal_name\": {\n                \"is_business_name_detected\": false,\n                \"is_first_name_or_last_name_match\": false,\n                \"is_nickname_match\": false,\n                \"score\": 16\n            },\n            \"mask\": \"6666\",\n            \"name\": \"Plaid 401k\",\n            \"official_name\": null,\n            \"phone_number\": {\n                \"score\": 0\n            },\n            \"subtype\": \"401k\",\n            \"type\": \"investment\"\n        },\n        {\n            \"account_id\": \"P4WA4736eAiaz8NbdkPRTqokVj7z5MUoLePxd\",\n            \"address\": {\n                \"is_postal_code_match\": true,\n                \"score\": 100\n            },\n            \"balances\": {\n                \"available\": null,\n                \"current\": null,\n                \"iso_currency_code\": null,\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"email_address\": {\n                \"score\": 0\n            },\n            \"legal_name\": {\n                \"is_business_name_detected\": false,\n                \"is_first_name_or_last_name_match\": false,\n                \"is_nickname_match\": false,\n                \"score\": 16\n            },\n            \"mask\": \"7777\",\n            \"name\": \"Plaid Student Loan\",\n            \"official_name\": null,\n            \"phone_number\": {\n                \"score\": 0\n            },\n            \"subtype\": \"student\",\n            \"type\": \"loan\"\n        },\n        {\n            \"account_id\": \"jd56d7yNZ6ueLJV9xlgWTBxr3PQdm1u6K7VNd\",\n            \"address\": {\n                \"is_postal_code_match\": true,\n                \"score\": 100\n            },\n            \"balances\": {\n                \"available\": null,\n                \"current\": null,\n                \"iso_currency_code\": null,\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"email_address\": {\n                \"score\": 0\n            },\n            \"legal_name\": {\n                \"is_business_name_detected\": false,\n                \"is_first_name_or_last_name_match\": false,\n                \"is_nickname_match\": false,\n                \"score\": 16\n            },\n            \"mask\": \"8888\",\n            \"name\": \"Plaid Mortgage\",\n            \"official_name\": null,\n            \"phone_number\": {\n                \"score\": 0\n            },\n            \"subtype\": \"mortgage\",\n            \"type\": \"loan\"\n        },\n        {\n            \"account_id\": \"7jbNjXZmQNtgVWGvPjxJToPlvRjV8Ehdb5oEq\",\n            \"address\": {\n                \"is_postal_code_match\": true,\n                \"score\": 100\n            },\n            \"balances\": {\n                \"available\": null,\n                \"current\": null,\n                \"iso_currency_code\": null,\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"email_address\": {\n                \"score\": 0\n            },\n            \"legal_name\": {\n                \"is_business_name_detected\": false,\n                \"is_first_name_or_last_name_match\": false,\n                \"is_nickname_match\": false,\n                \"score\": 16\n            },\n            \"mask\": \"9001\",\n            \"name\": \"Plaid HSA\",\n            \"official_name\": \"Plaid Cares Health Savings Account\",\n            \"phone_number\": {\n                \"score\": 0\n            },\n            \"subtype\": \"hsa\",\n            \"type\": \"depository\"\n        },\n        {\n            \"account_id\": \"erXDrwA3aDFJzK1GMg9ECE1gjDzQqeUrvb4qX\",\n            \"address\": {\n                \"is_postal_code_match\": true,\n                \"score\": 100\n            },\n            \"balances\": {\n                \"available\": null,\n                \"current\": null,\n                \"iso_currency_code\": null,\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"email_address\": {\n                \"score\": 0\n            },\n            \"legal_name\": {\n                \"is_business_name_detected\": false,\n                \"is_first_name_or_last_name_match\": false,\n                \"is_nickname_match\": false,\n                \"score\": 16\n            },\n            \"mask\": \"9002\",\n            \"name\": \"Plaid Cash Management\",\n            \"official_name\": \"Plaid Growth Cash Management\",\n            \"phone_number\": {\n                \"score\": 0\n            },\n            \"subtype\": \"cash management\",\n            \"type\": \"depository\"\n        },\n        {\n            \"account_id\": \"QNMANZx6VAivoyNeEMjVTKkMbdZRDLfwPg5NL\",\n            \"address\": {\n                \"is_postal_code_match\": true,\n                \"score\": 100\n            },\n            \"balances\": {\n                \"available\": null,\n                \"current\": null,\n                \"iso_currency_code\": null,\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"email_address\": {\n                \"score\": 0\n            },\n            \"legal_name\": {\n                \"is_business_name_detected\": false,\n                \"is_first_name_or_last_name_match\": false,\n                \"is_nickname_match\": false,\n                \"score\": 16\n            },\n            \"mask\": \"9999\",\n            \"name\": \"Plaid Business Credit Card\",\n            \"official_name\": \"Plaid Platinum Small Business Credit Card\",\n            \"phone_number\": {\n                \"score\": 0\n            },\n            \"subtype\": \"credit card\",\n            \"type\": \"credit\"\n        }\n    ],\n    \"item\": {\n        \"available_products\": [\n            \"assets\",\n            \"balance\",\n            \"signal\",\n            \"income_verification\",\n            \"investments\",\n            \"investments_auth\",\n            \"liabilities\",\n            \"recurring_transactions\",\n            \"statements\",\n            \"transactions\",\n            \"transfer\"\n        ],\n        \"billed_products\": [\n            \"auth\",\n            \"identity\",\n            \"identity_match\"\n        ],\n        \"consent_expiration_time\": null,\n        \"error\": null,\n        \"institution_id\": \"ins_109508\",\n        \"institution_name\": \"First Platypus Bank\",\n        \"item_id\": \"ojDojyqQXotmlMVGPXRNH4AeA6NrMXuRkrB5l\",\n        \"products\": [\n            \"auth\",\n            \"identity\",\n            \"identity_match\"\n        ],\n        \"update_type\": \"background\",\n        \"webhook\": \"\"\n    },\n    \"request_id\": \"57XA7dHZNAsvnoF\"\n}"}],"_postman_id":"73732a3a-2545-4a0d-9cc7-a46cd832a39b"},{"name":"Get Uploaded document","id":"7201e5f4-6a52-4ebe-9a96-844ba03d5ea8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"access_token\": \"access-sandbox-b15286f0-c39e-435d-8186-beb2a7c4c726\",\r\n  \"client_id\": \"6731fa55fda72b001a353b39\",\r\n  \"secret\": \"deee0d759408b02d32bd0838ed40c5\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/identity/documents/uploads/get","description":"<p>This endpoint allows you to retrieve the identity of uploaded documents.</p>\n<h2 id=\"body-parameters\">Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>access token  <br />(required)</td>\n<td>string</td>\n<td>This represents the access token for the requested item data.</td>\n</tr>\n<tr>\n<td>client_id  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>client_id</code>.</td>\n</tr>\n<tr>\n<td>secrets  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>secret</code> key.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accounts</td>\n<td>strings</td>\n<td>This represents the set of accounts where the identity data was retrieved.</td>\n</tr>\n<tr>\n<td>account_id</td>\n<td>string</td>\n<td>This represents the account ID.</td>\n</tr>\n<tr>\n<td>{balances}</td>\n<td>object</td>\n<td>This set of fields describes the balance of the account.</td>\n</tr>\n<tr>\n<td>{balances}/available</td>\n<td>integer</td>\n<td>This represents the available balance of the account.</td>\n</tr>\n<tr>\n<td>{balances}/current</td>\n<td>integer</td>\n<td>This represents the current balance of the account.</td>\n</tr>\n<tr>\n<td>{balances}/iso_currency_code</td>\n<td>string</td>\n<td>This represents the currency code of the balance.</td>\n</tr>\n<tr>\n<td>{balances}/limit</td>\n<td>string</td>\n<td>This represents the account limit.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["identity","documents","uploads","get"],"host":["sandbox","plaid","com"],"query":[],"variable":[]}},"response":[{"id":"2ca56f17-2569-42ab-97f4-a664b98a0f16","name":"Uploaded Document","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"access_token\": \"access-sandbox-b15286f0-c39e-435d-8186-beb2a7c4c726\",\r\n  \"client_id\": \"6731fa55fda72b001a353b39\",\r\n  \"secret\": \"deee0d759408b02d32bd0838ed40c5\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/identity/documents/uploads/get"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 19 Nov 2024 13:25:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1438"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"accounts\": [\n        {\n            \"account_id\": \"B8ZW8kGAlWcMp5lL6eGgHKn8wGVzLQf4vpb9b\",\n            \"balances\": {\n                \"available\": 100,\n                \"current\": 110,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"documents\": null,\n            \"mask\": \"0000\",\n            \"name\": \"Plaid Checking\",\n            \"official_name\": \"Plaid Gold Standard 0% Interest Checking\",\n            \"owners\": [],\n            \"persistent_account_id\": \"8cfb8beb89b774ee43b090625f0d61d0814322b43bff984eaf60386e\",\n            \"subtype\": \"checking\",\n            \"type\": \"depository\"\n        },\n        {\n            \"account_id\": \"3abxaJjoBxcXLWyNaMoVhMZ1dPmWQRIZgjD7a\",\n            \"balances\": {\n                \"available\": 200,\n                \"current\": 210,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"documents\": null,\n            \"mask\": \"1111\",\n            \"name\": \"Plaid Saving\",\n            \"official_name\": \"Plaid Silver Standard 0.1% Interest Saving\",\n            \"owners\": [],\n            \"persistent_account_id\": \"211a4e5d8361a3afb7a3886362198c7306e00a313b5aa944c20d34b6\",\n            \"subtype\": \"savings\",\n            \"type\": \"depository\"\n        },\n        {\n            \"account_id\": \"xoqmoK4yBmIJNA3XMK6DCVa4QmglWvf6Mz35G\",\n            \"balances\": {\n                \"available\": null,\n                \"current\": 1000,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"documents\": null,\n            \"mask\": \"2222\",\n            \"name\": \"Plaid CD\",\n            \"official_name\": \"Plaid Bronze Standard 0.2% Interest CD\",\n            \"owners\": [],\n            \"persistent_account_id\": \"2a01484e1b5ef0b54fbcb89658b2764529bbec94a16f7b95481280a7\",\n            \"subtype\": \"cd\",\n            \"type\": \"depository\"\n        },\n        {\n            \"account_id\": \"dKX9KZWBd9un1qDk5QyBUnVQay5Kw7fJybj8w\",\n            \"balances\": {\n                \"available\": null,\n                \"current\": 410,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": 2000,\n                \"unofficial_currency_code\": null\n            },\n            \"documents\": null,\n            \"mask\": \"3333\",\n            \"name\": \"Plaid Credit Card\",\n            \"official_name\": \"Plaid Diamond 12.5% APR Interest Credit Card\",\n            \"owners\": [],\n            \"subtype\": \"credit card\",\n            \"type\": \"credit\"\n        },\n        {\n            \"account_id\": \"aAXGA7gKdGTW1jyKEMnGHnXMb8jLJgfZ6EBjN\",\n            \"balances\": {\n                \"available\": 43200,\n                \"current\": 43200,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"documents\": null,\n            \"mask\": \"4444\",\n            \"name\": \"Plaid Money Market\",\n            \"official_name\": \"Plaid Platinum Standard 1.85% Interest Money Market\",\n            \"owners\": [],\n            \"subtype\": \"money market\",\n            \"type\": \"depository\"\n        },\n        {\n            \"account_id\": \"44bd4Z7DvdiZ4qM56zLvT1N5n7djWohJpvQ6v\",\n            \"balances\": {\n                \"available\": null,\n                \"current\": 320.76,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"documents\": null,\n            \"mask\": \"5555\",\n            \"name\": \"Plaid IRA\",\n            \"official_name\": null,\n            \"owners\": [],\n            \"subtype\": \"ira\",\n            \"type\": \"investment\"\n        },\n        {\n            \"account_id\": \"NdNydPz6wyuxXmNwLj4dUKAj6DPr5Wfy8G4lj\",\n            \"balances\": {\n                \"available\": null,\n                \"current\": 23631.9805,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"documents\": null,\n            \"mask\": \"6666\",\n            \"name\": \"Plaid 401k\",\n            \"official_name\": null,\n            \"owners\": [],\n            \"subtype\": \"401k\",\n            \"type\": \"investment\"\n        },\n        {\n            \"account_id\": \"P4WA4736eAiaz8NbdkPRTqokVj7z5MUoLePxd\",\n            \"balances\": {\n                \"available\": null,\n                \"current\": 65262,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"documents\": null,\n            \"mask\": \"7777\",\n            \"name\": \"Plaid Student Loan\",\n            \"official_name\": null,\n            \"owners\": [],\n            \"subtype\": \"student\",\n            \"type\": \"loan\"\n        },\n        {\n            \"account_id\": \"jd56d7yNZ6ueLJV9xlgWTBxr3PQdm1u6K7VNd\",\n            \"balances\": {\n                \"available\": null,\n                \"current\": 56302.06,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"documents\": null,\n            \"mask\": \"8888\",\n            \"name\": \"Plaid Mortgage\",\n            \"official_name\": null,\n            \"owners\": [],\n            \"subtype\": \"mortgage\",\n            \"type\": \"loan\"\n        },\n        {\n            \"account_id\": \"7jbNjXZmQNtgVWGvPjxJToPlvRjV8Ehdb5oEq\",\n            \"balances\": {\n                \"available\": 6009,\n                \"current\": 6009,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"documents\": null,\n            \"mask\": \"9001\",\n            \"name\": \"Plaid HSA\",\n            \"official_name\": \"Plaid Cares Health Savings Account\",\n            \"owners\": [],\n            \"subtype\": \"hsa\",\n            \"type\": \"depository\"\n        },\n        {\n            \"account_id\": \"erXDrwA3aDFJzK1GMg9ECE1gjDzQqeUrvb4qX\",\n            \"balances\": {\n                \"available\": 12060,\n                \"current\": 12060,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": null,\n                \"unofficial_currency_code\": null\n            },\n            \"documents\": null,\n            \"mask\": \"9002\",\n            \"name\": \"Plaid Cash Management\",\n            \"official_name\": \"Plaid Growth Cash Management\",\n            \"owners\": [],\n            \"subtype\": \"cash management\",\n            \"type\": \"depository\"\n        },\n        {\n            \"account_id\": \"QNMANZx6VAivoyNeEMjVTKkMbdZRDLfwPg5NL\",\n            \"balances\": {\n                \"available\": 4980,\n                \"current\": 5020,\n                \"iso_currency_code\": \"USD\",\n                \"limit\": 10000,\n                \"unofficial_currency_code\": null\n            },\n            \"documents\": null,\n            \"mask\": \"9999\",\n            \"name\": \"Plaid Business Credit Card\",\n            \"official_name\": \"Plaid Platinum Small Business Credit Card\",\n            \"owners\": [],\n            \"subtype\": \"credit card\",\n            \"type\": \"credit\"\n        }\n    ],\n    \"item\": {\n        \"available_products\": [],\n        \"billed_products\": [\n            \"auth\",\n            \"identity\",\n            \"identity_match\"\n        ],\n        \"consent_expiration_time\": null,\n        \"error\": null,\n        \"institution_id\": \"ins_109508\",\n        \"institution_name\": \"First Platypus Bank\",\n        \"item_id\": \"ojDojyqQXotmlMVGPXRNH4AeA6NrMXuRkrB5l\",\n        \"products\": [\n            \"auth\",\n            \"identity\",\n            \"identity_match\"\n        ],\n        \"update_type\": \"background\",\n        \"webhook\": \"\"\n    },\n    \"request_id\": \"Vjqak6Aqm0Qgy2T\"\n}"}],"_postman_id":"7201e5f4-6a52-4ebe-9a96-844ba03d5ea8"}],"id":"69f4b89e-9bbd-47f4-8050-c98c03a80d33","description":"<p>This section allows you to get user's information and verify it against the bank account information on file.</p>\n","_postman_id":"69f4b89e-9bbd-47f4-8050-c98c03a80d33","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}}},{"name":"Signal","item":[{"name":"Evaluate planned ACH transaction","id":"036a9b23-a365-4832-85c2-eb3e8efe450c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"client_id\": \"6731fa55fda72b001a353b39\",\r\n   \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n   \"access_token\": \"access-sandbox-b15286f0-c39e-435d-8186-beb2a7c4c726\",\r\n   \"account_id\": \"B8ZW8kGAlWcMp5lL6eGgHKn8wGVzLQf4vpb9b\",\r\n   \"client_transaction_id\": \"txn12345\",\r\n   \"amount\": 123.45,\r\n   \"client_user_id\": \"user1234\",\r\n   \"user\": {\r\n     \"name\": {\r\n       \"prefix\": \"Ms.\",\r\n       \"given_name\": \"Jane\",\r\n       \"middle_name\": \"Leah\",\r\n       \"family_name\": \"Doe\",\r\n       \"suffix\": \"Jr.\"\r\n     },\r\n     \"phone_number\": \"+14152223333\",\r\n     \"email_address\": \"jane.doe@example.com\",\r\n     \"address\": {\r\n       \"street\": \"2493 Leisure Lane\",\r\n       \"city\": \"San Matias\",\r\n       \"region\": \"CA\",\r\n       \"postal_code\": \"93405-2255\",\r\n       \"country\": \"US\"\r\n     }\r\n   },\r\n   \"device\": {\r\n     \"ip_address\": \"198.30.2.2\",\r\n     \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1\"\r\n   },\r\n   \"user_present\": true\r\n }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/signal/evaluate","description":"<p>This endpoint allows you to evaluate a planned ACH transaction. It returns a risk assessment (such as risk score and risk tier) and additional risk signal.</p>\n<p>To get a valid score for an ACH transaction, Plaid must have an access token for the account, and the item must be healthy (receiving product updates) or have recently been in a healthy state.</p>\n<blockquote>\n<p><strong>Note</strong>: This request may take some time to complete if Signal is being added to an existing item. This is because Plaid must communicate directly with the institution when retrieving the data for the first time. </p>\n</blockquote>\n<h2 id=\"body-parameters\">Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>client_id</code>.</td>\n</tr>\n<tr>\n<td>secrets  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>secret</code> key.</td>\n</tr>\n<tr>\n<td>access token  <br />(required)</td>\n<td>string</td>\n<td>This represents the access token for the requested item data.</td>\n</tr>\n<tr>\n<td>account_id  <br />(required)</td>\n<td>string</td>\n<td>The ID of the account that is the funding source for the proposed transaction.</td>\n</tr>\n<tr>\n<td>client_transaction_id  <br />(required)</td>\n<td>string</td>\n<td>The unique ID you would like to refer to this transaction.  <br />Min length: 1  <br />Max-length: 36</td>\n</tr>\n<tr>\n<td>amount  <br />(required)</td>\n<td>string</td>\n<td>The transaction amount.  <br />Format: double.</td>\n</tr>\n<tr>\n<td>client_user_id  <br />(required)</td>\n<td>string</td>\n<td>A unique ID that represents an end user in your system.</td>\n</tr>\n<tr>\n<td>{user}  <br />(required)</td>\n<td>object</td>\n<td>Details about the end user initiating the transaction.</td>\n</tr>\n<tr>\n<td>{user}/{name}  <br />(required)</td>\n<td>object</td>\n<td>The user's legal name.</td>\n</tr>\n<tr>\n<td>{user}/{name}/middlename  <br />(optional)</td>\n<td>string</td>\n<td>The user's middle name.</td>\n</tr>\n<tr>\n<td>{user}/phone_number  <br />(optional)</td>\n<td>string</td>\n<td>The user's phone number.  <br />Format: +{country code}{number}.</td>\n</tr>\n<tr>\n<td>{user}/email_address  <br />(optional)</td>\n<td>string</td>\n<td>The user's email address.</td>\n</tr>\n<tr>\n<td>{user}/address  <br />(optional)</td>\n<td>string</td>\n<td>The user's address.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["signal","evaluate"],"host":["sandbox","plaid","com"],"query":[],"variable":[]}},"response":[{"id":"eea61c25-9a55-471c-9060-8c5ccacbb801","name":"Evaluate planned ACH transaction","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"client_id\": \"6731fa55fda72b001a353b39\",\r\n   \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n   \"access_token\": \"access-sandbox-b15286f0-c39e-435d-8186-beb2a7c4c726\",\r\n   \"account_id\": \"B8ZW8kGAlWcMp5lL6eGgHKn8wGVzLQf4vpb9b\",\r\n   \"client_transaction_id\": \"txn12345\",\r\n   \"amount\": 123.45,\r\n   \"client_user_id\": \"user1234\",\r\n   \"user\": {\r\n     \"name\": {\r\n       \"prefix\": \"Ms.\",\r\n       \"given_name\": \"Jane\",\r\n       \"middle_name\": \"Leah\",\r\n       \"family_name\": \"Doe\",\r\n       \"suffix\": \"Jr.\"\r\n     },\r\n     \"phone_number\": \"+14152223333\",\r\n     \"email_address\": \"jane.doe@example.com\",\r\n     \"address\": {\r\n       \"street\": \"2493 Leisure Lane\",\r\n       \"city\": \"San Matias\",\r\n       \"region\": \"CA\",\r\n       \"postal_code\": \"93405-2255\",\r\n       \"country\": \"US\"\r\n     }\r\n   },\r\n   \"device\": {\r\n     \"ip_address\": \"198.30.2.2\",\r\n     \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1\"\r\n   },\r\n   \"user_present\": true\r\n }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/signal/evaluate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 19 Nov 2024 14:07:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"912"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"plaid-version","value":"2020-09-14"},{"key":"vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"core_attributes\": {\n        \"address_change_count_28d\": 2,\n        \"address_change_count_90d\": 2,\n        \"available_balance\": null,\n        \"balance_last_updated\": \"2024-11-19T03:17:04Z\",\n        \"credit_transactions_count_10d\": 2,\n        \"credit_transactions_count_30d\": 2,\n        \"credit_transactions_count_60d\": 4,\n        \"credit_transactions_count_90d\": 7,\n        \"current_balance\": null,\n        \"days_since_account_opening\": 2272,\n        \"days_since_first_plaid_connection\": 118,\n        \"days_with_negative_balance_count_90d\": null,\n        \"debit_transactions_count_10d\": 1,\n        \"debit_transactions_count_30d\": 1,\n        \"debit_transactions_count_60d\": 5,\n        \"debit_transactions_count_90d\": 8,\n        \"distinct_ip_addresses_count_30d\": 0,\n        \"distinct_ip_addresses_count_3d\": 2,\n        \"distinct_ip_addresses_count_7d\": 0,\n        \"distinct_ip_addresses_count_90d\": 0,\n        \"distinct_ssl_tls_connection_sessions_count_30d\": 2,\n        \"distinct_ssl_tls_connection_sessions_count_3d\": 2,\n        \"distinct_ssl_tls_connection_sessions_count_7d\": 0,\n        \"distinct_ssl_tls_connection_sessions_count_90d\": 0,\n        \"distinct_user_agents_count_30d\": 1,\n        \"distinct_user_agents_count_3d\": 1,\n        \"distinct_user_agents_count_7d\": 2,\n        \"distinct_user_agents_count_90d\": 1,\n        \"email_change_count_28d\": 2,\n        \"email_change_count_90d\": 3,\n        \"failed_plaid_non_oauth_authentication_attempts_count_30d\": 4,\n        \"failed_plaid_non_oauth_authentication_attempts_count_3d\": 1,\n        \"failed_plaid_non_oauth_authentication_attempts_count_7d\": 2,\n        \"is_account_closed\": false,\n        \"is_account_frozen_or_restricted\": false,\n        \"is_savings_or_money_market_account\": true,\n        \"nsf_overdraft_transactions_count_30d\": 9,\n        \"nsf_overdraft_transactions_count_60d\": 6,\n        \"nsf_overdraft_transactions_count_7d\": 8,\n        \"nsf_overdraft_transactions_count_90d\": 16,\n        \"p10_eod_balance_30d\": null,\n        \"p10_eod_balance_31d_to_60d\": null,\n        \"p10_eod_balance_60d\": null,\n        \"p10_eod_balance_61d_to_90d\": null,\n        \"p10_eod_balance_90d\": null,\n        \"p50_credit_transactions_amount_28d\": 1797.8858248449164,\n        \"p50_debit_transactions_amount_28d\": 1762.2581403269382,\n        \"p50_eod_balance_30d\": null,\n        \"p50_eod_balance_31d_to_60d\": null,\n        \"p50_eod_balance_60d\": null,\n        \"p50_eod_balance_61d_to_90d\": null,\n        \"p50_eod_balance_90d\": null,\n        \"p90_eod_balance_30d\": null,\n        \"p90_eod_balance_31d_to_60d\": null,\n        \"p90_eod_balance_60d\": null,\n        \"p90_eod_balance_61d_to_90d\": null,\n        \"p90_eod_balance_90d\": null,\n        \"p95_credit_transactions_amount_28d\": 4349.544673792216,\n        \"p95_debit_transactions_amount_28d\": 4372.376376252778,\n        \"phone_change_count_28d\": 0,\n        \"phone_change_count_90d\": 2,\n        \"plaid_connections_count_30d\": 1,\n        \"plaid_connections_count_7d\": 0,\n        \"plaid_non_oauth_authentication_attempts_count_30d\": 7,\n        \"plaid_non_oauth_authentication_attempts_count_3d\": 3,\n        \"plaid_non_oauth_authentication_attempts_count_7d\": 4,\n        \"total_credit_transactions_amount_10d\": 508.0620920600614,\n        \"total_credit_transactions_amount_30d\": 468.47698039594803,\n        \"total_credit_transactions_amount_60d\": 45.87009371222093,\n        \"total_credit_transactions_amount_90d\": 468.6781331058441,\n        \"total_debit_transactions_amount_10d\": 199.4633220300033,\n        \"total_debit_transactions_amount_30d\": 0.08193015334241388,\n        \"total_debit_transactions_amount_60d\": 166.06711520807153,\n        \"total_debit_transactions_amount_90d\": 727.3795137518291,\n        \"total_plaid_connections_count\": 1,\n        \"transactions_last_updated\": \"2024-11-19T03:17:04Z\",\n        \"unauthorized_transactions_count_30d\": 13,\n        \"unauthorized_transactions_count_60d\": 1,\n        \"unauthorized_transactions_count_7d\": 9,\n        \"unauthorized_transactions_count_90d\": 9\n    },\n    \"request_id\": \"rCJrLMH0f0Meekv\",\n    \"scores\": {\n        \"bank_initiated_return_risk\": {\n            \"risk_tier\": 8,\n            \"score\": 95\n        },\n        \"customer_initiated_return_risk\": {\n            \"risk_tier\": 4,\n            \"score\": 29\n        }\n    },\n    \"warnings\": []\n}"}],"_postman_id":"036a9b23-a365-4832-85c2-eb3e8efe450c"},{"name":"Report initiated ACH transaction","id":"0ad101f4-56f1-4be9-9006-3b32c24be341","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"client_id\": \"6731fa55fda72b001a353b39\",\r\n   \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n   \"client_transaction_id\": \"txn123\",\r\n   \"initiated\": true\r\n }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/signal/decision/report","description":"<p>This endpoint allows you to check if the planned ACH transaction was initiated.</p>\n<h2 id=\"body-parameters\">Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>client_id</code>.</td>\n</tr>\n<tr>\n<td>secrets  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>secret</code> key.</td>\n</tr>\n<tr>\n<td>client_transaction_id  <br />(required)</td>\n<td>string</td>\n<td>Must be the same as the client_transaction_id supplied when calling /signal/evaluate.</td>\n</tr>\n<tr>\n<td>initiated  <br />(required)</td>\n<td>boolean</td>\n<td>true if the ACH transaction was initiated, false otherwise.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>A unique identifier for the request, which can be used for troubleshooting</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["signal","decision","report"],"host":["sandbox","plaid","com"],"query":[],"variable":[]}},"response":[{"id":"d6567753-9ed8-4907-b106-61c71048971d","name":"Check Initiated ACH transaction","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"client_id\": \"6731fa55fda72b001a353b39\",\r\n   \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n   \"client_transaction_id\": \"txn123\",\r\n   \"initiated\": true\r\n }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/signal/decision/report"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 19 Nov 2024 14:14:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"61"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"plaid-version","value":"2020-09-14"},{"key":"vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"FNI0hhGBKoFT4hn\"\n}"}],"_postman_id":"0ad101f4-56f1-4be9-9006-3b32c24be341"},{"name":"Report a return for ACH transaction","id":"ca69acc0-8ca8-4f20-8e05-f8cb89defbfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"client_id\": \"6731fa55fda72b001a353b39\",\r\n   \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n   \"client_transaction_id\": \"txn12345\",\r\n   \"return_code\": \"R01\"\r\n }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/signal/return/report","description":"<p>This endpoint allows you to report a returned transaction that was previously sent to the <a href=\"https://go.postman.co/workspace/5a95b8a8-615c-46b0-8455-46329b7f84fb/documentation/35016516-b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc?entity=request-036a9b23-a365-4832-85c2-eb3e8efe450c\">Evaluate planned ACH transaction</a> endpoint. Your feedback will be used by the model to incorporate the latest risk trend in your portfolio.</p>\n<h2 id=\"body-parameters\">Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>client_id</code>.</td>\n</tr>\n<tr>\n<td>secrets  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>secret</code> key.</td>\n</tr>\n<tr>\n<td>client_transaction_id  <br />(required)</td>\n<td>string</td>\n<td>Must be the same as the client_transaction_id supplied when calling /signal/evaluate.</td>\n</tr>\n<tr>\n<td>return_code  <br />(required)</td>\n<td>boolean</td>\n<td>Must be a valid ACH return code (e.g. \"R01\")</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>A unique identifier for the request, which can be used for troubleshooting</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["signal","return","report"],"host":["sandbox","plaid","com"],"query":[],"variable":[]}},"response":[{"id":"0f73dacb-e8be-4dee-9dd6-ee0c955c0cad","name":"Report a return for ACH transaction","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n   \"client_id\": \"6731fa55fda72b001a353b39\",\r\n   \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n   \"client_transaction_id\": \"txn12345\",\r\n   \"return_code\": \"R01\"\r\n }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/signal/return/report"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 19 Nov 2024 14:21:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"61"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"plaid-version","value":"2020-09-14"},{"key":"vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"4OQs90XrKXIzfql\"\n}"}],"_postman_id":"ca69acc0-8ca8-4f20-8e05-f8cb89defbfd"},{"name":"Add item to signal","id":"c9e4e7a9-48d5-4a83-8c89-06366c0b2c37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"client_id\": \"6731fa55fda72b001a353b39\",\r\n   \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n   \"access_token\": \"access-sandbox-b15286f0-c39e-435d-8186-beb2a7c4c726\"\r\n }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/signal/prepare","description":"<p>This endpoint allows you to opt in an item to the Signal data collection process and to get a Signal score.</p>\n<p>This should be done on items where Signal was added in the <code>additional_consented_products</code> array but not in the <code>products</code>, <code>optional_products</code>, or <code>required_if_supported_products</code> array.</p>\n<blockquote>\n<p><strong>Note:</strong> If you run this on an Item that has already been initialized with Signal, this endpoint will return a 200 response and will not modify the Item. </p>\n</blockquote>\n<h2 id=\"body-parameters\">Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>client_id</code>.</td>\n</tr>\n<tr>\n<td>secrets  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>secret</code> key.</td>\n</tr>\n<tr>\n<td>access token  <br />(required)</td>\n<td>string</td>\n<td>This represents the access token for the requested item data.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>A unique identifier for the request, which can be used for troubleshooting</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["signal","prepare"],"host":["sandbox","plaid","com"],"query":[],"variable":[]}},"response":[{"id":"8f127ea2-7802-4427-a075-7cddc502ae4d","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"client_id\": \"6731fa55fda72b001a353b39\",\r\n   \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n   \"access_token\": \"access-sandbox-b15286f0-c39e-435d-8186-beb2a7c4c726\"\r\n }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/signal/prepare"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 19 Nov 2024 14:27:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"61"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"plaid-version","value":"2020-09-14"},{"key":"vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"spdU0kupOb6IbHV\"\n}"}],"_postman_id":"c9e4e7a9-48d5-4a83-8c89-06366c0b2c37"}],"id":"1ce4b8ad-d7ac-44cf-b180-af94d2b31a99","description":"<p>This section provides information about Plaid Signal Products.</p>\n<p>Plaid Signal allows you to evaluate the likelihood of a specific ACH transaction. It provides an overall risk assessment and risk tiers that you can incorporate in your own risk assessment models.</p>\n<p>For more information on Plaid Signals check the <a href=\"https://plaid.com/docs/signal/\">Signal Page</a>.</p>\n","_postman_id":"1ce4b8ad-d7ac-44cf-b180-af94d2b31a99","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}}},{"name":"Transfer","item":[{"name":"Initiate Transfers","item":[{"name":"Authorize Transfer","id":"0ef68e8f-0e6c-4ca2-a975-bb7e91f70fa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"client_id\": \"6731fa55fda72b001a353b39\",\r\n   \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n   \"access_token\": \"access-sandbox-b15286f0-c39e-435d-8186-beb2a7c4c726\",\r\n   \"account_id\": \"B8ZW8kGAlWcMp5lL6eGgHKn8wGVzLQf4vpb9b\",\r\n   \"type\": \"debit\",\r\n   \"network\": \"ach\",\r\n   \"amount\": \"12.34\",\r\n   \"ach_class\": \"ppd\",\r\n   \"user\": {\r\n     \"legal_name\": \"Gloria Tejuosho\"\r\n   }\r\n }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/transfer/authorization/create","description":"<p>This endpoint allows you to authorize a transfer.</p>\n<blockquote>\n<p><strong>Note</strong>: You need to authorize a transfer before you can create a transfer.<br />The transfer authorization will expire if not used after one hour. You can contact your manager to change the default authorization lifetime. </p>\n</blockquote>\n<h2 id=\"body-parameters\">Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>client_id</code>.</td>\n</tr>\n<tr>\n<td>secrets  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>secret</code> key.</td>\n</tr>\n<tr>\n<td>access_token  <br />(required)</td>\n<td>string</td>\n<td>This represents the access token for the requested item data.</td>\n</tr>\n<tr>\n<td>account_id  <br />(required)</td>\n<td>string</td>\n<td>The ID of the account that wants to authorize a transfer.</td>\n</tr>\n<tr>\n<td>type  <br />(required)</td>\n<td>string</td>\n<td>The type of transfer. It can either be debit or credit.</td>\n</tr>\n<tr>\n<td>network  <br />(required)</td>\n<td>string</td>\n<td>The network or rails used for the transfer.  <br />Possible values: ach, same-day-ach, rtp, wire.</td>\n</tr>\n<tr>\n<td>{user}  <br />(required)</td>\n<td>object</td>\n<td>Details about the user.</td>\n</tr>\n<tr>\n<td>{user}/legal_name  <br />(required)</td>\n<td>string</td>\n<td>The user's legal name or the business name if the user is a business.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authorization</td>\n<td>object</td>\n<td>This contains the authorization decision for the proposed transfer.</td>\n</tr>\n<tr>\n<td>created</td>\n<td>string</td>\n<td>The date the authorization was created.</td>\n</tr>\n<tr>\n<td>decision</td>\n<td>string</td>\n<td>This indicates the decision of the proposed transfer.  <br />Possible values: approved, declined, user_action_required.</td>\n</tr>\n<tr>\n<td>decision_rationale</td>\n<td>string</td>\n<td>The rationale for the Plaid decision concerning the proposed transfer.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["transfer","authorization","create"],"host":["sandbox","plaid","com"],"query":[],"variable":[]}},"response":[{"id":"9bd9771a-ec50-41c5-8b8c-3d8632c8d5ad","name":"Authorize Transfer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"client_id\": \"6731fa55fda72b001a353b39\",\r\n   \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n   \"access_token\": \"access-sandbox-b15286f0-c39e-435d-8186-beb2a7c4c726\",\r\n   \"account_id\": \"B8ZW8kGAlWcMp5lL6eGgHKn8wGVzLQf4vpb9b\",\r\n   \"type\": \"debit\",\r\n   \"network\": \"ach\",\r\n   \"amount\": \"12.34\",\r\n   \"ach_class\": \"ppd\",\r\n   \"user\": {\r\n     \"legal_name\": \"Gloria Tejuosho\"\r\n   }\r\n }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/transfer/authorization/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 22 Nov 2024 11:53:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"492"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"plaid-version","value":"2020-09-14"},{"key":"vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"authorization\": {\n        \"created\": \"2024-11-22T11:53:01.546597678Z\",\n        \"decision\": \"approved\",\n        \"decision_rationale\": null,\n        \"guarantee_decision\": null,\n        \"guarantee_decision_rationale\": null,\n        \"id\": \"fc02f4a2-693f-8d53-5ae2-2c56a5580c1e\",\n        \"payment_risk\": null,\n        \"proposed_transfer\": {\n            \"account_id\": \"B8ZW8kGAlWcMp5lL6eGgHKn8wGVzLQf4vpb9b\",\n            \"ach_class\": \"ppd\",\n            \"amount\": \"12.34\",\n            \"credit_funds_source\": null,\n            \"funding_account_id\": null,\n            \"iso_currency_code\": \"USD\",\n            \"ledger_id\": \"6ea7afc0-fea6-4007-a124-4208a90a36f1\",\n            \"network\": \"ach\",\n            \"origination_account_id\": \"\",\n            \"originator_client_id\": \"6731fa55fda72b001a353b39\",\n            \"type\": \"debit\",\n            \"user\": {\n                \"address\": null,\n                \"email_address\": null,\n                \"legal_name\": \"Gloria Tejuosho\",\n                \"phone_number\": null\n            }\n        }\n    },\n    \"request_id\": \"MFnOX5XLGMR4BZI\"\n}"}],"_postman_id":"0ef68e8f-0e6c-4ca2-a975-bb7e91f70fa6"},{"name":"Cancel Transfer Authorization","id":"b32871b9-ea26-46e1-b231-81a7e177cf8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"client_id\": \"6731fa55fda72b001a353b39\",\r\n   \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n   \"authorization_id\": \"fc02f4a2-693f-8d53-5ae2-2c56a5580c1e\"\r\n }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/transfer/authorization/cancel","description":"<p>This endpoint allows you to cancel a transfer authorization.</p>\n<p><strong>Note</strong>: A transfer authorization is eligible for cancellation if it has not yet been used to create a transfer.</p>\n<h2 id=\"body-parameters\">Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>client_id</code>.</td>\n</tr>\n<tr>\n<td>secrets  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>secret</code> key.</td>\n</tr>\n<tr>\n<td>authorization_Id  <br />(required)</td>\n<td>string</td>\n<td>This represents the ID of the authorization you want to cancel.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>A unique identifier for the request, which can be used for troubleshooting</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["transfer","authorization","cancel"],"host":["sandbox","plaid","com"],"query":[],"variable":[]}},"response":[{"id":"5781bd6d-3bb0-4440-9e8b-21b4211c18fa","name":"Cancel Transfer Authorization","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"client_id\": \"6731fa55fda72b001a353b39\",\r\n   \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n   \"authorization_id\": \"fc02f4a2-693f-8d53-5ae2-2c56a5580c1e\"\r\n }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/transfer/authorization/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 22 Nov 2024 12:49:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"61"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"plaid-version","value":"2020-09-14"},{"key":"vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"dwnmx7nS04ycANw\"\n}"}],"_postman_id":"b32871b9-ea26-46e1-b231-81a7e177cf8b"},{"name":"Create Transfer","id":"c7398898-6ad3-4c37-9293-1ad2d3a0a320","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"client_id\": \"6731fa55fda72b001a353b39\",\r\n   \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n   \"access_token\": \"access-sandbox-b15286f0-c39e-435d-8186-beb2a7c4c726\",\r\n   \"account_id\": \"B8ZW8kGAlWcMp5lL6eGgHKn8wGVzLQf4vpb9b\",\r\n   \"authorization_id\": \"ad7a6567-cf29-04fb-356a-68ab060115ec\",\r\n   \"description\": \"Payment\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/transfer/create","description":"<p>This endpoint allows you to initiate a new transfer.</p>\n<p><strong>Notes:</strong></p>\n<ul>\n<li><p>This endpoint is idempotent and retryable.</p>\n</li>\n<li><p>If you provide a transfer ID that has already been used to create a transfer, it will return the details of the previous transfer without creating a new transfer.</p>\n</li>\n<li><p>A transfer may still be created if an error 500 is returned.</p>\n</li>\n</ul>\n<h2 id=\"body-parameters\">Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>client_id</code>.</td>\n</tr>\n<tr>\n<td>secrets  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>secret</code> key.</td>\n</tr>\n<tr>\n<td>access token  <br />(required)</td>\n<td>string</td>\n<td>This represents the access token of the account that wants to create a transfer.</td>\n</tr>\n<tr>\n<td>account_id  <br />(required)</td>\n<td>string</td>\n<td>The ID of the account that wants to create a transfer.</td>\n</tr>\n<tr>\n<td>authorization_Id  <br />(required)</td>\n<td>string</td>\n<td>This represents the ID of the authorization you want to create.</td>\n</tr>\n<tr>\n<td>description  <br />(required)</td>\n<td>string</td>\n<td>The transfer description.  <br />Maximum: 15 characters.  <br />Note: The description field must be 'Retry 1' or 'Retry 2' if it is a retry of a previously returned transfer.  <br />You may retry a transfer up to 2 times within 180 days of creating the original transfer.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>transfer</td>\n<td>object</td>\n<td>This set of fields contains information about the created transfer.</td>\n</tr>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>The transfer ID.</td>\n</tr>\n<tr>\n<td>authorization_id</td>\n<td>string</td>\n<td>The transfer authorization ID.</td>\n</tr>\n<tr>\n<td>ach_class</td>\n<td>string</td>\n<td>This specifies the use case of the transfer.</td>\n</tr>\n<tr>\n<td>account_id</td>\n<td>string</td>\n<td>This represents the ID of the account that wants to make the transfer.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["transfer","create"],"host":["sandbox","plaid","com"],"query":[],"variable":[]}},"response":[{"id":"537dcaf2-1764-4e6b-bb29-fc09d54889c7","name":"Create Transfer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"client_id\": \"6731fa55fda72b001a353b39\",\r\n   \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n   \"access_token\": \"access-sandbox-b15286f0-c39e-435d-8186-beb2a7c4c726\",\r\n   \"account_id\": \"B8ZW8kGAlWcMp5lL6eGgHKn8wGVzLQf4vpb9b\",\r\n   \"authorization_id\": \"ad7a6567-cf29-04fb-356a-68ab060115ec\",\r\n   \"description\": \"Payment\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/transfer/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 22 Nov 2024 12:55:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"612"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"plaid-version","value":"2020-09-14"},{"key":"vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"M8pZuG91dJuTeFz\",\n    \"transfer\": {\n        \"account_id\": \"B8ZW8kGAlWcMp5lL6eGgHKn8wGVzLQf4vpb9b\",\n        \"ach_class\": \"ppd\",\n        \"amount\": \"12.34\",\n        \"authorization_id\": \"ad7a6567-cf29-04fb-356a-68ab060115ec\",\n        \"cancellable\": true,\n        \"created\": \"2024-11-18T11:23:11.703316Z\",\n        \"credit_funds_source\": null,\n        \"description\": \"Payment\",\n        \"expected_settlement_date\": null,\n        \"failure_reason\": null,\n        \"funding_account_id\": null,\n        \"guarantee_decision\": null,\n        \"guarantee_decision_rationale\": null,\n        \"id\": \"c9af39a1-2789-435e-d376-d1507563bdd2\",\n        \"iso_currency_code\": \"USD\",\n        \"ledger_id\": \"6ea7afc0-fea6-4007-a124-4208a90a36f1\",\n        \"metadata\": null,\n        \"network\": \"ach\",\n        \"network_trace_id\": null,\n        \"origination_account_id\": \"\",\n        \"originator_client_id\": \"6731fa55fda72b001a353b39\",\n        \"recurring_transfer_id\": null,\n        \"refunds\": [],\n        \"standard_return_window\": null,\n        \"status\": \"pending\",\n        \"sweep_status\": \"unswept\",\n        \"type\": \"debit\",\n        \"unauthorized_return_window\": null,\n        \"user\": {\n            \"address\": null,\n            \"email_address\": null,\n            \"legal_name\": \"Gloria Tejuosho\",\n            \"phone_number\": null\n        }\n    }\n}"}],"_postman_id":"c7398898-6ad3-4c37-9293-1ad2d3a0a320"},{"name":"Cancel Transfer","id":"7c9ed331-ebd6-4f10-a21c-41ed7c2feb8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"client_id\": \"6731fa55fda72b001a353b39\",\r\n   \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n   \"transfer_id\": \"c9af39a1-2789-435e-d376-d1507563bdd2\"\r\n }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/transfer/cancel","description":"<p>This endpoint allows you to cancel a transfer.</p>\n<blockquote>\n<p><strong>Note</strong>: A transfer is eligible for cancellation if the <code>cancellable</code>property returned by <a href=\"https://go.postman.co/workspace/5a95b8a8-615c-46b0-8455-46329b7f84fb/documentation/35016516-b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc?entity=request-2a7f21a9-d9a7-48ab-b3b5-1d96e09bd53f\">Retrieve Transfers</a> endpoint is <code>true.</code> </p>\n</blockquote>\n<h2 id=\"body-parameters\">Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>client_id</code>.</td>\n</tr>\n<tr>\n<td>secrets  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>secret</code> key.</td>\n</tr>\n<tr>\n<td>transfer_id  <br />(required)</td>\n<td>string</td>\n<td>The ID of the transfer you want to cancel.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>A unique identifier for the request, which can be used for troubleshooting</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["transfer","cancel"],"host":["sandbox","plaid","com"],"query":[],"variable":[]}},"response":[{"id":"7bd87b3e-8b04-4d4f-902d-8bce73e3f990","name":"Cancel Transfer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"client_id\": \"6731fa55fda72b001a353b39\",\r\n   \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n   \"transfer_id\": \"c9af39a1-2789-435e-d376-d1507563bdd2\"\r\n }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/transfer/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 22 Nov 2024 13:19:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"61"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"plaid-version","value":"2020-09-14"},{"key":"vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"SKzwXqHFaqYPQTd\"\n}"}],"_postman_id":"7c9ed331-ebd6-4f10-a21c-41ed7c2feb8c"}],"id":"aed79166-b5e3-4a0d-9964-a7a4a8141479","description":"<p>This section contains information on how to initiate transfers.</p>\n","_postman_id":"aed79166-b5e3-4a0d-9964-a7a4a8141479","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}}},{"name":"Read Transfers","item":[{"name":"Retrieve Transfer","id":"2a7f21a9-d9a7-48ab-b3b5-1d96e09bd53f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"client_id\": \"6731fa55fda72b001a353b39\",\r\n   \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n   \"transfer_id\": \"c9af39a1-2789-435e-d376-d1507563bdd2\"\r\n }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/transfer/get","description":"<p>This endpoint allows you to retrieve information about a transfer. You can either use a <code>transfer_id</code> or <code>authorization_id</code> to retrieve this information.</p>\n<p>Note: You can't use both⁣ <code>transfer_id</code> and <code>authorization_id</code>.</p>\n<h2 id=\"body-parameters\">Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>client_id</code>.</td>\n</tr>\n<tr>\n<td>secrets  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>secret</code> key.</td>\n</tr>\n<tr>\n<td>transfer_id  <br />(required)</td>\n<td>string</td>\n<td>The ID of the transfer you want to retrieve.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>transfers</td>\n<td>object</td>\n<td>This set of fields contains information about the transfer.</td>\n</tr>\n<tr>\n<td>{transfer}/id</td>\n<td>string</td>\n<td>This represents the transfer ID.</td>\n</tr>\n<tr>\n<td>{transfer}/ach_class</td>\n<td>string</td>\n<td>This specifies the use case of the transfer.</td>\n</tr>\n<tr>\n<td>{transfer}/amount</td>\n<td>string</td>\n<td>The amount of the transfer.</td>\n</tr>\n<tr>\n<td>{transfer}/cancellable</td>\n<td>boolean</td>\n<td>This indicates if the transfer is cancellable.</td>\n</tr>\n<tr>\n<td>{transfer}/created</td>\n<td>transfer</td>\n<td>The date the transfer was created.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["transfer","get"],"host":["sandbox","plaid","com"],"query":[],"variable":[]}},"response":[{"id":"ed663aac-3a56-4cd4-a37f-e6e1ff7ab906","name":"Retrieve Transfer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"client_id\": \"6731fa55fda72b001a353b39\",\r\n   \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n   \"transfer_id\": \"c9af39a1-2789-435e-d376-d1507563bdd2\"\r\n }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/transfer/get"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 22 Nov 2024 13:35:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"613"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"plaid-version","value":"2020-09-14"},{"key":"vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"zA0cEWiU9H84t3v\",\n    \"transfer\": {\n        \"account_id\": \"B8ZW8kGAlWcMp5lL6eGgHKn8wGVzLQf4vpb9b\",\n        \"ach_class\": \"ppd\",\n        \"amount\": \"12.34\",\n        \"authorization_id\": \"ad7a6567-cf29-04fb-356a-68ab060115ec\",\n        \"cancellable\": false,\n        \"created\": \"2024-11-18T11:23:11.703316Z\",\n        \"credit_funds_source\": null,\n        \"description\": \"Payment\",\n        \"expected_settlement_date\": null,\n        \"failure_reason\": null,\n        \"funding_account_id\": null,\n        \"guarantee_decision\": null,\n        \"guarantee_decision_rationale\": null,\n        \"id\": \"c9af39a1-2789-435e-d376-d1507563bdd2\",\n        \"iso_currency_code\": \"USD\",\n        \"ledger_id\": \"6ea7afc0-fea6-4007-a124-4208a90a36f1\",\n        \"metadata\": null,\n        \"network\": \"ach\",\n        \"network_trace_id\": null,\n        \"origination_account_id\": \"\",\n        \"originator_client_id\": \"6731fa55fda72b001a353b39\",\n        \"recurring_transfer_id\": null,\n        \"refunds\": [],\n        \"standard_return_window\": null,\n        \"status\": \"cancelled\",\n        \"sweep_status\": \"unswept\",\n        \"type\": \"debit\",\n        \"unauthorized_return_window\": null,\n        \"user\": {\n            \"address\": null,\n            \"email_address\": null,\n            \"legal_name\": \"Gloria Tejuosho\",\n            \"phone_number\": null\n        }\n    }\n}"}],"_postman_id":"2a7f21a9-d9a7-48ab-b3b5-1d96e09bd53f"},{"name":"List Transfers","id":"ce05f36e-0506-4a63-afbc-5213665abf2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"client_id\": \"6731fa55fda72b001a353b39\",\r\n    \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n    \"start_date\": \"2024-10-06T22:35:49Z\",\r\n    \"end_date\": \"2024-11-22T22:35:49Z\",\r\n    \"count\": 14,\r\n    \"offset\": 2,\r\n    \"origination_account_id\": \"8945fedc-e703-463d-86b1-dc0607b55460\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/transfer/list","description":"<p>This endpoint allows you to retrieve a list of all transfers and their statuses.</p>\n<blockquote>\n<p><strong>Note</strong>: Results are paginated; use the <code>count</code> and <code>offset</code> query parameters to retrieve the desired transfers. </p>\n</blockquote>\n<h2 id=\"body-parameters\">Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>client_id</code>.</td>\n</tr>\n<tr>\n<td>secrets  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>secret</code> key.</td>\n</tr>\n<tr>\n<td>start_date  <br />(required)</td>\n<td>string</td>\n<td>The start date for the list of transfers you want to fetch.</td>\n</tr>\n<tr>\n<td>end_date  <br />(required)</td>\n<td>string</td>\n<td>The end date for the list of transfers you want to fetch.</td>\n</tr>\n<tr>\n<td>count  <br />(optional)</td>\n<td>integer</td>\n<td>The number of transfers you want to fetch.  <br />Minimum: 1  <br />Maximum: 25  <br />Default: 25</td>\n</tr>\n<tr>\n<td>offset  <br />(optional)</td>\n<td>integer</td>\n<td>The number of transfers to skip before returning results.  <br />Default: 0  <br />Minimum: 0</td>\n</tr>\n<tr>\n<td>origination_account-id  <br />(required)</td>\n<td>string</td>\n<td>The originator ID.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>A unique identifier for the request, which can be used for troubleshooting</td>\n</tr>\n<tr>\n<td>transfer</td>\n<td>array</td>\n<td>A set of fields that contains transfer information.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["transfer","list"],"host":["sandbox","plaid","com"],"query":[],"variable":[]}},"response":[{"id":"6ffdfbcb-e55a-4f38-98d8-e4bc60c810ff","name":"List Transfers","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"client_id\": \"6731fa55fda72b001a353b39\",\r\n    \"secret\": \"deee0d759408b02d32bd0838ed40c5\",\r\n    \"start_date\": \"2024-10-06T22:35:49Z\",\r\n    \"end_date\": \"2024-11-22T22:35:49Z\",\r\n    \"count\": 14,\r\n    \"offset\": 2,\r\n    \"origination_account_id\": \"8945fedc-e703-463d-86b1-dc0607b55460\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/transfer/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 22 Nov 2024 14:11:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"78"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"plaid-version","value":"2020-09-14"},{"key":"vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"aVvNLWZDKL2RBW5\",\n    \"transfers\": []\n}"}],"_postman_id":"ce05f36e-0506-4a63-afbc-5213665abf2e"},{"name":"List Transfer Events","id":"9b8e9115-4ffa-4b02-b24b-c3256c6582dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"client_id\": \"6731f8cafda72b001a353b31\",\r\n    \"secret\": \"8fd3ed833192802ce281efd2110d1a\",\r\n    \"start_date\": \"2024-10-06T22:35:49Z\",\r\n    \"end_date\": \"2024-11-23T22:35:49Z\",\r\n    \"transfer_id\": \"c9af39a1-2789-435e-d376-d1507563bdd2\",\r\n    \"account_id\": \"B8ZW8kGAlWcMp5lL6eGgHKn8wGVzLQf4vpb9b\",\r\n    \"transfer_type\": \"credit\",\r\n    \"event_types\": [\"pending\",\"posted\"],\r\n    \"count\": 14,\r\n    \"offset\": 2,\r\n    \"origination_account_id\": \"8945fedc-e703-463d-86b1-dc0607b55460\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/transfer/event/list","description":"<p>This endpoint allows you to retrieve a list of transfer events based on specified filter criteria.</p>\n<h2 id=\"body-parameters\">Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>client_id</code>.</td>\n</tr>\n<tr>\n<td>secrets  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>secret</code> key.</td>\n</tr>\n<tr>\n<td>start_date  <br />(required)</td>\n<td>string</td>\n<td>The start date for the list of transfer events you want to fetch.</td>\n</tr>\n<tr>\n<td>end_date  <br />(required)</td>\n<td>string</td>\n<td>The end date for the list of transfer events you want to fetch.</td>\n</tr>\n<tr>\n<td>transfer_id  <br />(required)</td>\n<td>string</td>\n<td>The transfer ID.</td>\n</tr>\n<tr>\n<td>account_id  <br />(required)</td>\n<td>string</td>\n<td>The account ID to retrieve all the transfer events</td>\n</tr>\n<tr>\n<td>transfer_type  <br />(required)</td>\n<td>string</td>\n<td>The type of transfer.  <br />Possible values: credit, debit, null.</td>\n</tr>\n<tr>\n<td>events_type  <br />(required)</td>\n<td>string</td>\n<td>The type of transfer event you want to retrieve.  <br />Possible values: pending, cancelled, failed, posted, settled, funds_available, returned.</td>\n</tr>\n<tr>\n<td>count  <br />(optional)</td>\n<td>integer</td>\n<td>The number of transfers you want to fetch.  <br />Minimum: 1  <br />Maximum: 25  <br />Default: 25</td>\n</tr>\n<tr>\n<td>offset  <br />(optional)</td>\n<td>integer</td>\n<td>The number of transfer events to skip before returning results.  <br />Default: 0  <br />Minimum: 0</td>\n</tr>\n<tr>\n<td>origination_account-id  <br />(required)</td>\n<td>string</td>\n<td>The originator ID.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>has_more</td>\n<td>boolean</td>\n<td>This indicates if there are more transfer events to be retrieved.</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>A unique identifier for the request, which can be used for troubleshooting</td>\n</tr>\n<tr>\n<td>transfer_events</td>\n<td>array</td>\n<td>A set of fields that contains information about transfer events.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["transfer","event","list"],"host":["sandbox","plaid","com"],"query":[],"variable":[]}},"response":[{"id":"6248d8ff-15a2-4dd0-b853-f68f27f5623c","name":"List Transfer Events","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"client_id\": \"6731f8cafda72b001a353b31\",\r\n    \"secret\": \"8fd3ed833192802ce281efd2110d1a\",\r\n    \"start_date\": \"2024-10-06T22:35:49Z\",\r\n    \"end_date\": \"2024-11-23T22:35:49Z\",\r\n    \"transfer_id\": \"c9af39a1-2789-435e-d376-d1507563bdd2\",\r\n    \"account_id\": \"B8ZW8kGAlWcMp5lL6eGgHKn8wGVzLQf4vpb9b\",\r\n    \"transfer_type\": \"credit\",\r\n    \"event_types\": [\"pending\",\"posted\"],\r\n    \"count\": 14,\r\n    \"offset\": 2,\r\n    \"origination_account_id\": \"8945fedc-e703-463d-86b1-dc0607b55460\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/transfer/event/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 22 Nov 2024 17:08:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"102"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"plaid-version","value":"2020-09-14"},{"key":"vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"has_more\": false,\n    \"request_id\": \"YRcfXLkm6WCQc2j\",\n    \"transfer_events\": []\n}"}],"_postman_id":"9b8e9115-4ffa-4b02-b24b-c3256c6582dc"},{"name":"Sync Transfer Events","id":"af0b6173-d10f-4373-adb1-d81c4caa9829","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"client_id\": \"6731f8cafda72b001a353b31\",\r\n   \"secret\": \"8fd3ed833192802ce281efd2110d1a\",\r\n   \"after_id\": 4,\r\n   \"count\": 22\r\n }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/transfer/event/sync","description":"<p>This endpoint allows you to retrieve a list of transfer events that happened after a specific <code>event_id</code>.</p>\n<blockquote>\n<p><strong>Note:</strong> Use this endpoint to guarantee you have seen all transfer events. </p>\n</blockquote>\n<h2 id=\"body-parameters\">Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>client_id</code>.</td>\n</tr>\n<tr>\n<td>secrets  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>secret</code> key.</td>\n</tr>\n<tr>\n<td>after_id  <br />(required)</td>\n<td>string</td>\n<td>The latest (largest) event_id fetched via the sync endpoint</td>\n</tr>\n<tr>\n<td>count  <br />(optional)</td>\n<td>string</td>\n<td>The total number of transfer events to retrieve.  <br />Minimum: 1  <br />Maximum: 25  <br />Default: 25</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>has_more</td>\n<td>boolean</td>\n<td>This indicates if there are more transfer events to be retrieved.</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>A unique identifier for the request, which can be used for troubleshooting</td>\n</tr>\n<tr>\n<td>transfer_events</td>\n<td>array</td>\n<td>A set of fields that contains information about transfer events.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["transfer","event","sync"],"host":["sandbox","plaid","com"],"query":[],"variable":[]}},"response":[{"id":"27aeb6ec-64c0-4ae1-8167-4f4baa2bbe78","name":"Sync Transfer Events","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"client_id\": \"6731f8cafda72b001a353b31\",\r\n   \"secret\": \"8fd3ed833192802ce281efd2110d1a\",\r\n   \"after_id\": 4,\r\n   \"count\": 22\r\n }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/transfer/event/sync"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 22 Nov 2024 17:34:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"102"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"plaid-version","value":"2020-09-14"},{"key":"vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"has_more\": false,\n    \"request_id\": \"Mo7ITKPSrg7CeRP\",\n    \"transfer_events\": []\n}"}],"_postman_id":"af0b6173-d10f-4373-adb1-d81c4caa9829"},{"name":"List Sweeps","id":"89d1033f-5049-4377-b6f3-44cea172a0cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"client_id\": \"6731f8cafda72b001a353b31\",\r\n    \"secret\": \"8fd3ed833192802ce281efd2110d1a\",\r\n    \"start_date\": \"2024-10-06T22:35:49Z\",\r\n    \"end_date\": \"2024-11-22T22:35:49Z\",\r\n    \"count\": 14,\r\n    \"offset\": 2\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/transfer/sweep/list","description":"<p>This endpoint retrieves a list of sweeps that match the specified filter criteria.</p>\n<h2 id=\"body-parameters\">Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>client_id</code>.</td>\n</tr>\n<tr>\n<td>secrets  <br />(required)</td>\n<td>string</td>\n<td>This represents your <code>secret</code> key.</td>\n</tr>\n<tr>\n<td>start_date  <br />(required)</td>\n<td>string</td>\n<td>The start date for the list of sweeps to be returned.</td>\n</tr>\n<tr>\n<td>end_date  <br />(required)</td>\n<td>string</td>\n<td>The end date for the list of sweeps to be returned.</td>\n</tr>\n<tr>\n<td>count  <br />(optional)</td>\n<td>integer</td>\n<td>The number of sweeps to return.</td>\n</tr>\n<tr>\n<td>offset  <br />(optional)</td>\n<td>integer</td>\n<td>The number of sweeps to skip before returning results.  <br />Default: 0  <br />Minimum: 0</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>request_id</td>\n<td>string</td>\n<td>A unique identifier for the request, which can be used</td>\n</tr>\n<tr>\n<td>sweeps</td>\n<td>array</td>\n<td>A set of fields that contains information about the sweeps that were returned.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["transfer","sweep","list"],"host":["sandbox","plaid","com"],"query":[],"variable":[]}},"response":[{"id":"8f1d8040-0013-41c5-868b-ba9663f5aa0a","name":"List Sweeps","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"client_id\": \"6731f8cafda72b001a353b31\",\r\n    \"secret\": \"8fd3ed833192802ce281efd2110d1a\",\r\n    \"start_date\": \"2024-10-06T22:35:49Z\",\r\n    \"end_date\": \"2024-11-22T22:35:49Z\",\r\n    \"count\": 14,\r\n    \"offset\": 2\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://sandbox.plaid.com/transfer/sweep/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 22 Nov 2024 18:13:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"77"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"plaid-version","value":"2020-09-14"},{"key":"vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"s6PRBJh3tygTxlO\",\n    \"sweeps\": null\n}"}],"_postman_id":"89d1033f-5049-4377-b6f3-44cea172a0cd"}],"id":"e08fd5e3-4ea2-450a-9323-903090b39f75","_postman_id":"e08fd5e3-4ea2-450a-9323-903090b39f75","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}}}],"id":"ce9bb69d-2ce8-4f29-ad5d-c5b6fb8acb9a","_postman_id":"ce9bb69d-2ce8-4f29-ad5d-c5b6fb8acb9a","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}}}],"id":"a55f6eec-f94c-4df4-8fb0-035d85bbc2bd","_postman_id":"a55f6eec-f94c-4df4-8fb0-035d85bbc2bd","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}}},{"name":"Glossary","item":[],"id":"ad6e4028-2b45-49f4-b8c1-54b2a83a0281","description":"<p>This section provides the meaning of technical terminology you're likely to come across while using our API</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Technical term</strong></th>\n<th><strong>Meaning</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Access token</td>\n<td>This is a unique identifier used to make API requests related to a specific item.</td>\n</tr>\n<tr>\n<td>ACH</td>\n<td>Automated Clearing House. It is a centralized system for moving money between financial institutions in the United States.</td>\n</tr>\n<tr>\n<td>Account_id</td>\n<td>A unique ID for an account.</td>\n</tr>\n<tr>\n<td>Backward-compatible change</td>\n<td>This refers to a change or update in the API that does not cause breakage.</td>\n</tr>\n<tr>\n<td>Backward-incompatible change</td>\n<td>This refers to a change or update in the API that causes breakage.</td>\n</tr>\n<tr>\n<td>incident</td>\n<td>This refers to historical incidents in the Plaid system, such as the downtime period.</td>\n</tr>\n<tr>\n<td>Production</td>\n<td>An environment used for live production. It uses real data.</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>A unique ID for each request made in the API. It is used for troubleshooting.</td>\n</tr>\n<tr>\n<td>public_token</td>\n<td>This token is used to create an access token.</td>\n</tr>\n<tr>\n<td>Sandbox</td>\n<td>An environment used to only test items without using real data</td>\n</tr>\n<tr>\n<td>Signal</td>\n<td>It is used to evaluate the likelihood of a specific ACH transaction.</td>\n</tr>\n<tr>\n<td>Sweep</td>\n<td>This refers to an automatic movement of funds between two accounts with the same owner.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"ad6e4028-2b45-49f4-b8c1-54b2a83a0281","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","id":"b73dbc12-7b96-48ae-9ea7-1fd4cb948dbc","name":"Plaid API Documentation","type":"collection"}}}],"auth":{"type":"oauth2","oauth2":{"basicConfig":[]}},"event":[{"listen":"prerequest","script":{"id":"3f49837e-18a4-4d52-8903-a21d39f1d8d3","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"ce244118-e430-485d-8e5f-4625f02e04d9","type":"text/javascript","packages":{},"exec":[""]}}]}