You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+125Lines changed: 125 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,130 @@
1
1
See full changelog for the OpenAPI Schema (OAS) [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).
2
2
3
+
# 14.0.0
4
+
- Updating to OAS 2020-09-14_1.370.0
5
+
6
+
## OpenAPI Schema Changes
7
+
### 2020-09-14_1.370.0
8
+
- Add `investments/refresh` endpoint
9
+
10
+
### 2020-09-14_1.369.3
11
+
- Update `description` field in `/transfer/create` to have max length of 15
12
+
13
+
### 2020-09-14_1.369.2
14
+
- Add new `CreditBankIncomeCategory` value
15
+
16
+
### 2020-09-14_1.369.1
17
+
- Fix `/processor/transactions` routes doc links
18
+
19
+
### 2020-09-14_1.369.0
20
+
- Add `/processor/token/permissions/get` endpoint
21
+
- Add `/processor/token/permissions/set` endpoint
22
+
23
+
### 2020-09-14_1.368.2
24
+
- Add `transfer/diligence/submit` endpoint
25
+
26
+
### 2020-09-14_1.368.1
27
+
- Update `client_user_id` description for Identity Verification endpoints
28
+
- Update `user` description for Identity Match via Identity Verification Data use case
29
+
30
+
### 2020-09-14_1.368.0
31
+
- Add `/transfer/balance/get` endpoint
32
+
33
+
### 2020-09-14_1.367.0
34
+
- Added `LinkEventsWebhook` schema
35
+
36
+
### 2020-09-14_1.366.0
37
+
- Add `credit_funds_source` field for authorizations and transfers
38
+
- Make `funding_account_id` nullable in various /transfer API responses
39
+
40
+
### 2020-09-14_1.356.0
41
+
- Update `notificationsPayload.customFields` datatype from an object to an array of objects
42
+
43
+
### 2020-09-14_1.355.1
44
+
- Added `warnings` to `/processor/signal/evaluate` response.
45
+
46
+
### 2020-09-14_1.355.0
47
+
- Added `/processor/identity/match` endpoint.
48
+
49
+
### 2020-09-14_1.354.0
50
+
- Adds a `selfie_check` object to the response schema of all the identity verification endpoints:
51
+
-`identity_verification/create`
52
+
-`identity_verification/get`
53
+
-`identity_verification/list`
54
+
-`identity_verification/retry`
55
+
56
+
### 2020-09-14_1.353.1
57
+
- Update `INCOME_VERIFICATION_RISK_SIGNALS` with webhook tag
58
+
59
+
### 2020-09-14_1.353.0
60
+
- Add `ASSETS: PRODUCT_READY` and `ASSETS: ERROR` webhooks to `/sandbox/item/fire_webhook` endpoint
61
+
62
+
### 2020-09-14_1.352.0
63
+
- Removed explicit `additionalProperties: true` marker for request objects and objects used only within request objects, primarily impacting the Payment Initiation API. This will result in more strict type checking for those objects, but should not be a breaking change.
64
+
65
+
### 2020-09-14_1.351.1
66
+
- Update `transfer/authorization/create` copy
67
+
68
+
### 2020-09-14_1.351.0
69
+
- Add new `INCOME_VERIFICATION_RISK_SIGNALS` webhook
70
+
71
+
### 2020-09-14_1.350.0
72
+
- Remove `settled_amount`
73
+
- Rename `expected_settlement_schedule` as `expected_sweep_settlement_schedule`
74
+
75
+
### 2020-09-14_1.349.0
76
+
-[Breaking] Converts several types that were incorrectly typed as `number` to `integer`. In some languages, this will change the type used for this field, which may be a breaking change for some Plaid integrations. The following fields are impacted:
The following client library languages are impacted:
92
+
93
+
- Go: Type changes from Float64 to Int32
94
+
- Java: Type changes from Double to Integer
95
+
- Python: Type changes from float to int
96
+
- Ruby: Type changes from Float to Integer
97
+
98
+
### 2020-09-14_1.348.2
99
+
- Update `/identity/match`'s score description to explicitly mention that null values are returned if input is missing from either the financial institution or the API
100
+
- Update `/identity/match` sample response to include `is_business_name_detected`
101
+
102
+
### 2020-09-14_1.348.1
103
+
- Make the `warnings` field in `SignalEvaluateResponse` non-nullable
104
+
105
+
### 2020-09-14_1.348.0
106
+
- Add `STARTED` and `INTERNAL_ERROR` to bank income and employment `/credit/sessions/get` status
107
+
108
+
### 2020-09-14_1.347.1
109
+
110
+
- Change invalid format `datetime` to `date` on `initiated_date` field
111
+
- Update `SignalWarning` descriptions
112
+
113
+
### 2020-09-14_1.347.0
114
+
Fix npm publish
115
+
116
+
### 2020-09-14_1.346.0
117
+
- Releasing new `/credit/payroll_income/risk_signals/get` endpoint
0 commit comments