|
1 | 1 | See full changelog for the OpenAPI schema (OAS) [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md). |
2 | 2 |
|
| 3 | +# 29.1.0 |
| 4 | +- Updating to OAS 2020-09-14_1.610.1 |
| 5 | +- Update versions of okhttp, retrofit2, and gson-fire in pom.xml to address vulnerabilities. |
| 6 | + |
| 7 | +## OpenAPI Schema Changes |
| 8 | +### 2020-09-14_1.610.1 |
| 9 | +- Add `funds_available` sweep status and event type |
| 10 | + |
| 11 | +### 2020-09-14_1.610.0 |
| 12 | +- Add `PaymentInitiationConsentStatusUpdateWebhook` definition. |
| 13 | + |
| 14 | +### 2020-09-14_1.609.0 |
| 15 | +- Remove `/profile/get` and `/link/profile/eligibility/check` endpoints |
| 16 | + |
| 17 | +### 2020-09-14_1.608.0 |
| 18 | +- Remove erroneous UserToken object from LinkTokenGetMetadataResponse, as the specification was incorrect and the object was never returned as part of the response. |
| 19 | + |
| 20 | +### 2020-09-14_1.607.0 |
| 21 | +- Add failure_code and description fields to `/transfer/sweep/get` and `transfer/sweep/list` endpoints. Deprecated `ach_return_code` field of the TransferFailure and TransferRefundFailure objects. |
| 22 | + |
| 23 | +### 2020-09-14_1.606.1 |
| 24 | +- Updated description to `funding_account_id` field of `transfer/ledger/deposit` and `transfer/ledger/withdraw` |
| 25 | + |
| 26 | +### 2020-09-14_1.606.0 |
| 27 | +- Add `sandbox/payment/simulate` endpoint to enable testing of payment status transitions. |
| 28 | + |
| 29 | +### 2020-09-14_1.605.0 |
| 30 | +- Add `nsf_overdraft_transactions_count_30d/60d/90d` fields to `attributes` field of `cra/check_report/base_report/get` |
| 31 | + |
| 32 | +### 2020-09-14_1.604.1 |
| 33 | +- Add `account_id` to `/transactions/sync` request `options` object. |
| 34 | + |
| 35 | +### 2020-09-14_1.603.2 |
| 36 | +- Fix incorrect `USER_ACCOUNT_REVOKED` schema and example |
| 37 | + |
| 38 | +### 2020-09-14_1.603.1 |
| 39 | +- Internal changes only |
| 40 | + |
| 41 | +### 2020-09-14_1.603.0 |
| 42 | +- (pre-release) Add `fraud_analysis_details` and `image_quality_details` objects to the `analysis` object within each `documentary_verification.documents` object. These changes affect the response of all of the identity verification endpoints: |
| 43 | + - `identity_verification/create` |
| 44 | + - `identity_verification/get` |
| 45 | + - `identity_verification/list` |
| 46 | + - `identity_verification/retry` |
| 47 | + |
| 48 | +### 2020-09-14_1.602.1 |
| 49 | +- Documentation-only change to `/cra/monitoring_insights/subscribe` for cadence |
| 50 | + |
| 51 | +### 2020-09-14_1.602.0 |
| 52 | +- Added `payer_details` field to `payment_initiation/consent/get` response |
| 53 | + |
| 54 | +### 2020-09-14_1.601.2 |
| 55 | +- Documentation-only change to Investments `Security` object for new Fixed Income fields and sandbox availability |
| 56 | + |
| 57 | +### 2020-09-14_1.601.1 |
| 58 | +- Update descriptions for `/network/status/get` request fields |
| 59 | + |
| 60 | +### 2020-09-14_1.601.0 |
| 61 | +- Clean up legacy `/cra/base_report/*` endpoints from libraries in favor of `/cra/check_report/*` |
| 62 | +endpoints. |
| 63 | + |
| 64 | +### 2020-09-14_1.600.2 |
| 65 | +- Update descriptions for `/network/status/get` request and response fields |
| 66 | +- Add `nullable: true` to mortgage `account_number` field in the `MortgageLiability` schema to reflect actual behavior. |
| 67 | +- Add `transactions_refresh` to `Products` array to reflect actual behavior; this field is not accepted as input to `/link/token/create` but can be part of supported products array in the `Institution` object. |
| 68 | + |
| 69 | +### 2020-09-14_1.600.1 |
| 70 | +- `depository`+`cash management` Accounts are now eligible for Auth data for certain institutions |
| 71 | + |
| 72 | +### 2020-09-14_1.600.0 |
| 73 | +- Added `is_tokenized_account_number` to the `numbers.ach` object |
| 74 | + |
| 75 | +### 2020-09-14_1.599.0 |
| 76 | +- Added `auth_method` field to `Item` object |
| 77 | + |
| 78 | +### 2020-09-14_1.598.0 |
| 79 | +- Add `user_insights_id` to `/cra/monitoring_insights/get` response |
| 80 | +- |
| 81 | +### 2020-09-14_1.597.0 |
| 82 | +- (beta) Add /network/status/get endpoint |
| 83 | + |
| 84 | +### 2020-09-14_1.596.0 |
| 85 | +- Unhide `/sandbox/cra/cashflow_updates/update` |
| 86 | + |
| 87 | +### 2020-09-14_1.595.0 |
| 88 | +- Add `ruleset_key` to `/transfer/authorization/create` request |
| 89 | + |
| 90 | +### 2020-09-14_1.594.0 |
| 91 | +- Deprecated `consumer_dispute_id` field on consumer dispute object |
| 92 | + |
| 93 | +### 2020-09-14_1.593.0 |
| 94 | +- Add `fixed_income` object (which contains the `yield_rate`, `maturity_date`, `issue_date`, and `face_value` fields) to the Security object (Investments) |
| 95 | + |
| 96 | +### 2020-09-14_1.592.1 |
| 97 | + |
| 98 | +### 2020-09-14_1.592.0 |
| 99 | +- Add `/sandbox/cra/cashflow_updates/update` endpoint |
| 100 | + |
| 101 | +### 2020-09-14_1.591.1 |
| 102 | +- Hide `TransferMigratedFundingAccountIDRequest` from docs |
| 103 | + |
| 104 | +### 2020-09-14_1.591.0 |
| 105 | +- (pre-release) Add overall `risk_level`, and in some cases `factors` to each type of `risk_check` object. Also add `first_party_synthentic_fraud` and `third_party_synthentic_fraud` objects to`risk_check.identity_abuse_signals.synthetic_identity`. These changes affect the response of all of the identity verification endpoints: |
| 106 | + - `identity_verification/create` |
| 107 | + - `identity_verification/get` |
| 108 | + - `identity_verification/list` |
| 109 | + - `identity_verification/retry` |
| 110 | + |
| 111 | +### 2020-09-14_1.590.0 |
| 112 | +- Add `webhook` field to `TransferPlatformOriginatorCreateRequest` |
| 113 | + |
| 114 | +### 2020-09-14_1.589.0 |
| 115 | +- Add `PLATFORM_ONBOARDING_UPDATE` webhook for transfer |
| 116 | + |
| 117 | +### 2020-09-14_1.588.0 |
| 118 | +- Add `/processor/investments/transactions/get` endpoint |
| 119 | + |
| 120 | +### 2020-09-14_1.587.1 |
| 121 | +- Add `institution_name` field in the `Item` object |
| 122 | + |
| 123 | +### 2020-09-14_1.587.0 |
| 124 | +- Add `/processor/investments/holdings/get` endpoint |
| 125 | + |
3 | 126 | # 29.0.0 |
4 | 127 | - Updating to OAS 2020-09-14_1.586.4 |
5 | 128 |
|
|
0 commit comments