- The library has been pinned to the '2020-09-14' API release. Visit the docs to see what changed.
- the
/item/public_token/create
endpoint has been disabled in favor of the /link/token/create endpoint - The
/item/add_token/create endpoint
has been disabled in favor of the /link/token/create - The
/payment_initiation/payment/token/create
endpoint has been disabled in favor of the /link/token/create endpoint - The
/item/remove
endpoint will no longer return aremoved
boolean. - The
/institutions/get
,/institutions/get_by_id
, and/institutions/search
now requirecountry_codes
to 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
final
s from classes - Adds support for
routingNumbers
field onInstitution
- Alter required fields for
link/token/create
endpoint. - Downgrade okhttp3 version due to dependency management issue.
- Add support for the
merchantName
field onTransaction
- [BREAKING] Remove
publicKey
from the library, because it is no longer needed by the API - Add support for the
/link/token/create
endpoint
- Add remaining per-product
InstitutionStatus
fields - Add support for the
paymentChannel
field onTransaction
- Add support for the
/sandbox/item/set_verification_status
endpoint
- 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_webhook
endpoint (#140)
- Deprecate direct integration as it is no longer supported
- Replace
/item/delete
with/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.Options
to be subclassed (#110)
- Add Assets as a product (#109)
- Add
/item/remove
endpoint anditemRemove()
, an alias for/item/delete
anditemDelete()
respectively (#99)
- Add
INSTITUTION_ERROR
ErrorType
(#96)
- Add
getItemId
method toItemAccessTokenUpdateVersionResponse
(#95) - Fix failing Sandbox unit tests
- Fix Apex and Dwolla
processor_token
return values (#91)
- Add support for Apex and Dwolla processor tokens (#87)
- Add
getItemId()
method toItemPublicTokenExchangeResponse
(#82) - Add
incomeGet
to support Income (fixed #79) - Make
TransactionsGetResponse
inner classes static (fixed #81)
- Initial release for Plaid's updated API