- The library has been pinned to the '2020-09-14' API release. Visit the docs to see what changed.
- the
/item/public_token/createendpoint has been disabled in favor of the /link/token/create endpoint - The
/item/add_token/create endpointhas been disabled in favor of the /link/token/create - The
/payment_initiation/payment/token/createendpoint has been disabled in favor of the /link/token/create endpoint - The
/item/removeendpoint will no longer return aremovedboolean. - The
/institutions/get,/institutions/get_by_id, and/institutions/searchnow requirecountry_codesto be passed in.
- Add support for Link Token get endpoint (#239)
/link/token/get
- expose Gson builder on Plaid Client.
- [BREAKING] Add BACS support to
/recipient/create - Remove unnecessary
finals from classes - Adds support for
routingNumbersfield onInstitution
- Alter required fields for
link/token/createendpoint. - Downgrade okhttp3 version due to dependency management issue.
- Add support for the
merchantNamefield onTransaction
- [BREAKING] Remove
publicKeyfrom the library, because it is no longer needed by the API - Add support for the
/link/token/createendpoint
- Add remaining per-product
InstitutionStatusfields - Add support for the
paymentChannelfield onTransaction - Add support for the
/sandbox/item/set_verification_statusendpoint
- Add optional fields to the /item/add_token/create User object
- Add support for /item/add_token/create endpoint
- Add item status for the investment product.
- Add transaction_code field to the Transaction object.
- Add support for Transactions Refresh endpoint:
/transactions/refresh
- Add authorized_date field to Transactions object
- Add support for webhook_verification
- Add support for deposit switch endpoints
- Add support for UK Payment Initiation
- Add VerificationStatus to Account object
- Add consent expiration time to ItemStatus
- Add support for Credit liabilities.
- Add support for Account subtype filtering in Institution Search.
- Remove support for deprecated endpoint
/item/access_token/update_version.
- Add support for Student loan liabilities.
- Add support for Investments.
- Add support for 2019-05-29 API version
- Allow more robust customization of underlying OkHttpClient used by PlaidClient.
- Add support for
/sandbox/item/fire_webhookendpoint (#140)
- Deprecate direct integration as it is no longer supported
- Replace
/item/deletewith/item/remove - Add support for include_institution_data for /institutions/search, /institutions/get, /institutions/get_by_id (#134)
- Fix transaction get request handling. (#132)
- Add support for Asset Reports with Insights (#130)
- Add support for filtering asset reports (#125)
- Add support for asset report refresh (#126)
- Add support for /asset_report/audit_copy/get (#127)
- Allow
TransactionGetRequest.Optionsto be subclassed (#110)
- Add Assets as a product (#109)
- Add
/item/removeendpoint anditemRemove(), an alias for/item/deleteanditemDelete()respectively (#99)
- Add
INSTITUTION_ERRORErrorType(#96)
- Add
getItemIdmethod toItemAccessTokenUpdateVersionResponse(#95) - Fix failing Sandbox unit tests
- Fix Apex and Dwolla
processor_tokenreturn values (#91)
- Add support for Apex and Dwolla processor tokens (#87)
- Add
getItemId()method toItemPublicTokenExchangeResponse(#82) - Add
incomeGetto support Income (fixed #79) - Make
TransactionsGetResponseinner classes static (fixed #81)
- Initial release for Plaid's updated API