Skip to content

Commit fa163b4

Browse files
author
Matt Nguyen
committed
OpenAPI generated code at 2025-07-17T20:35:17Z
1 parent 0c42350 commit fa163b4

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

2020-09-14.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ servers:
66
url: https://sandbox.plaid.com
77
info:
88
title: The Plaid API
9-
version: 2020-09-14_1.651.1
9+
version: 2020-09-14_1.651.2
1010
description: The Plaid REST API. Please see https://plaid.com/docs/api for more details.
1111
contact:
1212
name: Plaid Developer Team
@@ -23628,11 +23628,14 @@ components:
2362823628
enable_multi_item_link:
2362923629
type: boolean
2363023630
description: If `true`, enable linking multiple items in the same Link session. Defaults to `false`.
23631+
user_id:
23632+
allOf:
23633+
- $ref: '#/components/schemas/NewUserID'
23634+
- description: A unique ID generated by Plaid representing the end user. Typically this ID will come from the `/user/create` response. **Required** if the `user` object isn't included. If this field is included, then the remaining `user` object fields are ignored.
2363123635
required:
2363223636
- client_name
2363323637
- language
2363423638
- country_codes
23635-
- user
2363623639
LinkTokenAccountFilters:
2363723640
description: |
2363823641
By default, Link will provide limited account filtering: it will only display Institutions that are compatible with all products supplied in the `products` parameter of `/link/token/create`, and, if `auth` is specified in the `products` array, will also filter out accounts other than `checking`, `savings`, and `cash management` accounts on the Account Select pane. You can further limit the accounts shown in Link by using `account_filters` to specify the account subtypes to be shown in Link. Only the specified subtypes will be shown. This filtering applies to both the Account Select view (if enabled) and the Institution Select view. Institutions that do not support the selected subtypes will be omitted from Link. To indicate that all subtypes should be shown, use the value `"all"`. If the `account_filters` filter is used, any account type for which a filter is not specified will be entirely omitted from Link. For a full list of valid types and subtypes, see the [Account schema](https://plaid.com/docs/api/accounts#account-type-schema).
@@ -24015,7 +24018,7 @@ components:
2401524018
- card_bin
2401624019
LinkTokenCreateRequestUser:
2401724020
type: object
24018-
description: An object specifying information about the end user who will be linking their account.
24021+
description: An object specifying information about the end user who will be linking their account. **Required** if `user_id` isn't included.
2401924022
properties:
2402024023
client_user_id:
2402124024
type: string
@@ -56548,6 +56551,7 @@ components:
5654856551
nullable: true
5654956552
enum:
5655056553
- v1.0
56554+
- v2.0
5655156555
CraCheckReportCashflowInsightsGetResponse:
5655256556
title: CraCheckReportCashflowInsightsGetResponse
5655356557
additionalProperties: true

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 2020-09-14_1.651.2
2+
- (beta) Add `user_id` field to `link/token/create` request
3+
- [BREAKING for Go] (beta) Make `user` object optional in `link/token/create` if `user_id` is included
4+
15
### 2020-09-14_1.651.1
26
- Add `error` field to `WALLET_TRANSACTION_STATUS_UPDATE` webhook and to responses of `/wallet/transaction/get` and `/wallet/transaction/list`, containing error details for failed transactions.
37

0 commit comments

Comments
 (0)