plaid 13.2.0 → 42.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4719 -4
- data/CONTRIBUTING.md +14 -59
- data/Dockerfile +15 -0
- data/Gemfile.lock +58 -45
- data/LICENSE.txt +1 -1
- data/Makefile +11 -0
- data/README.md +254 -122
- data/Rakefile +8 -79
- data/UPGRADING.md +4 -0
- data/lib/plaid/api/plaid_api.rb +20823 -0
- data/lib/plaid/api_client.rb +412 -0
- data/lib/plaid/api_error.rb +58 -0
- data/lib/plaid/configuration.rb +317 -0
- data/lib/plaid/models/account_access.rb +249 -0
- data/lib/plaid/models/account_assets.rb +440 -0
- data/lib/plaid/models/account_balance.rb +277 -0
- data/lib/plaid/models/account_base.rb +384 -0
- data/lib/plaid/models/account_base_nullable.rb +391 -0
- data/lib/plaid/models/account_filter.rb +259 -0
- data/lib/plaid/models/account_filters_response.rb +247 -0
- data/lib/plaid/models/account_holder_category.rb +40 -0
- data/lib/plaid/models/account_identity.rb +409 -0
- data/lib/plaid/models/account_identity_all_of.rb +227 -0
- data/lib/plaid/models/account_identity_document_upload.rb +422 -0
- data/lib/plaid/models/account_identity_document_upload_all_of.rb +240 -0
- data/lib/plaid/models/account_identity_match_score.rb +432 -0
- data/lib/plaid/models/account_identity_match_score_all_of.rb +250 -0
- data/lib/plaid/models/account_product_access.rb +250 -0
- data/lib/plaid/models/account_product_access_nullable.rb +257 -0
- data/lib/plaid/models/account_selection_cardinality.rb +40 -0
- data/lib/plaid/models/account_subtype.rb +107 -0
- data/lib/plaid/models/account_type.rb +43 -0
- data/lib/plaid/models/account_verification_insights.rb +281 -0
- data/lib/plaid/models/account_verification_insights_account_number_format.rb +40 -0
- data/lib/plaid/models/account_verification_insights_network_status.rb +241 -0
- data/lib/plaid/models/account_verification_insights_previous_returns.rb +226 -0
- data/lib/plaid/models/accounts_balance_get_request.rb +255 -0
- data/lib/plaid/models/accounts_balance_get_request_options.rb +233 -0
- data/lib/plaid/models/accounts_get_request.rb +255 -0
- data/lib/plaid/models/accounts_get_request_options.rb +223 -0
- data/lib/plaid/models/accounts_get_response.rb +257 -0
- data/lib/plaid/models/ach_class.rb +41 -0
- data/lib/plaid/models/action_state.rb +42 -0
- data/lib/plaid/models/activity.rb +335 -0
- data/lib/plaid/models/activity_type.rb +47 -0
- data/lib/plaid/models/address.rb +235 -0
- data/lib/plaid/models/address_data.rb +270 -0
- data/lib/plaid/models/address_data_not_required.rb +265 -0
- data/lib/plaid/models/address_data_nullable.rb +277 -0
- data/lib/plaid/models/address_data_nullable_no_required_fields.rb +272 -0
- data/lib/plaid/models/address_match_score.rb +233 -0
- data/lib/plaid/models/address_nullable.rb +242 -0
- data/lib/plaid/models/address_purpose_label.rb +40 -0
- data/lib/plaid/models/application.rb +366 -0
- data/lib/plaid/models/application_get_request.rb +256 -0
- data/lib/plaid/models/application_get_response.rb +240 -0
- data/lib/plaid/models/apr.rb +297 -0
- data/lib/plaid/models/asset.rb +281 -0
- data/lib/plaid/models/asset_detail.rb +370 -0
- data/lib/plaid/models/asset_holder.rb +225 -0
- data/lib/plaid/models/asset_holder_name.rb +226 -0
- data/lib/plaid/models/asset_owner.rb +222 -0
- data/lib/plaid/models/asset_owners.rb +228 -0
- data/lib/plaid/models/asset_report.rb +298 -0
- data/lib/plaid/models/asset_report_account_balance.rb +288 -0
- data/lib/plaid/models/asset_report_add_ons.rb +39 -0
- data/lib/plaid/models/asset_report_audit_copy_create_request.rb +256 -0
- data/lib/plaid/models/asset_report_audit_copy_create_response.rb +241 -0
- data/lib/plaid/models/asset_report_audit_copy_get_request.rb +246 -0
- data/lib/plaid/models/asset_report_audit_copy_remove_request.rb +246 -0
- data/lib/plaid/models/asset_report_audit_copy_remove_response.rb +241 -0
- data/lib/plaid/models/asset_report_create_request.rb +315 -0
- data/lib/plaid/models/asset_report_create_request_options.rb +290 -0
- data/lib/plaid/models/asset_report_create_response.rb +256 -0
- data/lib/plaid/models/asset_report_filter_request.rb +263 -0
- data/lib/plaid/models/asset_report_filter_response.rb +256 -0
- data/lib/plaid/models/asset_report_freddie.rb +253 -0
- data/lib/plaid/models/asset_report_freddie_get_request.rb +246 -0
- data/lib/plaid/models/asset_report_freddie_get_response.rb +255 -0
- data/lib/plaid/models/asset_report_get_request.rb +284 -0
- data/lib/plaid/models/asset_report_get_request_options.rb +248 -0
- data/lib/plaid/models/asset_report_get_response.rb +257 -0
- data/lib/plaid/models/asset_report_investment_holding.rb +341 -0
- data/lib/plaid/models/asset_report_investment_security.rb +259 -0
- data/lib/plaid/models/asset_report_investment_transaction.rb +440 -0
- data/lib/plaid/models/asset_report_investments.rb +247 -0
- data/lib/plaid/models/asset_report_item.rb +288 -0
- data/lib/plaid/models/asset_report_pdf_get_request.rb +255 -0
- data/lib/plaid/models/asset_report_pdf_get_request_options.rb +248 -0
- data/lib/plaid/models/asset_report_refresh_request.rb +292 -0
- data/lib/plaid/models/asset_report_refresh_request_options.rb +242 -0
- data/lib/plaid/models/asset_report_refresh_response.rb +256 -0
- data/lib/plaid/models/asset_report_remove_request.rb +246 -0
- data/lib/plaid/models/asset_report_remove_response.rb +241 -0
- data/lib/plaid/models/asset_report_transaction.rb +477 -0
- data/lib/plaid/models/asset_report_transaction_type.rb +41 -0
- data/lib/plaid/models/asset_report_type.rb +39 -0
- data/lib/plaid/models/asset_report_user.rb +288 -0
- data/lib/plaid/models/asset_transaction.rb +242 -0
- data/lib/plaid/models/asset_transaction_category_type.rb +144 -0
- data/lib/plaid/models/asset_transaction_description.rb +226 -0
- data/lib/plaid/models/asset_transaction_detail.rb +350 -0
- data/lib/plaid/models/asset_transaction_type.rb +39 -0
- data/lib/plaid/models/asset_transactions.rb +227 -0
- data/lib/plaid/models/asset_type.rb +42 -0
- data/lib/plaid/models/assets.rb +228 -0
- data/lib/plaid/models/assets_error_webhook.rb +312 -0
- data/lib/plaid/models/assets_product_ready_webhook.rb +311 -0
- data/lib/plaid/models/auth_default_update_webhook.rb +336 -0
- data/lib/plaid/models/auth_get_numbers.rb +279 -0
- data/lib/plaid/models/auth_get_request.rb +255 -0
- data/lib/plaid/models/auth_get_request_options.rb +223 -0
- data/lib/plaid/models/auth_get_response.rb +271 -0
- data/lib/plaid/models/auth_metadata.rb +221 -0
- data/lib/plaid/models/auth_supported_methods.rb +271 -0
- data/lib/plaid/models/auth_update_types.rb +39 -0
- data/lib/plaid/models/automatically_verified_webhook.rb +317 -0
- data/lib/plaid/models/bank_income_complete_result.rb +39 -0
- data/lib/plaid/models/bank_income_complete_webhook.rb +306 -0
- data/lib/plaid/models/bank_income_refresh_complete_result.rb +39 -0
- data/lib/plaid/models/bank_income_refresh_complete_webhook.rb +306 -0
- data/lib/plaid/models/bank_income_refresh_update_webhook.rb +292 -0
- data/lib/plaid/models/bank_initiated_return_risk.rb +301 -0
- data/lib/plaid/models/bank_transfer.rb +476 -0
- data/lib/plaid/models/bank_transfer_balance.rb +241 -0
- data/lib/plaid/models/bank_transfer_balance_get_request.rb +242 -0
- data/lib/plaid/models/bank_transfer_balance_get_response.rb +251 -0
- data/lib/plaid/models/bank_transfer_cancel_request.rb +246 -0
- data/lib/plaid/models/bank_transfer_cancel_response.rb +226 -0
- data/lib/plaid/models/bank_transfer_create_request.rb +497 -0
- data/lib/plaid/models/bank_transfer_create_response.rb +240 -0
- data/lib/plaid/models/bank_transfer_direction.rb +40 -0
- data/lib/plaid/models/bank_transfer_event.rb +403 -0
- data/lib/plaid/models/bank_transfer_event_list_bank_transfer_type.rb +40 -0
- data/lib/plaid/models/bank_transfer_event_list_direction.rb +40 -0
- data/lib/plaid/models/bank_transfer_event_list_request.rb +409 -0
- data/lib/plaid/models/bank_transfer_event_list_response.rb +242 -0
- data/lib/plaid/models/bank_transfer_event_sync_request.rb +306 -0
- data/lib/plaid/models/bank_transfer_event_sync_response.rb +242 -0
- data/lib/plaid/models/bank_transfer_event_type.rb +42 -0
- data/lib/plaid/models/bank_transfer_failure.rb +232 -0
- data/lib/plaid/models/bank_transfer_get_request.rb +246 -0
- data/lib/plaid/models/bank_transfer_get_response.rb +240 -0
- data/lib/plaid/models/bank_transfer_list_request.rb +363 -0
- data/lib/plaid/models/bank_transfer_list_response.rb +242 -0
- data/lib/plaid/models/bank_transfer_migrate_account_request.rb +286 -0
- data/lib/plaid/models/bank_transfer_migrate_account_response.rb +256 -0
- data/lib/plaid/models/bank_transfer_network.rb +40 -0
- data/lib/plaid/models/bank_transfer_status.rb +42 -0
- data/lib/plaid/models/bank_transfer_sweep.rb +271 -0
- data/lib/plaid/models/bank_transfer_sweep_get_request.rb +246 -0
- data/lib/plaid/models/bank_transfer_sweep_get_response.rb +240 -0
- data/lib/plaid/models/bank_transfer_sweep_list_request.rb +303 -0
- data/lib/plaid/models/bank_transfer_sweep_list_response.rb +242 -0
- data/lib/plaid/models/bank_transfer_type.rb +39 -0
- data/lib/plaid/models/bank_transfer_user.rb +247 -0
- data/lib/plaid/models/bank_transfers_events_update_webhook.rb +277 -0
- data/lib/plaid/models/bank_transfers_events_update_webhook_for_auth.rb +277 -0
- data/lib/plaid/models/base_report.rb +293 -0
- data/lib/plaid/models/base_report_account.rb +443 -0
- data/lib/plaid/models/base_report_account_balances.rb +311 -0
- data/lib/plaid/models/base_report_account_insights.rb +323 -0
- data/lib/plaid/models/base_report_account_metadata.rb +233 -0
- data/lib/plaid/models/base_report_attributes.rb +353 -0
- data/lib/plaid/models/base_report_average_flow_insights.rb +255 -0
- data/lib/plaid/models/base_report_average_monthly_balances.rb +255 -0
- data/lib/plaid/models/base_report_historical_balance.rb +263 -0
- data/lib/plaid/models/base_report_item.rb +288 -0
- data/lib/plaid/models/base_report_longest_gap_insights.rb +242 -0
- data/lib/plaid/models/base_report_number_flow_insights.rb +256 -0
- data/lib/plaid/models/base_report_transaction.rb +449 -0
- data/lib/plaid/models/base_report_transaction_type.rb +41 -0
- data/lib/plaid/models/base_report_user_attributes.rb +331 -0
- data/lib/plaid/models/base_report_warning.rb +272 -0
- data/lib/plaid/models/base_report_warning_code.rb +40 -0
- data/lib/plaid/models/base_reports_error_webhook.rb +302 -0
- data/lib/plaid/models/beacon_account_risk_attributes.rb +519 -0
- data/lib/plaid/models/beacon_account_risk_evaluate_account.rb +271 -0
- data/lib/plaid/models/beacon_account_risk_evaluate_account_attributes.rb +519 -0
- data/lib/plaid/models/beacon_account_risk_evaluate_evaluation_reason.rb +42 -0
- data/lib/plaid/models/beacon_account_risk_evaluate_request.rb +346 -0
- data/lib/plaid/models/beacon_account_risk_evaluate_request_options.rb +223 -0
- data/lib/plaid/models/beacon_account_risk_evaluate_response.rb +243 -0
- data/lib/plaid/models/beacon_audit_trail.rb +273 -0
- data/lib/plaid/models/beacon_audit_trail_source.rb +41 -0
- data/lib/plaid/models/beacon_bank_account_insights.rb +286 -0
- data/lib/plaid/models/beacon_bank_accounts.rb +242 -0
- data/lib/plaid/models/beacon_duplicate_detected_webhook.rb +292 -0
- data/lib/plaid/models/beacon_duplicate_get_request.rb +246 -0
- data/lib/plaid/models/beacon_duplicate_get_response.rb +283 -0
- data/lib/plaid/models/beacon_match_summary_analysis.rb +331 -0
- data/lib/plaid/models/beacon_match_summary_code.rb +41 -0
- data/lib/plaid/models/beacon_report.rb +342 -0
- data/lib/plaid/models/beacon_report_create_request.rb +307 -0
- data/lib/plaid/models/beacon_report_create_response.rb +357 -0
- data/lib/plaid/models/beacon_report_create_type.rb +43 -0
- data/lib/plaid/models/beacon_report_created_webhook.rb +292 -0
- data/lib/plaid/models/beacon_report_get_request.rb +246 -0
- data/lib/plaid/models/beacon_report_get_response.rb +357 -0
- data/lib/plaid/models/beacon_report_list_request.rb +257 -0
- data/lib/plaid/models/beacon_report_list_response.rb +253 -0
- data/lib/plaid/models/beacon_report_syndication.rb +269 -0
- data/lib/plaid/models/beacon_report_syndication_analysis.rb +347 -0
- data/lib/plaid/models/beacon_report_syndication_created_webhook.rb +292 -0
- data/lib/plaid/models/beacon_report_syndication_get_request.rb +246 -0
- data/lib/plaid/models/beacon_report_syndication_get_response.rb +284 -0
- data/lib/plaid/models/beacon_report_syndication_list_request.rb +257 -0
- data/lib/plaid/models/beacon_report_syndication_list_response.rb +253 -0
- data/lib/plaid/models/beacon_report_syndication_original_report.rb +299 -0
- data/lib/plaid/models/beacon_report_type.rb +43 -0
- data/lib/plaid/models/beacon_report_updated_webhook.rb +292 -0
- data/lib/plaid/models/beacon_syndicated_report_depository_account_match_analysis.rb +277 -0
- data/lib/plaid/models/beacon_user.rb +394 -0
- data/lib/plaid/models/beacon_user_account_insights_get_request.rb +261 -0
- data/lib/plaid/models/beacon_user_account_insights_get_response.rb +285 -0
- data/lib/plaid/models/beacon_user_address.rb +289 -0
- data/lib/plaid/models/beacon_user_create_request.rb +288 -0
- data/lib/plaid/models/beacon_user_create_response.rb +409 -0
- data/lib/plaid/models/beacon_user_data.rb +313 -0
- data/lib/plaid/models/beacon_user_depository_account.rb +256 -0
- data/lib/plaid/models/beacon_user_get_request.rb +246 -0
- data/lib/plaid/models/beacon_user_get_response.rb +409 -0
- data/lib/plaid/models/beacon_user_history_list_request.rb +257 -0
- data/lib/plaid/models/beacon_user_history_list_response.rb +253 -0
- data/lib/plaid/models/beacon_user_id_number.rb +262 -0
- data/lib/plaid/models/beacon_user_name.rb +241 -0
- data/lib/plaid/models/beacon_user_name_nullable.rb +241 -0
- data/lib/plaid/models/beacon_user_request_address.rb +289 -0
- data/lib/plaid/models/beacon_user_request_address_nullable.rb +289 -0
- data/lib/plaid/models/beacon_user_request_data.rb +299 -0
- data/lib/plaid/models/beacon_user_request_depository_account.rb +241 -0
- data/lib/plaid/models/beacon_user_review_request.rb +282 -0
- data/lib/plaid/models/beacon_user_revision.rb +241 -0
- data/lib/plaid/models/beacon_user_status.rb +40 -0
- data/lib/plaid/models/beacon_user_status_updated_webhook.rb +292 -0
- data/lib/plaid/models/beacon_user_update_request.rb +269 -0
- data/lib/plaid/models/beacon_user_update_request_data.rb +294 -0
- data/lib/plaid/models/beacon_user_update_response.rb +409 -0
- data/lib/plaid/models/business_account.rb +404 -0
- data/lib/plaid/models/business_account_all_of.rb +222 -0
- data/lib/plaid/models/business_finance_category.rb +252 -0
- data/lib/plaid/models/cash_flow_updates_event_webhook_codes.rb +41 -0
- data/lib/plaid/models/cash_flow_updates_expected_deposit_missed_webhook.rb +306 -0
- data/lib/plaid/models/cash_flow_updates_insights_webhook.rb +306 -0
- data/lib/plaid/models/cash_flow_updates_large_deposit_webhook.rb +306 -0
- data/lib/plaid/models/cash_flow_updates_low_balance_webhook.rb +306 -0
- data/lib/plaid/models/cash_flow_updates_new_income_stream_webhook.rb +306 -0
- data/lib/plaid/models/cash_flow_updates_new_loan_payment_webhook.rb +306 -0
- data/lib/plaid/models/cash_flow_updates_nsf_webhook.rb +306 -0
- data/lib/plaid/models/cashflow_attributes_version.rb +39 -0
- data/lib/plaid/models/cashflow_report_account_insights.rb +245 -0
- data/lib/plaid/models/cashflow_report_get_request.rb +348 -0
- data/lib/plaid/models/cashflow_report_get_request_options.rb +223 -0
- data/lib/plaid/models/cashflow_report_get_response.rb +334 -0
- data/lib/plaid/models/cashflow_report_historical_balance.rb +263 -0
- data/lib/plaid/models/cashflow_report_insights_get_request.rb +246 -0
- data/lib/plaid/models/cashflow_report_insights_get_response.rb +286 -0
- data/lib/plaid/models/cashflow_report_monthly_summary.rb +448 -0
- data/lib/plaid/models/cashflow_report_monthly_summary_average_daily_ending_balance.rb +248 -0
- data/lib/plaid/models/cashflow_report_monthly_summary_average_daily_inflow_amount.rb +248 -0
- data/lib/plaid/models/cashflow_report_monthly_summary_average_daily_net_cashflow_amount.rb +248 -0
- data/lib/plaid/models/cashflow_report_monthly_summary_average_daily_outflow_amount.rb +248 -0
- data/lib/plaid/models/cashflow_report_monthly_summary_ending_balance.rb +248 -0
- data/lib/plaid/models/cashflow_report_monthly_summary_starting_balance.rb +248 -0
- data/lib/plaid/models/cashflow_report_monthly_summary_total_loan_payment.rb +248 -0
- data/lib/plaid/models/cashflow_report_monthly_summary_total_payroll.rb +248 -0
- data/lib/plaid/models/cashflow_report_monthly_summary_total_revenue.rb +248 -0
- data/lib/plaid/models/cashflow_report_monthly_summary_total_variable_expense.rb +248 -0
- data/lib/plaid/models/cashflow_report_payment_meta.rb +299 -0
- data/lib/plaid/models/cashflow_report_refresh_request.rb +293 -0
- data/lib/plaid/models/cashflow_report_refresh_response.rb +226 -0
- data/lib/plaid/models/cashflow_report_transaction.rb +559 -0
- data/lib/plaid/models/cashflow_report_transactions_get_request.rb +303 -0
- data/lib/plaid/models/cashflow_report_transactions_get_request_options.rb +223 -0
- data/lib/plaid/models/cashflow_report_transactions_get_response.rb +319 -0
- data/lib/plaid/models/categories_get_response.rb +243 -0
- data/lib/plaid/models/category.rb +258 -0
- data/lib/plaid/models/category_insight_details.rb +283 -0
- data/lib/plaid/models/category_insights.rb +235 -0
- data/lib/plaid/models/cause.rb +376 -0
- data/lib/plaid/models/cause_all_of.rb +220 -0
- data/lib/plaid/models/check_report_warning.rb +272 -0
- data/lib/plaid/models/check_report_warning_code.rb +40 -0
- data/lib/plaid/models/client_provided_enhanced_transaction.rb +285 -0
- data/lib/plaid/models/client_provided_enriched_transaction.rb +356 -0
- data/lib/plaid/models/client_provided_raw_transaction.rb +271 -0
- data/lib/plaid/models/client_provided_transaction.rb +376 -0
- data/lib/plaid/models/client_provided_transaction_location.rb +261 -0
- data/lib/plaid/models/connected_application.rb +310 -0
- data/lib/plaid/models/consent_event.rb +338 -0
- data/lib/plaid/models/consent_event_code.rb +42 -0
- data/lib/plaid/models/consent_event_initiator.rb +41 -0
- data/lib/plaid/models/consent_event_type.rb +40 -0
- data/lib/plaid/models/consent_events_get_request.rb +246 -0
- data/lib/plaid/models/consent_events_get_response.rb +243 -0
- data/lib/plaid/models/consented_account.rb +292 -0
- data/lib/plaid/models/consumer_dispute.rb +292 -0
- data/lib/plaid/models/consumer_dispute_category.rb +41 -0
- data/lib/plaid/models/consumer_report_pdf_get_request.rb +246 -0
- data/lib/plaid/models/consumer_report_permissible_purpose.rb +45 -0
- data/lib/plaid/models/consumer_report_user_identity.rb +348 -0
- data/lib/plaid/models/counterparty.rb +327 -0
- data/lib/plaid/models/counterparty_insights.rb +235 -0
- data/lib/plaid/models/counterparty_numbers.rb +231 -0
- data/lib/plaid/models/counterparty_numbers_bacs.rb +233 -0
- data/lib/plaid/models/counterparty_numbers_international.rb +258 -0
- data/lib/plaid/models/counterparty_type.rb +43 -0
- data/lib/plaid/models/country_code.rb +57 -0
- data/lib/plaid/models/cra_bank_income_account.rb +339 -0
- data/lib/plaid/models/cra_bank_income_account_metadata.rb +233 -0
- data/lib/plaid/models/cra_bank_income_bonus_type.rb +40 -0
- data/lib/plaid/models/cra_bank_income_cause.rb +292 -0
- data/lib/plaid/models/cra_bank_income_complete_result.rb +39 -0
- data/lib/plaid/models/cra_bank_income_complete_webhook.rb +301 -0
- data/lib/plaid/models/cra_bank_income_employer.rb +222 -0
- data/lib/plaid/models/cra_bank_income_error_webhook.rb +292 -0
- data/lib/plaid/models/cra_bank_income_historical_summary.rb +254 -0
- data/lib/plaid/models/cra_bank_income_item.rb +285 -0
- data/lib/plaid/models/cra_bank_income_source.rb +424 -0
- data/lib/plaid/models/cra_bank_income_summary.rb +356 -0
- data/lib/plaid/models/cra_bank_income_transaction.rb +357 -0
- data/lib/plaid/models/cra_bank_income_warning.rb +260 -0
- data/lib/plaid/models/cra_bank_income_warning_code.rb +41 -0
- data/lib/plaid/models/cra_cashflow_insights_report.rb +261 -0
- data/lib/plaid/models/cra_check_report_base_report_get_request.rb +264 -0
- data/lib/plaid/models/cra_check_report_base_report_get_response.rb +257 -0
- data/lib/plaid/models/cra_check_report_cashflow_insights_get_options.rb +253 -0
- data/lib/plaid/models/cra_check_report_cashflow_insights_get_request.rb +261 -0
- data/lib/plaid/models/cra_check_report_cashflow_insights_get_response.rb +252 -0
- data/lib/plaid/models/cra_check_report_create_base_report_options.rb +243 -0
- data/lib/plaid/models/cra_check_report_create_partner_insights_options.rb +233 -0
- data/lib/plaid/models/cra_check_report_create_request.rb +431 -0
- data/lib/plaid/models/cra_check_report_create_response.rb +221 -0
- data/lib/plaid/models/cra_check_report_failed_webhook.rb +292 -0
- data/lib/plaid/models/cra_check_report_freddie_mac_get_request.rb +246 -0
- data/lib/plaid/models/cra_check_report_freddie_mac_get_response.rb +255 -0
- data/lib/plaid/models/cra_check_report_freddie_mac_verification_of_assets_deal.rb +253 -0
- data/lib/plaid/models/cra_check_report_gse_options.rb +228 -0
- data/lib/plaid/models/cra_check_report_income_insights_get_request.rb +251 -0
- data/lib/plaid/models/cra_check_report_income_insights_get_response.rb +247 -0
- data/lib/plaid/models/cra_check_report_network_insights_get_request.rb +251 -0
- data/lib/plaid/models/cra_check_report_network_insights_get_response.rb +252 -0
- data/lib/plaid/models/cra_check_report_partner_insights_get_options.rb +233 -0
- data/lib/plaid/models/cra_check_report_partner_insights_get_partner_insights.rb +221 -0
- data/lib/plaid/models/cra_check_report_partner_insights_get_request.rb +270 -0
- data/lib/plaid/models/cra_check_report_partner_insights_get_response.rb +247 -0
- data/lib/plaid/models/cra_check_report_pdf_get_request.rb +263 -0
- data/lib/plaid/models/cra_check_report_ready_webhook.rb +331 -0
- data/lib/plaid/models/cra_check_report_verification_get_employment_refresh_options.rb +247 -0
- data/lib/plaid/models/cra_check_report_verification_get_report_type.rb +39 -0
- data/lib/plaid/models/cra_check_report_verification_get_request.rb +268 -0
- data/lib/plaid/models/cra_check_report_verification_get_response.rb +257 -0
- data/lib/plaid/models/cra_employment_refresh_report.rb +258 -0
- data/lib/plaid/models/cra_employment_refresh_report_account.rb +315 -0
- data/lib/plaid/models/cra_employment_refresh_report_item.rb +288 -0
- data/lib/plaid/models/cra_employment_refresh_report_transaction.rb +286 -0
- data/lib/plaid/models/cra_income_insights.rb +285 -0
- data/lib/plaid/models/cra_loan_application.rb +311 -0
- data/lib/plaid/models/cra_loan_application_decision.rb +40 -0
- data/lib/plaid/models/cra_loan_closed_status.rb +262 -0
- data/lib/plaid/models/cra_loan_opened_status.rb +262 -0
- data/lib/plaid/models/cra_loan_payment_history.rb +276 -0
- data/lib/plaid/models/cra_loan_payment_schedule.rb +44 -0
- data/lib/plaid/models/cra_loan_register.rb +339 -0
- data/lib/plaid/models/cra_loan_register_application.rb +231 -0
- data/lib/plaid/models/cra_loan_status.rb +47 -0
- data/lib/plaid/models/cra_loan_status_history_update.rb +262 -0
- data/lib/plaid/models/cra_loan_type.rb +46 -0
- data/lib/plaid/models/cra_loan_unregister.rb +240 -0
- data/lib/plaid/models/cra_loan_unregister_response.rb +226 -0
- data/lib/plaid/models/cra_loan_update.rb +245 -0
- data/lib/plaid/models/cra_loans_applications_register_request.rb +248 -0
- data/lib/plaid/models/cra_loans_applications_register_response.rb +226 -0
- data/lib/plaid/models/cra_loans_register_request.rb +248 -0
- data/lib/plaid/models/cra_loans_register_response.rb +226 -0
- data/lib/plaid/models/cra_loans_unregister_request.rb +248 -0
- data/lib/plaid/models/cra_loans_update_request.rb +248 -0
- data/lib/plaid/models/cra_loans_update_response.rb +226 -0
- data/lib/plaid/models/cra_monitoring_insights_get_request.rb +282 -0
- data/lib/plaid/models/cra_monitoring_insights_get_response.rb +258 -0
- data/lib/plaid/models/cra_monitoring_insights_item.rb +307 -0
- data/lib/plaid/models/cra_monitoring_insights_subscribe_request.rb +274 -0
- data/lib/plaid/models/cra_monitoring_insights_subscribe_response.rb +241 -0
- data/lib/plaid/models/cra_monitoring_insights_unsubscribe_request.rb +246 -0
- data/lib/plaid/models/cra_monitoring_insights_unsubscribe_response.rb +226 -0
- data/lib/plaid/models/cra_network_insights_item.rb +256 -0
- data/lib/plaid/models/cra_network_insights_report.rb +273 -0
- data/lib/plaid/models/cra_partner_insights.rb +263 -0
- data/lib/plaid/models/cra_partner_insights_complete_webhook.rb +292 -0
- data/lib/plaid/models/cra_partner_insights_error_webhook.rb +292 -0
- data/lib/plaid/models/cra_partner_insights_get_request.rb +246 -0
- data/lib/plaid/models/cra_partner_insights_get_response.rb +237 -0
- data/lib/plaid/models/cra_partner_insights_item.rb +253 -0
- data/lib/plaid/models/cra_partner_insights_item_account.rb +339 -0
- data/lib/plaid/models/cra_partner_insights_item_account_metadata.rb +233 -0
- data/lib/plaid/models/cra_partner_insights_prism.rb +276 -0
- data/lib/plaid/models/cra_pdf_add_ons.rb +38 -0
- data/lib/plaid/models/cra_prediction_interval.rb +244 -0
- data/lib/plaid/models/cra_upgrade_failed_webhook.rb +309 -0
- data/lib/plaid/models/cra_verification_report.rb +257 -0
- data/lib/plaid/models/cra_voa_report.rb +272 -0
- data/lib/plaid/models/cra_voa_report_account.rb +396 -0
- data/lib/plaid/models/cra_voa_report_account_balances.rb +309 -0
- data/lib/plaid/models/cra_voa_report_account_historical_balance.rb +263 -0
- data/lib/plaid/models/cra_voa_report_attributes.rb +231 -0
- data/lib/plaid/models/cra_voa_report_item.rb +288 -0
- data/lib/plaid/models/cra_voa_report_transactions_insights.rb +250 -0
- data/lib/plaid/models/credit1099.rb +795 -0
- data/lib/plaid/models/credit1099_filer.rb +253 -0
- data/lib/plaid/models/credit1099_payer.rb +253 -0
- data/lib/plaid/models/credit1099_recipient.rb +275 -0
- data/lib/plaid/models/credit_account_subtype.rb +40 -0
- data/lib/plaid/models/credit_ach_class.rb +40 -0
- data/lib/plaid/models/credit_amount_with_currency.rb +248 -0
- data/lib/plaid/models/credit_audit_copy_token_create_request.rb +248 -0
- data/lib/plaid/models/credit_audit_copy_token_create_response.rb +241 -0
- data/lib/plaid/models/credit_audit_copy_token_remove_request.rb +246 -0
- data/lib/plaid/models/credit_audit_copy_token_remove_response.rb +241 -0
- data/lib/plaid/models/credit_audit_copy_token_update_request.rb +263 -0
- data/lib/plaid/models/credit_audit_copy_token_update_response.rb +241 -0
- data/lib/plaid/models/credit_bank_employer.rb +226 -0
- data/lib/plaid/models/credit_bank_employment.rb +285 -0
- data/lib/plaid/models/credit_bank_employment_get_request.rb +246 -0
- data/lib/plaid/models/credit_bank_employment_get_response.rb +243 -0
- data/lib/plaid/models/credit_bank_employment_item.rb +305 -0
- data/lib/plaid/models/credit_bank_employment_report.rb +290 -0
- data/lib/plaid/models/credit_bank_employment_warning.rb +275 -0
- data/lib/plaid/models/credit_bank_employment_warning_type.rb +38 -0
- data/lib/plaid/models/credit_bank_income.rb +274 -0
- data/lib/plaid/models/credit_bank_income_account.rb +330 -0
- data/lib/plaid/models/credit_bank_income_account_type.rb +38 -0
- data/lib/plaid/models/credit_bank_income_category.rb +52 -0
- data/lib/plaid/models/credit_bank_income_cause.rb +307 -0
- data/lib/plaid/models/credit_bank_income_error_type.rb +53 -0
- data/lib/plaid/models/credit_bank_income_get_request.rb +250 -0
- data/lib/plaid/models/credit_bank_income_get_request_options.rb +223 -0
- data/lib/plaid/models/credit_bank_income_get_response.rb +237 -0
- data/lib/plaid/models/credit_bank_income_historical_summary.rb +286 -0
- data/lib/plaid/models/credit_bank_income_item.rb +275 -0
- data/lib/plaid/models/credit_bank_income_pay_frequency.rb +43 -0
- data/lib/plaid/models/credit_bank_income_pdf_get_request.rb +246 -0
- data/lib/plaid/models/credit_bank_income_refresh_request.rb +255 -0
- data/lib/plaid/models/credit_bank_income_refresh_request_options.rb +221 -0
- data/lib/plaid/models/credit_bank_income_refresh_response.rb +226 -0
- data/lib/plaid/models/credit_bank_income_source.rb +332 -0
- data/lib/plaid/models/credit_bank_income_summary.rb +316 -0
- data/lib/plaid/models/credit_bank_income_transaction.rb +305 -0
- data/lib/plaid/models/credit_bank_income_warning.rb +260 -0
- data/lib/plaid/models/credit_bank_income_warning_code.rb +42 -0
- data/lib/plaid/models/credit_bank_income_warning_type.rb +38 -0
- data/lib/plaid/models/credit_bank_income_webhook_update_request.rb +261 -0
- data/lib/plaid/models/credit_bank_income_webhook_update_response.rb +226 -0
- data/lib/plaid/models/credit_bank_statement_upload_account_owner.rb +236 -0
- data/lib/plaid/models/credit_bank_statement_upload_account_owner_address.rb +266 -0
- data/lib/plaid/models/credit_bank_statement_upload_bank_account.rb +297 -0
- data/lib/plaid/models/credit_bank_statement_upload_bank_account_period.rb +255 -0
- data/lib/plaid/models/credit_bank_statement_upload_item.rb +263 -0
- data/lib/plaid/models/credit_bank_statement_upload_object.rb +270 -0
- data/lib/plaid/models/credit_bank_statement_upload_transaction.rb +255 -0
- data/lib/plaid/models/credit_bank_statements_uploads_get_request.rb +255 -0
- data/lib/plaid/models/credit_bank_statements_uploads_get_request_options.rb +223 -0
- data/lib/plaid/models/credit_bank_statements_uploads_get_response.rb +243 -0
- data/lib/plaid/models/credit_card_liability.rb +316 -0
- data/lib/plaid/models/credit_category.rb +241 -0
- data/lib/plaid/models/credit_document_metadata.rb +281 -0
- data/lib/plaid/models/credit_employer_verification.rb +222 -0
- data/lib/plaid/models/credit_employment_get_request.rb +246 -0
- data/lib/plaid/models/credit_employment_get_response.rb +243 -0
- data/lib/plaid/models/credit_employment_item.rb +252 -0
- data/lib/plaid/models/credit_employment_verification.rb +316 -0
- data/lib/plaid/models/credit_filter.rb +228 -0
- data/lib/plaid/models/credit_freddie_mac_asset.rb +281 -0
- data/lib/plaid/models/credit_freddie_mac_asset_transaction.rb +242 -0
- data/lib/plaid/models/credit_freddie_mac_asset_transactions.rb +227 -0
- data/lib/plaid/models/credit_freddie_mac_assets.rb +228 -0
- data/lib/plaid/models/credit_freddie_mac_individual_name.rb +256 -0
- data/lib/plaid/models/credit_freddie_mac_loan.rb +240 -0
- data/lib/plaid/models/credit_freddie_mac_loan_identifiers.rb +227 -0
- data/lib/plaid/models/credit_freddie_mac_loans.rb +225 -0
- data/lib/plaid/models/credit_freddie_mac_parties.rb +227 -0
- data/lib/plaid/models/credit_freddie_mac_party.rb +253 -0
- data/lib/plaid/models/credit_freddie_mac_party_individual.rb +225 -0
- data/lib/plaid/models/credit_freddie_mac_reporting_information.rb +256 -0
- data/lib/plaid/models/credit_freddie_mac_reports_get_request.rb +246 -0
- data/lib/plaid/models/credit_freddie_mac_reports_get_response.rb +255 -0
- data/lib/plaid/models/credit_freddie_mac_service.rb +241 -0
- data/lib/plaid/models/credit_freddie_mac_services.rb +225 -0
- data/lib/plaid/models/credit_freddie_mac_verification_of_asset.rb +253 -0
- data/lib/plaid/models/credit_freddie_mac_verification_of_asset_response.rb +225 -0
- data/lib/plaid/models/credit_freddie_mac_verification_of_assets_deal.rb +253 -0
- data/lib/plaid/models/credit_pay_stub.rb +320 -0
- data/lib/plaid/models/credit_pay_stub_address.rb +266 -0
- data/lib/plaid/models/credit_pay_stub_deductions.rb +241 -0
- data/lib/plaid/models/credit_pay_stub_earnings.rb +241 -0
- data/lib/plaid/models/credit_pay_stub_employee.rb +261 -0
- data/lib/plaid/models/credit_pay_stub_employer.rb +236 -0
- data/lib/plaid/models/credit_pay_stub_net_pay.rb +266 -0
- data/lib/plaid/models/credit_pay_stub_pay_basis_type.rb +40 -0
- data/lib/plaid/models/credit_payroll_income_get_request.rb +250 -0
- data/lib/plaid/models/credit_payroll_income_get_request_options.rb +223 -0
- data/lib/plaid/models/credit_payroll_income_get_response.rb +253 -0
- data/lib/plaid/models/credit_payroll_income_parsing_config_update_request.rb +273 -0
- data/lib/plaid/models/credit_payroll_income_parsing_config_update_response.rb +226 -0
- data/lib/plaid/models/credit_payroll_income_precheck_request.rb +283 -0
- data/lib/plaid/models/credit_payroll_income_precheck_response.rb +262 -0
- data/lib/plaid/models/credit_payroll_income_refresh_request.rb +255 -0
- data/lib/plaid/models/credit_payroll_income_refresh_request_options.rb +233 -0
- data/lib/plaid/models/credit_payroll_income_refresh_response.rb +241 -0
- data/lib/plaid/models/credit_payroll_income_risk_signals_get_request.rb +241 -0
- data/lib/plaid/models/credit_payroll_income_risk_signals_get_response.rb +253 -0
- data/lib/plaid/models/credit_platform_ids.rb +244 -0
- data/lib/plaid/models/credit_relay_create_request.rb +274 -0
- data/lib/plaid/models/credit_relay_create_response.rb +241 -0
- data/lib/plaid/models/credit_relay_get_request.rb +294 -0
- data/lib/plaid/models/credit_relay_pdf_get_request.rb +282 -0
- data/lib/plaid/models/credit_relay_refresh_request.rb +293 -0
- data/lib/plaid/models/credit_relay_refresh_response.rb +250 -0
- data/lib/plaid/models/credit_relay_remove_request.rb +246 -0
- data/lib/plaid/models/credit_relay_remove_response.rb +241 -0
- data/lib/plaid/models/credit_session.rb +252 -0
- data/lib/plaid/models/credit_session_bank_employment_result.rb +262 -0
- data/lib/plaid/models/credit_session_bank_employment_status.rb +40 -0
- data/lib/plaid/models/credit_session_bank_income_result.rb +262 -0
- data/lib/plaid/models/credit_session_bank_income_status.rb +40 -0
- data/lib/plaid/models/credit_session_document_income_result.rb +271 -0
- data/lib/plaid/models/credit_session_error.rb +252 -0
- data/lib/plaid/models/credit_session_item_add_result.rb +241 -0
- data/lib/plaid/models/credit_session_payroll_income_result.rb +251 -0
- data/lib/plaid/models/credit_session_results.rb +269 -0
- data/lib/plaid/models/credit_sessions_get_request.rb +246 -0
- data/lib/plaid/models/credit_sessions_get_response.rb +238 -0
- data/lib/plaid/models/credit_w2.rb +487 -0
- data/lib/plaid/models/custom_sandbox_transaction.rb +281 -0
- data/lib/plaid/models/customer_initiated_return_risk.rb +301 -0
- data/lib/plaid/models/dashboard_user.rb +292 -0
- data/lib/plaid/models/dashboard_user_get_request.rb +246 -0
- data/lib/plaid/models/dashboard_user_get_response.rb +307 -0
- data/lib/plaid/models/dashboard_user_list_request.rb +242 -0
- data/lib/plaid/models/dashboard_user_list_response.rb +254 -0
- data/lib/plaid/models/dashboard_user_status.rb +40 -0
- data/lib/plaid/models/data_sources.rb +40 -0
- data/lib/plaid/models/date_range.rb +241 -0
- data/lib/plaid/models/deductions.rb +263 -0
- data/lib/plaid/models/deductions_breakdown.rb +266 -0
- data/lib/plaid/models/deductions_total.rb +255 -0
- data/lib/plaid/models/default_update_webhook.rb +317 -0
- data/lib/plaid/models/depository_account_subtype.rb +47 -0
- data/lib/plaid/models/depository_filter.rb +228 -0
- data/lib/plaid/models/detailed_originator.rb +289 -0
- data/lib/plaid/models/detected_account.rb +308 -0
- data/lib/plaid/models/device_id.rb +230 -0
- data/lib/plaid/models/distribution_breakdown.rb +297 -0
- data/lib/plaid/models/doc_type.rb +49 -0
- data/lib/plaid/models/document_analysis.rb +301 -0
- data/lib/plaid/models/document_authenticity_match_code.rb +41 -0
- data/lib/plaid/models/document_date_of_birth_match_code.rb +41 -0
- data/lib/plaid/models/document_metadata.rb +273 -0
- data/lib/plaid/models/document_name_match_code.rb +41 -0
- data/lib/plaid/models/document_risk_signal.rb +298 -0
- data/lib/plaid/models/document_risk_signal_institution_metadata.rb +226 -0
- data/lib/plaid/models/document_risk_signals_object.rb +256 -0
- data/lib/plaid/models/document_risk_summary.rb +222 -0
- data/lib/plaid/models/document_status.rb +40 -0
- data/lib/plaid/models/documentary_verification.rb +243 -0
- data/lib/plaid/models/documentary_verification_document.rb +311 -0
- data/lib/plaid/models/earnings.rb +253 -0
- data/lib/plaid/models/earnings_breakdown.rb +320 -0
- data/lib/plaid/models/earnings_breakdown_canonical_description.rb +47 -0
- data/lib/plaid/models/earnings_total.rb +284 -0
- data/lib/plaid/models/email.rb +290 -0
- data/lib/plaid/models/email_address_match_score.rb +222 -0
- data/lib/plaid/models/employee.rb +256 -0
- data/lib/plaid/models/employee_income_summary_field_string.rb +269 -0
- data/lib/plaid/models/employer.rb +266 -0
- data/lib/plaid/models/employer_income_summary_field_string.rb +269 -0
- data/lib/plaid/models/employer_verification.rb +222 -0
- data/lib/plaid/models/employers_search_request.rb +263 -0
- data/lib/plaid/models/employers_search_response.rb +243 -0
- data/lib/plaid/models/employment_details.rb +231 -0
- data/lib/plaid/models/employment_source_type.rb +39 -0
- data/lib/plaid/models/employment_verification.rb +294 -0
- data/lib/plaid/models/employment_verification_get_request.rb +246 -0
- data/lib/plaid/models/employment_verification_get_response.rb +243 -0
- data/lib/plaid/models/employment_verification_status.rb +40 -0
- data/lib/plaid/models/enhancements.rb +365 -0
- data/lib/plaid/models/enrich_transaction_direction.rb +39 -0
- data/lib/plaid/models/enrichments.rb +403 -0
- data/lib/plaid/models/entity_document.rb +262 -0
- data/lib/plaid/models/entity_document_type.rb +43 -0
- data/lib/plaid/models/entity_screening_hit_analysis.rb +302 -0
- data/lib/plaid/models/entity_screening_hit_data.rb +283 -0
- data/lib/plaid/models/entity_screening_hit_documents_items.rb +229 -0
- data/lib/plaid/models/entity_screening_hit_emails.rb +226 -0
- data/lib/plaid/models/entity_screening_hit_emails_items.rb +229 -0
- data/lib/plaid/models/entity_screening_hit_names.rb +277 -0
- data/lib/plaid/models/entity_screening_hit_names_items.rb +229 -0
- data/lib/plaid/models/entity_screening_hit_phone_numbers.rb +262 -0
- data/lib/plaid/models/entity_screening_hit_urls.rb +226 -0
- data/lib/plaid/models/entity_screening_hit_urls_items.rb +229 -0
- data/lib/plaid/models/entity_screening_hits_phone_number_items.rb +229 -0
- data/lib/plaid/models/entity_screening_status_updated_webhook.rb +292 -0
- data/lib/plaid/models/entity_watchlist_code.rb +53 -0
- data/lib/plaid/models/entity_watchlist_program.rb +365 -0
- data/lib/plaid/models/entity_watchlist_screening.rb +312 -0
- data/lib/plaid/models/entity_watchlist_screening_hit.rb +357 -0
- data/lib/plaid/models/entity_watchlist_screening_review.rb +285 -0
- data/lib/plaid/models/entity_watchlist_screening_search_terms.rb +311 -0
- data/lib/plaid/models/entity_watchlist_search_terms.rb +296 -0
- data/lib/plaid/models/expiration_date.rb +40 -0
- data/lib/plaid/models/extended_recipient_metadata.rb +383 -0
- data/lib/plaid/models/extended_recipient_metadata_all_of.rb +255 -0
- data/lib/plaid/models/external_payment_initiation_consent_options.rb +269 -0
- data/lib/plaid/models/external_payment_options.rb +301 -0
- data/lib/plaid/models/external_payment_refund_details.rb +247 -0
- data/lib/plaid/models/external_payment_schedule_base.rb +284 -0
- data/lib/plaid/models/external_payment_schedule_get.rb +306 -0
- data/lib/plaid/models/external_payment_schedule_request.rb +306 -0
- data/lib/plaid/models/fallback_auth_microdeposit_auto_verified_webhook.rb +318 -0
- data/lib/plaid/models/fallback_auth_microdeposit_verification_expired_webhook.rb +318 -0
- data/lib/plaid/models/fdx_content_types.rb +43 -0
- data/lib/plaid/models/fdx_hateoas_link.rb +279 -0
- data/lib/plaid/models/fdx_hateoas_link_action.rb +42 -0
- data/lib/plaid/models/fdx_initiator_fi_attribute.rb +251 -0
- data/lib/plaid/models/fdx_notification.rb +350 -0
- data/lib/plaid/models/fdx_notification_category.rb +42 -0
- data/lib/plaid/models/fdx_notification_payload.rb +263 -0
- data/lib/plaid/models/fdx_notification_payload_id_type.rb +42 -0
- data/lib/plaid/models/fdx_notification_priority.rb +40 -0
- data/lib/plaid/models/fdx_notification_severity.rb +42 -0
- data/lib/plaid/models/fdx_notification_type.rb +43 -0
- data/lib/plaid/models/fdx_party.rb +311 -0
- data/lib/plaid/models/fdx_party_registry.rb +41 -0
- data/lib/plaid/models/fdx_party_type.rb +43 -0
- data/lib/plaid/models/fdx_recipient_metadata.rb +330 -0
- data/lib/plaid/models/fdxfi_attribute.rb +241 -0
- data/lib/plaid/models/financial_institution_insights.rb +265 -0
- data/lib/plaid/models/fixed_income.rb +254 -0
- data/lib/plaid/models/forecasted_monthly_income.rb +241 -0
- data/lib/plaid/models/form1099_type.rb +40 -0
- data/lib/plaid/models/forwarded_json_response.rb +226 -0
- data/lib/plaid/models/fraud_amount.rb +262 -0
- data/lib/plaid/models/fraud_analysis_details.rb +331 -0
- data/lib/plaid/models/fraud_check_outcome.rb +39 -0
- data/lib/plaid/models/fraud_check_outcome_with_no_data.rb +40 -0
- data/lib/plaid/models/generic_screening_hit_location_items.rb +229 -0
- data/lib/plaid/models/get_recipient_response.rb +337 -0
- data/lib/plaid/models/get_recipients_response.rb +227 -0
- data/lib/plaid/models/gse_report_type.rb +39 -0
- data/lib/plaid/models/health_incident.rb +269 -0
- data/lib/plaid/models/hidden_match_summary_code.rb +42 -0
- data/lib/plaid/models/historical_annual_income.rb +241 -0
- data/lib/plaid/models/historical_balance.rb +263 -0
- data/lib/plaid/models/historical_update_webhook.rb +317 -0
- data/lib/plaid/models/holding.rb +363 -0
- data/lib/plaid/models/holdings_default_update_webhook.rb +332 -0
- data/lib/plaid/models/holdings_override.rb +290 -0
- data/lib/plaid/models/hosted_link_delivery_method.rb +39 -0
- data/lib/plaid/models/hosted_mmd_verification_webhook.rb +317 -0
- data/lib/plaid/models/human_review.rb +247 -0
- data/lib/plaid/models/human_review_status.rb +40 -0
- data/lib/plaid/models/id_number_type.rb +72 -0
- data/lib/plaid/models/identity_default_update_webhook.rb +319 -0
- data/lib/plaid/models/identity_document_metadata.rb +239 -0
- data/lib/plaid/models/identity_document_upload.rb +239 -0
- data/lib/plaid/models/identity_document_upload_metadata.rb +264 -0
- data/lib/plaid/models/identity_document_upload_risk_insights.rb +232 -0
- data/lib/plaid/models/identity_document_upload_risk_signal.rb +255 -0
- data/lib/plaid/models/identity_document_upload_risk_summary.rb +222 -0
- data/lib/plaid/models/identity_documents_uploads_get_request.rb +255 -0
- data/lib/plaid/models/identity_documents_uploads_get_request_options.rb +223 -0
- data/lib/plaid/models/identity_documents_uploads_get_response.rb +257 -0
- data/lib/plaid/models/identity_get_request.rb +255 -0
- data/lib/plaid/models/identity_get_request_options.rb +223 -0
- data/lib/plaid/models/identity_get_response.rb +257 -0
- data/lib/plaid/models/identity_match_request.rb +264 -0
- data/lib/plaid/models/identity_match_request_options.rb +223 -0
- data/lib/plaid/models/identity_match_response.rb +257 -0
- data/lib/plaid/models/identity_match_user.rb +254 -0
- data/lib/plaid/models/identity_refresh_request.rb +246 -0
- data/lib/plaid/models/identity_refresh_response.rb +226 -0
- data/lib/plaid/models/identity_update_types.rb +41 -0
- data/lib/plaid/models/identity_verification.rb +461 -0
- data/lib/plaid/models/identity_verification_autofill_address.rb +335 -0
- data/lib/plaid/models/identity_verification_autofill_create_request.rb +246 -0
- data/lib/plaid/models/identity_verification_autofill_create_response.rb +272 -0
- data/lib/plaid/models/identity_verification_autofill_status.rb +39 -0
- data/lib/plaid/models/identity_verification_autofill_user_data.rb +241 -0
- data/lib/plaid/models/identity_verification_create_request.rb +319 -0
- data/lib/plaid/models/identity_verification_create_request_user.rb +283 -0
- data/lib/plaid/models/identity_verification_create_response.rb +476 -0
- data/lib/plaid/models/identity_verification_document_address_response.rb +278 -0
- data/lib/plaid/models/identity_verification_document_name_response.rb +241 -0
- data/lib/plaid/models/identity_verification_get_request.rb +246 -0
- data/lib/plaid/models/identity_verification_get_response.rb +476 -0
- data/lib/plaid/models/identity_verification_list_request.rb +282 -0
- data/lib/plaid/models/identity_verification_list_response.rb +254 -0
- data/lib/plaid/models/identity_verification_request_user.rb +272 -0
- data/lib/plaid/models/identity_verification_request_user_name.rb +241 -0
- data/lib/plaid/models/identity_verification_response_user_name.rb +241 -0
- data/lib/plaid/models/identity_verification_retried_webhook.rb +292 -0
- data/lib/plaid/models/identity_verification_retry_request.rb +328 -0
- data/lib/plaid/models/identity_verification_retry_request_steps_object.rb +271 -0
- data/lib/plaid/models/identity_verification_retry_response.rb +476 -0
- data/lib/plaid/models/identity_verification_status.rb +43 -0
- data/lib/plaid/models/identity_verification_status_updated_webhook.rb +292 -0
- data/lib/plaid/models/identity_verification_step_status.rb +48 -0
- data/lib/plaid/models/identity_verification_step_summary.rb +331 -0
- data/lib/plaid/models/identity_verification_step_updated_webhook.rb +292 -0
- data/lib/plaid/models/identity_verification_template_reference.rb +241 -0
- data/lib/plaid/models/identity_verification_user_address.rb +281 -0
- data/lib/plaid/models/identity_verification_user_data.rb +285 -0
- data/lib/plaid/models/image_quality.rb +40 -0
- data/lib/plaid/models/image_quality_details.rb +275 -0
- data/lib/plaid/models/image_quality_outcome.rb +39 -0
- data/lib/plaid/models/incident_update.rb +275 -0
- data/lib/plaid/models/income_breakdown.rb +276 -0
- data/lib/plaid/models/income_breakdown_type.rb +41 -0
- data/lib/plaid/models/income_override.rb +235 -0
- data/lib/plaid/models/income_sources_counts.rb +241 -0
- data/lib/plaid/models/income_summary.rb +301 -0
- data/lib/plaid/models/income_summary_field_number.rb +262 -0
- data/lib/plaid/models/income_summary_field_string.rb +262 -0
- data/lib/plaid/models/income_verification_create_request.rb +265 -0
- data/lib/plaid/models/income_verification_create_request_options.rb +223 -0
- data/lib/plaid/models/income_verification_create_response.rb +241 -0
- data/lib/plaid/models/income_verification_doc_parsing_config.rb +39 -0
- data/lib/plaid/models/income_verification_documents_download_request.rb +264 -0
- data/lib/plaid/models/income_verification_payroll_flow_type.rb +39 -0
- data/lib/plaid/models/income_verification_paystubs_get_request.rb +253 -0
- data/lib/plaid/models/income_verification_paystubs_get_response.rb +264 -0
- data/lib/plaid/models/income_verification_precheck_confidence.rb +40 -0
- data/lib/plaid/models/income_verification_precheck_employer.rb +254 -0
- data/lib/plaid/models/income_verification_precheck_employer_address.rb +268 -0
- data/lib/plaid/models/income_verification_precheck_employer_address_data.rb +261 -0
- data/lib/plaid/models/income_verification_precheck_military_info.rb +233 -0
- data/lib/plaid/models/income_verification_precheck_payroll_institution.rb +222 -0
- data/lib/plaid/models/income_verification_precheck_request.rb +292 -0
- data/lib/plaid/models/income_verification_precheck_response.rb +277 -0
- data/lib/plaid/models/income_verification_precheck_user.rb +254 -0
- data/lib/plaid/models/income_verification_refresh_reconnect_needed_webhook.rb +292 -0
- data/lib/plaid/models/income_verification_risk_signals_status_webhook.rb +312 -0
- data/lib/plaid/models/income_verification_source_type.rb +39 -0
- data/lib/plaid/models/income_verification_status_webhook.rb +317 -0
- data/lib/plaid/models/income_verification_taxforms_get_request.rb +253 -0
- data/lib/plaid/models/income_verification_taxforms_get_response.rb +264 -0
- data/lib/plaid/models/income_verification_webhook_status.rb +225 -0
- data/lib/plaid/models/individual_name.rb +241 -0
- data/lib/plaid/models/individual_screening_hit_names.rb +277 -0
- data/lib/plaid/models/individual_watchlist_code.rb +62 -0
- data/lib/plaid/models/individual_watchlist_program.rb +365 -0
- data/lib/plaid/models/inflow_model.rb +286 -0
- data/lib/plaid/models/initial_update_webhook.rb +318 -0
- data/lib/plaid/models/institution.rb +382 -0
- data/lib/plaid/models/institution_status.rb +304 -0
- data/lib/plaid/models/institution_status_alert_webhook.rb +307 -0
- data/lib/plaid/models/institution_supported_networks.rb +239 -0
- data/lib/plaid/models/institutions_get_by_id_request.rb +293 -0
- data/lib/plaid/models/institutions_get_by_id_request_options.rb +259 -0
- data/lib/plaid/models/institutions_get_by_id_response.rb +240 -0
- data/lib/plaid/models/institutions_get_request.rb +359 -0
- data/lib/plaid/models/institutions_get_request_options.rb +299 -0
- data/lib/plaid/models/institutions_get_response.rb +258 -0
- data/lib/plaid/models/institutions_search_account_filter.rb +255 -0
- data/lib/plaid/models/institutions_search_payment_initiation_options.rb +233 -0
- data/lib/plaid/models/institutions_search_request.rb +323 -0
- data/lib/plaid/models/institutions_search_request_options.rb +268 -0
- data/lib/plaid/models/institutions_search_response.rb +243 -0
- data/lib/plaid/models/investment_account_subtype.rb +87 -0
- data/lib/plaid/models/investment_filter.rb +228 -0
- data/lib/plaid/models/investment_holdings_get_request_options.rb +223 -0
- data/lib/plaid/models/investment_transaction.rb +421 -0
- data/lib/plaid/models/investment_transaction_subtype.rb +85 -0
- data/lib/plaid/models/investment_transaction_type.rb +43 -0
- data/lib/plaid/models/investments_auth401k_contribution_details.rb +318 -0
- data/lib/plaid/models/investments_auth401k_fee_details.rb +241 -0
- data/lib/plaid/models/investments_auth_account_details401k.rb +239 -0
- data/lib/plaid/models/investments_auth_data_sources.rb +260 -0
- data/lib/plaid/models/investments_auth_get_numbers.rb +244 -0
- data/lib/plaid/models/investments_auth_get_request.rb +255 -0
- data/lib/plaid/models/investments_auth_get_request_options.rb +223 -0
- data/lib/plaid/models/investments_auth_get_response.rb +348 -0
- data/lib/plaid/models/investments_auth_owner.rb +233 -0
- data/lib/plaid/models/investments_default_update_webhook.rb +332 -0
- data/lib/plaid/models/investments_historical_update_webhook.rb +332 -0
- data/lib/plaid/models/investments_holdings_get_request.rb +255 -0
- data/lib/plaid/models/investments_holdings_get_response.rb +301 -0
- data/lib/plaid/models/investments_refresh_request.rb +246 -0
- data/lib/plaid/models/investments_refresh_response.rb +226 -0
- data/lib/plaid/models/investments_transactions_get_request.rb +285 -0
- data/lib/plaid/models/investments_transactions_get_request_options.rb +302 -0
- data/lib/plaid/models/investments_transactions_get_response.rb +316 -0
- data/lib/plaid/models/investments_transactions_override.rb +320 -0
- data/lib/plaid/models/iso_currency_code.rb +38 -0
- data/lib/plaid/models/issue.rb +306 -0
- data/lib/plaid/models/issue_resolved_webhook.rb +316 -0
- data/lib/plaid/models/issues_get_request.rb +246 -0
- data/lib/plaid/models/issues_get_response.rb +230 -0
- data/lib/plaid/models/issues_search_request.rb +261 -0
- data/lib/plaid/models/issues_search_response.rb +233 -0
- data/lib/plaid/models/issues_status.rb +43 -0
- data/lib/plaid/models/issues_subscribe_request.rb +261 -0
- data/lib/plaid/models/issues_subscribe_response.rb +226 -0
- data/lib/plaid/models/issuing_country.rb +39 -0
- data/lib/plaid/models/item.rb +397 -0
- data/lib/plaid/models/item_access_token_invalidate_request.rb +246 -0
- data/lib/plaid/models/item_access_token_invalidate_response.rb +241 -0
- data/lib/plaid/models/item_activity_list_request.rb +288 -0
- data/lib/plaid/models/item_activity_list_response.rb +270 -0
- data/lib/plaid/models/item_add_result_webhook.rb +322 -0
- data/lib/plaid/models/item_application_list_request.rb +242 -0
- data/lib/plaid/models/item_application_list_response.rb +238 -0
- data/lib/plaid/models/item_application_list_user_auth.rb +233 -0
- data/lib/plaid/models/item_application_scopes_update_request.rb +321 -0
- data/lib/plaid/models/item_application_scopes_update_response.rb +226 -0
- data/lib/plaid/models/item_application_unlink_request.rb +261 -0
- data/lib/plaid/models/item_application_unlink_response.rb +226 -0
- data/lib/plaid/models/item_auth_method.rb +46 -0
- data/lib/plaid/models/item_consented_data_scope.rb +45 -0
- data/lib/plaid/models/item_create_authentication.rb +40 -0
- data/lib/plaid/models/item_error_webhook.rb +302 -0
- data/lib/plaid/models/item_get_request.rb +246 -0
- data/lib/plaid/models/item_get_response.rb +250 -0
- data/lib/plaid/models/item_import_request.rb +302 -0
- data/lib/plaid/models/item_import_request_options.rb +221 -0
- data/lib/plaid/models/item_import_request_user_auth.rb +241 -0
- data/lib/plaid/models/item_import_response.rb +241 -0
- data/lib/plaid/models/item_login_repaired_webhook.rb +292 -0
- data/lib/plaid/models/item_product_ready_webhook.rb +302 -0
- data/lib/plaid/models/item_public_token_create_request.rb +246 -0
- data/lib/plaid/models/item_public_token_create_response.rb +250 -0
- data/lib/plaid/models/item_public_token_exchange_request.rb +246 -0
- data/lib/plaid/models/item_public_token_exchange_response.rb +256 -0
- data/lib/plaid/models/item_remove_request.rb +246 -0
- data/lib/plaid/models/item_remove_response.rb +226 -0
- data/lib/plaid/models/item_status.rb +241 -0
- data/lib/plaid/models/item_status_investments.rb +233 -0
- data/lib/plaid/models/item_status_last_webhook.rb +233 -0
- data/lib/plaid/models/item_status_nullable.rb +248 -0
- data/lib/plaid/models/item_status_transactions.rb +233 -0
- data/lib/plaid/models/item_webhook_update_request.rb +257 -0
- data/lib/plaid/models/item_webhook_update_response.rb +240 -0
- data/lib/plaid/models/item_with_consent_fields.rb +439 -0
- data/lib/plaid/models/item_with_consent_fields_all_of.rb +244 -0
- data/lib/plaid/models/jwk_public_key.rb +342 -0
- data/lib/plaid/models/jwt_header.rb +253 -0
- data/lib/plaid/models/kyc_check_address_summary.rb +321 -0
- data/lib/plaid/models/kyc_check_date_of_birth_summary.rb +274 -0
- data/lib/plaid/models/kyc_check_details.rb +296 -0
- data/lib/plaid/models/kyc_check_details_international_address.rb +317 -0
- data/lib/plaid/models/kyc_check_id_number_summary.rb +247 -0
- data/lib/plaid/models/kyc_check_name_summary.rb +265 -0
- data/lib/plaid/models/kyc_check_phone_summary.rb +261 -0
- data/lib/plaid/models/last_data_access_times.rb +314 -0
- data/lib/plaid/models/latest_scored_event.rb +274 -0
- data/lib/plaid/models/layer_authentication_passed_webhook.rb +307 -0
- data/lib/plaid/models/liabilities_default_update_webhook.rb +336 -0
- data/lib/plaid/models/liabilities_get_request.rb +255 -0
- data/lib/plaid/models/liabilities_get_request_options.rb +223 -0
- data/lib/plaid/models/liabilities_get_response.rb +271 -0
- data/lib/plaid/models/liabilities_object.rb +250 -0
- data/lib/plaid/models/liability_override.rb +567 -0
- data/lib/plaid/models/link_callback_metadata.rb +302 -0
- data/lib/plaid/models/link_delivery_account.rb +302 -0
- data/lib/plaid/models/link_delivery_callback_webhook.rb +295 -0
- data/lib/plaid/models/link_delivery_communication_method.rb +252 -0
- data/lib/plaid/models/link_delivery_create_request.rb +255 -0
- data/lib/plaid/models/link_delivery_create_response.rb +256 -0
- data/lib/plaid/models/link_delivery_delivery_method.rb +39 -0
- data/lib/plaid/models/link_delivery_get_request.rb +246 -0
- data/lib/plaid/models/link_delivery_get_response.rb +314 -0
- data/lib/plaid/models/link_delivery_institution.rb +231 -0
- data/lib/plaid/models/link_delivery_metadata.rb +251 -0
- data/lib/plaid/models/link_delivery_options.rb +220 -0
- data/lib/plaid/models/link_delivery_recipient.rb +233 -0
- data/lib/plaid/models/link_delivery_session_status.rb +42 -0
- data/lib/plaid/models/link_delivery_verification_status.rb +46 -0
- data/lib/plaid/models/link_delivery_webhook_callback_type.rb +40 -0
- data/lib/plaid/models/link_delivery_webhook_communication_method.rb +39 -0
- data/lib/plaid/models/link_delivery_webhook_delivery_status.rb +39 -0
- data/lib/plaid/models/link_event.rb +270 -0
- data/lib/plaid/models/link_event_metadata.rb +361 -0
- data/lib/plaid/models/link_event_name.rb +63 -0
- data/lib/plaid/models/link_events_webhook.rb +288 -0
- data/lib/plaid/models/link_o_auth_correlation_id_exchange_request.rb +246 -0
- data/lib/plaid/models/link_o_auth_correlation_id_exchange_response.rb +241 -0
- data/lib/plaid/models/link_session_bank_employment_result.rb +272 -0
- data/lib/plaid/models/link_session_bank_income_result.rb +272 -0
- data/lib/plaid/models/link_session_cra_document_upload_result.rb +226 -0
- data/lib/plaid/models/link_session_cra_item_add_result.rb +253 -0
- data/lib/plaid/models/link_session_exit.rb +231 -0
- data/lib/plaid/models/link_session_exit_deprecated.rb +231 -0
- data/lib/plaid/models/link_session_exit_metadata.rb +251 -0
- data/lib/plaid/models/link_session_exit_metadata_institution.rb +231 -0
- data/lib/plaid/models/link_session_finished_webhook.rb +344 -0
- data/lib/plaid/models/link_session_item_add_result.rb +253 -0
- data/lib/plaid/models/link_session_payroll_income_result.rb +251 -0
- data/lib/plaid/models/link_session_protect_result.rb +249 -0
- data/lib/plaid/models/link_session_results.rb +309 -0
- data/lib/plaid/models/link_session_success.rb +236 -0
- data/lib/plaid/models/link_session_success_metadata.rb +275 -0
- data/lib/plaid/models/link_session_success_metadata_account.rb +284 -0
- data/lib/plaid/models/link_session_success_metadata_institution.rb +231 -0
- data/lib/plaid/models/link_session_success_metadata_transfer_status.rb +40 -0
- data/lib/plaid/models/link_token_account_filters.rb +256 -0
- data/lib/plaid/models/link_token_cashflow_report.rb +249 -0
- data/lib/plaid/models/link_token_create_card_switch.rb +226 -0
- data/lib/plaid/models/link_token_create_credit_filter.rb +223 -0
- data/lib/plaid/models/link_token_create_depository_filter.rb +223 -0
- data/lib/plaid/models/link_token_create_hosted_link.rb +274 -0
- data/lib/plaid/models/link_token_create_identity.rb +245 -0
- data/lib/plaid/models/link_token_create_institution_data.rb +221 -0
- data/lib/plaid/models/link_token_create_investment_filter.rb +223 -0
- data/lib/plaid/models/link_token_create_loan_filter.rb +223 -0
- data/lib/plaid/models/link_token_create_request.rb +790 -0
- data/lib/plaid/models/link_token_create_request_account_subtypes.rb +247 -0
- data/lib/plaid/models/link_token_create_request_appearance_mode.rb +41 -0
- data/lib/plaid/models/link_token_create_request_auth.rb +357 -0
- data/lib/plaid/models/link_token_create_request_base_report.rb +267 -0
- data/lib/plaid/models/link_token_create_request_cra_options.rb +312 -0
- data/lib/plaid/models/link_token_create_request_cra_options_base_report.rb +243 -0
- data/lib/plaid/models/link_token_create_request_cra_options_base_report_gse_options.rb +228 -0
- data/lib/plaid/models/link_token_create_request_cra_options_cashflow_insights.rb +253 -0
- data/lib/plaid/models/link_token_create_request_cra_options_partner_insights.rb +233 -0
- data/lib/plaid/models/link_token_create_request_credit_partner_insights.rb +259 -0
- data/lib/plaid/models/link_token_create_request_deposit_switch.rb +226 -0
- data/lib/plaid/models/link_token_create_request_employment.rb +232 -0
- data/lib/plaid/models/link_token_create_request_employment_bank_income.rb +226 -0
- data/lib/plaid/models/link_token_create_request_identity_verification.rb +246 -0
- data/lib/plaid/models/link_token_create_request_income_verification.rb +286 -0
- data/lib/plaid/models/link_token_create_request_income_verification_bank_income.rb +269 -0
- data/lib/plaid/models/link_token_create_request_income_verification_payroll_income.rb +260 -0
- data/lib/plaid/models/link_token_create_request_payment_configuration.rb +236 -0
- data/lib/plaid/models/link_token_create_request_payment_initiation.rb +231 -0
- data/lib/plaid/models/link_token_create_request_statements.rb +241 -0
- data/lib/plaid/models/link_token_create_request_transfer.rb +241 -0
- data/lib/plaid/models/link_token_create_request_update.rb +258 -0
- data/lib/plaid/models/link_token_create_request_user.rb +347 -0
- data/lib/plaid/models/link_token_create_request_user_address.rb +287 -0
- data/lib/plaid/models/link_token_create_request_user_id_number.rb +268 -0
- data/lib/plaid/models/link_token_create_request_user_name.rb +247 -0
- data/lib/plaid/models/link_token_create_request_user_stated_income_source.rb +290 -0
- data/lib/plaid/models/link_token_create_response.rb +276 -0
- data/lib/plaid/models/link_token_eu_config.rb +221 -0
- data/lib/plaid/models/link_token_get_metadata_response.rb +307 -0
- data/lib/plaid/models/link_token_get_request.rb +246 -0
- data/lib/plaid/models/link_token_get_response.rb +289 -0
- data/lib/plaid/models/link_token_get_sessions_response.rb +299 -0
- data/lib/plaid/models/link_token_investments.rb +231 -0
- data/lib/plaid/models/link_token_investments_auth.rb +263 -0
- data/lib/plaid/models/link_token_transactions.rb +249 -0
- data/lib/plaid/models/link_user_delivery_status_webhook.rb +285 -0
- data/lib/plaid/models/loan.rb +225 -0
- data/lib/plaid/models/loan_account_subtype.rb +49 -0
- data/lib/plaid/models/loan_filter.rb +228 -0
- data/lib/plaid/models/loan_identifier.rb +254 -0
- data/lib/plaid/models/loan_identifier_type.rb +39 -0
- data/lib/plaid/models/loan_identifiers.rb +225 -0
- data/lib/plaid/models/loan_payments_counts.rb +241 -0
- data/lib/plaid/models/loan_payments_merchant_counts.rb +241 -0
- data/lib/plaid/models/loans.rb +225 -0
- data/lib/plaid/models/location.rb +299 -0
- data/lib/plaid/models/match_summary.rb +247 -0
- data/lib/plaid/models/match_summary_code.rb +42 -0
- data/lib/plaid/models/merchant_insights.rb +315 -0
- data/lib/plaid/models/meta.rb +294 -0
- data/lib/plaid/models/mfa.rb +286 -0
- data/lib/plaid/models/monitoring_consumer_report_permissible_purpose.rb +39 -0
- data/lib/plaid/models/monitoring_income_insights.rb +284 -0
- data/lib/plaid/models/monitoring_income_source.rb +292 -0
- data/lib/plaid/models/monitoring_insights.rb +239 -0
- data/lib/plaid/models/monitoring_insights_item_status.rb +258 -0
- data/lib/plaid/models/monitoring_insights_status.rb +39 -0
- data/lib/plaid/models/monitoring_item_status_code.rb +40 -0
- data/lib/plaid/models/monitoring_loan_insights.rb +254 -0
- data/lib/plaid/models/mortgage_interest_rate.rb +233 -0
- data/lib/plaid/models/mortgage_liability.rb +441 -0
- data/lib/plaid/models/mortgage_property_address.rb +266 -0
- data/lib/plaid/models/multi_document_risk_signal.rb +245 -0
- data/lib/plaid/models/name_match_score.rb +255 -0
- data/lib/plaid/models/net_pay.rb +275 -0
- data/lib/plaid/models/network_insights_item.rb +256 -0
- data/lib/plaid/models/network_insights_report.rb +273 -0
- data/lib/plaid/models/network_insights_report_get_request.rb +248 -0
- data/lib/plaid/models/network_insights_report_get_response.rb +240 -0
- data/lib/plaid/models/network_status_get_request.rb +255 -0
- data/lib/plaid/models/network_status_get_response.rb +272 -0
- data/lib/plaid/models/network_status_get_response_layer.rb +226 -0
- data/lib/plaid/models/network_status_get_response_network_status.rb +39 -0
- data/lib/plaid/models/network_status_get_user.rb +226 -0
- data/lib/plaid/models/new_accounts_available_webhook.rb +282 -0
- data/lib/plaid/models/numbers.rb +291 -0
- data/lib/plaid/models/numbers_acats.rb +258 -0
- data/lib/plaid/models/numbers_ach.rb +299 -0
- data/lib/plaid/models/numbers_ach_nullable.rb +306 -0
- data/lib/plaid/models/numbers_aton.rb +241 -0
- data/lib/plaid/models/numbers_bacs.rb +256 -0
- data/lib/plaid/models/numbers_bacs_nullable.rb +263 -0
- data/lib/plaid/models/numbers_eft.rb +271 -0
- data/lib/plaid/models/numbers_eft_nullable.rb +278 -0
- data/lib/plaid/models/numbers_iban_nullable.rb +211 -0
- data/lib/plaid/models/numbers_international.rb +256 -0
- data/lib/plaid/models/numbers_international_iban.rb +301 -0
- data/lib/plaid/models/numbers_international_nullable.rb +263 -0
- data/lib/plaid/models/numbers_retirement401k.rb +246 -0
- data/lib/plaid/models/o_auth_error_code.rb +43 -0
- data/lib/plaid/models/o_auth_error_response.rb +277 -0
- data/lib/plaid/models/o_auth_grant_type.rb +40 -0
- data/lib/plaid/models/o_auth_introspect_request.rb +256 -0
- data/lib/plaid/models/o_auth_introspect_response.rb +331 -0
- data/lib/plaid/models/o_auth_revoke_request.rb +256 -0
- data/lib/plaid/models/o_auth_revoke_response.rb +226 -0
- data/lib/plaid/models/o_auth_subject_token_type.rb +39 -0
- data/lib/plaid/models/o_auth_token_request.rb +336 -0
- data/lib/plaid/models/o_auth_token_response.rb +286 -0
- data/lib/plaid/models/omittable_transfer_type.rb +39 -0
- data/lib/plaid/models/option_contract.rb +271 -0
- data/lib/plaid/models/originating_fund_source.rb +296 -0
- data/lib/plaid/models/originator.rb +262 -0
- data/lib/plaid/models/originator_expected_transfer_frequency.rb +41 -0
- data/lib/plaid/models/other_account_subtype.rb +39 -0
- data/lib/plaid/models/other_filter.rb +228 -0
- data/lib/plaid/models/override_account_type.rb +43 -0
- data/lib/plaid/models/override_accounts.rb +416 -0
- data/lib/plaid/models/owner.rb +279 -0
- data/lib/plaid/models/owner_override.rb +279 -0
- data/lib/plaid/models/ownership_type.rb +42 -0
- data/lib/plaid/models/parties.rb +227 -0
- data/lib/plaid/models/partner_customer_create_request.rb +425 -0
- data/lib/plaid/models/partner_customer_create_response.rb +230 -0
- data/lib/plaid/models/partner_customer_enable_request.rb +245 -0
- data/lib/plaid/models/partner_customer_enable_response.rb +231 -0
- data/lib/plaid/models/partner_customer_get_request.rb +245 -0
- data/lib/plaid/models/partner_customer_get_response.rb +230 -0
- data/lib/plaid/models/partner_customer_o_auth_institutions_get_request.rb +245 -0
- data/lib/plaid/models/partner_customer_o_auth_institutions_get_response.rb +273 -0
- data/lib/plaid/models/partner_customer_remove_request.rb +246 -0
- data/lib/plaid/models/partner_customer_remove_response.rb +221 -0
- data/lib/plaid/models/partner_end_customer.rb +262 -0
- data/lib/plaid/models/partner_end_customer_address.rb +257 -0
- data/lib/plaid/models/partner_end_customer_assets_under_management.rb +239 -0
- data/lib/plaid/models/partner_end_customer_billing_contact.rb +238 -0
- data/lib/plaid/models/partner_end_customer_customer_support_info.rb +248 -0
- data/lib/plaid/models/partner_end_customer_flowdown_status.rb +41 -0
- data/lib/plaid/models/partner_end_customer_o_auth_institution.rb +260 -0
- data/lib/plaid/models/partner_end_customer_o_auth_institution_application_status.rb +42 -0
- data/lib/plaid/models/partner_end_customer_o_auth_institution_environments.rb +251 -0
- data/lib/plaid/models/partner_end_customer_o_auth_status_updated_values.rb +42 -0
- data/lib/plaid/models/partner_end_customer_o_auth_status_updated_webhook.rb +336 -0
- data/lib/plaid/models/partner_end_customer_questionnaire_status.rb +40 -0
- data/lib/plaid/models/partner_end_customer_secrets.rb +241 -0
- data/lib/plaid/models/partner_end_customer_status.rb +41 -0
- data/lib/plaid/models/partner_end_customer_technical_contact.rb +238 -0
- data/lib/plaid/models/partner_end_customer_with_secrets.rb +279 -0
- data/lib/plaid/models/partner_end_customer_with_secrets_all_of.rb +219 -0
- data/lib/plaid/models/party.rb +253 -0
- data/lib/plaid/models/party_individual.rb +225 -0
- data/lib/plaid/models/party_role_type.rb +38 -0
- data/lib/plaid/models/pay.rb +233 -0
- data/lib/plaid/models/pay_frequency.rb +261 -0
- data/lib/plaid/models/pay_frequency_value.rb +43 -0
- data/lib/plaid/models/pay_period_details.rb +320 -0
- data/lib/plaid/models/pay_period_details_pay_frequency.rb +43 -0
- data/lib/plaid/models/pay_stub_deductions_breakdown.rb +266 -0
- data/lib/plaid/models/pay_stub_deductions_total.rb +255 -0
- data/lib/plaid/models/pay_stub_distribution_breakdown.rb +288 -0
- data/lib/plaid/models/pay_stub_earnings_breakdown.rb +299 -0
- data/lib/plaid/models/pay_stub_earnings_total.rb +266 -0
- data/lib/plaid/models/pay_stub_pay_period_details.rb +346 -0
- data/lib/plaid/models/pay_stub_taxpayer_id.rb +233 -0
- data/lib/plaid/models/payment_amount.rb +262 -0
- data/lib/plaid/models/payment_amount_currency.rb +43 -0
- data/lib/plaid/models/payment_amount_nullable.rb +283 -0
- data/lib/plaid/models/payment_amount_refunded.rb +290 -0
- data/lib/plaid/models/payment_amount_to_refund.rb +290 -0
- data/lib/plaid/models/payment_channel.rb +40 -0
- data/lib/plaid/models/payment_consent_max_payment_amount.rb +269 -0
- data/lib/plaid/models/payment_consent_periodic_alignment.rb +39 -0
- data/lib/plaid/models/payment_consent_periodic_amount.rb +275 -0
- data/lib/plaid/models/payment_consent_periodic_amount_amount.rb +269 -0
- data/lib/plaid/models/payment_consent_periodic_interval.rb +41 -0
- data/lib/plaid/models/payment_consent_valid_date_time.rb +233 -0
- data/lib/plaid/models/payment_initiation_address.rb +384 -0
- data/lib/plaid/models/payment_initiation_consent.rb +394 -0
- data/lib/plaid/models/payment_initiation_consent_constraints.rb +273 -0
- data/lib/plaid/models/payment_initiation_consent_create_request.rb +385 -0
- data/lib/plaid/models/payment_initiation_consent_create_response.rb +277 -0
- data/lib/plaid/models/payment_initiation_consent_get_request.rb +246 -0
- data/lib/plaid/models/payment_initiation_consent_get_response.rb +417 -0
- data/lib/plaid/models/payment_initiation_consent_payer_details.rb +306 -0
- data/lib/plaid/models/payment_initiation_consent_payer_numbers.rb +231 -0
- data/lib/plaid/models/payment_initiation_consent_payment_execute_request.rb +382 -0
- data/lib/plaid/models/payment_initiation_consent_payment_execute_response.rb +287 -0
- data/lib/plaid/models/payment_initiation_consent_processing_mode.rb +39 -0
- data/lib/plaid/models/payment_initiation_consent_revoke_request.rb +246 -0
- data/lib/plaid/models/payment_initiation_consent_revoke_response.rb +221 -0
- data/lib/plaid/models/payment_initiation_consent_scope.rb +39 -0
- data/lib/plaid/models/payment_initiation_consent_status.rb +42 -0
- data/lib/plaid/models/payment_initiation_consent_status_update_webhook.rb +345 -0
- data/lib/plaid/models/payment_initiation_consent_type.rb +39 -0
- data/lib/plaid/models/payment_initiation_metadata.rb +298 -0
- data/lib/plaid/models/payment_initiation_optional_restriction_bacs.rb +290 -0
- data/lib/plaid/models/payment_initiation_payment.rb +469 -0
- data/lib/plaid/models/payment_initiation_payment_create_request.rb +324 -0
- data/lib/plaid/models/payment_initiation_payment_create_response.rb +277 -0
- data/lib/plaid/models/payment_initiation_payment_create_status.rb +38 -0
- data/lib/plaid/models/payment_initiation_payment_get_request.rb +246 -0
- data/lib/plaid/models/payment_initiation_payment_get_response.rb +492 -0
- data/lib/plaid/models/payment_initiation_payment_list_request.rb +292 -0
- data/lib/plaid/models/payment_initiation_payment_list_response.rb +254 -0
- data/lib/plaid/models/payment_initiation_payment_reverse_request.rb +366 -0
- data/lib/plaid/models/payment_initiation_payment_reverse_response.rb +277 -0
- data/lib/plaid/models/payment_initiation_payment_status.rb +51 -0
- data/lib/plaid/models/payment_initiation_payment_token_create_request.rb +246 -0
- data/lib/plaid/models/payment_initiation_payment_token_create_response.rb +256 -0
- data/lib/plaid/models/payment_initiation_recipient.rb +272 -0
- data/lib/plaid/models/payment_initiation_recipient_create_request.rb +324 -0
- data/lib/plaid/models/payment_initiation_recipient_create_response.rb +241 -0
- data/lib/plaid/models/payment_initiation_recipient_get_request.rb +246 -0
- data/lib/plaid/models/payment_initiation_recipient_get_response.rb +295 -0
- data/lib/plaid/models/payment_initiation_recipient_get_response_all_of.rb +220 -0
- data/lib/plaid/models/payment_initiation_recipient_list_request.rb +297 -0
- data/lib/plaid/models/payment_initiation_recipient_list_response.rb +270 -0
- data/lib/plaid/models/payment_initiation_standing_order_metadata.rb +258 -0
- data/lib/plaid/models/payment_meta.rb +299 -0
- data/lib/plaid/models/payment_profile_create_request.rb +231 -0
- data/lib/plaid/models/payment_profile_create_response.rb +241 -0
- data/lib/plaid/models/payment_profile_get_request.rb +246 -0
- data/lib/plaid/models/payment_profile_get_response.rb +303 -0
- data/lib/plaid/models/payment_profile_remove_request.rb +246 -0
- data/lib/plaid/models/payment_profile_remove_response.rb +226 -0
- data/lib/plaid/models/payment_profile_status.rb +40 -0
- data/lib/plaid/models/payment_schedule_interval.rb +39 -0
- data/lib/plaid/models/payment_scheme.rb +42 -0
- data/lib/plaid/models/payment_status_update_webhook.rb +400 -0
- data/lib/plaid/models/payroll_income_account_data.rb +247 -0
- data/lib/plaid/models/payroll_income_object.rb +273 -0
- data/lib/plaid/models/payroll_income_rate_of_pay.rb +233 -0
- data/lib/plaid/models/payroll_item.rb +309 -0
- data/lib/plaid/models/payroll_item_status.rb +222 -0
- data/lib/plaid/models/payroll_risk_signals_item.rb +243 -0
- data/lib/plaid/models/paystub.rb +348 -0
- data/lib/plaid/models/paystub_address.rb +299 -0
- data/lib/plaid/models/paystub_deduction.rb +244 -0
- data/lib/plaid/models/paystub_details.rb +287 -0
- data/lib/plaid/models/paystub_employer.rb +231 -0
- data/lib/plaid/models/paystub_override.rb +276 -0
- data/lib/plaid/models/paystub_override_deductions.rb +231 -0
- data/lib/plaid/models/paystub_override_deductions_breakdown.rb +255 -0
- data/lib/plaid/models/paystub_override_deductions_total.rb +244 -0
- data/lib/plaid/models/paystub_override_distribution_breakdown.rb +277 -0
- data/lib/plaid/models/paystub_override_earnings.rb +231 -0
- data/lib/plaid/models/paystub_override_earnings_breakdown.rb +309 -0
- data/lib/plaid/models/paystub_override_earnings_total.rb +244 -0
- data/lib/plaid/models/paystub_override_employee.rb +250 -0
- data/lib/plaid/models/paystub_override_employee_address.rb +261 -0
- data/lib/plaid/models/paystub_override_employer.rb +231 -0
- data/lib/plaid/models/paystub_override_employer_address.rb +261 -0
- data/lib/plaid/models/paystub_override_net_pay.rb +244 -0
- data/lib/plaid/models/paystub_override_pay_period_details.rb +320 -0
- data/lib/plaid/models/paystub_override_taxpayer_id.rb +233 -0
- data/lib/plaid/models/paystub_pay_frequency.rb +42 -0
- data/lib/plaid/models/paystub_ytd_details.rb +233 -0
- data/lib/plaid/models/pending_disconnect_webhook.rb +306 -0
- data/lib/plaid/models/pending_disconnect_webhook_reason.rb +39 -0
- data/lib/plaid/models/pending_expiration_webhook.rb +307 -0
- data/lib/plaid/models/personal_finance_category.rb +252 -0
- data/lib/plaid/models/phone_number.rb +290 -0
- data/lib/plaid/models/phone_number_match_score.rb +222 -0
- data/lib/plaid/models/phone_type.rb +39 -0
- data/lib/plaid/models/physical_document_category.rb +43 -0
- data/lib/plaid/models/physical_document_extracted_data.rb +326 -0
- data/lib/plaid/models/physical_document_extracted_data_analysis.rb +289 -0
- data/lib/plaid/models/physical_document_images.rb +266 -0
- data/lib/plaid/models/plaid_check_score.rb +245 -0
- data/lib/plaid/models/plaid_check_score_version.rb +39 -0
- data/lib/plaid/models/plaid_error.rb +353 -0
- data/lib/plaid/models/plaid_error_type.rb +58 -0
- data/lib/plaid/models/platform_ids.rb +244 -0
- data/lib/plaid/models/po_box_status.rb +40 -0
- data/lib/plaid/models/prism_cash_score.rb +278 -0
- data/lib/plaid/models/prism_cash_score_metadata.rb +321 -0
- data/lib/plaid/models/prism_cash_score_version.rb +41 -0
- data/lib/plaid/models/prism_detect.rb +268 -0
- data/lib/plaid/models/prism_detect_version.rb +39 -0
- data/lib/plaid/models/prism_extend.rb +268 -0
- data/lib/plaid/models/prism_extend_version.rb +39 -0
- data/lib/plaid/models/prism_first_detect.rb +278 -0
- data/lib/plaid/models/prism_first_detect_version.rb +39 -0
- data/lib/plaid/models/prism_insights.rb +246 -0
- data/lib/plaid/models/prism_insights_version.rb +40 -0
- data/lib/plaid/models/prism_product.rb +39 -0
- data/lib/plaid/models/prism_versions.rb +283 -0
- data/lib/plaid/models/prism_versions_deprecated.rb +283 -0
- data/lib/plaid/models/processor_account_get_request.rb +246 -0
- data/lib/plaid/models/processor_account_get_response.rb +255 -0
- data/lib/plaid/models/processor_apex_processor_token_create_request.rb +261 -0
- data/lib/plaid/models/processor_auth_get_request.rb +246 -0
- data/lib/plaid/models/processor_auth_get_response.rb +254 -0
- data/lib/plaid/models/processor_balance_get_request.rb +255 -0
- data/lib/plaid/models/processor_balance_get_request_options.rb +221 -0
- data/lib/plaid/models/processor_balance_get_response.rb +240 -0
- data/lib/plaid/models/processor_bank_transfer_create_request.rb +482 -0
- data/lib/plaid/models/processor_bank_transfer_create_response.rb +240 -0
- data/lib/plaid/models/processor_default_update_webhook.rb +317 -0
- data/lib/plaid/models/processor_historical_update_webhook.rb +317 -0
- data/lib/plaid/models/processor_identity_get_request.rb +246 -0
- data/lib/plaid/models/processor_identity_get_response.rb +240 -0
- data/lib/plaid/models/processor_identity_match_request.rb +255 -0
- data/lib/plaid/models/processor_identity_match_response.rb +240 -0
- data/lib/plaid/models/processor_initial_update_webhook.rb +318 -0
- data/lib/plaid/models/processor_investments_holdings_get_request.rb +246 -0
- data/lib/plaid/models/processor_investments_holdings_get_response.rb +284 -0
- data/lib/plaid/models/processor_investments_transactions_get_request.rb +285 -0
- data/lib/plaid/models/processor_investments_transactions_get_response.rb +299 -0
- data/lib/plaid/models/processor_liabilities_get_request.rb +246 -0
- data/lib/plaid/models/processor_liabilities_get_response.rb +254 -0
- data/lib/plaid/models/processor_number.rb +251 -0
- data/lib/plaid/models/processor_recurring_transactions_update_webhook.rb +292 -0
- data/lib/plaid/models/processor_signal_decision_report_request.rb +387 -0
- data/lib/plaid/models/processor_signal_decision_report_response.rb +226 -0
- data/lib/plaid/models/processor_signal_evaluate_request.rb +378 -0
- data/lib/plaid/models/processor_signal_evaluate_response.rb +267 -0
- data/lib/plaid/models/processor_signal_prepare_request.rb +246 -0
- data/lib/plaid/models/processor_signal_prepare_response.rb +226 -0
- data/lib/plaid/models/processor_signal_return_report_request.rb +317 -0
- data/lib/plaid/models/processor_signal_return_report_response.rb +226 -0
- data/lib/plaid/models/processor_stripe_bank_account_token_create_request.rb +261 -0
- data/lib/plaid/models/processor_stripe_bank_account_token_create_response.rb +241 -0
- data/lib/plaid/models/processor_sync_updates_available_webhook.rb +322 -0
- data/lib/plaid/models/processor_token_create_request.rb +310 -0
- data/lib/plaid/models/processor_token_create_response.rb +241 -0
- data/lib/plaid/models/processor_token_permissions_get_request.rb +246 -0
- data/lib/plaid/models/processor_token_permissions_get_response.rb +243 -0
- data/lib/plaid/models/processor_token_permissions_set_request.rb +263 -0
- data/lib/plaid/models/processor_token_permissions_set_response.rb +226 -0
- data/lib/plaid/models/processor_token_webhook_update.rb +317 -0
- data/lib/plaid/models/processor_token_webhook_update_request.rb +257 -0
- data/lib/plaid/models/processor_token_webhook_update_response.rb +226 -0
- data/lib/plaid/models/processor_transactions_get_request.rb +285 -0
- data/lib/plaid/models/processor_transactions_get_request_options.rb +327 -0
- data/lib/plaid/models/processor_transactions_get_response.rb +272 -0
- data/lib/plaid/models/processor_transactions_recurring_get_request.rb +255 -0
- data/lib/plaid/models/processor_transactions_recurring_get_response.rb +275 -0
- data/lib/plaid/models/processor_transactions_refresh_request.rb +246 -0
- data/lib/plaid/models/processor_transactions_refresh_response.rb +226 -0
- data/lib/plaid/models/processor_transactions_removed_webhook.rb +319 -0
- data/lib/plaid/models/processor_transactions_sync_request.rb +303 -0
- data/lib/plaid/models/processor_transactions_sync_response.rb +353 -0
- data/lib/plaid/models/product_access.rb +328 -0
- data/lib/plaid/models/product_permissions_required_auth_webhook.rb +292 -0
- data/lib/plaid/models/product_permissions_required_identity_webhook.rb +292 -0
- data/lib/plaid/models/product_status.rb +289 -0
- data/lib/plaid/models/product_status_breakdown.rb +300 -0
- data/lib/plaid/models/products.rb +71 -0
- data/lib/plaid/models/profile_network_status_get_request.rb +245 -0
- data/lib/plaid/models/profile_network_status_get_response.rb +262 -0
- data/lib/plaid/models/program_name_sensitivity.rb +41 -0
- data/lib/plaid/models/projected_income_summary_field_number.rb +269 -0
- data/lib/plaid/models/protect_event.rb +275 -0
- data/lib/plaid/models/protect_event_get_request.rb +246 -0
- data/lib/plaid/models/protect_event_get_response.rb +279 -0
- data/lib/plaid/models/protect_event_send_request.rb +271 -0
- data/lib/plaid/models/protect_event_send_response.rb +264 -0
- data/lib/plaid/models/protect_user_event_webhook.rb +297 -0
- data/lib/plaid/models/protect_user_insights_get_request.rb +251 -0
- data/lib/plaid/models/protect_user_insights_get_response.rb +251 -0
- data/lib/plaid/models/proxy_type.rb +42 -0
- data/lib/plaid/models/pslf_status.rb +244 -0
- data/lib/plaid/models/reason_code.rb +52 -0
- data/lib/plaid/models/recaptcha_required_error.rb +315 -0
- data/lib/plaid/models/recipient_bacs.rb +283 -0
- data/lib/plaid/models/recipient_bacs_nullable.rb +290 -0
- data/lib/plaid/models/recommendation_string.rb +40 -0
- data/lib/plaid/models/recurrence.rb +254 -0
- data/lib/plaid/models/recurring_cancelled_webhook.rb +292 -0
- data/lib/plaid/models/recurring_frequency.rb +46 -0
- data/lib/plaid/models/recurring_insights_stream.rb +401 -0
- data/lib/plaid/models/recurring_new_transfer_webhook.rb +307 -0
- data/lib/plaid/models/recurring_transaction_frequency.rb +43 -0
- data/lib/plaid/models/recurring_transactions.rb +245 -0
- data/lib/plaid/models/recurring_transactions_update_webhook.rb +309 -0
- data/lib/plaid/models/recurring_transfer.rb +471 -0
- data/lib/plaid/models/recurring_transfer_nullable.rb +478 -0
- data/lib/plaid/models/recurring_transfer_skipped_webhook.rb +330 -0
- data/lib/plaid/models/refresh_result.rb +241 -0
- data/lib/plaid/models/removed_transaction.rb +241 -0
- data/lib/plaid/models/report_type.rb +38 -0
- data/lib/plaid/models/reporting_information.rb +226 -0
- data/lib/plaid/models/risk_check_behavior.rb +284 -0
- data/lib/plaid/models/risk_check_behavior_bot_detected_label.rb +40 -0
- data/lib/plaid/models/risk_check_behavior_fraud_ring_detected_label.rb +40 -0
- data/lib/plaid/models/risk_check_behavior_user_interactions_label.rb +41 -0
- data/lib/plaid/models/risk_check_details.rb +314 -0
- data/lib/plaid/models/risk_check_device.rb +286 -0
- data/lib/plaid/models/risk_check_email.rb +397 -0
- data/lib/plaid/models/risk_check_email_domain_is_custom.rb +40 -0
- data/lib/plaid/models/risk_check_email_domain_is_disposable.rb +40 -0
- data/lib/plaid/models/risk_check_email_domain_is_free_provider.rb +40 -0
- data/lib/plaid/models/risk_check_email_is_deliverable_status.rb +40 -0
- data/lib/plaid/models/risk_check_email_top_level_domain_is_suspicious.rb +40 -0
- data/lib/plaid/models/risk_check_identity_abuse_signals.rb +231 -0
- data/lib/plaid/models/risk_check_linked_service.rb +127 -0
- data/lib/plaid/models/risk_check_network.rb +264 -0
- data/lib/plaid/models/risk_check_phone.rb +283 -0
- data/lib/plaid/models/risk_check_stolen_identity.rb +257 -0
- data/lib/plaid/models/risk_check_synthetic_identity.rb +277 -0
- data/lib/plaid/models/risk_level.rb +40 -0
- data/lib/plaid/models/risk_level_with_no_data.rb +41 -0
- data/lib/plaid/models/risk_profile.rb +231 -0
- data/lib/plaid/models/risk_reason.rb +241 -0
- data/lib/plaid/models/risk_signal_document_reference.rb +283 -0
- data/lib/plaid/models/risk_signal_document_status.rb +42 -0
- data/lib/plaid/models/risk_signal_document_type.rb +49 -0
- data/lib/plaid/models/risk_signal_file_type.rb +45 -0
- data/lib/plaid/models/role.rb +225 -0
- data/lib/plaid/models/role_detail.rb +247 -0
- data/lib/plaid/models/roles.rb +225 -0
- data/lib/plaid/models/rule_details.rb +231 -0
- data/lib/plaid/models/rule_result.rb +40 -0
- data/lib/plaid/models/ruleset.rb +277 -0
- data/lib/plaid/models/sandbox_bank_income_fire_webhook_request.rb +291 -0
- data/lib/plaid/models/sandbox_bank_income_fire_webhook_response.rb +226 -0
- data/lib/plaid/models/sandbox_bank_income_webhook_fire_request_webhook_code.rb +39 -0
- data/lib/plaid/models/sandbox_bank_income_webhook_fire_request_webhook_fields.rb +257 -0
- data/lib/plaid/models/sandbox_bank_transfer_fire_webhook_request.rb +246 -0
- data/lib/plaid/models/sandbox_bank_transfer_fire_webhook_response.rb +226 -0
- data/lib/plaid/models/sandbox_bank_transfer_simulate_request.rb +271 -0
- data/lib/plaid/models/sandbox_bank_transfer_simulate_response.rb +226 -0
- data/lib/plaid/models/sandbox_cra_cashflow_updates_update_request.rb +259 -0
- data/lib/plaid/models/sandbox_cra_cashflow_updates_update_response.rb +226 -0
- data/lib/plaid/models/sandbox_income_fire_webhook_request.rb +329 -0
- data/lib/plaid/models/sandbox_income_fire_webhook_response.rb +226 -0
- data/lib/plaid/models/sandbox_income_webhook_fire_request_webhook_code.rb +39 -0
- data/lib/plaid/models/sandbox_item_fire_webhook_request.rb +304 -0
- data/lib/plaid/models/sandbox_item_fire_webhook_response.rb +241 -0
- data/lib/plaid/models/sandbox_item_reset_login_request.rb +246 -0
- data/lib/plaid/models/sandbox_item_reset_login_response.rb +241 -0
- data/lib/plaid/models/sandbox_item_set_verification_status_request.rb +310 -0
- data/lib/plaid/models/sandbox_item_set_verification_status_response.rb +226 -0
- data/lib/plaid/models/sandbox_oauth_select_accounts_request.rb +241 -0
- data/lib/plaid/models/sandbox_payment_profile_reset_login_request.rb +246 -0
- data/lib/plaid/models/sandbox_payment_profile_reset_login_response.rb +241 -0
- data/lib/plaid/models/sandbox_payment_simulate_request.rb +276 -0
- data/lib/plaid/models/sandbox_payment_simulate_response.rb +276 -0
- data/lib/plaid/models/sandbox_processor_token_create_request.rb +255 -0
- data/lib/plaid/models/sandbox_processor_token_create_request_options.rb +237 -0
- data/lib/plaid/models/sandbox_processor_token_create_response.rb +241 -0
- data/lib/plaid/models/sandbox_public_token_create_request.rb +303 -0
- data/lib/plaid/models/sandbox_public_token_create_request_income_verification_bank_income.rb +221 -0
- data/lib/plaid/models/sandbox_public_token_create_request_options.rb +275 -0
- data/lib/plaid/models/sandbox_public_token_create_request_options_income_verification.rb +232 -0
- data/lib/plaid/models/sandbox_public_token_create_request_options_statements.rb +241 -0
- data/lib/plaid/models/sandbox_public_token_create_request_options_transactions.rb +269 -0
- data/lib/plaid/models/sandbox_public_token_create_response.rb +241 -0
- data/lib/plaid/models/sandbox_transactions_create_request.rb +263 -0
- data/lib/plaid/models/sandbox_transactions_create_response.rb +226 -0
- data/lib/plaid/models/sandbox_transfer_fire_webhook_request.rb +246 -0
- data/lib/plaid/models/sandbox_transfer_fire_webhook_response.rb +226 -0
- data/lib/plaid/models/sandbox_transfer_ledger_deposit_simulate_request.rb +292 -0
- data/lib/plaid/models/sandbox_transfer_ledger_deposit_simulate_response.rb +226 -0
- data/lib/plaid/models/sandbox_transfer_ledger_simulate_available_request.rb +274 -0
- data/lib/plaid/models/sandbox_transfer_ledger_simulate_available_response.rb +226 -0
- data/lib/plaid/models/sandbox_transfer_ledger_withdraw_simulate_request.rb +292 -0
- data/lib/plaid/models/sandbox_transfer_ledger_withdraw_simulate_response.rb +226 -0
- data/lib/plaid/models/sandbox_transfer_refund_simulate_request.rb +292 -0
- data/lib/plaid/models/sandbox_transfer_refund_simulate_response.rb +226 -0
- data/lib/plaid/models/sandbox_transfer_repayment_simulate_request.rb +231 -0
- data/lib/plaid/models/sandbox_transfer_repayment_simulate_response.rb +226 -0
- data/lib/plaid/models/sandbox_transfer_simulate_request.rb +292 -0
- data/lib/plaid/models/sandbox_transfer_simulate_response.rb +226 -0
- data/lib/plaid/models/sandbox_transfer_sweep_simulate_request.rb +252 -0
- data/lib/plaid/models/sandbox_transfer_sweep_simulate_response.rb +235 -0
- data/lib/plaid/models/sandbox_transfer_test_clock_advance_request.rb +261 -0
- data/lib/plaid/models/sandbox_transfer_test_clock_advance_response.rb +226 -0
- data/lib/plaid/models/sandbox_transfer_test_clock_create_request.rb +242 -0
- data/lib/plaid/models/sandbox_transfer_test_clock_create_response.rb +240 -0
- data/lib/plaid/models/sandbox_transfer_test_clock_get_request.rb +246 -0
- data/lib/plaid/models/sandbox_transfer_test_clock_get_response.rb +240 -0
- data/lib/plaid/models/sandbox_transfer_test_clock_list_request.rb +321 -0
- data/lib/plaid/models/sandbox_transfer_test_clock_list_response.rb +242 -0
- data/lib/plaid/models/sandbox_user_reset_login_request.rb +259 -0
- data/lib/plaid/models/sandbox_user_reset_login_response.rb +226 -0
- data/lib/plaid/models/scopes.rb +244 -0
- data/lib/plaid/models/scopes_context.rb +39 -0
- data/lib/plaid/models/scopes_nullable.rb +251 -0
- data/lib/plaid/models/screening_hit_analysis.rb +284 -0
- data/lib/plaid/models/screening_hit_data.rb +259 -0
- data/lib/plaid/models/screening_hit_date_of_birth_item.rb +229 -0
- data/lib/plaid/models/screening_hit_documents_items.rb +229 -0
- data/lib/plaid/models/screening_hit_names_items.rb +229 -0
- data/lib/plaid/models/screening_status_updated_webhook.rb +292 -0
- data/lib/plaid/models/security.rb +444 -0
- data/lib/plaid/models/security_override.rb +271 -0
- data/lib/plaid/models/selfie_analysis.rb +271 -0
- data/lib/plaid/models/selfie_analysis_document_comparison.rb +40 -0
- data/lib/plaid/models/selfie_analysis_facial_analysis.rb +401 -0
- data/lib/plaid/models/selfie_analysis_facial_analysis_outcome.rb +39 -0
- data/lib/plaid/models/selfie_analysis_liveness_check.rb +39 -0
- data/lib/plaid/models/selfie_capture.rb +233 -0
- data/lib/plaid/models/selfie_check.rb +264 -0
- data/lib/plaid/models/selfie_check_selfie.rb +290 -0
- data/lib/plaid/models/selfie_check_status.rb +39 -0
- data/lib/plaid/models/selfie_status.rb +39 -0
- data/lib/plaid/models/sender_bacs_nullable.rb +290 -0
- data/lib/plaid/models/service.rb +239 -0
- data/lib/plaid/models/service_product_fulfillment.rb +225 -0
- data/lib/plaid/models/service_product_fulfillment_detail.rb +258 -0
- data/lib/plaid/models/service_product_fulfillment_identifier.rb +39 -0
- data/lib/plaid/models/servicer_address_data.rb +266 -0
- data/lib/plaid/models/services.rb +225 -0
- data/lib/plaid/models/session_token_create_request.rb +290 -0
- data/lib/plaid/models/session_token_create_request_user.rb +236 -0
- data/lib/plaid/models/session_token_create_response.rb +235 -0
- data/lib/plaid/models/session_token_create_response_link.rb +251 -0
- data/lib/plaid/models/signal_address_data.rb +264 -0
- data/lib/plaid/models/signal_decision_outcome.rb +42 -0
- data/lib/plaid/models/signal_decision_report_request.rb +382 -0
- data/lib/plaid/models/signal_decision_report_response.rb +226 -0
- data/lib/plaid/models/signal_device.rb +233 -0
- data/lib/plaid/models/signal_evaluate_core_attributes.rb +1091 -0
- data/lib/plaid/models/signal_evaluate_request.rb +404 -0
- data/lib/plaid/models/signal_evaluate_response.rb +282 -0
- data/lib/plaid/models/signal_payment_method.rb +42 -0
- data/lib/plaid/models/signal_person_name.rb +266 -0
- data/lib/plaid/models/signal_prepare_request.rb +246 -0
- data/lib/plaid/models/signal_prepare_response.rb +226 -0
- data/lib/plaid/models/signal_return_report_request.rb +302 -0
- data/lib/plaid/models/signal_return_report_response.rb +226 -0
- data/lib/plaid/models/signal_schedule_default_payment_method.rb +40 -0
- data/lib/plaid/models/signal_schedule_recommendation.rb +263 -0
- data/lib/plaid/models/signal_schedule_request.rb +352 -0
- data/lib/plaid/models/signal_schedule_response.rb +271 -0
- data/lib/plaid/models/signal_scores.rb +229 -0
- data/lib/plaid/models/signal_user.rb +253 -0
- data/lib/plaid/models/signal_warning.rb +241 -0
- data/lib/plaid/models/simulated_transfer_sweep.rb +399 -0
- data/lib/plaid/models/single_document_risk_signal.rb +256 -0
- data/lib/plaid/models/sms_verification.rb +336 -0
- data/lib/plaid/models/sms_verification_status.rb +41 -0
- data/lib/plaid/models/source.rb +41 -0
- data/lib/plaid/models/standalone_account_type.rb +296 -0
- data/lib/plaid/models/standalone_currency_code_list.rb +241 -0
- data/lib/plaid/models/standalone_investment_transaction_type.rb +301 -0
- data/lib/plaid/models/statements_account.rb +318 -0
- data/lib/plaid/models/statements_download_request.rb +261 -0
- data/lib/plaid/models/statements_list_request.rb +246 -0
- data/lib/plaid/models/statements_list_response.rb +287 -0
- data/lib/plaid/models/statements_refresh_complete_result.rb +39 -0
- data/lib/plaid/models/statements_refresh_complete_webhook.rb +306 -0
- data/lib/plaid/models/statements_refresh_request.rb +276 -0
- data/lib/plaid/models/statements_refresh_response.rb +226 -0
- data/lib/plaid/models/statements_statement.rb +288 -0
- data/lib/plaid/models/status.rb +233 -0
- data/lib/plaid/models/statuses.rb +225 -0
- data/lib/plaid/models/strategy.rb +41 -0
- data/lib/plaid/models/student_loan.rb +504 -0
- data/lib/plaid/models/student_loan_repayment_model.rb +256 -0
- data/lib/plaid/models/student_loan_status.rb +267 -0
- data/lib/plaid/models/student_repayment_plan.rb +267 -0
- data/lib/plaid/models/sweep_failure.rb +233 -0
- data/lib/plaid/models/sweep_status.rb +44 -0
- data/lib/plaid/models/sweep_trigger.rb +41 -0
- data/lib/plaid/models/sync_updates_available_webhook.rb +322 -0
- data/lib/plaid/models/synthetic_fraud.rb +247 -0
- data/lib/plaid/models/taxform.rb +245 -0
- data/lib/plaid/models/taxpayer_id.rb +270 -0
- data/lib/plaid/models/taxpayer_identifier.rb +254 -0
- data/lib/plaid/models/taxpayer_identifier_type.rb +39 -0
- data/lib/plaid/models/taxpayer_identifiers.rb +225 -0
- data/lib/plaid/models/tch_notification.rb +274 -0
- data/lib/plaid/models/tch_notification_response.rb +261 -0
- data/lib/plaid/models/total.rb +272 -0
- data/lib/plaid/models/total_canonical_description.rb +54 -0
- data/lib/plaid/models/total_inflow_amount.rb +248 -0
- data/lib/plaid/models/total_inflow_amount30d.rb +248 -0
- data/lib/plaid/models/total_inflow_amount60d.rb +248 -0
- data/lib/plaid/models/total_inflow_amount90d.rb +248 -0
- data/lib/plaid/models/total_monthly_income_insights.rb +241 -0
- data/lib/plaid/models/total_outflow_amount.rb +248 -0
- data/lib/plaid/models/total_outflow_amount30d.rb +248 -0
- data/lib/plaid/models/total_outflow_amount60d.rb +248 -0
- data/lib/plaid/models/total_outflow_amount90d.rb +248 -0
- data/lib/plaid/models/total_report_inflow_amount.rb +248 -0
- data/lib/plaid/models/total_report_inflow_amount30d.rb +248 -0
- data/lib/plaid/models/total_report_inflow_amount60d.rb +248 -0
- data/lib/plaid/models/total_report_inflow_amount90d.rb +248 -0
- data/lib/plaid/models/total_report_outflow_amount.rb +248 -0
- data/lib/plaid/models/total_report_outflow_amount30d.rb +248 -0
- data/lib/plaid/models/total_report_outflow_amount60d.rb +248 -0
- data/lib/plaid/models/total_report_outflow_amount90d.rb +248 -0
- data/lib/plaid/models/transaction.rb +627 -0
- data/lib/plaid/models/transaction_all_of.rb +355 -0
- data/lib/plaid/models/transaction_base.rb +481 -0
- data/lib/plaid/models/transaction_code.rb +50 -0
- data/lib/plaid/models/transaction_counterparty.rb +316 -0
- data/lib/plaid/models/transaction_data.rb +286 -0
- data/lib/plaid/models/transaction_override.rb +281 -0
- data/lib/plaid/models/transaction_stream.rb +477 -0
- data/lib/plaid/models/transaction_stream_amount.rb +243 -0
- data/lib/plaid/models/transaction_stream_status.rb +41 -0
- data/lib/plaid/models/transactions_category_rule.rb +260 -0
- data/lib/plaid/models/transactions_enhance_get_request.rb +263 -0
- data/lib/plaid/models/transactions_enhance_get_response.rb +228 -0
- data/lib/plaid/models/transactions_enrich_request.rb +272 -0
- data/lib/plaid/models/transactions_enrich_request_options.rb +223 -0
- data/lib/plaid/models/transactions_enrich_response.rb +238 -0
- data/lib/plaid/models/transactions_get_request.rb +285 -0
- data/lib/plaid/models/transactions_get_request_options.rb +377 -0
- data/lib/plaid/models/transactions_get_response.rb +289 -0
- data/lib/plaid/models/transactions_recurring_create_input.rb +223 -0
- data/lib/plaid/models/transactions_recurring_create_request.rb +263 -0
- data/lib/plaid/models/transactions_recurring_create_response.rb +252 -0
- data/lib/plaid/models/transactions_recurring_get_request.rb +267 -0
- data/lib/plaid/models/transactions_recurring_get_request_options.rb +223 -0
- data/lib/plaid/models/transactions_recurring_get_response.rb +275 -0
- data/lib/plaid/models/transactions_recurring_merge_input.rb +228 -0
- data/lib/plaid/models/transactions_recurring_merge_request.rb +263 -0
- data/lib/plaid/models/transactions_recurring_merge_response.rb +240 -0
- data/lib/plaid/models/transactions_recurring_update_input.rb +243 -0
- data/lib/plaid/models/transactions_recurring_update_request.rb +263 -0
- data/lib/plaid/models/transactions_recurring_update_response.rb +240 -0
- data/lib/plaid/models/transactions_refresh_request.rb +246 -0
- data/lib/plaid/models/transactions_refresh_response.rb +226 -0
- data/lib/plaid/models/transactions_removed_webhook.rb +319 -0
- data/lib/plaid/models/transactions_rule_details.rb +276 -0
- data/lib/plaid/models/transactions_rule_field.rb +39 -0
- data/lib/plaid/models/transactions_rule_type.rb +39 -0
- data/lib/plaid/models/transactions_rules_create_request.rb +275 -0
- data/lib/plaid/models/transactions_rules_create_response.rb +240 -0
- data/lib/plaid/models/transactions_rules_list_request.rb +246 -0
- data/lib/plaid/models/transactions_rules_list_response.rb +243 -0
- data/lib/plaid/models/transactions_rules_remove_request.rb +261 -0
- data/lib/plaid/models/transactions_rules_remove_response.rb +226 -0
- data/lib/plaid/models/transactions_sync_request.rb +303 -0
- data/lib/plaid/models/transactions_sync_request_options.rb +296 -0
- data/lib/plaid/models/transactions_sync_response.rb +360 -0
- data/lib/plaid/models/transactions_update_status.rb +41 -0
- data/lib/plaid/models/transactions_user_insights_get_request.rb +246 -0
- data/lib/plaid/models/transactions_user_insights_get_response.rb +252 -0
- data/lib/plaid/models/transfer.rb +652 -0
- data/lib/plaid/models/transfer_ach_network.rb +39 -0
- data/lib/plaid/models/transfer_authorization.rb +331 -0
- data/lib/plaid/models/transfer_authorization_cancel_request.rb +246 -0
- data/lib/plaid/models/transfer_authorization_cancel_response.rb +226 -0
- data/lib/plaid/models/transfer_authorization_create_request.rb +525 -0
- data/lib/plaid/models/transfer_authorization_create_response.rb +240 -0
- data/lib/plaid/models/transfer_authorization_decision.rb +40 -0
- data/lib/plaid/models/transfer_authorization_decision_rationale.rb +262 -0
- data/lib/plaid/models/transfer_authorization_decision_rationale_code.rb +46 -0
- data/lib/plaid/models/transfer_authorization_device.rb +231 -0
- data/lib/plaid/models/transfer_authorization_guarantee_decision.rb +40 -0
- data/lib/plaid/models/transfer_authorization_guarantee_decision_rationale.rb +262 -0
- data/lib/plaid/models/transfer_authorization_guarantee_decision_rationale_code.rb +42 -0
- data/lib/plaid/models/transfer_authorization_payment_risk.rb +334 -0
- data/lib/plaid/models/transfer_authorization_proposed_transfer.rb +397 -0
- data/lib/plaid/models/transfer_authorization_risk_level.rb +42 -0
- data/lib/plaid/models/transfer_authorization_user_in_request.rb +255 -0
- data/lib/plaid/models/transfer_balance.rb +272 -0
- data/lib/plaid/models/transfer_balance_get_request.rb +273 -0
- data/lib/plaid/models/transfer_balance_get_response.rb +240 -0
- data/lib/plaid/models/transfer_balance_type.rb +39 -0
- data/lib/plaid/models/transfer_cancel_request.rb +288 -0
- data/lib/plaid/models/transfer_cancel_response.rb +226 -0
- data/lib/plaid/models/transfer_capabilities_get_request.rb +271 -0
- data/lib/plaid/models/transfer_capabilities_get_response.rb +240 -0
- data/lib/plaid/models/transfer_capabilities_get_rf_p.rb +223 -0
- data/lib/plaid/models/transfer_capabilities_get_rtp.rb +223 -0
- data/lib/plaid/models/transfer_configuration_get_request.rb +242 -0
- data/lib/plaid/models/transfer_configuration_get_response.rb +361 -0
- data/lib/plaid/models/transfer_create_request.rb +450 -0
- data/lib/plaid/models/transfer_create_response.rb +240 -0
- data/lib/plaid/models/transfer_credit_funds_source.rb +41 -0
- data/lib/plaid/models/transfer_credit_usage_configuration.rb +309 -0
- data/lib/plaid/models/transfer_debit_usage_configuration.rb +309 -0
- data/lib/plaid/models/transfer_device.rb +241 -0
- data/lib/plaid/models/transfer_diligence_document_upload_request.rb +277 -0
- data/lib/plaid/models/transfer_diligence_document_upload_response.rb +226 -0
- data/lib/plaid/models/transfer_diligence_status.rb +43 -0
- data/lib/plaid/models/transfer_diligence_submit_request.rb +260 -0
- data/lib/plaid/models/transfer_diligence_submit_response.rb +226 -0
- data/lib/plaid/models/transfer_document_purpose.rb +38 -0
- data/lib/plaid/models/transfer_event.rb +451 -0
- data/lib/plaid/models/transfer_event_list_request.rb +431 -0
- data/lib/plaid/models/transfer_event_list_response.rb +257 -0
- data/lib/plaid/models/transfer_event_list_transfer_type.rb +40 -0
- data/lib/plaid/models/transfer_event_sync_request.rb +306 -0
- data/lib/plaid/models/transfer_event_sync_response.rb +257 -0
- data/lib/plaid/models/transfer_event_type.rb +61 -0
- data/lib/plaid/models/transfer_events_update_webhook.rb +277 -0
- data/lib/plaid/models/transfer_expected_sweep_settlement_schedule_item.rb +241 -0
- data/lib/plaid/models/transfer_failure.rb +243 -0
- data/lib/plaid/models/transfer_funding_account.rb +241 -0
- data/lib/plaid/models/transfer_funding_account_with_display_name.rb +259 -0
- data/lib/plaid/models/transfer_funding_account_with_display_name_all_of.rb +220 -0
- data/lib/plaid/models/transfer_get_request.rb +262 -0
- data/lib/plaid/models/transfer_get_response.rb +240 -0
- data/lib/plaid/models/transfer_intent_authorization_decision.rb +39 -0
- data/lib/plaid/models/transfer_intent_create.rb +444 -0
- data/lib/plaid/models/transfer_intent_create_mode.rb +39 -0
- data/lib/plaid/models/transfer_intent_create_network.rb +40 -0
- data/lib/plaid/models/transfer_intent_create_request.rb +439 -0
- data/lib/plaid/models/transfer_intent_create_response.rb +240 -0
- data/lib/plaid/models/transfer_intent_get.rb +505 -0
- data/lib/plaid/models/transfer_intent_get_failure_reason.rb +241 -0
- data/lib/plaid/models/transfer_intent_get_request.rb +246 -0
- data/lib/plaid/models/transfer_intent_get_response.rb +240 -0
- data/lib/plaid/models/transfer_intent_status.rb +40 -0
- data/lib/plaid/models/transfer_ledger_balance.rb +241 -0
- data/lib/plaid/models/transfer_ledger_deposit_request.rb +379 -0
- data/lib/plaid/models/transfer_ledger_deposit_response.rb +240 -0
- data/lib/plaid/models/transfer_ledger_distribute_request.rb +322 -0
- data/lib/plaid/models/transfer_ledger_distribute_response.rb +226 -0
- data/lib/plaid/models/transfer_ledger_get_request.rb +253 -0
- data/lib/plaid/models/transfer_ledger_get_response.rb +285 -0
- data/lib/plaid/models/transfer_ledger_sweep_simulate_event_type.rb +41 -0
- data/lib/plaid/models/transfer_ledger_withdraw_request.rb +379 -0
- data/lib/plaid/models/transfer_ledger_withdraw_response.rb +240 -0
- data/lib/plaid/models/transfer_list_request.rb +353 -0
- data/lib/plaid/models/transfer_list_response.rb +242 -0
- data/lib/plaid/models/transfer_metrics_get_authorization_usage.rb +251 -0
- data/lib/plaid/models/transfer_metrics_get_request.rb +242 -0
- data/lib/plaid/models/transfer_metrics_get_response.rb +336 -0
- data/lib/plaid/models/transfer_metrics_get_return_rates.rb +221 -0
- data/lib/plaid/models/transfer_metrics_get_return_rates_over_interval.rb +241 -0
- data/lib/plaid/models/transfer_migrate_account_request.rb +286 -0
- data/lib/plaid/models/transfer_migrate_account_response.rb +256 -0
- data/lib/plaid/models/transfer_network.rb +41 -0
- data/lib/plaid/models/transfer_originator_address.rb +286 -0
- data/lib/plaid/models/transfer_originator_create_request.rb +267 -0
- data/lib/plaid/models/transfer_originator_create_response.rb +256 -0
- data/lib/plaid/models/transfer_originator_diligence.rb +370 -0
- data/lib/plaid/models/transfer_originator_funding_account_create_request.rb +260 -0
- data/lib/plaid/models/transfer_originator_funding_account_create_response.rb +236 -0
- data/lib/plaid/models/transfer_originator_funding_account_update_request.rb +260 -0
- data/lib/plaid/models/transfer_originator_funding_account_update_response.rb +226 -0
- data/lib/plaid/models/transfer_originator_get_request.rb +246 -0
- data/lib/plaid/models/transfer_originator_get_response.rb +240 -0
- data/lib/plaid/models/transfer_originator_list_request.rb +300 -0
- data/lib/plaid/models/transfer_originator_list_response.rb +242 -0
- data/lib/plaid/models/transfer_platform_onboarding_update_webhook.rb +292 -0
- data/lib/plaid/models/transfer_platform_originator_create_request.rb +285 -0
- data/lib/plaid/models/transfer_platform_originator_create_response.rb +226 -0
- data/lib/plaid/models/transfer_platform_person_address.rb +296 -0
- data/lib/plaid/models/transfer_platform_person_create_request.rb +359 -0
- data/lib/plaid/models/transfer_platform_person_create_response.rb +241 -0
- data/lib/plaid/models/transfer_platform_person_id_number.rb +262 -0
- data/lib/plaid/models/transfer_platform_person_name.rb +241 -0
- data/lib/plaid/models/transfer_platform_requirement.rb +232 -0
- data/lib/plaid/models/transfer_platform_requirement_submission.rb +251 -0
- data/lib/plaid/models/transfer_platform_requirement_submit_request.rb +285 -0
- data/lib/plaid/models/transfer_platform_requirement_submit_response.rb +226 -0
- data/lib/plaid/models/transfer_platform_tos_acceptance_metadata.rb +256 -0
- data/lib/plaid/models/transfer_questionnaire_create_request.rb +261 -0
- data/lib/plaid/models/transfer_questionnaire_create_response.rb +241 -0
- data/lib/plaid/models/transfer_recurring_cancel_request.rb +246 -0
- data/lib/plaid/models/transfer_recurring_cancel_response.rb +226 -0
- data/lib/plaid/models/transfer_recurring_create_request.rb +466 -0
- data/lib/plaid/models/transfer_recurring_create_response.rb +281 -0
- data/lib/plaid/models/transfer_recurring_get_request.rb +246 -0
- data/lib/plaid/models/transfer_recurring_get_response.rb +240 -0
- data/lib/plaid/models/transfer_recurring_list_request.rb +331 -0
- data/lib/plaid/models/transfer_recurring_list_response.rb +242 -0
- data/lib/plaid/models/transfer_recurring_network.rb +40 -0
- data/lib/plaid/models/transfer_recurring_schedule.rb +303 -0
- data/lib/plaid/models/transfer_recurring_status.rb +40 -0
- data/lib/plaid/models/transfer_refund.rb +339 -0
- data/lib/plaid/models/transfer_refund_cancel_request.rb +246 -0
- data/lib/plaid/models/transfer_refund_cancel_response.rb +226 -0
- data/lib/plaid/models/transfer_refund_create_request.rb +297 -0
- data/lib/plaid/models/transfer_refund_create_response.rb +240 -0
- data/lib/plaid/models/transfer_refund_failure.rb +243 -0
- data/lib/plaid/models/transfer_refund_get_request.rb +246 -0
- data/lib/plaid/models/transfer_refund_get_response.rb +240 -0
- data/lib/plaid/models/transfer_refund_status.rb +43 -0
- data/lib/plaid/models/transfer_repayment.rb +271 -0
- data/lib/plaid/models/transfer_repayment_list_request.rb +321 -0
- data/lib/plaid/models/transfer_repayment_list_response.rb +242 -0
- data/lib/plaid/models/transfer_repayment_return.rb +292 -0
- data/lib/plaid/models/transfer_repayment_return_list_request.rb +314 -0
- data/lib/plaid/models/transfer_repayment_return_list_response.rb +242 -0
- data/lib/plaid/models/transfer_schedule_interval_unit.rb +39 -0
- data/lib/plaid/models/transfer_status.rb +44 -0
- data/lib/plaid/models/transfer_sweep.rb +392 -0
- data/lib/plaid/models/transfer_sweep_get_request.rb +246 -0
- data/lib/plaid/models/transfer_sweep_get_response.rb +240 -0
- data/lib/plaid/models/transfer_sweep_list_request.rb +407 -0
- data/lib/plaid/models/transfer_sweep_list_response.rb +242 -0
- data/lib/plaid/models/transfer_sweep_status.rb +42 -0
- data/lib/plaid/models/transfer_test_clock.rb +241 -0
- data/lib/plaid/models/transfer_type.rb +39 -0
- data/lib/plaid/models/transfer_user_address_in_request.rb +261 -0
- data/lib/plaid/models/transfer_user_address_in_response.rb +266 -0
- data/lib/plaid/models/transfer_user_in_request.rb +255 -0
- data/lib/plaid/models/transfer_user_in_request_deprecated.rb +250 -0
- data/lib/plaid/models/transfer_user_in_response.rb +258 -0
- data/lib/plaid/models/transfer_wire_details.rb +233 -0
- data/lib/plaid/models/trust_index.rb +251 -0
- data/lib/plaid/models/trust_index_subscore.rb +226 -0
- data/lib/plaid/models/trust_index_subscores.rb +231 -0
- data/lib/plaid/models/trusted_device_data.rb +229 -0
- data/lib/plaid/models/update_entity_screening_request_search_terms.rb +286 -0
- data/lib/plaid/models/update_individual_screening_request_search_terms.rb +261 -0
- data/lib/plaid/models/user_account_identity.rb +285 -0
- data/lib/plaid/models/user_account_identity_address.rb +277 -0
- data/lib/plaid/models/user_account_identity_name.rb +229 -0
- data/lib/plaid/models/user_account_item.rb +231 -0
- data/lib/plaid/models/user_account_revoked_webhook.rb +307 -0
- data/lib/plaid/models/user_account_session_get_request.rb +246 -0
- data/lib/plaid/models/user_account_session_get_response.rb +252 -0
- data/lib/plaid/models/user_address.rb +281 -0
- data/lib/plaid/models/user_create_request.rb +322 -0
- data/lib/plaid/models/user_create_response.rb +251 -0
- data/lib/plaid/models/user_custom_password.rb +298 -0
- data/lib/plaid/models/user_data_overview.rb +291 -0
- data/lib/plaid/models/user_financial_data_refresh_request.rb +246 -0
- data/lib/plaid/models/user_financial_data_refresh_response.rb +242 -0
- data/lib/plaid/models/user_id_number.rb +262 -0
- data/lib/plaid/models/user_items_get_request.rb +246 -0
- data/lib/plaid/models/user_items_get_response.rb +242 -0
- data/lib/plaid/models/user_permission_revoked_webhook.rb +302 -0
- data/lib/plaid/models/user_remove_request.rb +251 -0
- data/lib/plaid/models/user_remove_response.rb +226 -0
- data/lib/plaid/models/user_stated_income_source_category.rb +48 -0
- data/lib/plaid/models/user_stated_income_source_frequency.rb +42 -0
- data/lib/plaid/models/user_stated_income_source_pay_type.rb +40 -0
- data/lib/plaid/models/user_third_party_token_create_request.rb +272 -0
- data/lib/plaid/models/user_third_party_token_create_response.rb +241 -0
- data/lib/plaid/models/user_third_party_token_remove_request.rb +246 -0
- data/lib/plaid/models/user_third_party_token_remove_response.rb +241 -0
- data/lib/plaid/models/user_transactions_refresh_request.rb +246 -0
- data/lib/plaid/models/user_transactions_refresh_response.rb +242 -0
- data/lib/plaid/models/user_update_request.rb +256 -0
- data/lib/plaid/models/user_update_response.rb +226 -0
- data/lib/plaid/models/validation_source.rb +233 -0
- data/lib/plaid/models/validation_sources.rb +228 -0
- data/lib/plaid/models/verification_expired_webhook.rb +317 -0
- data/lib/plaid/models/verification_of_asset.rb +253 -0
- data/lib/plaid/models/verification_of_asset_response.rb +225 -0
- data/lib/plaid/models/verification_refresh_status.rb +40 -0
- data/lib/plaid/models/verification_status.rb +42 -0
- data/lib/plaid/models/verify_sms_details.rb +264 -0
- data/lib/plaid/models/verify_sms_details_status.rb +39 -0
- data/lib/plaid/models/w2.rb +438 -0
- data/lib/plaid/models/w2_box12.rb +233 -0
- data/lib/plaid/models/w2_box12_override.rb +233 -0
- data/lib/plaid/models/w2_override.rb +438 -0
- data/lib/plaid/models/w2_state_and_local_wages.rb +288 -0
- data/lib/plaid/models/w2_state_and_local_wages_override.rb +288 -0
- data/lib/plaid/models/wallet.rb +300 -0
- data/lib/plaid/models/wallet_balance.rb +256 -0
- data/lib/plaid/models/wallet_create_request.rb +267 -0
- data/lib/plaid/models/wallet_create_response.rb +323 -0
- data/lib/plaid/models/wallet_get_request.rb +267 -0
- data/lib/plaid/models/wallet_get_response.rb +323 -0
- data/lib/plaid/models/wallet_iso_currency_code.rb +39 -0
- data/lib/plaid/models/wallet_list_request.rb +327 -0
- data/lib/plaid/models/wallet_list_response.rb +253 -0
- data/lib/plaid/models/wallet_numbers.rb +231 -0
- data/lib/plaid/models/wallet_payment_scheme.rb +41 -0
- data/lib/plaid/models/wallet_status.rb +40 -0
- data/lib/plaid/models/wallet_transaction.rb +430 -0
- data/lib/plaid/models/wallet_transaction_amount.rb +283 -0
- data/lib/plaid/models/wallet_transaction_counterparty.rb +282 -0
- data/lib/plaid/models/wallet_transaction_counterparty_bacs.rb +290 -0
- data/lib/plaid/models/wallet_transaction_counterparty_international.rb +247 -0
- data/lib/plaid/models/wallet_transaction_counterparty_numbers.rb +230 -0
- data/lib/plaid/models/wallet_transaction_execute_request.rb +395 -0
- data/lib/plaid/models/wallet_transaction_execute_response.rb +277 -0
- data/lib/plaid/models/wallet_transaction_failure_reason.rb +42 -0
- data/lib/plaid/models/wallet_transaction_get_request.rb +267 -0
- data/lib/plaid/models/wallet_transaction_get_response.rb +453 -0
- data/lib/plaid/models/wallet_transaction_list_request.rb +342 -0
- data/lib/plaid/models/wallet_transaction_list_request_options.rb +231 -0
- data/lib/plaid/models/wallet_transaction_list_response.rb +253 -0
- data/lib/plaid/models/wallet_transaction_relation.rb +265 -0
- data/lib/plaid/models/wallet_transaction_status.rb +43 -0
- data/lib/plaid/models/wallet_transaction_status_update_webhook.rb +366 -0
- data/lib/plaid/models/wallet_transactions_list_request.rb +342 -0
- data/lib/plaid/models/warning.rb +285 -0
- data/lib/plaid/models/watchlist_screening_audit_trail.rb +273 -0
- data/lib/plaid/models/watchlist_screening_document.rb +262 -0
- data/lib/plaid/models/watchlist_screening_document_type.rb +50 -0
- data/lib/plaid/models/watchlist_screening_entity_create_request.rb +255 -0
- data/lib/plaid/models/watchlist_screening_entity_create_response.rb +327 -0
- data/lib/plaid/models/watchlist_screening_entity_get_request.rb +246 -0
- data/lib/plaid/models/watchlist_screening_entity_get_response.rb +327 -0
- data/lib/plaid/models/watchlist_screening_entity_history_list_request.rb +257 -0
- data/lib/plaid/models/watchlist_screening_entity_history_list_response.rb +254 -0
- data/lib/plaid/models/watchlist_screening_entity_hit_list_request.rb +257 -0
- data/lib/plaid/models/watchlist_screening_entity_hit_list_response.rb +254 -0
- data/lib/plaid/models/watchlist_screening_entity_list_request.rb +308 -0
- data/lib/plaid/models/watchlist_screening_entity_list_response.rb +254 -0
- data/lib/plaid/models/watchlist_screening_entity_program_get_request.rb +246 -0
- data/lib/plaid/models/watchlist_screening_entity_program_get_response.rb +380 -0
- data/lib/plaid/models/watchlist_screening_entity_program_list_request.rb +242 -0
- data/lib/plaid/models/watchlist_screening_entity_program_list_response.rb +254 -0
- data/lib/plaid/models/watchlist_screening_entity_review_create_request.rb +291 -0
- data/lib/plaid/models/watchlist_screening_entity_review_create_response.rb +300 -0
- data/lib/plaid/models/watchlist_screening_entity_review_list_request.rb +257 -0
- data/lib/plaid/models/watchlist_screening_entity_review_list_response.rb +254 -0
- data/lib/plaid/models/watchlist_screening_entity_update_request.rb +320 -0
- data/lib/plaid/models/watchlist_screening_entity_update_request_resettable_field.rb +38 -0
- data/lib/plaid/models/watchlist_screening_entity_update_response.rb +327 -0
- data/lib/plaid/models/watchlist_screening_hit.rb +357 -0
- data/lib/plaid/models/watchlist_screening_hit_locations.rb +241 -0
- data/lib/plaid/models/watchlist_screening_hit_status.rb +40 -0
- data/lib/plaid/models/watchlist_screening_individual.rb +312 -0
- data/lib/plaid/models/watchlist_screening_individual_create_request.rb +255 -0
- data/lib/plaid/models/watchlist_screening_individual_create_response.rb +327 -0
- data/lib/plaid/models/watchlist_screening_individual_get_request.rb +246 -0
- data/lib/plaid/models/watchlist_screening_individual_get_response.rb +327 -0
- data/lib/plaid/models/watchlist_screening_individual_history_list_request.rb +257 -0
- data/lib/plaid/models/watchlist_screening_individual_history_list_response.rb +254 -0
- data/lib/plaid/models/watchlist_screening_individual_hit_list_request.rb +257 -0
- data/lib/plaid/models/watchlist_screening_individual_hit_list_response.rb +254 -0
- data/lib/plaid/models/watchlist_screening_individual_list_request.rb +308 -0
- data/lib/plaid/models/watchlist_screening_individual_list_response.rb +254 -0
- data/lib/plaid/models/watchlist_screening_individual_program_get_request.rb +246 -0
- data/lib/plaid/models/watchlist_screening_individual_program_get_response.rb +380 -0
- data/lib/plaid/models/watchlist_screening_individual_program_list_request.rb +242 -0
- data/lib/plaid/models/watchlist_screening_individual_program_list_response.rb +254 -0
- data/lib/plaid/models/watchlist_screening_individual_review_create_request.rb +291 -0
- data/lib/plaid/models/watchlist_screening_individual_review_create_response.rb +300 -0
- data/lib/plaid/models/watchlist_screening_individual_review_list_request.rb +257 -0
- data/lib/plaid/models/watchlist_screening_individual_review_list_response.rb +254 -0
- data/lib/plaid/models/watchlist_screening_individual_update_request.rb +320 -0
- data/lib/plaid/models/watchlist_screening_individual_update_request_resettable_field.rb +38 -0
- data/lib/plaid/models/watchlist_screening_individual_update_response.rb +327 -0
- data/lib/plaid/models/watchlist_screening_request_search_terms.rb +271 -0
- data/lib/plaid/models/watchlist_screening_review.rb +285 -0
- data/lib/plaid/models/watchlist_screening_search_terms.rb +289 -0
- data/lib/plaid/models/watchlist_screening_status.rb +40 -0
- data/lib/plaid/models/weak_alias_determination.rb +40 -0
- data/lib/plaid/models/webhook_environment_values.rb +39 -0
- data/lib/plaid/models/webhook_type.rb +44 -0
- data/lib/plaid/models/webhook_update_acknowledged_webhook.rb +317 -0
- data/lib/plaid/models/webhook_verification_key_get_request.rb +246 -0
- data/lib/plaid/models/webhook_verification_key_get_response.rb +240 -0
- data/lib/plaid/models/yield_rate.rb +258 -0
- data/lib/plaid/models/yield_rate_type.rb +42 -0
- data/lib/plaid/models/ytd_gross_income_summary_field_number.rb +269 -0
- data/lib/plaid/models/ytd_net_income_summary_field_number.rb +269 -0
- data/lib/plaid/version.rb +13 -2
- data/lib/plaid.rb +1862 -61
- data/plaid.gemspec +44 -48
- data/templates/ruby/api_client.mustache +287 -0
- data/templates/ruby/api_client_faraday_partial.mustache +130 -0
- data/templates/ruby/api_error.mustache +50 -0
- data/templates/ruby/configuration.mustache +372 -0
- data/templates/ruby/configuration_tls_faraday_partial.mustache +35 -0
- data/templates/ruby/gemspec.mustache +42 -0
- data/templates/ruby/partial_model_enum_class.mustache +22 -0
- data/templates/ruby/partial_model_generic.mustache +362 -0
- data/test/test_accounts.rb +99 -0
- data/test/test_api_client.rb +50 -0
- data/test/test_asset_report.rb +147 -0
- data/test/test_auth.rb +61 -0
- data/test/test_bank_transfers.rb +219 -0
- data/test/test_categories.rb +10 -0
- data/test/test_configuration.rb +27 -0
- data/test/test_enrich.rb +60 -0
- data/test/test_helper.rb +118 -0
- data/test/test_identity.rb +38 -0
- data/test/test_identity_verification.rb +56 -0
- data/test/test_institutions.rb +159 -0
- data/test/test_investments.rb +208 -0
- data/test/test_item.rb +276 -0
- data/test/test_liabilities.rb +45 -0
- data/test/test_link_token.rb +131 -0
- data/test/test_monitor.rb +55 -0
- data/test/test_payment_initiation.rb +94 -0
- data/test/test_processor.rb +52 -0
- data/test/test_sandbox.rb +31 -0
- data/test/test_statements.rb +77 -0
- data/test/test_transactions.rb +168 -0
- data/test/test_webhooks.rb +22 -0
- metadata +1916 -91
- data/.circleci/config.yml +0 -21
- data/.env.sample +0 -3
- data/.github/workflows/add_to_project.yml +0 -21
- data/.rubocop.yml +0 -18
- data/PUBLISH.md +0 -20
- data/bin/console +0 -14
- data/bin/setup +0 -8
- data/lib/plaid/client.rb +0 -190
- data/lib/plaid/errors.rb +0 -89
- data/lib/plaid/middleware.rb +0 -31
- data/lib/plaid/models.rb +0 -2221
- data/lib/plaid/products/accounts.rb +0 -63
- data/lib/plaid/products/asset_report.rb +0 -199
- data/lib/plaid/products/auth.rb +0 -42
- data/lib/plaid/products/base_product.rb +0 -64
- data/lib/plaid/products/categories.rb +0 -21
- data/lib/plaid/products/credit_details.rb +0 -40
- data/lib/plaid/products/deposit_switch.rb +0 -99
- data/lib/plaid/products/identity.rb +0 -31
- data/lib/plaid/products/income.rb +0 -31
- data/lib/plaid/products/institutions.rb +0 -91
- data/lib/plaid/products/investments.rb +0 -127
- data/lib/plaid/products/item.rb +0 -209
- data/lib/plaid/products/liabilities.rb +0 -39
- data/lib/plaid/products/link_token.rb +0 -74
- data/lib/plaid/products/payment_initiation.rb +0 -251
- data/lib/plaid/products/processor.rb +0 -190
- data/lib/plaid/products/sandbox.rb +0 -148
- data/lib/plaid/products/transactions.rb +0 -81
- data/lib/plaid/products/webhooks.rb +0 -23
data/CHANGELOG.md
CHANGED
@@ -1,13 +1,4728 @@
|
|
1
|
-
|
1
|
+
See full changelog for the OpenAPI schema (OAS) [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).
|
2
|
+
|
3
|
+
# 42.0.0
|
4
|
+
- Updating to OAS 2020-09-14_1.652.0
|
5
|
+
|
6
|
+
## OpenAPI Schema Changes
|
7
|
+
### 2020-09-14_1.652.0
|
8
|
+
- Add optional `cursor` and `count` fields to the `/payment_initiation/recipient/list` request and `next_cursor` to its response
|
9
|
+
|
10
|
+
### 2020-09-14_1.651.2
|
11
|
+
- (beta) Add `user_id` field to `link/token/create` request
|
12
|
+
- [BREAKING for Go] (beta) Make `user` object optional in `link/token/create` if `user_id` is included
|
13
|
+
|
14
|
+
### 2020-09-14_1.651.1
|
15
|
+
- 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.
|
16
|
+
|
17
|
+
### 2020-09-14_1.651.0
|
18
|
+
- Rename all `/verify/client/*` routes to `/protect/client/*` and update request/response body and field names accordingly.
|
19
|
+
|
20
|
+
### 2020-09-14_1.650.1
|
21
|
+
- Update description for `days_required`
|
22
|
+
|
23
|
+
### 2020-09-14_1.650.0
|
24
|
+
- Add `account_numbers` to `Counterparty` in `/transaction/get` and `/transaction/sync`
|
25
|
+
|
26
|
+
### 2020-09-14_1.649.2
|
27
|
+
- Add `InsitutionID` and `InstitutionName` to `/cra/monitoring_insights/get` response
|
28
|
+
|
29
|
+
### 2020-09-14_1.649.1
|
30
|
+
- Update max value for `cra_options.days_requested` in `link/token/create` to 731 (2 years + 1 days for leap year)
|
31
|
+
- Reduce max value for `cra_options.days_required` in `link/token/create` to 184 (most number of days in a 6 month period) from 730
|
32
|
+
- Set max value for `days_required` in `cra/check_report/create` to 184 (most number of days in a 6 month period)
|
33
|
+
|
34
|
+
### 2020-09-14_1.649.0
|
35
|
+
- Add wire_return_fee to Transfer and Transfer Event objects
|
36
|
+
|
37
|
+
### 2020-09-14_1.648.2
|
38
|
+
- Docs-only change to add additional subtypes to the accounts schema
|
39
|
+
|
40
|
+
### 2020-09-14_1.648.1
|
41
|
+
- Add `last_successful_update_time` to `/cashflow_report/get`
|
42
|
+
|
43
|
+
### 2020-09-14_1.648.0
|
44
|
+
- Add `require_identity` to `cra_options.base_report` in `link/token/create` and `/cra/check_report/create` requests
|
45
|
+
|
46
|
+
### 2020-09-14_1.647.1
|
47
|
+
- Update `/transfer/ledger/distribute` summary
|
48
|
+
|
49
|
+
### 2020-09-14_1.647.0
|
50
|
+
- Add `webhook_codes` field to `/sandbox/cashflow_updates/update` request
|
51
|
+
|
52
|
+
### 2020-09-14_1.646.0
|
53
|
+
- [Breaking] Replacing `voe` references to instead be `employment_refresh` in `/cra/check_report/verification/get` and `/cra/check_report/create`
|
54
|
+
- `/cra/check_report/verification/get`'s `reports_requested` options are now `VOA` and `employment_refresh`
|
55
|
+
- `voe_options` in the request is now `employment_refresh_options`
|
56
|
+
- `/cra/check_report/verification/get`'s response now has `report.employment_refresh` instead of `report.voe`
|
57
|
+
- `gse_options.report_type` in `/cra/check_report/create` are now `VOA` and `employment_refresh`
|
58
|
+
|
59
|
+
### 2020-09-14_1.645.1
|
60
|
+
- Update description of `/transfer/ledger/distribute`
|
61
|
+
|
62
|
+
# 41.0.0
|
63
|
+
- Updating to OAS 2020-09-14_1.645.0
|
64
|
+
|
65
|
+
## OpenAPI Schema Changes
|
66
|
+
### 2020-09-14_1.645.0
|
67
|
+
- Removes the `payment_details` field from `/accounts/balance/get` request
|
68
|
+
- Removes the `payment_risk_assessment` from `/accounts/balance/get` response
|
69
|
+
|
70
|
+
### 2020-09-14_1.644.1
|
71
|
+
- Fixed incorrect event type in example for `ProtectUserEventWebhook`.
|
72
|
+
|
73
|
+
### 2020-09-14_1.644.0
|
74
|
+
- [Breaking] For Signal, remove enum values `REAL_TIME_PAYMENTS` and `DEBIT_CARD` as these payment methods are not supported by the Signal product.
|
75
|
+
- [Breaking] Rename client library `/cra/check_report/create`'s `partner_insights` object to type `CraCheckReportCreatePartnerInsightsOptions` instead of `CraCheckReportPartnerInsightsGetOptions`. All the object fields are identical.
|
76
|
+
- [Breaking] Rename client library `/cra/check_report/partner_insights/get`'s `option.prism_versions` object to type `PrismVersionsDeprecated` instead of `PrismVersions`. All the object fields' are identical.
|
77
|
+
|
78
|
+
### 2020-09-14_1.642.2
|
79
|
+
- Added `ProtectUserEventWebhook`.
|
80
|
+
|
81
|
+
### 2020-09-14_1.642.1
|
82
|
+
- Deprecated `/link/token/create`'s `base_report`. Revert erroneous deprecation of `cra_options.base_report`.
|
83
|
+
|
84
|
+
### 2020-09-14_1.642.0
|
85
|
+
- Add `error` field to responses of `/payment_initiation/payment/get` and `/payment_initiation/consent/payment/execute` containing error details when the payment fails.
|
86
|
+
|
87
|
+
# 40.0.0
|
88
|
+
- Updating to OAS 2020-09-14_1.641.1
|
89
|
+
|
90
|
+
## Breaking changes in this version
|
91
|
+
- [Breaking] Add /cashflow_report/transactions/get route, identital to /cashflow_report/get minus days_requested request parameter
|
92
|
+
|
93
|
+
## OpenAPI Schema Changes
|
94
|
+
### 2020-09-14_1.641.1
|
95
|
+
- Fix descriptions for BaseReportAccountMetadata
|
96
|
+
|
97
|
+
### 2020-09-14_1.641.0
|
98
|
+
- Deprecated `/link/token/create`'s `cra_options.base_report` object in favor of `cra_options.client_report_id`
|
99
|
+
|
100
|
+
### 2020-09-14_1.640.0
|
101
|
+
- [Breaking] Add /cashflow_report/transactions/get route, identital to /cashflow_report/get minus days_requested request parameter
|
102
|
+
- Remove historical_balances from BusinessAccounts object
|
103
|
+
|
104
|
+
### 2020-09-14_1.639.0
|
105
|
+
- Add `webhook` field to `/session/token/create` request
|
106
|
+
|
107
|
+
### 2020-09-14_1.638.6
|
108
|
+
- Deprecate Prism Products field from Partner Insights generation and retrieval
|
109
|
+
|
110
|
+
### 2020-09-14_1.638.5
|
111
|
+
- Add client report id to partner insights
|
112
|
+
|
113
|
+
### 2020-09-14_1.638.4
|
114
|
+
- Remove unused enums for MonitoringInsightsStatus and MonitoringItemStatusCode
|
115
|
+
|
116
|
+
### 2020-09-14_1.638.3
|
117
|
+
- Add Prism Detect and Extend cashscores to CRA Partner Insights
|
118
|
+
|
119
|
+
### 2020-09-14_1.638.2
|
120
|
+
- (beta) expect a boolean instead of a string in generated client interfaces for PLAID-NEW-USER-API-ENABLED
|
121
|
+
|
122
|
+
### 2020-09-14_1.638.1
|
123
|
+
- Support for upcoming results in `link/token/get`.
|
124
|
+
|
125
|
+
### 2020-09-14_1.638.0
|
126
|
+
- (pre-release) Preparation for upcoming products.
|
127
|
+
|
128
|
+
### 2020-09-14_1.637.6
|
129
|
+
- Deprecate `report.items.accounts.account_insights` for `/cra/check_report/base_report/get`
|
130
|
+
|
131
|
+
# 39.0.0
|
132
|
+
- Updating to OAS 2020-09-14_1.637.5
|
133
|
+
|
134
|
+
## Breaking changes in this version
|
135
|
+
- [BREAKING] (beta) Updated `user_token` field in `UserCreateResponse` to be optional.
|
136
|
+
|
137
|
+
## OpenAPI Schema Changes
|
138
|
+
### 2020-09-14_1.637.5
|
139
|
+
- Fix incorrect placement of `nullable: true` on `AccountBaseNullable` object, making the object actually `nullable`.
|
140
|
+
|
141
|
+
### 2020-09-14_1.637.4
|
142
|
+
- Add missing `unsent` value as a possible `verification_status` to reflect actual API behavior.
|
143
|
+
|
144
|
+
### 2020-09-14_1.637.3
|
145
|
+
- (beta) Add `PLAID-NEW-USER-API-ENABLED` as a header parameter to `/user/create`
|
146
|
+
- (beta) Add `PLAID-NEW-USER-API-ENABLED` as a header parameter to `/user/remove`
|
147
|
+
|
148
|
+
### 2020-09-14_1.637.2
|
149
|
+
- (beta) Add `user_id` to `/session/token/create` response
|
150
|
+
|
151
|
+
### 2020-09-14_1.637.1
|
152
|
+
- Add optional `institution_id` to `/item/import`
|
153
|
+
|
154
|
+
### 2020-09-14_1.637.0
|
155
|
+
- Add `android_package_name` to `/session/token/create`
|
156
|
+
|
157
|
+
### 2020-09-14_1.636.0
|
158
|
+
- Update `average_inflow_amount` to be positive.
|
159
|
+
|
160
|
+
### 2020-09-14_1.635.4
|
161
|
+
- [BREAKING] (beta) Updated `user_token` field in `UserCreateResponse` to be optional.
|
162
|
+
- [BREAKING for Go] (beta) Updated `user_token` field in `UserRemoveRequest` to be optional.
|
163
|
+
- Other hidden changes.
|
164
|
+
|
165
|
+
### 2020-09-14_1.635.3
|
166
|
+
- (beta) Add `user_id` to `/link/token/create` response
|
167
|
+
|
168
|
+
# 38.0.0
|
169
|
+
- Updating to OAS 2020-09-14_1.635.2
|
170
|
+
|
171
|
+
## Breaking changes in this version
|
172
|
+
- [BREAKING] Move `result` from `triggered_rule_details` to `ruleset` in response of `/signal/evaluate`
|
173
|
+
- [BREAKING] `client_user_id` is now required for `/session/token/create`
|
174
|
+
|
175
|
+
## OpenAPI Schema Changes
|
176
|
+
### 2020-09-14_1.635.2
|
177
|
+
- Update description of `ruleset.outcome` in `/signal/evaluate` response
|
178
|
+
|
179
|
+
### 2020-09-14_1.635.1
|
180
|
+
- Fix description undeprecating `report.items.accounts.attributes` after it was mistakenly deprecated for `/cra/check_report/base_report/get`
|
181
|
+
|
182
|
+
### 2020-09-14_1.635.0
|
183
|
+
- Add `expected_funds_available_date` to `transfer` and `sweep` objects in responses for `/transfer/create`, `/transfer/get`, `/transfer/list`, `/transfer/sweep/get`, `/transfer/sweep/list`
|
184
|
+
|
185
|
+
### 2020-09-14_1.634.3
|
186
|
+
- Undeprecated `report.items.accounts.attributes` after it was mistakenly deprecated for `/cra/check_report/base_report/get`
|
187
|
+
|
188
|
+
### 2020-09-14_1.634.2
|
189
|
+
- Removed `deposit_switch` from the `products` field in the `/link/token/create` request
|
190
|
+
|
191
|
+
### 2020-09-14_1.634.1
|
192
|
+
- [BREAKING] Move `result` from `triggered_rule_details` to `ruleset` in response of `/signal/evaluate`
|
193
|
+
|
194
|
+
### 2020-09-14_1.634.0
|
195
|
+
- [BREAKING] `client_user_id` is now required for `/session/token/create`
|
196
|
+
|
197
|
+
# 37.0.0
|
198
|
+
- Updating to OAS 2020-09-14_1.633.1
|
199
|
+
|
200
|
+
## Breaking changes in this version
|
201
|
+
- [BREAKING] Update `account` object to nullable in `/processor/transactions/sync` response
|
202
|
+
- [BREAKING] Update `webhook` field in `IssuesSubscribeRequest` to be required
|
203
|
+
- [BREAKING] Correct the schema object returned by `AssetReport` `investments` field -- it is now correctly represented as an `AssetReportInvestments` object, not an `AssetReportInvestmentsTransaction` object, to accurately reflect the API behavior.
|
204
|
+
- [BREAKING] Date of birth is now required within consumer report user identity for `user/create` and `user/update`
|
205
|
+
- [BREAKING] Update `posted_date` field on `/statements/list` response to be nullable
|
206
|
+
- [BREAKING] Updated the `investments` schema returned by `/asset_report/get` (`AssetReportInvestments`) to accurately reflect the actual API behavior, including renaming the schema object
|
207
|
+
- [BREAKING] Changed `score` in `PlaidCheckScore` from a float to an integer
|
208
|
+
|
209
|
+
## OpenAPI Schema Changes
|
210
|
+
### 2020-09-14_1.633.1
|
211
|
+
- [BREAKING] Update `account` object to nullable in `/processor/transactions/sync` response
|
212
|
+
|
213
|
+
### 2020-09-14_1.633.0
|
214
|
+
- Move `user_id` field of `/session/token/create` request to be within `user`
|
215
|
+
|
216
|
+
### 2020-09-14_1.632.6
|
217
|
+
- Update descriptions for `CashFlowUpdatesLowBalanceWebhook` and `CashFlowUpdatesLargeDepositWebhook`
|
218
|
+
|
219
|
+
### 2020-09-14_1.632.5
|
220
|
+
- Add new `CashFlowUpdatesInsightsWebhook` for Cash Flow Updates
|
221
|
+
|
222
|
+
### 2020-09-14_1.632.4
|
223
|
+
- Add `triggered_rule_details` to `/signal/evaluate` response
|
224
|
+
|
225
|
+
### 2020-09-14_1.632.3
|
226
|
+
- [BREAKING] Update `webhook` field in `IssuesSubscribeRequest` to be required
|
227
|
+
|
228
|
+
### 2020-09-14_1.632.2
|
229
|
+
- Update the `warnings` field in `/cra/check_report/verification/get` response to be required
|
230
|
+
|
231
|
+
### 2020-09-14_1.632.1
|
232
|
+
- Add `AT` and `FI` to the list of available countries
|
233
|
+
|
234
|
+
### 2020-09-14_1.632.0
|
235
|
+
- Add `user_id` field to `/session/token/create` request
|
236
|
+
|
237
|
+
### 2020-09-14_1.631.0
|
238
|
+
- [BREAKING] Correct the schema object returned by `AssetReport` `investments` field -- it is now correctly represented as an `AssetReportInvestments` object, not an `AssetReportInvestmentsTransaction` object, to accurately reflect the API behavior.
|
239
|
+
|
240
|
+
### 2020-09-14_1.630.0
|
241
|
+
- Add optional `income_categories` param to `/cra/monitoring_insights/subscribe` request
|
242
|
+
|
243
|
+
### 2020-09-14_1.629.0
|
244
|
+
- [Breaking] Date of birth is now required within consumer report user identity for `user/create` and `user/update`
|
245
|
+
|
246
|
+
### 2020-09-14_1.628.4
|
247
|
+
- Renamed CRA Cash Flow Updates webhook types
|
248
|
+
|
249
|
+
### 2020-09-14_1.628.3
|
250
|
+
- Adde `warnings` to responses for `cra/check_report/income_insights/get`, `cra/check_report/network_insights/get`, `cra/check_report/cashflow_insights/get`, and `cra/check_report/partner_insights/get`
|
251
|
+
|
252
|
+
### 2020-09-14_1.628.2
|
253
|
+
- Update description for the `options.add_ons` field in `asset_reports/create`
|
254
|
+
|
255
|
+
### 2020-09-14_1.628.1
|
256
|
+
- Add `client_report_id` field to `cra/check_report/create` request and deprecate `base_report.client_report_id` field in `cra/check_report/create`.
|
257
|
+
- Add `client_report_id` field to `LinkTokenCreateRequestCraOptions` field
|
258
|
+
- Deprecate `client_report_id` field in `LinkTokenCreateRequestBaseReport`
|
259
|
+
- Add `client_report_id` field to `CraIncomeInsights`
|
260
|
+
|
261
|
+
### 2020-09-14_1.628.0
|
262
|
+
- Add `redirect_uri` field to `/session/token/create` request
|
263
|
+
|
264
|
+
### 2020-09-14_1.627.1
|
265
|
+
- Update description of `transfer_id` field on `TransferEvent` schema to be empty string for Plaid Ledger Sweep events
|
266
|
+
|
267
|
+
### 2020-09-14_1.627.0
|
268
|
+
- [BREAKING] Update `posted_date` field on `/statements/list` response to be nullable
|
269
|
+
|
270
|
+
### 2020-09-14_1.626.0
|
271
|
+
- Add reason_code field to /transfer/cancel request
|
272
|
+
|
273
|
+
### 2020-09-14_1.625.2
|
274
|
+
- Add `USER_PERMISSION_REVOKED` and `USER_ACCOUNT_REVOKED` webhook codes to `WebhookCodeEnum` in `SandboxItemFireWebhookRequest` to reflect actual API behavior.
|
275
|
+
|
276
|
+
### 2020-09-14_1.625.1
|
277
|
+
- Add new `verification_name` field to `Account`
|
278
|
+
|
279
|
+
### 2020-09-14_1.625.0
|
280
|
+
- Add new `posted_date` field to `/statements/list` response
|
281
|
+
|
282
|
+
### 2020-09-14_1.624.0
|
283
|
+
- (pre-release) Add `human_review` object to the `analysis` object within each `documentary_verification.documents` object. This change affects the response of all of the identity verification endpoints:
|
284
|
+
- `identity_verification/create`
|
285
|
+
- `identity_verification/get`
|
286
|
+
- `identity_verification/list`
|
287
|
+
- `identity_verification/retry`
|
288
|
+
|
289
|
+
### 2020-09-14_1.623.0
|
290
|
+
|
291
|
+
### 2020-09-14_1.622.0
|
292
|
+
- [BREAKING] Updated the `investments` schema returned by `/asset_report/get` (`AssetReportInvestments`) to accurately reflect the actual API behavior, including renaming the schema object
|
293
|
+
- Updated the Auth descriptions to reflect the fact that the preferred method to enable database and micro-deposit-based Auth verification flows is now the Dashboard, and that Database Insights has been deprecated and replaced by the similar product Database Auth.
|
294
|
+
|
295
|
+
### 2020-09-14_1.621.0
|
296
|
+
- [BREAKING] Changed `score` in `PlaidCheckScore` from a float to an integer
|
297
|
+
|
298
|
+
# 36.1.0
|
299
|
+
- Updating to OAS 2020-09-14_1.620.0
|
300
|
+
|
301
|
+
## OpenAPI Schema Changes
|
302
|
+
### 2020-09-14_1.620.0
|
303
|
+
- Add `intent_id` field to `/transfer/event/sync` response
|
304
|
+
|
305
|
+
### 2020-09-14_1.619.1
|
306
|
+
- Add new `cashflow_updates` webhook triggers
|
307
|
+
- Remove `reason` field from `MonitoringInsightsWebhook`
|
308
|
+
|
309
|
+
### 2020-09-14_1.619.0
|
310
|
+
- Add `/session/token/create` endpoint
|
311
|
+
|
312
|
+
### 2020-09-14_1.618.2
|
313
|
+
- Add `beacon_user_id` to `/beacon/report_syndication/get` and `/beacon/report_syndication/list` response
|
314
|
+
|
315
|
+
### 2020-09-14_1.618.1
|
316
|
+
- `/cashflow_report/get` endpoint is added. This includes defining the `CashflowReportGetRequest` and `CashflowReportGetResponse` fields. Adding `access_token` as required field in `CashflowReportRefreshRequest`.
|
317
|
+
|
318
|
+
### 2020-09-14_1.618.0
|
319
|
+
- Add `attributes` object to `BaseReport` definition.
|
320
|
+
|
321
|
+
### 2020-09-14_1.617.6
|
322
|
+
- `/cashflow_report/refresh` endpoint is added. This includes defining the `CashflowReportRefreshRequest` and `CashflowReportRefreshResponse` fields.
|
323
|
+
|
324
|
+
### 2020-09-14_1.617.5
|
325
|
+
- `submitted_at` is added as an optional field to `/signal/decision/report`.
|
326
|
+
|
327
|
+
### 2020-09-14_1.617.4
|
328
|
+
- `persistentId` and `isTokenizedAccountNumber` fields now only populated for select institutions in sandbox related to TAN-based institutions (ins_13, ins_56) or the default testing OAuth institution (ins_127287)
|
329
|
+
|
330
|
+
### 2020-09-14_1.617.3
|
331
|
+
- Modified how contribution transactions are summed up in `account_details_401k.contribution_details` object in `/investments/auth/get` endpoint.
|
332
|
+
|
333
|
+
### 2020-09-14_1.617.2
|
334
|
+
- Updated PrismCashScore and PrismFirstDetect to allow Score in /cra/check_report/partner_insights/get to be nullable
|
335
|
+
|
336
|
+
# 36.0.0
|
337
|
+
- Updating to OAS 2020-09-14_1.617.1
|
338
|
+
|
339
|
+
## Breaking changes in this version
|
340
|
+
- [Breaking] Removed the deprecated longest_gap_between_transactions, average_inflow_amount, and average_outflow_amount fields from the BaseReportAccountInsights object in the /cra/check_report/base_report/get response.
|
341
|
+
|
342
|
+
## OpenAPI Schema Changes
|
343
|
+
### 2020-09-14_1.617.1
|
344
|
+
- For Plaid Check: `date_of_birth` is now required within the `consumer_report_user_identity` object when creating or updating a user token.
|
345
|
+
|
346
|
+
### 2020-09-14_1.617.0
|
347
|
+
- [Breaking] Removed the deprecated longest_gap_between_transactions, average_inflow_amount, and average_outflow_amount fields from the BaseReportAccountInsights object in the /cra/check_report/base_report/get response.
|
348
|
+
|
349
|
+
### 2020-09-14_1.616.0
|
350
|
+
- Add `originating_fund_source` to `/wallet/transaction/execute` endpoint.
|
351
|
+
|
352
|
+
### 2020-09-14_1.615.0
|
353
|
+
- Add `account_details_401k` objects to `/investments/auth/get` endpoint.
|
354
|
+
|
355
|
+
# 35.1.0
|
356
|
+
- Updating to OAS 2020-09-14_1.614.1
|
357
|
+
|
358
|
+
## OpenAPI Schema Changes
|
359
|
+
### 2020-09-14_1.614.1
|
360
|
+
- Update `owners` field description for empty case
|
361
|
+
|
362
|
+
### 2020-09-14_1.614.0
|
363
|
+
- Add model for the new `retirement_401k` numbers object to the `InvestmentsAuthGetNumbers` schema.
|
364
|
+
|
365
|
+
### 2020-09-14_1.613.0
|
366
|
+
- Add `POST /signal/schedule` endpoint
|
367
|
+
|
368
|
+
### 2025-01-27_1.611.0
|
369
|
+
- Add `end_to_end_id` to `/payment_initiation/payment/get`
|
370
|
+
|
371
|
+
### 2020-09-14_1.611.0
|
372
|
+
- Add RfP to /transfer/capabilities/get
|
373
|
+
|
374
|
+
### 2020-09-14_1.610.2
|
375
|
+
- Update `cashflow_updates` docs to reflect proper cadence
|
376
|
+
|
377
|
+
# 35.0.0
|
378
|
+
- Updating to OAS 2020-09-14_1.610.1
|
379
|
+
|
380
|
+
## Breaking changes in this version
|
381
|
+
- [Breaking] Update the minimum Ruby version to 3.1.0
|
382
|
+
|
383
|
+
## OpenAPI Schema Changes
|
384
|
+
### 2020-09-14_1.610.1
|
385
|
+
- Add `funds_available` sweep status and event type
|
386
|
+
|
387
|
+
### 2020-09-14_1.610.0
|
388
|
+
- Add `PaymentInitiationConsentStatusUpdateWebhook` definition.
|
389
|
+
|
390
|
+
### 2020-09-14_1.609.0
|
391
|
+
- Remove `/profile/get` and `/link/profile/eligibility/check` endpoints
|
392
|
+
|
393
|
+
### 2020-09-14_1.608.0
|
394
|
+
- Remove erroneous UserToken object from LinkTokenGetMetadataResponse, as the specification was incorrect and the object was never returned as part of the response.
|
395
|
+
|
396
|
+
### 2020-09-14_1.607.0
|
397
|
+
- 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.
|
398
|
+
|
399
|
+
### 2020-09-14_1.606.1
|
400
|
+
- Updated description to `funding_account_id` field of `transfer/ledger/deposit` and `transfer/ledger/withdraw`
|
401
|
+
|
402
|
+
### 2020-09-14_1.606.0
|
403
|
+
- Add `sandbox/payment/simulate` endpoint to enable testing of payment status transitions.
|
404
|
+
|
405
|
+
### 2020-09-14_1.605.0
|
406
|
+
- Add `nsf_overdraft_transactions_count_30d/60d/90d` fields to `attributes` field of `cra/check_report/base_report/get`
|
407
|
+
|
408
|
+
### 2020-09-14_1.604.1
|
409
|
+
- Add `account_id` to `/transactions/sync` request `options` object.
|
410
|
+
|
411
|
+
### 2020-09-14_1.603.2
|
412
|
+
- Fix incorrect `USER_ACCOUNT_REVOKED` schema and example
|
413
|
+
|
414
|
+
### 2020-09-14_1.603.1
|
415
|
+
- Internal changes only
|
416
|
+
|
417
|
+
### 2020-09-14_1.603.0
|
418
|
+
- (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:
|
419
|
+
- `identity_verification/create`
|
420
|
+
- `identity_verification/get`
|
421
|
+
- `identity_verification/list`
|
422
|
+
- `identity_verification/retry`
|
423
|
+
|
424
|
+
### 2020-09-14_1.602.1
|
425
|
+
- Documentation-only change to `/cra/monitoring_insights/subscribe` for cadence
|
426
|
+
|
427
|
+
### 2020-09-14_1.602.0
|
428
|
+
- Added `payer_details` field to `payment_initiation/consent/get` response
|
429
|
+
|
430
|
+
### 2020-09-14_1.601.2
|
431
|
+
- Documentation-only change to Investments `Security` object for new Fixed Income fields and sandbox availability
|
432
|
+
|
433
|
+
### 2020-09-14_1.601.1
|
434
|
+
- Update descriptions for `/network/status/get` request fields
|
435
|
+
|
436
|
+
### 2020-09-14_1.601.0
|
437
|
+
- Clean up legacy `/cra/base_report/*` endpoints from libraries in favor of `/cra/check_report/*`
|
438
|
+
endpoints.
|
439
|
+
|
440
|
+
### 2020-09-14_1.600.2
|
441
|
+
- Update descriptions for `/network/status/get` request and response fields
|
442
|
+
- Add `nullable: true` to mortgage `account_number` field in the `MortgageLiability` schema to reflect actual behavior.
|
443
|
+
- 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.
|
444
|
+
|
445
|
+
### 2020-09-14_1.600.1
|
446
|
+
- `depository`+`cash management` Accounts are now eligible for Auth data for certain institutions
|
447
|
+
|
448
|
+
### 2020-09-14_1.600.0
|
449
|
+
- Added `is_tokenized_account_number` to the `numbers.ach` object
|
450
|
+
|
451
|
+
### 2020-09-14_1.599.0
|
452
|
+
- Added `auth_method` field to `Item` object
|
453
|
+
|
454
|
+
### 2020-09-14_1.598.0
|
455
|
+
- Add `user_insights_id` to `/cra/monitoring_insights/get` response
|
456
|
+
-
|
457
|
+
### 2020-09-14_1.597.0
|
458
|
+
- (beta) Add /network/status/get endpoint
|
459
|
+
|
460
|
+
### 2020-09-14_1.596.0
|
461
|
+
- Unhide `/sandbox/cra/cashflow_updates/update`
|
462
|
+
|
463
|
+
### 2020-09-14_1.595.0
|
464
|
+
- Add `ruleset_key` to `/transfer/authorization/create` request
|
465
|
+
|
466
|
+
### 2020-09-14_1.594.0
|
467
|
+
- Deprecated `consumer_dispute_id` field on consumer dispute object
|
468
|
+
|
469
|
+
### 2020-09-14_1.593.0
|
470
|
+
- Add `fixed_income` object (which contains the `yield_rate`, `maturity_date`, `issue_date`, and `face_value` fields) to the Security object (Investments)
|
471
|
+
|
472
|
+
### 2020-09-14_1.592.1
|
473
|
+
|
474
|
+
### 2020-09-14_1.592.0
|
475
|
+
- Add `/sandbox/cra/cashflow_updates/update` endpoint
|
476
|
+
|
477
|
+
### 2020-09-14_1.591.1
|
478
|
+
- Hide `TransferMigratedFundingAccountIDRequest` from docs
|
479
|
+
|
480
|
+
### 2020-09-14_1.591.0
|
481
|
+
- (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:
|
482
|
+
- `identity_verification/create`
|
483
|
+
- `identity_verification/get`
|
484
|
+
- `identity_verification/list`
|
485
|
+
- `identity_verification/retry`
|
486
|
+
|
487
|
+
### 2020-09-14_1.590.0
|
488
|
+
- Add `webhook` field to `TransferPlatformOriginatorCreateRequest`
|
489
|
+
|
490
|
+
### 2020-09-14_1.589.0
|
491
|
+
- Add `PLATFORM_ONBOARDING_UPDATE` webhook for transfer
|
492
|
+
|
493
|
+
### 2020-09-14_1.588.0
|
494
|
+
- Add `/processor/investments/transactions/get` endpoint
|
495
|
+
|
496
|
+
### 2020-09-14_1.587.1
|
497
|
+
- Add `institution_name` field in the `Item` object
|
498
|
+
|
499
|
+
### 2020-09-14_1.587.0
|
500
|
+
- Add `/processor/investments/holdings/get` endpoint
|
501
|
+
|
502
|
+
# 34.0.0
|
503
|
+
- Updating to OAS 2020-09-14_1.586.4
|
504
|
+
|
505
|
+
## Breaking changes in this version
|
506
|
+
- [Breaking] Changed the type returned by `/item/get` from `Item` to `ItemWithConsentFields`.
|
507
|
+
- [Breaking] Changed `ConsentEventCode` enum values. Replaced `PLAID_END_USER_PRIVACY_POLICY` with `USER_AGREEMENT`
|
508
|
+
- [Breaking] Created `ItemWithConsentFields`, a new object definition that extends the `Item` object to include 1033-related consent fields.
|
509
|
+
- [Breaking] Removed the 1033-related consent fields from the `Item` object, ensuring that these fields now only appear in the `ItemWithConsentFields` object within the `/item/get` response.
|
510
|
+
|
511
|
+
## OpenAPI Schema Changes
|
512
|
+
### 2020-09-14_1.586.4
|
513
|
+
- Update `cause` and make it nullable
|
514
|
+
|
515
|
+
### 2020-09-14_1.586.3
|
516
|
+
- Update `email` description in `/user_account/session/get` response
|
517
|
+
|
518
|
+
### 2020-09-14_1.586.2
|
519
|
+
- Update `event_type` description of `/sandbox/transfer/simulate`. Added `funds_available` to status list
|
520
|
+
|
521
|
+
### 2020-09-14_1.586.1
|
522
|
+
- [Breaking] Changed `ConsentEventCode` enum values. Replaced `PLAID_END_USER_PRIVACY_POLICY` with `USER_AGREEMENT`
|
523
|
+
|
524
|
+
### 2020-09-14_1.586.0
|
525
|
+
- Add `webhook` field to requests for `/sandbox/transfer/simulate`, `/sandbox/transfer/refund/simulate`, `/sandbox/transfer/ledger/simulate_available` and `/sandbox/transfer/sweep/simulate`.
|
526
|
+
|
527
|
+
### 2020-09-14_1.585.5
|
528
|
+
- Correct a typo in /link/token/create description
|
529
|
+
|
530
|
+
### 2020-09-14_1.585.4
|
531
|
+
- Updated transition date to move away from deprecated fields in CRA Base Report API
|
532
|
+
|
533
|
+
### 2020-09-14_1.585.3
|
534
|
+
- Fixed erroneous missing `last_statement_balance` field in `StudentLoan` object -- field was returned in API but not in specification.
|
535
|
+
|
536
|
+
### 2020-09-14_1.585.2
|
537
|
+
- Remove minimum length for `end_customer` in `user/create`
|
538
|
+
|
539
|
+
### 2020-09-14_1.585.1
|
540
|
+
- Deprecate `options` in `payment_initiation/consent/create`
|
541
|
+
|
542
|
+
### 2020-09-14_1.585.0
|
543
|
+
- [Breaking] Created `ItemWithConsentFields`, a new object definition that extends the `Item` object to include 1033-related consent fields.
|
544
|
+
- [Breaking] Removed the 1033-related consent fields from the `Item` object, ensuring that these fields now only appear in the `ItemWithConsentFields` object within the `/item/get` response.
|
545
|
+
|
546
|
+
### 2020-09-14_1.584.1
|
547
|
+
- Deprecated `version` in `cra/check_report/partner_insights/get` in favor of `model_version`
|
548
|
+
|
549
|
+
### 2020-09-14_1.584.0
|
550
|
+
- Made total inflow/outflow amount fields in the `cra/check_report/base_report/get` response nullable
|
551
|
+
|
552
|
+
### 2020-09-14_1.583.1
|
553
|
+
- Updated `description` field in `payment_configuration` object in `/link/token/create` to be optional
|
554
|
+
|
555
|
+
### 2020-09-14_1.583.0
|
556
|
+
- Added total inflow/outflow amount fields to `attributes` object in the `cra/check_report/base_report/get` response
|
557
|
+
|
558
|
+
### 2020-09-14_1.582.0
|
559
|
+
- Added a new field in `/link/token/create`
|
560
|
+
|
561
|
+
### 2020-09-14_1.581.0
|
562
|
+
- Update `verify_sms` object in the response of all of the identity verification endpoints to add `redacted_at` timestamp:
|
563
|
+
- `identity_verification/create`
|
564
|
+
- `identity_verification/get`
|
565
|
+
- `identity_verification/list`
|
566
|
+
- `identity_verification/retry`
|
567
|
+
|
568
|
+
### 2020-09-14_1.580.4
|
569
|
+
- Fixed an incorrect example response in `/user_account/session/get`
|
570
|
+
|
571
|
+
### 2020-09-14_1.580.3
|
572
|
+
- Fix wrong nullable annotation in `/signal/evaluate` response
|
573
|
+
|
574
|
+
### 2020-09-14_1.580.2
|
575
|
+
- Make `scores` nullable in `/signal/evaluate` and `/processor/signal/evaluate` response
|
576
|
+
|
577
|
+
### 2020-09-14_1.580.1
|
578
|
+
- Add new `payer_details` field to `payment_initiation/consent/create` in preparation to new account restrictions
|
579
|
+
|
580
|
+
### 2020-09-14_1.579.1
|
581
|
+
- Add new `type` field to `payment_initiation/consent/create` and deprecate the `scopes` field
|
582
|
+
|
583
|
+
### 2020-09-14_1.578.1
|
584
|
+
- Update `verify_sms` object in the response of all of the identity verification endpoints to support nullable `verification.phone_number` and expand allowed statuses for `verification.status`:
|
585
|
+
- `identity_verification/create`
|
586
|
+
- `identity_verification/get`
|
587
|
+
- `identity_verification/list`
|
588
|
+
- `identity_verification/retry`
|
589
|
+
|
590
|
+
### 2020-09-14_1.578.0
|
591
|
+
- Add `verify_sms` object in the response of all of the identity verification endpoints:
|
592
|
+
- `identity_verification/create`
|
593
|
+
- `identity_verification/get`
|
594
|
+
- `identity_verification/list`
|
595
|
+
- `identity_verification/retry`
|
596
|
+
|
597
|
+
### 2020-09-14_1.577.1
|
598
|
+
- Added support for `signal` to `required_if_supported_products`.
|
599
|
+
- Added support for `cra_network_insights` to `Products` array.
|
600
|
+
- Define `MonitoringInsightsWebhook`
|
601
|
+
- Fix definition for JWTHeader object
|
602
|
+
|
603
|
+
### 2020-09-14_1.577.0
|
604
|
+
- Updated description for the `is_primary_account` field of base reports
|
605
|
+
|
606
|
+
### 2020-09-14_1.576.0
|
607
|
+
- Expose beacon_user_id in `/identity_verification/*` endpoints
|
608
|
+
- Added new optional parameter `days_required` to `cra_options` in `/link/token/create` and to `/cra/check_report/create`
|
609
|
+
- Added new metadata object with `start_date` and `end_date` in the responses for:
|
610
|
+
- `/cra/check_report/base_report/get`
|
611
|
+
- `/cra/check_report/income_insights/get`
|
612
|
+
- `/cra/check_report/partner_insights/get`
|
613
|
+
|
614
|
+
### 2020-09-14_1.575.1
|
615
|
+
- Update `date_of_birth` field description in `user/create`
|
616
|
+
|
617
|
+
# 33.0.0
|
618
|
+
- Updating to OAS 2020-09-14_1.575.0
|
619
|
+
|
620
|
+
## Breaking changes in this version
|
621
|
+
- [BREAKING] removed `products` field from `cra/check_report/create` request
|
622
|
+
|
623
|
+
## OpenAPI Schema Changes
|
624
|
+
### 2020-09-14_1.575.0
|
625
|
+
- Add `primary_account_score` and `is_primary_account` fields to the `cra/check_report/base_report/get` response
|
626
|
+
|
627
|
+
### 2020-09-14_1.574.1
|
628
|
+
- Add `FAILED` enum for Monitoring
|
629
|
+
|
630
|
+
### 2020-09-14_1.574.0
|
631
|
+
- Make `MonitoringInsights` nullable
|
632
|
+
|
633
|
+
### 2020-09-14_1.573.2
|
634
|
+
- Update session results array fields in `/link/token/get` response to be required
|
635
|
+
|
636
|
+
### 2020-09-14_1.573.1
|
637
|
+
- mark `category_id` in BaseReport transaction as nullable
|
638
|
+
- Update `date_of_birth` description in `user/create`
|
639
|
+
|
640
|
+
### 2020-09-14_1.573.0
|
641
|
+
- Removed `is_missing_income` from `/cra/monitoring_insights/get`
|
642
|
+
|
643
|
+
### 2020-09-14_1.572.0
|
644
|
+
- Add `uuid` validation for `subscription_id` in `/cra/monitoring_insights/get`
|
645
|
+
- Add `ConsumerReportPermissiblePurpose` to `CraMonitoringInsightsGetRequest`
|
646
|
+
- Add `HistoricalAnnualIncome` insight
|
647
|
+
|
648
|
+
### 2020-09-14_1.571.0
|
649
|
+
- Add `attributes` and `nsf_overdraft_transactions_count` to `cra/check_report/base_report/get`
|
650
|
+
|
651
|
+
### 2020-09-14_1.570.3
|
652
|
+
- Update product list for `/partner/customer/create`
|
653
|
+
|
654
|
+
### 2020-09-14_1.570.2
|
655
|
+
- Add `predicted_next_date` field to `/transactions/recurring/get`
|
656
|
+
|
657
|
+
### 2020-09-14_1.570.1
|
658
|
+
- Add `end_customer` hidden field to `user/create` for client RealPage
|
659
|
+
|
660
|
+
### 2020-09-14_1.569.5
|
661
|
+
- Show `date_of_birth` on the open API doc
|
662
|
+
|
663
|
+
### 2020-09-14_1.569.4
|
664
|
+
- Add `ssn_last_4` to ConsumerReportUserIdentity
|
665
|
+
|
666
|
+
### 2020-09-14_1.569.3
|
667
|
+
- Add `USER_FRAUD_ALERT` to BaseReportWarningCode
|
668
|
+
|
669
|
+
### 2020-09-14_1.569.2
|
670
|
+
- Removed erroneous `required` attribute from `request_id` field in LinkMetadataEvent object.
|
671
|
+
|
672
|
+
### 2020-09-14_1.569.1
|
673
|
+
- Add `processing_mode` field to the `PaymentInitiationConsentPaymentExecuteRequest` object for the `/payment_initiation/consent/payment/execute` endpoint
|
674
|
+
|
675
|
+
### 2020-09-14_1.568.1
|
676
|
+
- Updated description of CRA Base Report API fields with new deprecation date
|
677
|
+
|
678
|
+
### 2020-09-14_1.568.0
|
679
|
+
- Add `name` object to the `extracted_data` within each `documentary_verification.documents` object in the response of all of the identity verification endpoints:
|
680
|
+
- `identity_verification/create`
|
681
|
+
- `identity_verification/get`
|
682
|
+
- `identity_verification/list`
|
683
|
+
- `identity_verification/retry`
|
684
|
+
|
685
|
+
### 2020-09-14_1.567.5
|
686
|
+
- Add `error_reason` to `/cra/check_report/partner_insights/get`
|
687
|
+
|
688
|
+
### 2020-09-14_1.567.4
|
689
|
+
- [internal only] Hiding plaid_check_score_version from docs
|
690
|
+
|
691
|
+
### 2020-09-14_1.567.3
|
692
|
+
- Update description for `email` field in `/identity_verification/create` and `/identity_verification/retry` to include link to RFC specification on email format
|
693
|
+
|
694
|
+
### 2020-09-14_1.567.2
|
695
|
+
- Publish processor Paynote
|
696
|
+
|
697
|
+
### 2020-09-14_1.567.1
|
698
|
+
- Update description for `add_ons` field in `/asset_report/create`
|
699
|
+
|
700
|
+
### 2020-09-14_1.567.0
|
701
|
+
- [BREAKING] removed `products` field from `cra/check_report/create` request
|
702
|
+
|
703
|
+
### 2020-09-14_1.566.0
|
704
|
+
- Added `status` to the `MonitoringInsightsWebhook` object
|
705
|
+
- Changed `webhook_code` to be deterministic
|
706
|
+
|
707
|
+
### 2020-09-14_1.565.1
|
708
|
+
- Update `days_available` field description for Asset Reports and CRA Base Reports.
|
709
|
+
|
710
|
+
# 32.0.0
|
711
|
+
- Updating to OAS 2020-09-14_1.565.0
|
712
|
+
|
713
|
+
## Breaking changes in this version
|
714
|
+
### 2020-09-14_1.156.2
|
715
|
+
- [BREAKING] Remove `from_client_id` and `to_client_id` from `/transfer/ledger/distribute` request
|
716
|
+
- Add `from_ledger_id` and `to_ledger_id` to `/transfer/ledger/distribute` request
|
717
|
+
- Add `ledger_id` in transfer routes response examples
|
718
|
+
|
719
|
+
### 2020-09-14_1.561.0
|
720
|
+
- [BREAKING] Add `authorization_id` to /transfer/get request and make `transfer_id` optional.
|
721
|
+
|
722
|
+
### 2020-09-14_1.559.0
|
723
|
+
- Add `name`, `is_default` to /transfer/ledger/get response
|
724
|
+
- [BREAKING] Move `ledger_id` from nested `balance` struct to top level in /transfer/ledger/get response
|
725
|
+
|
726
|
+
## OpenAPI Schema Changes
|
727
|
+
### 2020-09-14_1.565.0
|
728
|
+
- Removed `deposit_switch` from the `products` field in the `/link/token/create` request
|
729
|
+
- Deprecated DepositSwitch endpoints, requests and response
|
730
|
+
|
731
|
+
### 2020-09-14_1.564.0
|
732
|
+
- add `/issues/get`, `/issues/search`, and `/issues/subscribe` for Support API endpoints.
|
733
|
+
|
734
|
+
### 2020-09-14_1.563.0
|
735
|
+
- Update fields on `item` object in `/item/get` response
|
736
|
+
- Add `consented_use_cases` field
|
737
|
+
- Add `consented_data_scopes` field
|
738
|
+
- Add `created_at` field
|
739
|
+
- Update descriptions for `consented_products` and `consent_expiration_time` fields
|
740
|
+
- Add `/consent/events/get` endpoint
|
741
|
+
|
742
|
+
### 2020-09-14_1.157.1
|
743
|
+
- Internal changes
|
744
|
+
|
745
|
+
### 2020-09-14_1.157.0
|
746
|
+
- (pre-release) Add `facial_analysis` to the `analysis` within each `selfie_check.selfies` object in the response of all of the identity verification endpoints:
|
747
|
+
- `identity_verification/create`
|
748
|
+
- `identity_verification/get`
|
749
|
+
- `identity_verification/list`
|
750
|
+
- `identity_verification/retry`
|
751
|
+
|
752
|
+
### 2020-09-14_1.156.1
|
753
|
+
- Update `account type schema` link to reference the correct URL.
|
754
|
+
|
755
|
+
### 2020-09-14_1.562.0
|
756
|
+
- Add `data_sources` object to the `/investments/auth/get` response
|
757
|
+
- `data_sources` object contains the `numbers`, `owners`, and `holdings` fields
|
758
|
+
|
759
|
+
### 2020-09-14_1.560.0
|
760
|
+
- Add `pay_by_bank` to product enum list
|
761
|
+
|
762
|
+
### 2020-09-14_1.558.0
|
763
|
+
- Add `liveness_check` to the `analysis` within each `selfie_check.selfies` object in the response of all of the identity verification endpoints:
|
764
|
+
- `identity_verification/create`
|
765
|
+
- `identity_verification/get`
|
766
|
+
- `identity_verification/list`
|
767
|
+
- `identity_verification/retry`
|
768
|
+
|
769
|
+
### 2020-09-14_1.557.2
|
770
|
+
- Internal changes only
|
771
|
+
|
772
|
+
### 2020-09-14_1.557.1
|
773
|
+
- Internal changes only
|
774
|
+
|
775
|
+
### 2020-09-14_1.557.0
|
776
|
+
- Add `ledger_id` to /transfer/ledger/get response
|
777
|
+
|
778
|
+
# 31.0.0
|
779
|
+
- Updating to OAS 2020-09-14_1.556.0
|
780
|
+
|
781
|
+
## Breaking changes in this version
|
782
|
+
|
783
|
+
### 2020-09-14_1.548.0
|
784
|
+
- [BREAKING] Changed fields of `CraMonitoringGetResponse` to be simple `objects` instead of `arrays`
|
785
|
+
- [BREAKING] Moved `income_sources` to the `income` module in the response
|
786
|
+
|
787
|
+
### 2020-09-14_1.545.0
|
788
|
+
- [BREAKING] Rename network attributes to network insights in the `cra/check_report/network_insights/get` schemas
|
789
|
+
|
790
|
+
### 2020-09-14_1.543.2
|
791
|
+
- [Breaking] Added `data_breach` report type to BeaconReport response object
|
792
|
+
|
793
|
+
### 2020-09-14_1.540.2
|
794
|
+
- [Breaking] Updated `document_status` field in `identity/document/upload` to include parsing_type
|
795
|
+
|
796
|
+
## OpenAPI Schema Changes
|
797
|
+
### 2020-09-14_1.556.0
|
798
|
+
- Added plural named array fields to `BaseReportAccountInsights` in /cra/base_report/get
|
799
|
+
|
800
|
+
### 2020-09-14_1.555.0
|
801
|
+
- Add `require_all_items` field to /asset_report/create
|
802
|
+
|
803
|
+
### 2020-09-14_1.554.0
|
804
|
+
- Add `sector` and `industry` properties to the `Security` model.
|
805
|
+
|
806
|
+
### 2020-09-14_1.553.0
|
807
|
+
- Add `ISSUE_RESOLVED` webhook
|
808
|
+
|
809
|
+
### 2020-09-14_1.552.0
|
810
|
+
- Add `ytd_amount` to `PaystubOverrideEarningsTotal` in /credit/payroll_income/get
|
811
|
+
|
812
|
+
### 2020-09-14_1.551.0
|
813
|
+
- Internal changes only
|
814
|
+
|
815
|
+
### 2020-09-14_1.550.0
|
816
|
+
- Add `/fdx/recipient` and `/fdx/recipients` endpoints
|
817
|
+
|
818
|
+
### 2020-09-14_1.549.0
|
819
|
+
- Made fields required instead of omitempty for CRA Income Insights Transactions
|
820
|
+
|
821
|
+
### 2020-09-14_1.548.4
|
822
|
+
- Set CreditAmountWithCurrency fields as required
|
823
|
+
|
824
|
+
### 2020-09-14_1.548.3
|
825
|
+
- Added missing `LOGIN_REPAIRED` enum value to possible webhook codes for `/sandbox/item/fire_webhook` request in order to match endpoint description.
|
826
|
+
|
827
|
+
### 2020-09-14_1.548.2
|
828
|
+
- [BREAKING] Moved `forecasted_monthly_income` to be a level higher.
|
829
|
+
|
830
|
+
### 2020-09-14_1.548.1
|
831
|
+
- Made the fields in account_insights array fields as required.
|
832
|
+
|
833
|
+
### 2020-09-14_1.548.0
|
834
|
+
- [BREAKING] Changed fields of `CraMonitoringGetResponse` to be simple `objects` instead of `arrays`
|
835
|
+
- [BREAKING] Moved `income_sources` to the `income` module in the response
|
836
|
+
|
837
|
+
### 2020-09-14_1.547.2
|
838
|
+
- Add `cra_item_add_results` field to `results` object in `/link/token/get` response.
|
839
|
+
|
840
|
+
### 2020-09-14_1.547.1
|
841
|
+
- Increase `/wallet/transactions/list` cursor size to 1024 characters.
|
842
|
+
|
843
|
+
### 2020-09-14_1.547.0
|
844
|
+
- Add `ledger_id` to the request and response of a number of transfer endpoints.
|
845
|
+
|
846
|
+
### 2020-09-14_1.546.0
|
847
|
+
- Added `WalletTransactionRelation` object.
|
848
|
+
- Added `related_transactions` field to WalletTransaction object.
|
849
|
+
|
850
|
+
### 2020-09-14_1.545.3
|
851
|
+
- Some description updates to CRA Base Report fields
|
852
|
+
|
853
|
+
### 2020-09-14_1.545.2
|
854
|
+
- Updated phone number examples in Identity Verification endpoints.
|
855
|
+
|
856
|
+
### 2020-09-14_1.545.1
|
857
|
+
- Add `update.item_ids` field to `/link/token/create` request.
|
858
|
+
|
859
|
+
### 2020-09-14_1.545.0
|
860
|
+
- [BREAKING] Rename network attributes to network insights in the `cra/check_report/network_insights/get` schemas
|
861
|
+
|
862
|
+
### 2020-09-14_1.544.0
|
863
|
+
- Added `is_shareable` field to the `/identity_verification/retry` endpoint
|
864
|
+
|
865
|
+
### 2020-09-14_1.543.2
|
866
|
+
- [Breaking] Added `data_breach` report type to BeaconReport response object
|
867
|
+
|
868
|
+
### 2020-09-14_1.543.1
|
869
|
+
- Added `consumer_statement` field to `Account` in `BaseReport`
|
870
|
+
- make `warnings` for BaseReportGetResponse required
|
871
|
+
|
872
|
+
### 2020-09-14_1.543.0
|
873
|
+
- Add `/network_insights/report/get`
|
874
|
+
|
875
|
+
### 2020-09-14_1.542.0
|
876
|
+
- Added `error_code_reason` field to plaidError
|
877
|
+
|
878
|
+
### 2020-09-14_1.541.1
|
879
|
+
- Add `update.user` field to `/link/token/create` request.
|
880
|
+
|
881
|
+
### 2020-09-14_1.541.0
|
882
|
+
- (pre-release) Add `reauthorization_enabled` field to /link/token/create request
|
883
|
+
|
884
|
+
### 2020-09-14_1.540.2
|
885
|
+
- [Breaking] Updated `document_status` field in `identity/document/upload` to include parsing_type
|
886
|
+
|
887
|
+
### 2020-09-14_1.540.1
|
888
|
+
- Added `MonitoringInsightsWebhook`
|
889
|
+
- Added `webhook` field in `cra/monitoring_insights/subscribe`
|
890
|
+
|
891
|
+
### 2020-09-14_1.540.0
|
892
|
+
- Added `file_type` field to `/credit/payroll_income/risk_signals/get`
|
893
|
+
|
894
|
+
### 2020-09-14_1.539.0
|
895
|
+
- Add `authorization_usage` field to the `transfer/metrics/get` response
|
896
|
+
|
897
|
+
### 2020-09-14_1.538.0
|
898
|
+
- Added cra/monitoring_insights/subscribe
|
899
|
+
- Added cra/monitoring_insights/unsubscribe
|
900
|
+
- Added cra/monitoring_insights/get
|
901
|
+
|
902
|
+
### 2020-09-14_1.537.0
|
903
|
+
- Added depository_accounts to Beacon
|
904
|
+
- Added event_date to BeaconReports
|
905
|
+
|
906
|
+
### 2020-09-14_1.536.0
|
907
|
+
- Internal changes only
|
908
|
+
|
909
|
+
### 2020-09-14_1.535.3
|
910
|
+
|
911
|
+
- Added missing values to `PlaidErrorType` enum.
|
912
|
+
|
913
|
+
### 2020-09-14_1.535.2
|
914
|
+
- Make some `CraBankIncomeSummary` fields visible.
|
915
|
+
-
|
916
|
+
### 2020-09-14_1.535.1
|
917
|
+
|
918
|
+
### 2020-09-14_1.535.0
|
919
|
+
- [Breaking for Go] Updated `consumer_report_user_identity` field in `/user/update` to be required to reflect actual API behavior.
|
920
|
+
|
921
|
+
### 2020-09-14_1.534.7
|
922
|
+
- Add `stated_account_number_enabled` to `investments_auth` in `LinkTokenCreateRequest`
|
923
|
+
|
924
|
+
### 2020-09-14_1.534.6
|
925
|
+
- [Breaking] Updated base report endpoints and objects to include `cra` prefix
|
926
|
+
|
927
|
+
### 2020-09-14_1.534.5
|
928
|
+
- Add `enable_multi_item_link` field to `/link/token/create`
|
929
|
+
|
930
|
+
### 2020-09-14_1.534.4
|
931
|
+
- Undeprecate `/identity/match`'s `legal_name.is_business_name_detected`
|
932
|
+
|
933
|
+
# 30.0.0
|
934
|
+
- Updating to OAS 2020-09-14_1.534.3
|
935
|
+
|
936
|
+
## Breaking changes in this version
|
937
|
+
### 2020-09-14_1.532.2
|
938
|
+
- [Breaking] Rename `/cra/check_report/network_attributes/get` to `/cra/check_report/network_insights/get`
|
939
|
+
|
940
|
+
### 2020-09-14_1.528.0
|
941
|
+
- [Breaking] Renamed `/user_account/session/get` operationId `sessionGet` to `userAccountSessionGet` for consistency with existing API naming scheme.
|
942
|
+
|
943
|
+
### 2020-09-14_1.527.0
|
944
|
+
- [Breaking] Removed `development.plaid.com` as a valid server and updated docs to remove references to Development, due to the decomissioning of the Development environment
|
945
|
+
|
946
|
+
### 2020-09-14_1.526.0
|
947
|
+
- [Breaking] Renamed `/user_account/session/get` operationId `sessionGet` to `userAccountSessionGet` for consistency with existing API naming scheme.
|
948
|
+
|
949
|
+
## OpenAPI Schema Changes
|
950
|
+
### 2020-09-14_1.534.3
|
951
|
+
- Add 'Beacon' to product enum list and make available in `/link/token/create` products
|
952
|
+
|
953
|
+
### 2020-09-14_1.534.2
|
954
|
+
- Mark some `BaseReportAccountInsights` fields as optional.
|
955
|
+
|
956
|
+
### 2020-09-14_1.534.1
|
957
|
+
|
958
|
+
- Internal changes only
|
959
|
+
|
960
|
+
### 2020-09-14_1.533.1
|
961
|
+
- Add `user_action_required` to transfer authorization's `decision` enum.
|
962
|
+
- Add `authorization_id` to transfer object in `/link/token/create` request.
|
963
|
+
|
964
|
+
### 2020-09-14_1.533.0
|
965
|
+
- Made `user` request field optional in `beacon/user/update`
|
966
|
+
|
967
|
+
### 2020-09-14_1.532.4
|
968
|
+
- fix `/cra/check_report/pdf/get` external doc url
|
969
|
+
|
970
|
+
### 2020-09-14_1.532.3
|
971
|
+
- Docs updates
|
972
|
+
|
973
|
+
### 2020-09-14_1.532.2
|
974
|
+
- [Breaking] Rename `/cra/check_report/network_attributes/get` to `/cra/check_report/network_insights/get`
|
975
|
+
|
976
|
+
### 2020-09-14_1.532.1
|
977
|
+
|
978
|
+
- Internal changes only
|
979
|
+
|
980
|
+
### 2020-09-14_1.531.1
|
981
|
+
- Update idempotency key expiration time to 48 hours in `virtual-accounts/#wallet-transaction-execute-request-idempotency-key`
|
982
|
+
|
983
|
+
### 2020-09-14_1.531.0
|
984
|
+
- Add `balance_plus` to `products` in `LinkTokenCreateRequest`
|
985
|
+
- Add `balance_plus` to `additional_consented_products` in `LinkTokenCreateRequest`
|
986
|
+
|
987
|
+
### 2020-09-14_1.530.0
|
988
|
+
- Add `/user/remove` endpoint
|
989
|
+
|
990
|
+
### 2020-09-14_1.529.0
|
991
|
+
- Added `/sandbox/user/reset_login` endpoint
|
992
|
+
|
993
|
+
### 2020-09-14_1.528.0
|
994
|
+
- Added `beacon/user/account_insights/get` endpoint
|
995
|
+
- Updated `description`field for `access_tokens` in `beacon/user/create` and `beacon/user/update` requests
|
996
|
+
- [Breaking] Renamed `/user_account/session/get` operationId `sessionGet` to `userAccountSessionGet` for consistency with existing API naming scheme.
|
997
|
+
|
998
|
+
### 2020-09-14_1.527.0
|
999
|
+
- [Breaking] Removed `development.plaid.com` as a valid server and updated docs to remove references to Development, due to the decomissioning of the Development environment
|
1000
|
+
|
1001
|
+
### 2020-09-14_1.526.0
|
1002
|
+
- [Breaking] Renamed `/user_account/session/get` operationId `sessionGet` to `userAccountSessionGet` for consistency with existing API naming scheme.
|
1003
|
+
|
1004
|
+
# 29.0.0
|
1005
|
+
- Updating to OAS 2020-09-14_1.525.1
|
1006
|
+
|
1007
|
+
## Breaking changes in this version
|
1008
|
+
|
1009
|
+
### 2020-09-14_1.525.1
|
1010
|
+
[Breaking] Renamed `bank_income` to `report` in the `cra/check_report/income_insights/get` response
|
1011
|
+
|
1012
|
+
### 2020-09-14_1.520.0
|
1013
|
+
|
1014
|
+
- [Breaking] Contains fixes to Balance Plus (beta):
|
1015
|
+
- [Breaking] Convert `risk_level` string to an enum object `RiskLevel`.
|
1016
|
+
- [Breaking] Adds missing `required` labels
|
1017
|
+
|
1018
|
+
## OpenAPI Schema Changes
|
1019
|
+
### 2020-09-14_1.525.1
|
1020
|
+
[Breaking] Renamed `bank_income` to `report` in the `cra/check_report/income_insights/get` response
|
1021
|
+
|
1022
|
+
### 2020-09-14_1.524.1
|
1023
|
+
|
1024
|
+
- Remove `minLength` validations from several attributes. Fixes multiple validation bugs in the ruby client libraries which do not handle `nil` gracefully before this change.
|
1025
|
+
|
1026
|
+
### 2020-09-14_1.524.0
|
1027
|
+
|
1028
|
+
- Add transfer refund event types to TransferEventType enum.
|
1029
|
+
|
1030
|
+
### 2020-09-14_1.523.0
|
1031
|
+
|
1032
|
+
- Added support for the `layer` product.
|
1033
|
+
|
1034
|
+
### 2020-09-14_1.522.0
|
1035
|
+
|
1036
|
+
- Added support for the `/user_account/session/get` API.
|
1037
|
+
|
1038
|
+
### 2020-09-14_1.521.0
|
1039
|
+
|
1040
|
+
- Internal changes only
|
1041
|
+
|
1042
|
+
### 2020-09-14_1.520.0
|
1043
|
+
|
1044
|
+
- [Breaking] Contains fixes to Balance Plus (beta):
|
1045
|
+
- [Breaking] Convert `risk_level` string to an enum object `RiskLevel`.
|
1046
|
+
- [Breaking] Adds missing `required` labels to certain fields within `BalancePlusAttributes`, `AccountsBalanceGetResponsePaymentRiskAssessment`, `AccountsBalanceGetRequestPaymentDetails`, and `RiskReason`.
|
1047
|
+
- Adds missing `additionalProperties` field to `BalancePlusAttributes`
|
1048
|
+
- Fix incorrect response example for Balance Plus
|
1049
|
+
- Docs updates for Balance Plus
|
1050
|
+
|
1051
|
+
### 2020-09-14_1.519.0
|
1052
|
+
|
1053
|
+
- Add `rtp` to network options in `/transfer/intent/create`
|
1054
|
+
- Added `access_tokens` field to `/beacon/user/create` and `/beacon/user/update` requests
|
1055
|
+
- Added `item_ids` to `/beacon/user/*` responses
|
1056
|
+
|
1057
|
+
### 2020-09-14_1.518.9
|
1058
|
+
|
1059
|
+
- Update `description` field for `decision_rationale` in `transfer/authorization/create` response
|
1060
|
+
|
1061
|
+
### 2020-09-14_1.518.8
|
1062
|
+
|
1063
|
+
- Fix incorrect documentation for ENTITY_SCREENING: STATUS_UPDATED webhook which wrongly documented `screening_id` instead of `entity_screening_id` in the payload.
|
1064
|
+
|
1065
|
+
### 2020-09-14_1.518.7
|
1066
|
+
|
1067
|
+
- Internal changes only
|
1068
|
+
|
1069
|
+
### 2020-09-14_1.518.6
|
1070
|
+
|
1071
|
+
- Add `add_ons` in cra/check_report/pdf/get
|
1072
|
+
|
1073
|
+
### 2020-09-14_1.518.5
|
1074
|
+
|
1075
|
+
- Internal changes only
|
1076
|
+
|
1077
|
+
### 2020-09-14_1.518.4
|
1078
|
+
|
1079
|
+
- Add `Recall` as a possible Virtual Account wallet transaction type
|
1080
|
+
|
1081
|
+
### 2020-09-14_1.518.3
|
1082
|
+
|
1083
|
+
- Internal changes only
|
1084
|
+
|
1085
|
+
### 2020-09-14_1.518.2
|
1086
|
+
|
1087
|
+
- Documentation edits to cra endpoints
|
1088
|
+
- Add `income-sensitive repayment` to StudentRepaymentPlan and update description for repayment plan type
|
1089
|
+
|
1090
|
+
### 2020-09-14_1.518.1
|
1091
|
+
|
1092
|
+
- Documentation edits to cra endpoints
|
1093
|
+
- Add item, account, and transaction IDs to `/cra/base_report/get` response
|
1094
|
+
|
1095
|
+
### 2020-09-14_1.518.0
|
1096
|
+
|
1097
|
+
- Add several cra related properties to `/user/create` and `/link/token/create`
|
1098
|
+
|
1099
|
+
### 2020-09-14_1.517.7
|
1100
|
+
|
1101
|
+
- Add `cra/check_report/pdf/get` endpoint
|
1102
|
+
|
1103
|
+
### 2020-09-14_1.517.6
|
1104
|
+
|
1105
|
+
- Add `cra/check_report/base_report/get` endpoint
|
1106
|
+
|
1107
|
+
### 2020-09-14_1.517.5
|
1108
|
+
|
1109
|
+
- Add `error_message` to `document_metadata` object for `credit/payroll_income/get` and `credit/bank_statements/uploads/get`
|
1110
|
+
|
1111
|
+
### 2020-09-14_1.517.4
|
1112
|
+
|
1113
|
+
- Add `production` to the `secrets` object in `/partner/customer/create` response and deprecate `development`
|
1114
|
+
|
1115
|
+
### 2020-09-14_1.517.3
|
1116
|
+
|
1117
|
+
- Add new enums to `canonical_description` in `credit/payroll_income/get`: `RETIREMENT`, `GIG ECONOMY`, and `STOCK COMPENSATION`
|
1118
|
+
|
1119
|
+
### 2020-09-14_1.517.2
|
1120
|
+
|
1121
|
+
- Added `ITEM: EVENTS` webhook and example to documentation
|
1122
|
+
|
1123
|
+
### 2020-09-14_1.517.1
|
1124
|
+
|
1125
|
+
- Added `public_tokens` on `SESSION_FINISHED` webhook
|
1126
|
+
- Deprecated `public_token` on `SESSION_FINISHED` webhook
|
1127
|
+
- Added `ITEM_ADD_RESULT` webhook
|
1128
|
+
|
1129
|
+
# 28.0.0
|
1130
|
+
- Updating to OAS 2020-09-14_1.517.0
|
1131
|
+
|
1132
|
+
## Breaking changes in this version
|
1133
|
+
### 2020-09-14_1.517.0
|
1134
|
+
- [Breaking] Update `onExit` field type in `/link/token/get` response from `LinkSessionExit` to `LinkSessionExitDeprecated`
|
1135
|
+
|
1136
|
+
|
1137
|
+
## OpenAPI Schema Changes
|
1138
|
+
### 2020-09-14_1.517.0
|
1139
|
+
- [Breaking] Update `/link/token/get` response structure
|
1140
|
+
|
1141
|
+
### 2020-09-14_1.516.0
|
1142
|
+
- Internal changes only
|
1143
|
+
|
1144
|
+
### 2020-09-14_1.515.0
|
1145
|
+
- Added `/cra/loans/applications/register`
|
1146
|
+
- Added `/cra/loans/register`
|
1147
|
+
- Added `/cra/loans/update`
|
1148
|
+
- Added `/cra/loans/unregister`
|
1149
|
+
|
1150
|
+
### 2020-09-14_1.514.2
|
1151
|
+
- Added `days_since_first_observed transaction` as a field in the Account Risk Insights response.
|
1152
|
+
|
1153
|
+
### 2020-09-14_1.514.1
|
1154
|
+
- Update `risk_profile_key`and `RiskProfile` description
|
1155
|
+
|
1156
|
+
### 2020-09-14_1.514.0
|
1157
|
+
- Added `transfer/authorization/cancel` endpoint
|
1158
|
+
|
1159
|
+
### 2020-09-14_1.513.0
|
1160
|
+
- Added `consumer_report/pdf/get` endpoint
|
1161
|
+
|
1162
|
+
### 2020-09-14_1.512.0
|
1163
|
+
- Added support for address and date of birth in `/payment_initiation/payment/reverse` request.
|
1164
|
+
|
1165
|
+
### 2020-09-14_1.511.0
|
1166
|
+
- Added `user_token` to `link/token/get` response metadata
|
1167
|
+
- Internal changes
|
1168
|
+
|
1169
|
+
### 2020-09-14_1.510.2
|
1170
|
+
- Added `include_insights` to `/credit/relay/get` request
|
1171
|
+
-
|
1172
|
+
### 2020-09-14_1.510.1
|
1173
|
+
- Add `database_insights_pending` as a potential enum value to `LinkDeliveryVerificationStatus` and `LinkSessionSuccessMetadataAccount.VerificationStatus`.
|
1174
|
+
- Remove `database_insights_pass`, `database_insights_pass_with_caution` and `database_insights_fail` as potential values from `LinkDeliveryVerificationStatus` and `LinkSessionSuccessMetadataAccount.VerificationStatus`
|
1175
|
+
|
1176
|
+
### 2020-09-14_1.510.0
|
1177
|
+
- Internal changes only
|
1178
|
+
|
1179
|
+
### 2020-09-14_1.509.4
|
1180
|
+
- Internal changes only
|
1181
|
+
|
1182
|
+
### 2020-09-14_1.509.3
|
1183
|
+
- Update description of transfer authorization decision code `MANUALLY_VERIFIED_ITEM`
|
1184
|
+
|
1185
|
+
### 2020-09-14_1.509.2
|
1186
|
+
- Fixes to `RemovedTransaction` object definition: set `additionalProperties` explicitly to true and list `account_id` and `transaction_id` as `required`.
|
1187
|
+
|
1188
|
+
### 2020-09-14_1.509.1
|
1189
|
+
- add `SMS_MICRODEPOSITS_VERIFICATION` to the `webhook_code` field of `/sandbox/item/fire_webhook`
|
1190
|
+
|
1191
|
+
### 2020-09-14_1.509.0
|
1192
|
+
- Add `supports_payment_consents` to institution's `payment_initiation_metadata`.
|
1193
|
+
|
1194
|
+
# 27.0.0
|
1195
|
+
- Updating to OAS 2020-09-14_1.508.0
|
1196
|
+
|
1197
|
+
## Breaking changes in this version
|
1198
|
+
### 2020-09-14_1.504.2
|
1199
|
+
- [Breaking] Update `network` field type in `/transfer/recurring/create` request from `TransferACHNetwork` to `TransferRecurringNetwork` as recurring now supports rtp.
|
1200
|
+
- [Breaking] Update `network` field type in `RecurringTransfer` and `RecurringTransferNullable` from `TransferACHNetwork` to `TransferRecurringNetwork` as recurring now supports rtp.
|
1201
|
+
|
1202
|
+
## OpenAPI Schema Changes
|
1203
|
+
### 2020-09-14_1.508.0
|
1204
|
+
- Add new fields to `/cra/bank_income/get` endpoint
|
1205
|
+
|
1206
|
+
### 2020-09-14_1.507.3
|
1207
|
+
- Add `paystub` and `w2` values to custom sandbox configuration schema
|
1208
|
+
|
1209
|
+
### 2020-09-14_1.507.2
|
1210
|
+
- Mark `/transfer/balance/get` endpoint deprecated
|
1211
|
+
|
1212
|
+
### 2020-09-14_1.507.1
|
1213
|
+
- Update `funds_available` description
|
1214
|
+
|
1215
|
+
### 2020-09-14_1.507.0
|
1216
|
+
- Add `funds_available` transfer status and transfer event type
|
1217
|
+
|
1218
|
+
### 2020-09-14_1.506.0
|
1219
|
+
- Add `statements` to the `options` field in the request object for `/sandbox/public_token/create` endpoint
|
1220
|
+
|
1221
|
+
### 2020-09-14_1.505.1
|
1222
|
+
- Internal changes only
|
1223
|
+
|
1224
|
+
### 2020-09-14_1.505.0
|
1225
|
+
- Add `profile` product
|
1226
|
+
|
1227
|
+
### 2020-09-14_1.504.2
|
1228
|
+
- [Breaking] Update `network` field type in `/transfer/recurring/create` request from `TransferACHNetwork` to `TransferRecurringNetwork` as recurring now supports rtp.
|
1229
|
+
- [Breaking] Update `network` field type in `RecurringTransfer` and `RecurringTransferNullable` from `TransferACHNetwork` to `TransferRecurringNetwork` as recurring now supports rtp.
|
1230
|
+
|
1231
|
+
### 2020-09-14_1.504.1
|
1232
|
+
- Documentation updates for `/transactions/sync` and Database Match / Database Insights (beta).
|
1233
|
+
|
1234
|
+
### 2020-09-14_1.504.0
|
1235
|
+
- Add new fields to `/transactions/sync` and `/processor/transactions/sync` endpoints
|
1236
|
+
|
1237
|
+
### 2020-09-14_1.503.6
|
1238
|
+
- [Breaking change for Go client library] Make `start_date` and `end_date` required in the `statements` object for the `/link/token/create` endpoint
|
1239
|
+
|
1240
|
+
### 2020-09-14_1.503.5
|
1241
|
+
- Improve description for `RiskCheckIdentityAbuseSignals`
|
1242
|
+
|
1243
|
+
# 26.0.1
|
1244
|
+
- Updating to OAS 2020-09-14_1.503.4
|
1245
|
+
|
1246
|
+
## OpenAPI Schema Changes
|
1247
|
+
### 2020-09-14_1.503.4
|
1248
|
+
- Improve description for `TransferNetworkTraceID`
|
1249
|
+
|
1250
|
+
### 2020-09-14_1.503.3
|
1251
|
+
- Update description for `TransferNetworkTraceID`
|
1252
|
+
|
1253
|
+
### 2020-09-14_1.503.2
|
1254
|
+
- Change `forecasted_average_monthly_income_prediction_intervals` to plural.
|
1255
|
+
|
1256
|
+
### 2020-09-14_1.503.1
|
1257
|
+
- Add `has_more` field to /transfer/event/list and /transfer/event/sync to indicate there are more events to be pulled
|
1258
|
+
|
1259
|
+
### 2020-09-14_1.503.0
|
1260
|
+
- Add new `/cra/base_report/create` endpoint
|
1261
|
+
|
1262
|
+
# 26.0.0
|
1263
|
+
- Updating to OAS 2020-09-14_1.502.4
|
1264
|
+
|
1265
|
+
## Breaking changes in this version
|
1266
|
+
- [Breaking] Update `network` field type in `/transfer/recurring/create` request from `TransferNetwork` to `TransferACHNetwork` since recurring currently only works for ACH.
|
1267
|
+
- [Breaking] Update `network` field type in `RecurringTransfer` and `RecurringTransferNullable` from `TransferNetwork` to `TransferACHNetwork` since recurring currently only works for ACH.
|
1268
|
+
|
1269
|
+
## OpenAPI Schema Changes
|
1270
|
+
### 2020-09-14_1.502.4
|
1271
|
+
- Add `sms_microdeposits_verification_enabled` to `auth` object inside `/link/token/create` calls.
|
1272
|
+
|
1273
|
+
### 2020-09-14_1.502.3
|
1274
|
+
- Added descriptions for `vested_quantity` and `vested_amount` fields for `investments/holdings/get`
|
1275
|
+
- Removed description for `vested_quantity` and `vested_amount` fields for `HoldingsOverride` object (for sandbox)
|
1276
|
+
|
1277
|
+
### 2020-09-14_1.502.2
|
1278
|
+
- [Breaking] Update `network` field type in `/transfer/recurring/create` request from `TransferNetwork` to `TransferACHNetwork` since recurring currently only works for ACH.
|
1279
|
+
- [Breaking] Update `network` field type in `RecurringTransfer` and `RecurringTransferNullable` from `TransferNetwork` to `TransferACHNetwork` since recurring currently only works for ACH.
|
1280
|
+
|
1281
|
+
### 2020-09-14_1.502.1
|
1282
|
+
- Update description for `/item/remove` and `/asset_report/remove`
|
1283
|
+
|
1284
|
+
### 2020-09-14_1.502.0
|
1285
|
+
- Add `client_report_id` fields to `/link/token/create` and `/cra/base_report/get`
|
1286
|
+
|
1287
|
+
### 2020-09-14_1.501.2
|
1288
|
+
- Updating `insights` field in `/cra/partner_insights/get` response to contain both numerical and string values
|
1289
|
+
|
1290
|
+
### 2020-09-14_1.501.1
|
1291
|
+
- Enable original description for all customers on `/transactions/get` endpoint
|
1292
|
+
|
1293
|
+
### 2020-09-14_1.501.0
|
1294
|
+
[Breaking change for Go client library] Mark `address` field in `/beacon/user/create` as optional
|
1295
|
+
|
1296
|
+
### 2020-09-14_1.500.0
|
1297
|
+
- Remove `prime_trust` processor partner
|
1298
|
+
|
1299
|
+
### 2020-09-14_1.499.2
|
1300
|
+
- Fix broken link from previous update
|
1301
|
+
|
1302
|
+
### 2020-09-14_1.499.1
|
1303
|
+
- Updated doc url for some Transfer and processor endpoints to support documentation reorganization
|
1304
|
+
- Minor documentation updates and clarifications
|
1305
|
+
|
1306
|
+
### 2020-09-14_1.499.0
|
1307
|
+
- [Breaking change for Go client library] Make `account_id` optional in `/transactions/recurring/get` endpoint
|
1308
|
+
|
1309
|
+
### 2020-09-14_1.489.3
|
1310
|
+
- Update description of `network_trace_id`
|
1311
|
+
|
1312
|
+
### 2020-09-14_1.489.2
|
1313
|
+
- Correct documentation to indicate that `assets` is not supported in the `additional_consented_products` field
|
1314
|
+
- Remove `additionalProperties: true` incorrectly applied to `transferIntentGet` object and missed in `2020-09-14_1.352.0`. This will result in more strict type checking for this object, but should not be a breaking change.
|
1315
|
+
|
1316
|
+
### 2020-09-14_1.498.1
|
1317
|
+
- Enable original description for all customers
|
1318
|
+
|
1319
|
+
### 2020-09-14_1.498.0
|
1320
|
+
- Add `POST /beacon/account_risk/v1/evaluate` endpoint
|
1321
|
+
|
1322
|
+
### 2020-09-14_1.497.0
|
1323
|
+
- Add `institution_id` to `processor/account/get` endpoint.
|
1324
|
+
|
1325
|
+
### 2020-09-14_1.496.5
|
1326
|
+
- Update the description and enum values for `linked_services` in the response of all of the identity verification endpoints:
|
1327
|
+
- `identity_verification/create`
|
1328
|
+
- `identity_verification/get`
|
1329
|
+
- `identity_verification/list`
|
1330
|
+
- `identity_verification/retry`
|
1331
|
+
|
1332
|
+
### 2020-09-14_1.496.4
|
1333
|
+
Add `POST /beacon/user/history/list`
|
1334
|
+
|
1335
|
+
### 2020-09-14_1.496.3
|
1336
|
+
- Add `timestamp` to the beacon user's `audit_trail` object
|
1337
|
+
- Add `version` to the beacon user object.
|
1338
|
+
|
1339
|
+
# 25.0.0
|
1340
|
+
- Updating to OAS 2020-09-14_1.496.2
|
1341
|
+
- Added `ApiError` subclasses `ApiConnectionFailedError` and `ApiTimeoutError` to Ruby client library to indicate when the Faraday errors `ConnectionFailedError` and `TimeoutError` occur (https://github.com/plaid/plaid-ruby/pull/483)
|
1342
|
+
|
1343
|
+
## Breaking changes in this version
|
1344
|
+
|
1345
|
+
- [Breaking] Introduce a new `AssetReportAccountBalance` object which duplicates the existing `AccountBalance` object with an additional `margin_loan_amount` field. Updated `AccountAssets.balances` to return the new `AssetReportAccountBalance` object instead of the existing `AccountBalance` object.
|
1346
|
+
|
1347
|
+
## OpenAPI Schema Changes
|
1348
|
+
### 2020-09-14_1.496.2
|
1349
|
+
- Adds prediction interval to `/cra/bank_income/get`
|
1350
|
+
|
1351
|
+
### 2020-09-14_1.496.1
|
1352
|
+
- Update the descriptions for `risk_level` and `score` in `/accounts/balance/get`
|
1353
|
+
|
1354
|
+
### 2020-09-14_1.496.0
|
1355
|
+
- Add `verification_insights` object to `Account` (closed beta feature - Database Insights)
|
1356
|
+
- Add `database_insights_pass`, `database_insights_pass_with_caution`, and `database_insights_fail` as new values for `verification_status` field (closed beta feature - Database Insights)
|
1357
|
+
|
1358
|
+
### 2020-09-14_1.495.2
|
1359
|
+
- Add `pending idr` to student loan liability statuses
|
1360
|
+
|
1361
|
+
### 2020-09-14_1.495.1
|
1362
|
+
- Add `processor_identity` product
|
1363
|
+
|
1364
|
+
### 2020-09-14_1.494.1
|
1365
|
+
- Mark `wire_details` as nullable in the transfer object
|
1366
|
+
|
1367
|
+
### 2020-09-14_1.494.0
|
1368
|
+
- Add `vested_quantity` and `vested_value` fields to the `Holding` object.
|
1369
|
+
|
1370
|
+
### 2020-09-14_1.493.0
|
1371
|
+
- Add `POST /cra/partner_insights/get`
|
1372
|
+
|
1373
|
+
### 2020-09-14_1.492.1
|
1374
|
+
- Added documentation for the `HOSTED_VERIFICATION` webhook.
|
1375
|
+
- Add `wire` to request and response of `/transfer/authorization/create`
|
1376
|
+
|
1377
|
+
### 2020-09-14_1.492.0
|
1378
|
+
- Remove `page_count`, `name`, and `status` fields from Identity Document Upload's document metadata.
|
1379
|
+
|
1380
|
+
### 2020-09-14_1.491.3
|
1381
|
+
- Increase max length of description field on `/transfer/intent/create` from 8 to 15
|
1382
|
+
|
1383
|
+
### 2020-09-14_1.491.2
|
1384
|
+
- Added documentation for the `securities.type` field in `investments/holdings/get` and `investments/transactions/get` endpoints.
|
1385
|
+
|
1386
|
+
### 2020-09-14_1.491.1
|
1387
|
+
- Add new `no_data` type to `name` and `date_of_birth` fields in `documentary_verification.documents[].analysis.extracted_data` in the response of all of the identity verification endpoints:
|
1388
|
+
- `identity_verification/create`
|
1389
|
+
- `identity_verification/get`
|
1390
|
+
- `identity_verification/list`
|
1391
|
+
- `identity_verification/retry`
|
1392
|
+
|
1393
|
+
### 2020-09-14_1.491.0
|
1394
|
+
- Add `identity` object to `link/token/create` request body
|
1395
|
+
|
1396
|
+
### 2020-09-14_1.490.0
|
1397
|
+
- Add `events` field to the `sessions` parameter in the `/link/token/get` response
|
1398
|
+
|
1399
|
+
### 2020-09-14_1.489.1
|
1400
|
+
- Mark optional `scope` and `reference` fields in `/payment_initiation/consent/payment/execute` as nullable
|
1401
|
+
|
1402
|
+
### 2020-09-14_1.489.0
|
1403
|
+
- Add optional `scope` and `reference` fields to `/payment_initiation/consent/payment/execute`
|
1404
|
+
|
1405
|
+
### 2020-09-14_1.488.0
|
1406
|
+
- Add optional `item_ids` field to the request of `credit/payroll_income/get` and `credit/bank_statements/uploads/get`
|
1407
|
+
|
1408
|
+
### 2020-09-14_1.487.2
|
1409
|
+
- Add `num_1099s_uploaded` to `document_income_results` object in `/credit/sessions/get` response
|
1410
|
+
|
1411
|
+
### 2020-09-14_1.487.1
|
1412
|
+
- Correct the Document Income Verification `parsing_config` enum used by `/link/token/create` to contain `risk_signals` instead of `fraud_risk` to match the actual API implementation.
|
1413
|
+
- Dcumentation updates to reflect updates to Signal, including that new Items with Signal should now be created with `signal` in `/link/token/create` instead of using `/signal/prepare`.
|
1414
|
+
|
1415
|
+
### 2020-09-14_1.487.0
|
1416
|
+
- [Breaking] Introduce a new `AssetReportAccountBalance` object which duplicates the existing `AccountBalance` object with an additional `margin_loan_amount` field. Updated `AccountAssets.balances` to return the new `AssetReportAccountBalance` object instead of the existing `AccountBalance` object.
|
1417
|
+
- Add `vested_quantity` and `vested_value` fields to the `AssetReportInvestments` object.
|
1418
|
+
|
1419
|
+
### 2020-09-14_1.486.1
|
1420
|
+
- Update `bank_income_sources` in CRA Bank Income Get to be required in response since the empty array is being omitted.
|
1421
|
+
|
1422
|
+
### 2020-09-14_1.486.0
|
1423
|
+
- Add `requires_real_time_balance_refresh`, `risk_reasons`, `attributes`, `balance_last_updated`, and `score` fields to `/accounts/balance/get` endpoint
|
1424
|
+
|
1425
|
+
### 2020-09-14_1.485.1
|
1426
|
+
- Update `legal_name` description in `user` object in `/link/token.create` request
|
1427
|
+
|
1428
|
+
# 24.4.0
|
1429
|
+
- Updating to OAS 2020-09-14_1.485.0
|
1430
|
+
|
1431
|
+
## OpenAPI Schema Changes
|
1432
|
+
### 2020-09-14_1.485.0
|
1433
|
+
- Add `/processor/liabilities/get` endpoint
|
1434
|
+
|
1435
|
+
### 2020-09-14_1.484.1
|
1436
|
+
- Add `/identity_verification/autofill/create` (closed beta)
|
1437
|
+
|
1438
|
+
### 2020-09-14_1.484.0
|
1439
|
+
- Add `/statements/refresh` endpoint
|
1440
|
+
|
1441
|
+
### 2020-09-14_1.483.2
|
1442
|
+
- Add `/beacon/duplicate/get` route
|
1443
|
+
|
1444
|
+
### 2020-09-14_1.483.1
|
1445
|
+
- Internal changes only
|
1446
|
+
|
1447
|
+
### 2020-09-14_1.483.0
|
1448
|
+
- Added net new fields to StatementsAccount object: `account_mask`, `account_subtype`, `account_official_name`
|
1449
|
+
|
1450
|
+
# 24.3.0
|
1451
|
+
- Updating to OAS 2020-09-14_1.482.3
|
1452
|
+
- Fix bug in error handling (https://github.com/plaid/plaid-ruby/issues/481) introduced in 24.1.0
|
1453
|
+
|
1454
|
+
## OpenAPI Schema Changes
|
1455
|
+
### 2020-09-14_1.482.3
|
1456
|
+
- Update `description` description for `/transfer/create`
|
1457
|
+
|
1458
|
+
### 2020-09-14_1.482.2
|
1459
|
+
- Update /credit/relay/get response example
|
1460
|
+
|
1461
|
+
### 2020-09-14_1.482.1
|
1462
|
+
- Update `funding_account_id` description for `/transfer/intent/create`
|
1463
|
+
|
1464
|
+
### 2020-09-14_1.482.0
|
1465
|
+
- Adds a new field `payment_details` to `/accounts/balance/get` request
|
1466
|
+
- Adds a new field `payment_risk_assessment` to `/accounts/balance/get` response
|
1467
|
+
|
1468
|
+
### 2020-09-14_1.481.1
|
1469
|
+
- Update `USER_ACCOUNT_REVOKED` description and set to visible
|
1470
|
+
|
1471
|
+
### 2020-09-14_1.481.0
|
1472
|
+
- Add `available` to balance object in `wallet/get` and `wallet/list` response
|
1473
|
+
|
1474
|
+
### 2020-09-14_1.480.1
|
1475
|
+
- Documentation-only change to Investments `Security` object for new fields and sandbox availability
|
1476
|
+
|
1477
|
+
### 2020-09-14_1.480.0
|
1478
|
+
- Add `phone_number` to `/transactions/enrich` response
|
1479
|
+
|
1480
|
+
### 2020-09-14_1.479.0
|
1481
|
+
- [Breaking change for Go client library] Make `street` and `city` optional in the address attribute of `identity_verification/create`
|
1482
|
+
|
1483
|
+
### 2020-09-14_1.478.4
|
1484
|
+
- Add `registration_number` to `/partner/customer/create` request
|
1485
|
+
|
1486
|
+
### 2020-09-14_1.478.3
|
1487
|
+
|
1488
|
+
### 2020-09-14_1.478.2
|
1489
|
+
- Deprecate `funding_account_id` from `/transfer/recurring/create` request
|
1490
|
+
|
1491
|
+
### 2020-09-14_1.478.1
|
1492
|
+
- Description-only changes to support Hosted Link (beta)
|
1493
|
+
|
1494
|
+
### 2020-09-14_1.478.0
|
1495
|
+
- Add `market_identifier_code` and `option_contract` fields in the Security (investment) object
|
1496
|
+
- `option_contract` object contains `contract_type`, `expiration_date`, `strike_price`, and `underlying_security_ticker`
|
1497
|
+
|
1498
|
+
### 2020-09-14_1.477.1
|
1499
|
+
- Changes `last_user_modified_date` to `last_user_modified_datetime` on transaction stream object.
|
1500
|
+
|
1501
|
+
### 2020-09-14_1.477.0
|
1502
|
+
- Bug fix nullability definitions for `/beacon/user/create` and `/beacon/user/update` request payloads
|
1503
|
+
|
1504
|
+
### 2020-09-14_1.476.1
|
1505
|
+
- Update Recurring Transaction description
|
1506
|
+
|
1507
|
+
### 2020-09-14_1.476.0
|
1508
|
+
- Add `/beacon/user/update`
|
1509
|
+
|
1510
|
+
### 2020-09-14_1.475.0
|
1511
|
+
- Add `/beacon/report_syndication/get` route
|
1512
|
+
|
1513
|
+
### 2020-09-14_1.474.4
|
1514
|
+
- Add Statements Refresh webhook
|
1515
|
+
|
1516
|
+
### 2020-09-14_1.474.3
|
1517
|
+
- Internal changes only
|
1518
|
+
|
1519
|
+
### 2020-09-14_1.474.2
|
1520
|
+
- Deprecate `credit_funds_source` in `/transfer/authorization/create` request
|
1521
|
+
|
1522
|
+
### 2020-09-14_1.474.1
|
1523
|
+
|
1524
|
+
- Added `identity_match` to Products schema object
|
1525
|
+
|
1526
|
+
# 24.2.0
|
1527
|
+
|
1528
|
+
- Updating to OAS 2020-09-14_1.474.0
|
1529
|
+
|
1530
|
+
## OpenAPI Schema Changes
|
1531
|
+
|
1532
|
+
### 2020-09-14_1.474.0
|
1533
|
+
|
1534
|
+
- Added `statements/refresh` endpoint
|
1535
|
+
|
1536
|
+
### 2020-09-14_1.473.0
|
1537
|
+
|
1538
|
+
- Add Beacon webhooks
|
1539
|
+
|
1540
|
+
### 2020-09-14_1.472.0
|
1541
|
+
|
1542
|
+
- Change client library visibility of `options.transactions.days_requested` field for `/link/token/create` and `/sandbox/public_token/create`
|
1543
|
+
- Add `options.days_requested` field to `/transactions/get` and `/transactions/sync`
|
1544
|
+
|
1545
|
+
### 2020-09-14_1.471.0
|
1546
|
+
|
1547
|
+
[Breaking change for Go client libraries] Make `products` field in `/institutions/search` request optional to fix https://github.com/plaid/plaid-ruby/issues/476
|
1548
|
+
|
1549
|
+
# 24.1.0
|
1550
|
+
|
1551
|
+
- Updated OpenAPI generator version to 6.3.0 for bug fixes.
|
1552
|
+
|
1553
|
+
# 24.0.0
|
1554
|
+
|
1555
|
+
- Updating to OAS 2020-09-14_1.470.1
|
1556
|
+
- Enabled autoload for faster Ruby module loading. This is not anticipated to be a breaking change.
|
1557
|
+
|
1558
|
+
## OpenAPI Schema Changes
|
1559
|
+
|
1560
|
+
### 2020-09-14_1.470.1
|
1561
|
+
|
1562
|
+
### 2020-09-14_1.470.0
|
1563
|
+
|
1564
|
+
- Add balance insights firleds to CRA Base Reports
|
1565
|
+
|
1566
|
+
### 2020-09-14_1.469.1
|
1567
|
+
|
1568
|
+
- Change visibility of `/transactions/recurring/streams/...` endpoints
|
1569
|
+
|
1570
|
+
### 2020-09-14_1.469.0
|
1571
|
+
|
1572
|
+
- Update date format in Base reports
|
1573
|
+
|
1574
|
+
### 2020-09-14_1.468.0
|
1575
|
+
|
1576
|
+
- [Breaking change for Go client library] Mark `income_verification.access_tokens` and `access_token` nullable in `link/token/create` request, to match the actual behavior of the API.
|
1577
|
+
- Add `other` to `account_filters` in `link/token/create` request
|
1578
|
+
|
1579
|
+
### 2020-09-14_1.467.0
|
1580
|
+
|
1581
|
+
- Change `/transactions/recurring/streams/merge` and `/transactions/recurring/streams/update` return type
|
1582
|
+
|
1583
|
+
### 2020-09-14_1.466.0
|
1584
|
+
|
1585
|
+
- Add `/transactions/recurring/streams/create`, `/transactions/recurring/streams/merge`, and `/transactions/recurring/streams/update` endpoints
|
1586
|
+
|
1587
|
+
### 2020-09-14_1.465.0
|
1588
|
+
|
1589
|
+
- [Breaking change for Go client library] Mark `products`, `required_if_supported_products`, `optional_products`, `additional_consented_products`, and `user.ssn` as nullable in `/link/token/create` request.
|
1590
|
+
- Set `minLength` for `client_name`, `language`, `access_token`, and `user.client_user_id` in `/link/token/create` request, to match actual validation behavior of the API.
|
1591
|
+
|
1592
|
+
### 2020-09-14_1.464.1
|
1593
|
+
|
1594
|
+
- Add `webhook_code` to `/sandbox/income/fire_webhook`
|
1595
|
+
- Change `verification_status` to be an optional field in `/sandbox/income/fire_webhook`
|
1596
|
+
|
1597
|
+
### 2020-09-14_1.464.0
|
1598
|
+
|
1599
|
+
- Add `/processor/signal/prepare` endpoint.
|
1600
|
+
|
1601
|
+
### 2020-09-14_1.463.7
|
1602
|
+
|
1603
|
+
- Internal changes only
|
1604
|
+
|
1605
|
+
### 2020-09-14_1.463.6
|
1606
|
+
|
1607
|
+
- Add `database_matched` to `verification_status` for database matched items.
|
1608
|
+
|
1609
|
+
### 2020-09-14_1.463.5
|
1610
|
+
|
1611
|
+
- Add `hosted_link.url_lifetime_seconds` to `/link/token/create` request
|
1612
|
+
|
1613
|
+
### 2020-09-14_1.463.4
|
1614
|
+
|
1615
|
+
- Add `database_match_enabled` field to `auth` object in `link/token/create`
|
1616
|
+
|
1617
|
+
### 2020-09-14_1.463.3
|
1618
|
+
|
1619
|
+
- Mark `RecurringInsightsStream` fields `is_active`, `merchant_name`, and `average_days_apart` as required.
|
1620
|
+
|
1621
|
+
### 2020-09-14_1.463.2
|
1622
|
+
|
1623
|
+
- Add `user_id` into the webhook schema for `AssetsProductReadyWebhook`
|
1624
|
+
|
1625
|
+
### 2020-09-14_1.463.1
|
1626
|
+
|
1627
|
+
- [Breaking change for Go client library] Mark `access_token` and `account_id` required in `/transfer/create`, to match the actual behavior of the API.
|
1628
|
+
|
1629
|
+
### 2020-09-14_1.463.0
|
1630
|
+
|
1631
|
+
- Add is_user_modified and last_user_modified_date to TransactionStream
|
1632
|
+
|
1633
|
+
### 2020-09-14_1.462.0
|
1634
|
+
|
1635
|
+
- Update `/beta/transactions/user_insights/v1/get` endpoint with recurring transactions and feature updates.
|
1636
|
+
|
1637
|
+
### 2020-09-14_1.461.2
|
1638
|
+
|
1639
|
+
- Clean up description for transfer refund simulate route.
|
1640
|
+
|
1641
|
+
### 2020-09-14_1.461.1
|
1642
|
+
|
1643
|
+
- Remove `client_id` and `secret` from required param list of `/transfer/ledger/distribute`
|
1644
|
+
|
1645
|
+
### 2020-09-14_1.461.0
|
1646
|
+
|
1647
|
+
- Add `/beacon/user/review` route for updating the status of Beacon Users
|
1648
|
+
|
1649
|
+
### 2020-09-14_1.460.0
|
1650
|
+
|
1651
|
+
- Permissions manager API: bug fix: update `date` field in ConnectedApplication schema to `date-time` to match API behavior
|
1652
|
+
- Permissions manager API: add `/item/application/unlink` endpoint
|
1653
|
+
|
1654
|
+
### 2020-09-14_1.459.2
|
1655
|
+
|
1656
|
+
- Do not support .docx or .doc file for `/transfer/diligence/document/upload`
|
1657
|
+
|
1658
|
+
### 2020-09-14_1.459.1
|
1659
|
+
|
1660
|
+
- Make `products` request parameter for `/partner/customer/create` optional.
|
1661
|
+
|
1662
|
+
### 2020-09-14_1.459.0
|
1663
|
+
|
1664
|
+
- Add route `/transfer/ledger/distribute`
|
1665
|
+
|
1666
|
+
### 2020-09-14_1.458.1
|
1667
|
+
|
1668
|
+
- Refunds start processing after 4 days (not 3 days).
|
1669
|
+
|
1670
|
+
### 2020-09-14_1.458.0
|
1671
|
+
|
1672
|
+
- Remove `account_ids` parameter `/processor/transactions/get` options object
|
1673
|
+
- Change `accounts` response field for `/processor/transactions/get` to `account`
|
1674
|
+
|
1675
|
+
### 2020-09-14_1.457.4
|
1676
|
+
|
1677
|
+
Add BASE_REPORT_WARNING warning type
|
1678
|
+
|
1679
|
+
### 2020-09-14_1.457.3
|
1680
|
+
|
1681
|
+
Add `BE` to the list of available countries
|
1682
|
+
|
1683
|
+
### 2020-09-14_1.457.2
|
1684
|
+
|
1685
|
+
- Add `access_tokens` field to `/link/token/create` request
|
1686
|
+
|
1687
|
+
### 2020-09-14_1.457.1
|
1688
|
+
|
1689
|
+
- Clean up description for transfer ledger simulate routes.
|
1690
|
+
|
1691
|
+
# 23.0.0
|
1692
|
+
|
1693
|
+
- Updating to OAS 2020-09-14_1.457.0
|
1694
|
+
|
1695
|
+
## Breaking changes in this version
|
1696
|
+
|
1697
|
+
- Remove `user_token` field from `asset_report/create` request.
|
1698
|
+
- Renamed `TransactionsEnrichGetRequest` and `TransactionsEnrichGetResponse` objects to `TransactionsEnrichRequest` and `TransactionsEnrichResponse`.
|
1699
|
+
|
1700
|
+
## OpenAPI Schema Changes
|
1701
|
+
|
1702
|
+
### 2020-09-14_1.457.0
|
1703
|
+
|
1704
|
+
- Remove `account_ids` parameter from `/processor/transactions/recurring/get` request
|
1705
|
+
|
1706
|
+
### 2020-09-14_1.456.0
|
1707
|
+
|
1708
|
+
- Add `hosted_link.completion_redirect_uri` to `link/token/create` request
|
1709
|
+
|
1710
|
+
### 2020-09-14_1.455.2
|
1711
|
+
|
1712
|
+
- Deprecate max_single_transfer_amount and max_monthly_amount in /transfer/configuration/get response.
|
1713
|
+
- Deprecate monthly_transfer_volume in /transfer/metrics/get response.
|
1714
|
+
|
1715
|
+
### 2020-09-14_1.455.1
|
1716
|
+
|
1717
|
+
- Update documentation for `/credit/payroll_income/parsing_config/update`
|
1718
|
+
|
1719
|
+
### 2020-09-14_1.455.0
|
1720
|
+
|
1721
|
+
- Add new /sandbox/transfer/refund/simulate route to simulate refund events in sandbox.
|
1722
|
+
|
1723
|
+
### 2020-09-14_1.454.0
|
1724
|
+
|
1725
|
+
- Add `is_investments_fallback_item` field to `/investments/holdings/get` and `/investments/transactions/get` responses
|
1726
|
+
|
1727
|
+
### 2020-09-14_1.453.0
|
1728
|
+
|
1729
|
+
- Add `/credit/payroll_income/parsing_config/update` for updating the parsing configuration for document income verficiations
|
1730
|
+
|
1731
|
+
### 2020-09-14_1.452.0
|
1732
|
+
|
1733
|
+
- Add `warnings` field to `/cra/base_report/get` response
|
1734
|
+
|
1735
|
+
### 2020-09-14_1.451.0
|
1736
|
+
|
1737
|
+
- Add `/beacon/report_syndication/list` for listing `BeaconReportSyndication` objects linked to a specific `BeaconUser`
|
1738
|
+
|
1739
|
+
### 2020-09-14_1.450.0
|
1740
|
+
|
1741
|
+
- [Breaking] Remove `user_token` field from `asset_report/create` request.
|
1742
|
+
|
1743
|
+
### 2020-09-14_1.449.2
|
1744
|
+
|
1745
|
+
- Updates `isin` and `cusip` field descriptions for new call to action.
|
1746
|
+
|
1747
|
+
### 2020-09-14_1.449.1
|
1748
|
+
|
1749
|
+
- Add new refund event types.
|
1750
|
+
|
1751
|
+
### 2020-09-14_1.449.0
|
1752
|
+
|
1753
|
+
- Add `/beacon/report/list` for listing `BeaconReport` objects created for a specific `BeaconUser`
|
1754
|
+
|
1755
|
+
### 2020-09-14_1.448.0
|
1756
|
+
|
1757
|
+
- Make `publisher` field from `FDXNotifications` as optional
|
1758
|
+
|
1759
|
+
### 2020-09-14_1.447.0
|
1760
|
+
|
1761
|
+
- Mark `fraud_amount` as nullable for `BeaconReport` objects in `/beacon/report/create`
|
1762
|
+
|
1763
|
+
### 2020-09-14_1.446.0
|
1764
|
+
|
1765
|
+
- Add `allow_manual_entry` field to `investments` object in `link/token/create`
|
1766
|
+
- Update `/credit/freddie_mac/reports/get` return type data shape to contain one object with both VOA and VOE assets combined
|
1767
|
+
|
1768
|
+
### 2020-09-14_1.445.0
|
1769
|
+
|
1770
|
+
- Add new insights and counterparty fields for Transactions endpoints
|
1771
|
+
- Deprecate legacy category fields for Transactions endpoints
|
1772
|
+
|
1773
|
+
### 2020-09-14_1.444.0
|
1774
|
+
|
1775
|
+
- Add new webhook type `AUTHORIZATION_GRANTED` to `sandbox/item/fire_webhook`
|
1776
|
+
|
1777
|
+
### 2020-09-14_1.443.0
|
1778
|
+
|
1779
|
+
- Add `RETURN` as possible Virtual Account wallet transaction type
|
1780
|
+
|
1781
|
+
### 2020-09-14_1.442.0
|
1782
|
+
|
1783
|
+
- Add `facilitator_fee` field for the Transfers endpoints
|
1784
|
+
|
1785
|
+
### 2020-09-14_1.441
|
1786
|
+
|
1787
|
+
- [Breaking change for Go client library] Update `/transfer/capabilities/get` to no longer accept payment profile token and require an `account_id` and `access_token`
|
1788
|
+
- Update examples for ledger endpoints to be more realistic
|
1789
|
+
|
1790
|
+
### 2020-09-14_1.440.0
|
1791
|
+
|
1792
|
+
- Add `optional_products` parameter to `/link/token/create` request.
|
1793
|
+
|
1794
|
+
### 2020-09-14_1.439.0
|
1795
|
+
|
1796
|
+
- [Breaking] Renamed `TransactionsEnrichGetRequest` and `TransactionsEnrichGetResponse` objects to
|
1797
|
+
`TransactionsEnrichRequest` and `TransactionsEnrichResponse`.
|
1798
|
+
|
1799
|
+
### 2020-09-14_1.438.1
|
1800
|
+
|
1801
|
+
- [Breaking change for Go client library] remove `device`, `user_present` from required request param list of `/transfer/recurring/create`
|
1802
|
+
|
1803
|
+
### 2020-09-14_1.438.0
|
1804
|
+
|
1805
|
+
- Add new `/beta/transactions/user_insights/v1/get` endpoint
|
1806
|
+
|
1807
|
+
### 2020-09-14_1.437.0
|
1808
|
+
|
1809
|
+
- Remove min/max restriction of `days_requested` in OpenAPI.
|
1810
|
+
|
1811
|
+
### 2020-09-14_1.436.0
|
1812
|
+
|
1813
|
+
- Update `days_requested` to be a required field in base reports in `link/token/create`
|
1814
|
+
|
1815
|
+
### 2020-09-14_1.435.0
|
1816
|
+
|
1817
|
+
- Update `/sandbox/transfer/sweep/simulate` to mark `swept` transfers as `swept_settled`.
|
1818
|
+
|
1819
|
+
### 2020-09-14_1.434.0
|
1820
|
+
|
1821
|
+
- Added a new type of webhook for dashboard alerts, `InstitutionStatusAlertWebhook`.
|
1822
|
+
|
1823
|
+
### 2020-09-14_1.433.0
|
1824
|
+
|
1825
|
+
- Update response of `/transfer/authorizarion/create`
|
1826
|
+
|
1827
|
+
### 2020-09-14_1.432.0
|
1828
|
+
|
1829
|
+
- Update `days_requested` in `base_report` in `link/token/create` to enforce a min/max of 1/731 days
|
1830
|
+
|
1831
|
+
# 22.0.0
|
1832
|
+
|
1833
|
+
- Updating to OAS 2020-09-14_1.431.7
|
1834
|
+
|
1835
|
+
## Breaking changes in this version
|
1836
|
+
|
1837
|
+
This version does not contain breaking changes.
|
1838
|
+
|
1839
|
+
## OpenAPI Schema Changes
|
1840
|
+
|
1841
|
+
### 2020-09-14_1.431.7
|
1842
|
+
|
1843
|
+
- Add processor Zero Hash
|
1844
|
+
|
1845
|
+
### 2020-09-14_1.431.6
|
1846
|
+
|
1847
|
+
- Update response example of `sandbox/transfer/ledger/deposit/simulate` and `sandbox/transfer/ledger/withdraw/simulate`
|
1848
|
+
|
1849
|
+
### 2020-09-14_1.431.5
|
1850
|
+
|
1851
|
+
- Update the description of `sweep.settled` event
|
1852
|
+
|
1853
|
+
### 2020-09-14_1.431.4
|
1854
|
+
|
1855
|
+
- Update description of endpoint `/sandbox/transfer/ledger/simulate_available`
|
1856
|
+
|
1857
|
+
### 2020-09-14_1.431.3
|
1858
|
+
|
1859
|
+
- Deprecate `originator_client_id` in `/transfer/get`, `/transfer/cancel`, and `/transfer/balance/get`
|
1860
|
+
|
1861
|
+
### 2020-09-14_1.431.2
|
1862
|
+
|
1863
|
+
- Docs updates for Statements endpoints
|
1864
|
+
|
1865
|
+
### 2020-09-14_1.431.1
|
1866
|
+
|
1867
|
+
- Remove `balance` field from response of `/sandbox/transfer/ledger/simulate_available`
|
1868
|
+
|
1869
|
+
### 2020-09-14_1.431.0
|
1870
|
+
|
1871
|
+
- Add `/user/update` and update the description for consumer report user identity
|
1872
|
+
|
1873
|
+
### 2020-09-14_1.430.3
|
1874
|
+
|
1875
|
+
- Add `sandbox/transfer/ledger/deposit/simulate` and `sandbox/transfer/ledger/withdraw/simulate`
|
1876
|
+
|
1877
|
+
### 2020-09-14_1.430.2
|
1878
|
+
|
1879
|
+
- Update `transfer/sweep/list` to support filter by `trigger`
|
1880
|
+
|
1881
|
+
### 2020-09-14_1.430.1
|
1882
|
+
|
1883
|
+
- Add `transfer/ledger/withdraw` route
|
1884
|
+
|
1885
|
+
### 2020-09-14_1.430.0
|
1886
|
+
|
1887
|
+
- Add `transfer/originator/funding_account/update` route
|
1888
|
+
|
1889
|
+
### 2020-09-14_1.429.3
|
1890
|
+
|
1891
|
+
- add ledger sweep event types to `TransferEventType`
|
1892
|
+
|
1893
|
+
### 2020-09-14_1.429.2
|
1894
|
+
|
1895
|
+
- Documentation updates for `LOGIN_REPAIRED` webhook and transfer.
|
1896
|
+
- Add `transfer/ledger/deposit` route
|
1897
|
+
|
1898
|
+
### 2020-09-14_1.429.1
|
1899
|
+
|
1900
|
+
- Updated /identity/match's address score threshold recommendation from 80 or above to 70 or above
|
1901
|
+
|
1902
|
+
### 2020-09-14_1.429.0
|
1903
|
+
|
1904
|
+
- [Breaking change for Go client library] For Transfer endpoints that take payment profiles as input, remove `payment_profile` field and make
|
1905
|
+
`account_id` and `access_token` mandatory. The removed field is not in use.
|
1906
|
+
- Mark all payment profile-specific endpoints as `deprecated`.
|
1907
|
+
- Docs updates for Transfer, including clarifying that certain request fields for `/transfer/authorization/create`
|
1908
|
+
are not currently used.
|
1909
|
+
- Propagate Signal docs update from 2020-09-14_1.419.0 to all relevant endpoints.
|
1910
|
+
- Add `institution_not_supported` as a property to `LinkSessionExitMetadata.Status`
|
1911
|
+
|
1912
|
+
### 2020-09-14_1.428.1
|
1913
|
+
|
1914
|
+
- Change `/credit/reports/freddie_mac/get` schema to contain new `ReportingInformationParentIdentifier` field
|
1915
|
+
|
1916
|
+
### 2020-09-14_1.428.0
|
1917
|
+
|
1918
|
+
- Add `verification_report_type` to `asset_report/create` request
|
1919
|
+
|
1920
|
+
### 2020-09-14_1.427.1
|
1921
|
+
|
1922
|
+
- Remove references to the verification `report_type` field in `asset_report/get` and `asset_report/pdf/get`
|
1923
|
+
|
1924
|
+
### 2020-09-14_1.427.0
|
1925
|
+
|
1926
|
+
- Add `/processor/account/get` route
|
1927
|
+
|
1928
|
+
### 2020-09-14_1.426.0
|
1929
|
+
|
1930
|
+
- Add `instant_microdeposits_enabled` field to `auth` object in `link/token/create`
|
1931
|
+
|
1932
|
+
### 2020-09-14_1.425.0
|
1933
|
+
|
1934
|
+
- Add `investments` field to `asset_report/get` response as part of the `items.accounts` object
|
1935
|
+
|
1936
|
+
### 2020-09-14_1.424.2
|
1937
|
+
|
1938
|
+
- Update descriptions of some Transactions endpoint fields
|
1939
|
+
|
1940
|
+
### 2020-09-14_1.424.1
|
1941
|
+
|
1942
|
+
- Add clarification to processor webhook doc that the processor can call it
|
1943
|
+
- Fix `sandbox/transfer/ledger/simulate_available` doc url
|
1944
|
+
|
1945
|
+
### 2020-09-14_1.424.0
|
1946
|
+
|
1947
|
+
- Add `/sandbox/transfer/ledger/simulate_available` route
|
1948
|
+
|
1949
|
+
### 2020-09-14_1.423.0
|
1950
|
+
|
1951
|
+
- Update code of `BaseReportsErrorWebhook` to `ERROR`
|
1952
|
+
- Add new enum to StudentRepaymentPlan and add to description of repayment_plan_type
|
1953
|
+
|
1954
|
+
### 2020-09-14_1.422.0
|
1955
|
+
|
1956
|
+
- Move `BaseReportsProductReadyWebhook` and `BaseReportsErrorWebhook`
|
1957
|
+
- Remove `asset_report_id` and add `user_id` to `BaseReportsErrorWebhook`
|
1958
|
+
|
1959
|
+
### 2020-09-14_1.421.0
|
1960
|
+
|
1961
|
+
- Update permissible purpose code `LEGITIMATE_BUSINESS_NEED_TENANT_OTHER` to `LEGITIMATE_BUSINESS_NEED_OTHER`
|
1962
|
+
|
1963
|
+
### 2020-09-14_1.420.1
|
1964
|
+
|
1965
|
+
- Add new enums to `canonical_description` in `credit/payroll_income/get`
|
1966
|
+
|
1967
|
+
### 2020-09-14_1.420.0
|
1968
|
+
|
1969
|
+
- Add `database_match_enabled` field to `auth` object in `link/token/create`
|
1970
|
+
|
1971
|
+
### 2020-09-14_1.419.2
|
1972
|
+
|
1973
|
+
- Add `/transfer/ledger/get` route
|
1974
|
+
|
1975
|
+
### 2020-09-14_1.419.1
|
1976
|
+
|
1977
|
+
- Add `submitted` and `not_submitted` to transferDiligenceStatus
|
1978
|
+
|
1979
|
+
# 21.3.0
|
1980
|
+
|
1981
|
+
- Updating to OAS 2020-09-14_1.419.0
|
1982
|
+
|
1983
|
+
## OpenAPI Schema Changes
|
1984
|
+
|
1985
|
+
### 2020-09-14_1.419.0
|
1986
|
+
|
1987
|
+
- Update `/signal/decision/report` description
|
1988
|
+
- Overwriting `initiated` field is now supported and no longer returns an `INVALID_FIELD` error
|
1989
|
+
|
1990
|
+
### 2020-09-14_1.418.0
|
1991
|
+
|
1992
|
+
- Add `frequency` to `/transactions/enrich`
|
1993
|
+
|
1994
|
+
### 2020-09-14_1.417.0
|
1995
|
+
|
1996
|
+
- Remove `category`, `category_id`, `transaction_type`, `name`, `payment_meta` fields from Base Report insights
|
1997
|
+
|
1998
|
+
### 2020-09-14_1.416.0
|
1999
|
+
|
2000
|
+
- Add `card_switch` to `/link/token/create`
|
2001
|
+
|
2002
|
+
### 2020-09-14_1.415.0
|
2003
|
+
|
2004
|
+
- Add `consumer_report_permissible_purpose` to `link/token/create`
|
2005
|
+
|
2006
|
+
### 2020-09-14_1.414.0
|
2007
|
+
|
2008
|
+
- Update `currency` on `payment/reverse` and `amount_refunded` on `payment/get`
|
2009
|
+
|
2010
|
+
# 21.2.0
|
2011
|
+
|
2012
|
+
- Updating to OAS 2020-09-14_1.413.0
|
2013
|
+
|
2014
|
+
## OpenAPI Schema Changes
|
2015
|
+
|
2016
|
+
### 2020-09-14_1.413.0
|
2017
|
+
|
2018
|
+
- Add `statements` to `/link/token/create` request
|
2019
|
+
|
2020
|
+
### 2020-09-14_1.412.0
|
2021
|
+
|
2022
|
+
- Add `hosted_link_url` to `/link/token/create` response
|
2023
|
+
- Add `hosted_link.delivery_method` to `/link/token/create`
|
2024
|
+
|
2025
|
+
### 2020-09-14_1.411.0
|
2026
|
+
|
2027
|
+
- Add `link_sessions` to `/link/token/get`
|
2028
|
+
- Add `LINK:SESSION_FINISHED` webhook
|
2029
|
+
|
2030
|
+
# 21.1.0
|
2031
|
+
|
2032
|
+
- Updating to OAS 2020-09-14_1.410.1
|
2033
|
+
|
2034
|
+
## OpenAPI Schema Changes
|
2035
|
+
|
2036
|
+
### 2020-09-14_1.410.1
|
2037
|
+
|
2038
|
+
- Add `statements` to the list of supported Plaid products in the `/link/token/create` endpoint
|
2039
|
+
|
2040
|
+
### 2020-09-14_1.410.0
|
2041
|
+
|
2042
|
+
- add `/credit/relay/pdf/get` endpoint
|
2043
|
+
|
2044
|
+
### 2020-09-14_1.409.0
|
2045
|
+
|
2046
|
+
- Add `original_client_id` to `/transfer/balance/get`
|
2047
|
+
- Mark `type` optional in `/transfer/balance/get` request
|
2048
|
+
|
2049
|
+
### 2020-09-14_1.408.0
|
2050
|
+
|
2051
|
+
- Add `status` to `document_reference` in `/credit/payroll_income/risk_signals/get`
|
2052
|
+
|
2053
|
+
### 2020-09-14_1.407.0
|
2054
|
+
|
2055
|
+
- Add `consumer_report_user_identity` to `/user/create`
|
2056
|
+
|
2057
|
+
### 2020-09-14_1.406.1
|
2058
|
+
|
2059
|
+
- Add comment explaining availability of `confidence_level` field for `/transactions/*` endpoints
|
2060
|
+
|
2061
|
+
### 2020-09-14_1.406.0
|
2062
|
+
|
2063
|
+
- Added insights fields to `/cra/base_report/get`
|
2064
|
+
|
2065
|
+
### 2020-09-14_1.405.0
|
2066
|
+
|
2067
|
+
- Update identity/match user.address such that none of the fields are required
|
2068
|
+
- Add `AddressDataNullableNoRequiredFields`
|
2069
|
+
|
2070
|
+
### 2020-09-14_1.404.1
|
2071
|
+
|
2072
|
+
- Allowing null failure_reason for refunds to be displayed
|
2073
|
+
-
|
2074
|
+
|
2075
|
+
### 2020-09-14_1.404.0
|
2076
|
+
|
2077
|
+
- Add `failure_reason` to `/wallet/transaction/get` and `/wallet/transaction/list` endpoint in virtual accounts.
|
2078
|
+
|
2079
|
+
### 2020-09-14_1.403.1
|
2080
|
+
|
2081
|
+
- Add `parsing_config` to `/link/token/create`
|
2082
|
+
|
2083
|
+
### 2020-09-14_1.403.0
|
2084
|
+
|
2085
|
+
- Add `failure_reason` field to refunds for failed and returned refunds
|
2086
|
+
|
2087
|
+
### 2020-09-14_1.402.0
|
2088
|
+
|
2089
|
+
- Add `area_code` match status to the response of the `identity_verification/get` and `identity_verification/list` endpoint
|
2090
|
+
|
2091
|
+
### 2020-09-14_1.401.0
|
2092
|
+
|
2093
|
+
- Add `POST /cra/bank_income/get`
|
2094
|
+
|
2095
|
+
### 2020-09-14_1.400.0
|
2096
|
+
|
2097
|
+
- Add `cra/base_report/get` endpoint
|
2098
|
+
|
2099
|
+
### 2020-09-14_1.399.0
|
2100
|
+
|
2101
|
+
- Add `base_report` field to `/link/token/create` and corresponding Base Report webhooks
|
2102
|
+
|
2103
|
+
### 2020-09-14_1.398.0
|
2104
|
+
|
2105
|
+
- Make CreditBankIncomeWebhookUpdateResponse visible
|
2106
|
+
|
2107
|
+
### 2020-09-14_1.397.0
|
2108
|
+
|
2109
|
+
- Remove extraneous `Item` field from `/processor/transactions/get` response
|
2110
|
+
- Reference new `/processor/token/webhook/update` endpoint in processor Transactions routes.
|
2111
|
+
|
2112
|
+
### 2020-09-14_1.396.2
|
2113
|
+
|
2114
|
+
- Document cash management account support
|
2115
|
+
|
2116
|
+
### 2020-09-14_1.396.1
|
2117
|
+
|
2118
|
+
- Fix document capitalization of `confidence_level` field in `/transactions/enrich`
|
2119
|
+
|
2120
|
+
### 2020-09-14_1.396.0
|
2121
|
+
|
2122
|
+
- Add `/beacon/report/create`
|
2123
|
+
|
2124
|
+
### 2020-09-14_1.395.0
|
2125
|
+
|
2126
|
+
- Add `POST /beacon/user/create`
|
2127
|
+
- Add `POST /beacon/user/get`
|
2128
|
+
|
2129
|
+
### 2020-09-14_1.394.0
|
2130
|
+
|
2131
|
+
- Made `/statements/list` and `/statements/download` APIs for Plaid's Statements PDF beta product available in client SDKs
|
2132
|
+
|
2133
|
+
### 2020-09-14_1.393.0
|
2134
|
+
|
2135
|
+
- Add `date_of_birth` and `address` fields to `documentary_verification.documents[].extracted_data` in the response of all of the identity verification endpoints:
|
2136
|
+
- `identity_verification/create`
|
2137
|
+
- `identity_verification/get`
|
2138
|
+
- `identity_verification/list`
|
2139
|
+
- `identity_verification/retry`
|
2140
|
+
|
2141
|
+
### 2020-09-14_1.392.4
|
2142
|
+
|
2143
|
+
- Update the following about identity/match name, phone number, email, and address score descriptions:
|
2144
|
+
- Ensure consistent language across all fields
|
2145
|
+
- Include score recommended "match" threshold for all fields.
|
2146
|
+
|
2147
|
+
### 2020-09-14_1.392.3
|
2148
|
+
|
2149
|
+
- Update the `async_update` field description.
|
2150
|
+
|
2151
|
+
### 2020-09-14_1.392.2
|
2152
|
+
|
2153
|
+
- Mark a few response fields as always present in the identity verification API:
|
2154
|
+
- `selfie_check.selfies[].capture.image_url`
|
2155
|
+
- `selfie_check.selfies[].capture.video_url`
|
2156
|
+
- `risk_check.identity_abuse_signals`
|
2157
|
+
- `risk_check.identity_abuse_signals.synthetic_identity.score`
|
2158
|
+
- `risk_check.identity_abuse_signals.stolen_identity.score`
|
2159
|
+
|
2160
|
+
### 2020-09-14_1.392.1
|
2161
|
+
|
2162
|
+
- Documentation updates for the `/link/token/create` endpoint
|
2163
|
+
|
2164
|
+
### 2020-09-14_1.392.0
|
2165
|
+
|
2166
|
+
- Add `confidence_level` field to Counterparty and PersonalFinanceCategory for `/transactions/enrich`
|
2167
|
+
|
2168
|
+
### 2020-09-14_1.391.3
|
2169
|
+
|
2170
|
+
- Remove the `core_attributes` field in `signal_insights` of /transfer/authorization/create
|
2171
|
+
|
2172
|
+
### 2020-09-14_1.391.2
|
2173
|
+
|
2174
|
+
- Update the `pending_manual_verification` field's description in `/auth/get` response
|
2175
|
+
|
2176
|
+
# 21.0.0
|
2177
|
+
|
2178
|
+
- Updating to openapi-generator v6.1 to enable autoload support
|
2179
|
+
- Updating to OAS 2020-09-14_1.391.1
|
2180
|
+
|
2181
|
+
## Breaking changes in this version
|
2182
|
+
|
2183
|
+
This version does not contain breaking changes.
|
2184
|
+
|
2185
|
+
## OpenAPI Schema Changes
|
2186
|
+
|
2187
|
+
### 2020-09-14_1.391.1
|
2188
|
+
|
2189
|
+
- Update the description of `/investments/transactions/get`
|
2190
|
+
|
2191
|
+
### 2020-09-14_1.391.0
|
2192
|
+
|
2193
|
+
- Update the `async_update` option to be visible in `/investments/transactions/get`
|
2194
|
+
|
2195
|
+
### 2020-09-14_1.390.1
|
2196
|
+
|
2197
|
+
- Update the `signal_insights` field's description in `/transfers/authorization/create` request
|
2198
|
+
|
2199
|
+
### 2020-09-14_1.390.0
|
2200
|
+
|
2201
|
+
- Add `transfer_id` field to `/transfers/sweep/list` request
|
2202
|
+
|
2203
|
+
### 2020-09-14_1.389.0
|
2204
|
+
|
2205
|
+
- Add `InvestmentsHistoricalUpdateWebhook`, a `HISTORICAL_UPDATE` webhook of type `INVESTMENTS_TRANSACTIONS`.
|
2206
|
+
|
2207
|
+
### 2020-09-14_1.388.1
|
2208
|
+
|
2209
|
+
- Add `status` field to a sweep object. Add `status` field to `/transfers/sweep/list` request
|
2210
|
+
|
2211
|
+
### 2020-09-14_1.388.0
|
2212
|
+
|
2213
|
+
- [Breaking] Remove `asset_report_token` as required field in `/asset_report/get` and mark as nullable
|
2214
|
+
|
2215
|
+
### 2020-09-14_1.387.1
|
2216
|
+
|
2217
|
+
- Allow empty `mask` on the `meta` field of overridden accounts in the sandbox custom user configuration object schema.
|
2218
|
+
|
2219
|
+
### 2020-09-14_1.387.0
|
2220
|
+
|
2221
|
+
- Mark `region` and `postal_code` fields as nullable in `/identity_verification/create`, `/identity_verification/retry`, and `/link/token/create`
|
2222
|
+
|
2223
|
+
### 2020-09-14_1.386.0
|
2224
|
+
|
2225
|
+
- Add payloads for processor Transactions webhooks.
|
2226
|
+
|
2227
|
+
### 2020-09-14_1.385.2
|
2228
|
+
|
2229
|
+
- Mark `next_origination_date` nullable
|
2230
|
+
|
2231
|
+
# 20.0.0
|
2232
|
+
|
2233
|
+
- Updating to OAS 2020-09-14_1.385.1
|
2234
|
+
|
2235
|
+
## Breaking changes in this version
|
2236
|
+
|
2237
|
+
- (Identity Verification) Renamed `IdentityVerificationRequestUser` object to `IdentityVerificationCreateRequestUser`
|
2238
|
+
|
2239
|
+
## OpenAPI Schema Changes
|
2240
|
+
|
2241
|
+
### 2020-09-14_1.385.1
|
2242
|
+
|
2243
|
+
- Add expiration time description to `transfer/authorization/create` `idempotency_key` parameter
|
2244
|
+
|
2245
|
+
### 2020-09-14_1.385.0
|
2246
|
+
|
2247
|
+
- Add `user` field to `/identity_verification/retry`
|
2248
|
+
- Add `client_user_id` field to `/identity_verification/create`
|
2249
|
+
- Deprecate `user.client_user_id` field in `/identity_verification/create`
|
2250
|
+
- [Breaking] Renamed `IdentityVerificationRequestUser` object to `IdentityVerificationCreateRequestUser`
|
2251
|
+
|
2252
|
+
### 2020-09-14_1.384.0
|
2253
|
+
|
2254
|
+
- Remove `maxLength` constraint from `client_user_id` field for `/processor/signal/evaluate` and `/signal/evaluate` requests
|
2255
|
+
|
2256
|
+
### 2020-09-14_1.383.3
|
2257
|
+
|
2258
|
+
- Add `test_clock_id` to `transfer/authorization/create` request
|
2259
|
+
|
2260
|
+
### 2020-09-14_1.383.2
|
2261
|
+
|
2262
|
+
- Update `InvestmentsAuthOwner` title
|
2263
|
+
|
2264
|
+
### 2020-09-14_1.383.1
|
2265
|
+
|
2266
|
+
- Add `account_id` to `bank_accounts` and `transactions` in `/credit/bank_statements/uploads/get` response
|
2267
|
+
|
2268
|
+
### 2020-09-14_1.383.0
|
2269
|
+
|
2270
|
+
- Add `transfer/diligence/document/upload` endpoint
|
2271
|
+
|
2272
|
+
### 2020-09-14_1.382.1
|
2273
|
+
|
2274
|
+
- Add `amount` to `/transfer/sweep/list` request
|
2275
|
+
|
2276
|
+
### 2020-09-14_1.382.0
|
2277
|
+
|
2278
|
+
- Add `signal_insights` to `/transfer/authorization/create` request
|
2279
|
+
|
2280
|
+
### 2020-09-14_1.381.0
|
2281
|
+
|
2282
|
+
- Add definitions for `/sandbox/bank_income/fire_webhook`
|
2283
|
+
|
2284
|
+
### 2020-09-14_1.380.0
|
2285
|
+
|
2286
|
+
- Update validation `sweep_id` for `/transfers/sweep/get` to allow UUID or 8 character hexadecimal string
|
2287
|
+
|
2288
|
+
# 19.1.0
|
2289
|
+
|
2290
|
+
- Updating to OAS 2020-09-14_1.379.0
|
2291
|
+
|
2292
|
+
## OpenAPI Schema Changes
|
2293
|
+
|
2294
|
+
### 2020-09-14_1.379.0
|
2295
|
+
|
2296
|
+
- Add `scheme` to `/wallet/transaction/get` and `/wallet/transaction/list`
|
2297
|
+
|
2298
|
+
### 2020-09-14_1.378.1
|
2299
|
+
|
2300
|
+
- Fix issue in which `request_id` was erroneously not listed as required in `ItemActivityListResponse`
|
2301
|
+
|
2302
|
+
### 2020-09-14_1.378.0
|
2303
|
+
|
2304
|
+
- Add `reroute_to_credentials` to `/link/token/create` auth request
|
2305
|
+
|
2306
|
+
### 2020-09-14_1.377.0
|
2307
|
+
|
2308
|
+
- Add definitions for `/investments/auth/get`
|
2309
|
+
|
2310
|
+
### 2020-09-14_1.376.0
|
2311
|
+
|
2312
|
+
- Add `required_if_supported_products` to `/link/token/create` request
|
2313
|
+
|
2314
|
+
### 2020-09-14_1.375.0
|
2315
|
+
|
2316
|
+
- Add hidden `account_type` to `/transactions/enrich` request and response
|
2317
|
+
- Add hidden `account_subtype` to `/transactions/enrich` request and response
|
2318
|
+
|
2319
|
+
### 2020-09-14_1.374.3
|
2320
|
+
|
2321
|
+
- Add `num_bank_statements_uploaded` to `document_income_results` object in `/credit/sessions/get` response
|
2322
|
+
|
2323
|
+
### 2020-09-14_1.374.2
|
2324
|
+
|
2325
|
+
- Add `income_source` enum to `/transactions/enrich` `counterparty_type` field
|
2326
|
+
|
2327
|
+
### 2020-09-14_1.374.1
|
2328
|
+
|
2329
|
+
- Update `oauth` descriptions for `/institutions/get` and `/institutions/search`
|
2330
|
+
|
2331
|
+
### 2020-09-14_1.374.0
|
2332
|
+
|
2333
|
+
- Add `/credit/bank_statements/uploads/get` endpoint
|
2334
|
+
|
2335
|
+
### 2020-09-14_1.373.0
|
2336
|
+
|
2337
|
+
- Add support for address and date of birth in `virtual-accounts/#wallettransactionexecute` endpoint
|
2338
|
+
|
2339
|
+
### 2020-09-14_1.372.3
|
2340
|
+
|
2341
|
+
- Modify `/transactions/enrich` field `user_id` to `client_user_id`
|
2342
|
+
- Modify `/transactions/enrich` field `account_id` to `client_account_id`
|
2343
|
+
|
2344
|
+
### 2020-09-14_1.372.2
|
2345
|
+
|
2346
|
+
- Update docs for `/transactions/enrich` response to include non-null example values for `lat` and `lon` fields
|
2347
|
+
|
2348
|
+
### 2020-09-14_1.372.1
|
2349
|
+
|
2350
|
+
- Update descriptions for `PAYMENT_STATUS_EXECUTED` and `PAYMENT_STATUS_INITIATED`
|
2351
|
+
- Update description for `PaymentAmountCurrency`
|
2352
|
+
|
2353
|
+
### 2020-09-14_1.372.0
|
2354
|
+
|
2355
|
+
- Add `user_id` and `account_id` fields to `/transactions/enrich` request and resposne
|
2356
|
+
|
2357
|
+
### 2020-09-14_1.371.4
|
2358
|
+
|
2359
|
+
- Update descriptions for `/credit/payroll_income/risk_signals/get` and `INCOME_VERIFICATION_RISK_SIGNALS` webhook
|
2360
|
+
|
2361
|
+
### 2020-09-14_1.371.3
|
2362
|
+
|
2363
|
+
- Add test_clock_id to `/transfer/simulate`
|
2364
|
+
- [Breaking change for Go] Make `virtual_time` optional in `/sandbox/transfer/test_clock/create`
|
2365
|
+
|
2366
|
+
### 2020-09-14_1.371.2
|
2367
|
+
|
2368
|
+
- Add test_clock_id to `/sandbox/transfer/simulate` and `/sandbox/transfer/sweep/simulate` endpoints
|
2369
|
+
|
2370
|
+
### 2020-09-14_1.371.1
|
2371
|
+
|
2372
|
+
- Update `transfer/diligence/submit` copy
|
2373
|
+
|
2374
|
+
# 19.0.0
|
2375
|
+
|
2376
|
+
- Updating to OAS 2020-09-14_1.370.0
|
2377
|
+
|
2378
|
+
## Breaking changes in this version
|
2379
|
+
|
2380
|
+
- Converts some integers that were incorrectly typed as `Float` to `Integer`. For more details, see the changelog notes for 2020-09-14_1.349.0.
|
2381
|
+
|
2382
|
+
## OpenAPI Schema Changes
|
2383
|
+
|
2384
|
+
### 2020-09-14_1.370.0
|
2385
|
+
|
2386
|
+
- Add `investments/refresh` endpoint
|
2387
|
+
|
2388
|
+
### 2020-09-14_1.369.3
|
2389
|
+
|
2390
|
+
- Update `description` field in `/transfer/create` to have max length of 15
|
2391
|
+
|
2392
|
+
### 2020-09-14_1.369.2
|
2393
|
+
|
2394
|
+
- Add new `CreditBankIncomeCategory` value
|
2395
|
+
|
2396
|
+
### 2020-09-14_1.369.1
|
2397
|
+
|
2398
|
+
- Fix `/processor/transactions` routes doc links
|
2399
|
+
|
2400
|
+
### 2020-09-14_1.369.0
|
2401
|
+
|
2402
|
+
- Add `/processor/token/permissions/get` endpoint
|
2403
|
+
- Add `/processor/token/permissions/set` endpoint
|
2404
|
+
|
2405
|
+
### 2020-09-14_1.368.2
|
2406
|
+
|
2407
|
+
- Add `transfer/diligence/submit` endpoint
|
2408
|
+
|
2409
|
+
### 2020-09-14_1.368.1
|
2410
|
+
|
2411
|
+
- Update `client_user_id` description for Identity Verification endpoints
|
2412
|
+
- Update `user` description for Identity Match via Identity Verification Data use case
|
2413
|
+
|
2414
|
+
### 2020-09-14_1.368.0
|
2415
|
+
|
2416
|
+
- Add `/transfer/balance/get` endpoint
|
2417
|
+
|
2418
|
+
### 2020-09-14_1.367.0
|
2419
|
+
|
2420
|
+
- Added `LinkEventsWebhook` schema
|
2421
|
+
|
2422
|
+
### 2020-09-14_1.366.0
|
2423
|
+
|
2424
|
+
- Add `credit_funds_source` field for authorizations and transfers
|
2425
|
+
- Make `funding_account_id` nullable in various /transfer API responses
|
2426
|
+
|
2427
|
+
### 2020-09-14_1.356.0
|
2428
|
+
|
2429
|
+
- Update `notificationsPayload.customFields` datatype from an object to an array of objects
|
2430
|
+
|
2431
|
+
### 2020-09-14_1.355.1
|
2432
|
+
|
2433
|
+
- Added `warnings` to `/processor/signal/evaluate` response.
|
2434
|
+
|
2435
|
+
### 2020-09-14_1.355.0
|
2436
|
+
|
2437
|
+
- Added `/processor/identity/match` endpoint.
|
2438
|
+
|
2439
|
+
### 2020-09-14_1.354.0
|
2440
|
+
|
2441
|
+
- Adds a `selfie_check` object to the response schema of all the identity verification endpoints:
|
2442
|
+
- `identity_verification/create`
|
2443
|
+
- `identity_verification/get`
|
2444
|
+
- `identity_verification/list`
|
2445
|
+
- `identity_verification/retry`
|
2446
|
+
|
2447
|
+
### 2020-09-14_1.353.1
|
2448
|
+
|
2449
|
+
- Update `INCOME_VERIFICATION_RISK_SIGNALS` with webhook tag
|
2450
|
+
|
2451
|
+
### 2020-09-14_1.353.0
|
2452
|
+
|
2453
|
+
- Add `ASSETS: PRODUCT_READY` and `ASSETS: ERROR` webhooks to `/sandbox/item/fire_webhook` endpoint
|
2454
|
+
|
2455
|
+
### 2020-09-14_1.352.0
|
2456
|
+
|
2457
|
+
- 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.
|
2458
|
+
|
2459
|
+
### 2020-09-14_1.351.1
|
2460
|
+
|
2461
|
+
- Update `transfer/authorization/create` copy
|
2462
|
+
|
2463
|
+
### 2020-09-14_1.351.0
|
2464
|
+
|
2465
|
+
- Add new `INCOME_VERIFICATION_RISK_SIGNALS` webhook
|
2466
|
+
|
2467
|
+
### 2020-09-14_1.350.0
|
2468
|
+
|
2469
|
+
- Remove `settled_amount`
|
2470
|
+
- Rename `expected_settlement_schedule` as `expected_sweep_settlement_schedule`
|
2471
|
+
|
2472
|
+
### 2020-09-14_1.349.0
|
2473
|
+
|
2474
|
+
- [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:
|
2475
|
+
|
2476
|
+
For all products:
|
2477
|
+
|
2478
|
+
- `PlaidError.status`
|
2479
|
+
|
2480
|
+
For Liabilities:
|
2481
|
+
|
2482
|
+
- `PSLFStatus.payments_made`
|
2483
|
+
- `PSLFStatus.payments_remaining`
|
2484
|
+
|
2485
|
+
For Identity Verification and Monitor:
|
2486
|
+
|
2487
|
+
- `DocumentaryVerificationDocument.DocumentAnalysis.attempt`
|
2488
|
+
- `EntityScreeningHitAnalysis.search_terms_version`
|
2489
|
+
- `EntityWatchlistScreeningSearchTerms.search_terms_version`
|
2490
|
+
- `IdentityVerificationTemplateReference.version`
|
2491
|
+
|
2492
|
+
The following client library languages are impacted:
|
2493
|
+
|
2494
|
+
- Go: Type changes from Float64 to Int32
|
2495
|
+
- Java: Type changes from Double to Integer
|
2496
|
+
- Python: Type changes from float to int
|
2497
|
+
- Ruby: Type changes from Float to Integer
|
2498
|
+
|
2499
|
+
### 2020-09-14_1.348.2
|
2500
|
+
|
2501
|
+
- 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
|
2502
|
+
- Update `/identity/match` sample response to include `is_business_name_detected`
|
2503
|
+
|
2504
|
+
### 2020-09-14_1.348.1
|
2505
|
+
|
2506
|
+
- Make the `warnings` field in `SignalEvaluateResponse` non-nullable
|
2507
|
+
|
2508
|
+
### 2020-09-14_1.348.0
|
2509
|
+
|
2510
|
+
- Add `STARTED` and `INTERNAL_ERROR` to bank income and employment `/credit/sessions/get` status
|
2511
|
+
|
2512
|
+
### 2020-09-14_1.347.1
|
2513
|
+
|
2514
|
+
- Change invalid format `datetime` to `date` on `initiated_date` field
|
2515
|
+
- Update `SignalWarning` descriptions
|
2516
|
+
|
2517
|
+
### 2020-09-14_1.347.0
|
2518
|
+
|
2519
|
+
Fix npm publish
|
2520
|
+
|
2521
|
+
### 2020-09-14_1.346.0
|
2522
|
+
|
2523
|
+
- Releasing new `/credit/payroll_income/risk_signals/get` endpoint
|
2524
|
+
|
2525
|
+
### 2020-09-14_1.345.4
|
2526
|
+
|
2527
|
+
- Revert `sweep_amount` description
|
2528
|
+
|
2529
|
+
### 2020-09-14_1.345.3
|
2530
|
+
|
2531
|
+
- Update `sweep_amount` description
|
2532
|
+
|
2533
|
+
### 2020-09-14_1.345.2
|
2534
|
+
|
2535
|
+
- Internal changes
|
2536
|
+
|
2537
|
+
# 18.1.0
|
2538
|
+
|
2539
|
+
- Updating to OAS 2020-09-14_1.345.1
|
2540
|
+
|
2541
|
+
## OpenAPI Schema Changes
|
2542
|
+
|
2543
|
+
### 2020-09-14_1.345.1
|
2544
|
+
|
2545
|
+
- Update `/transactions/enrich` field `is_recurring` field to be optional.bool
|
2546
|
+
|
2547
|
+
### 2020-09-14_1.345.0
|
2548
|
+
|
2549
|
+
- Fix bug in which `environment` field was incorrectly missing from Assets webhooks.
|
2550
|
+
|
2551
|
+
### 2020-09-14_1.344.0
|
2552
|
+
|
2553
|
+
- Add recurrence and is_recurring fields to `/transactions/enrich`
|
2554
|
+
|
2555
|
+
### 2020-09-14_1.343.6
|
2556
|
+
|
2557
|
+
- Update incorrect required fields for `/watchlist_screening/entity/update`
|
2558
|
+
|
2559
|
+
### 2020-09-14_1.343.5
|
2560
|
+
|
2561
|
+
- Update `owners` description for `/credit/bank_income/get` and `/beta/credit/v1/bank_employment/get`
|
2562
|
+
|
2563
|
+
### 2020-09-14_1.343.4
|
2564
|
+
|
2565
|
+
- Make comment about `webhook` field in `/link/token/create` request more explicit
|
2566
|
+
|
2567
|
+
### 2020-09-14_1.343.3
|
2568
|
+
|
2569
|
+
- Make VOA in /credit/freddie_mac/reports/get optional
|
2570
|
+
|
2571
|
+
### 2020-09-14_1.343.2
|
2572
|
+
|
2573
|
+
- Update `warnings` description for `/credit/bank_income/get` and `/beta/credit/v1/bank_employment/get`
|
2574
|
+
|
2575
|
+
### 2020-09-14_1.343.1
|
2576
|
+
|
2577
|
+
- Updated Asset endpoint descriptions related to Verification of Employment
|
2578
|
+
|
2579
|
+
# 18.0.0
|
2580
|
+
|
2581
|
+
- Updating to OAS 2020-09-14_1.343.0
|
2582
|
+
|
2583
|
+
## Breaking changes in this version
|
2584
|
+
|
2585
|
+
- (Identity Verification) Renamed Identity Verification UserName objects to IdentityVerificationRequestUserName and IdentityVerificationResponseUserName
|
2586
|
+
|
2587
|
+
## OpenAPI Schema Changes
|
2588
|
+
|
2589
|
+
### 2020-09-14_1.343.0
|
2590
|
+
|
2591
|
+
- Add new `warnings` field to the response of `/signal/evaluate`
|
2592
|
+
|
2593
|
+
### 2020-09-14_1.342.0
|
2594
|
+
|
2595
|
+
- Add `report_type` to assets webhook docs
|
2596
|
+
- Make `add_ons` public in assets docs for /asset_report/create
|
2597
|
+
- Make `fast_report` public in assets docs for /asset_report/get
|
2598
|
+
|
2599
|
+
### 2020-09-14_1.341.0
|
2600
|
+
|
2601
|
+
- Add `risk_check` attribute to all Identity Verification responses
|
2602
|
+
|
2603
|
+
### 2020-09-14_1.340.1
|
2604
|
+
|
2605
|
+
- Update examples for `entity_id` in `/transactions/enrich`
|
2606
|
+
|
2607
|
+
### 2020-09-14_1.340.0
|
2608
|
+
|
2609
|
+
- Create `options` in `/link_delivery/create`
|
2610
|
+
- Create `recipient` within `options` field
|
2611
|
+
- Move `communication_methods` from top level to `recipient`
|
2612
|
+
- Add `first_name` in `recipient`
|
2613
|
+
|
2614
|
+
### 2020-09-14_1.339.0
|
2615
|
+
|
2616
|
+
- Add `callback_type` to link delivery webhooks
|
2617
|
+
|
2618
|
+
### 2020-09-14_1.338.2
|
2619
|
+
|
2620
|
+
- Make `communication_methods` optional in `/link_delivery/create`
|
2621
|
+
|
2622
|
+
### 2020-09-14_1.338.1
|
2623
|
+
|
2624
|
+
- Remove beta description from `/transactions/enrich` endpoint docs
|
2625
|
+
|
2626
|
+
### 2020-09-14_1.338.0
|
2627
|
+
|
2628
|
+
- Add `transaction_id` to `/payment-initiation/#payment_status_update`
|
2629
|
+
- Add `payment_id` and `wallet_id` to `/virtual-accounts/#wallet_transaction_status_update`
|
2630
|
+
|
2631
|
+
### 2020-09-14_1.337.4
|
2632
|
+
|
2633
|
+
- Modify documentation for credit categories in the `/asset_report/get` based on GTM feedback
|
2634
|
+
|
2635
|
+
### 2020-09-14_1.337.3
|
2636
|
+
|
2637
|
+
- Update description for the `address` field in `/payment_initiation/recipient/create`.
|
2638
|
+
|
2639
|
+
### 2020-09-14_1.337.2
|
2640
|
+
|
2641
|
+
- Add annually recurring frequency to `/transactions/recurring/get`
|
2642
|
+
|
2643
|
+
### 2020-09-14_1.337.1
|
2644
|
+
|
2645
|
+
- Make documentation for credit categories in the `/asset_report/get` endpoint public
|
2646
|
+
|
2647
|
+
### 2020-09-14_1.337.0
|
2648
|
+
|
2649
|
+
- Add bank employment results to `/credit/sessions/get`
|
2650
|
+
|
2651
|
+
### 2020-09-14_1.336.1
|
2652
|
+
|
2653
|
+
- Add `signal` to Products array.
|
2654
|
+
|
2655
|
+
### 2020-09-14_1.336.0
|
2656
|
+
|
2657
|
+
- Add options to `/credit/payroll_income/refresh` to allow item-level refresh
|
2658
|
+
|
2659
|
+
### 2020-09-14_1.335.2
|
2660
|
+
|
2661
|
+
- Updated `amount.value` description field with new minimum requirement for `/payment_initiation/payment/reverse` and `/wallet/transaction/execute`
|
2662
|
+
|
2663
|
+
### 2020-09-14_1.335.1
|
2664
|
+
|
2665
|
+
- Add 'employment' as an available product in the request to `/partner/customer/create`
|
2666
|
+
|
2667
|
+
### 2020-09-14_1.335.0
|
2668
|
+
|
2669
|
+
- [Breaking] Renamed Identity Verification UserName objects to IdentityVerificationRequestUserName and IdentityVerificationResponseUserName
|
2670
|
+
|
2671
|
+
# 17.4.0
|
2672
|
+
|
2673
|
+
- Updating to OAS 2020-09-14_1.334.0
|
2674
|
+
|
2675
|
+
## OpenAPI Schema Changes
|
2676
|
+
|
2677
|
+
### 2020-09-14_1.334.0
|
2678
|
+
|
2679
|
+
- Add "entity_id" field to /transactions/enrich
|
2680
|
+
|
2681
|
+
### 2020-09-14_1.333.0
|
2682
|
+
|
2683
|
+
- Add "add_ons" field to asset_report/create
|
2684
|
+
|
2685
|
+
### 2020-09-14_1.332.0
|
2686
|
+
|
2687
|
+
- [Breaking] Remove `/wallet/transaction/list` endpoint
|
2688
|
+
- [Note] Determined that `/wallet/transaction/list` is unused
|
2689
|
+
|
2690
|
+
### 2020-09-14_1.331.0
|
2691
|
+
|
2692
|
+
Add `LinkDeliveryCallbackWebhook`, `LinkUserDeliveryStatusWebhook` for Link Delivery.
|
2693
|
+
|
2694
|
+
### 2020-09-14_1.330.0
|
2695
|
+
|
2696
|
+
- [Breaking] Remove `options.wallet_id` field in `/payment_initiation/payment/create` and `/payment_initiation/consent/create` request.
|
2697
|
+
- [Note] Determined that this field is unused.
|
2698
|
+
|
2699
|
+
### 2020-09-14_1.229.2
|
2700
|
+
|
2701
|
+
- Undeprecated the `legal_name` field in the `/link/token/create` request.
|
2702
|
+
|
2703
|
+
### 2020-09-14_1.229.1
|
2704
|
+
|
2705
|
+
- Add `income_verification` as a supported product in the request for `/partner/customer/create`.
|
2706
|
+
|
2707
|
+
### 2020-09-14_1.229.0
|
2708
|
+
|
2709
|
+
- Add `network` field to `/transfer/intent/create` request.
|
2710
|
+
- Updated `reference` minLength for `/wallet/transaction/execute` request and `/payment_initiation/payment/reverse` request.
|
2711
|
+
|
2712
|
+
### 2020-09-14_1.228.0
|
2713
|
+
|
2714
|
+
- Add `access_tokens` and `item_ids` to `/link_delivery/get` response
|
2715
|
+
|
2716
|
+
### 2020-09-14_1.227.0
|
2717
|
+
|
2718
|
+
- Add optional `persistent_account_id` field to account responses
|
2719
|
+
|
2720
|
+
### 2020-09-14_1.226.0
|
2721
|
+
|
2722
|
+
- Add `employment` fields to `/link/token/create`
|
2723
|
+
|
2724
|
+
### 2020-09-14_1.225.0
|
2725
|
+
|
2726
|
+
- Add `redacted_at` field in Identity Verification response and Documentary Verification Document component
|
2727
|
+
- Update `original_front` field in Identity Verification Document Images to be nullable in redacted Identity Verification sessions
|
2728
|
+
|
2729
|
+
### 2020-09-14_1.224.0
|
2730
|
+
|
2731
|
+
- Add `earliest_deposit_date` and change `last_deposit_date` to `latest_deposit_date` for `/beta/credit/v1/bank_employment/get`
|
2732
|
+
|
2733
|
+
### 2020-09-14_1.223.0
|
2734
|
+
|
2735
|
+
- Add `redirect_uris` to `/partner/customer/create` request.
|
2736
|
+
|
2737
|
+
### 2020-09-14_1.222.0
|
2738
|
+
|
2739
|
+
- Add `wallet_id` field to `/wallet/transaction/get` and `/wallet/transaction/list` responses
|
2740
|
+
|
2741
|
+
### 2020-09-14_1.221.0
|
2742
|
+
|
2743
|
+
- Update `link_delivery/get` to remove `public_tokens` from the response
|
2744
|
+
|
2745
|
+
### 2020-09-14_1.220.0
|
2746
|
+
|
2747
|
+
- Update `link_delivery/create` to accept `communication_methods` and deprecate `delivery_method` and `delivery_destination`
|
2748
|
+
|
2749
|
+
### 2020-09-14_1.219.1
|
2750
|
+
|
2751
|
+
- Fix the `refund_id` example.
|
2752
|
+
- Update address objects to reflect that in rare instances, `city` may be `null`.
|
2753
|
+
|
2754
|
+
### 2020-09-14_1.219.0
|
2755
|
+
|
2756
|
+
- Add partner webhook event type
|
2757
|
+
|
2758
|
+
### 2020-09-14_1.218.1
|
2759
|
+
|
2760
|
+
- Mark `phone_number_verified_time` and `email_address_verified_time` as deprecated, since it is no longer required to provide these fields to enable to enable the Returning User Experience.
|
2761
|
+
|
2762
|
+
### 2020-09-14_1.218.1
|
2763
|
+
|
2764
|
+
- Introduce `expected_settlement_date` field in the Transfer object
|
2765
|
+
|
2766
|
+
### 2020-09-14_1.218.0
|
2767
|
+
|
2768
|
+
- Add `/beta/credit/v1/bank_employment/get` endpoint
|
2769
|
+
|
2770
|
+
### 2020-09-14_1.217.0
|
2771
|
+
|
2772
|
+
- Add `updated` field to `/credit/audit_copy_token/update` response
|
2773
|
+
- Add `SchemaVersion` to VOE and VOA schemas for `/credit/freddie_mac/reports/get`
|
2774
|
+
|
2775
|
+
### 2020-09-14_1.216.0
|
2776
|
+
|
2777
|
+
- Introduce `funding_account_id` field in the Transfer API
|
2778
|
+
- Remove deprecated `origination_account_id` field from the Transfer documentation
|
2779
|
+
|
2780
|
+
### 2020-09-14_1.215.2
|
2781
|
+
|
2782
|
+
- Use more strict validation for `payment_id` and `recipient_id` fields in API
|
2783
|
+
|
2784
|
+
### 2020-09-14_1.215.1
|
2785
|
+
|
2786
|
+
- Use more strict validation for payment `consent_id` field in API
|
2787
|
+
|
2788
|
+
### 2020-09-14_1.215.0
|
2789
|
+
|
2790
|
+
- Add `status` to Wallet schema
|
2791
|
+
|
2792
|
+
# 17.3.0
|
2793
|
+
|
2794
|
+
- Updating to OAS 2020-09-14_1.214.0
|
2795
|
+
|
2796
|
+
## OpenAPI Schema Changes
|
2797
|
+
|
2798
|
+
### 2020-09-14_1.214.0
|
2799
|
+
|
2800
|
+
- Add `/credit/freddie_mac/reports/get` endpoint
|
2801
|
+
|
2802
|
+
### 2020-09-14_1.213.1
|
2803
|
+
|
2804
|
+
- Reflect that `days_requested` field in Bank Income Verification object in `/link/token/create` request is required when using Bank Income.
|
2805
|
+
- Reflect that `is_update_mode` field in Bank Income Verification object in `/link/token/create` request defaults to `false`.
|
2806
|
+
- Update description to reflect that Document Income object in `/link/token/create` request is not required, even when using Document Income.
|
2807
|
+
|
2808
|
+
### 2020-09-14_1.213.0
|
2809
|
+
|
2810
|
+
- Update `PartnerEndCustomerStatus` enum values.
|
2811
|
+
|
2812
|
+
### 2020-09-14_1.212.0
|
2813
|
+
|
2814
|
+
- Add `/credit/audit_copy_token/update` endpoint
|
2815
|
+
- Add `report_type` to AssetReportCreateRequest
|
2816
|
+
|
2817
|
+
### 2020-09-14_1.211.1
|
2818
|
+
|
2819
|
+
- Fix `US_MBS` list code which was mistakenly documented as `US_MBC` for screening individuals with Monitor
|
2820
|
+
- Document `TR_CMB` list code for screening individuals with Monitor
|
2821
|
+
- Document `IZ_WBK` list code for screening individuals and entities with Monitor
|
2822
|
+
|
2823
|
+
### 2020-09-14_1.211.0
|
2824
|
+
|
2825
|
+
- Add `/partner/customer/oauth_institutions/get` endpoint.
|
2826
|
+
|
2827
|
+
### 2020-09-14_1.210.8
|
2828
|
+
|
2829
|
+
- Update example response for `/credit/bank_income/get`
|
2830
|
+
|
2831
|
+
### 2020-09-14_1.210.7
|
2832
|
+
|
2833
|
+
- Documentation updates for Investments APIs and Bank Transfer APIs.
|
2834
|
+
|
2835
|
+
### 2020-09-14_1.210.6
|
2836
|
+
|
2837
|
+
- Add validation on `originator_client_id` and `redirect_uri` for `/transfer/originator/create` and `transfer/originator/get` request
|
2838
|
+
|
2839
|
+
### 2020-09-14_1.210.5
|
2840
|
+
|
2841
|
+
- Add `company_name` to TransferOriginatorGetResponse
|
2842
|
+
|
2843
|
+
# 17.2.0
|
2844
|
+
|
2845
|
+
- Updating to OAS 2020-09-14_1.210.4
|
2846
|
+
|
2847
|
+
## OpenAPI Schema Changes
|
2848
|
+
|
2849
|
+
### 2020-09-14_1.210.4
|
2850
|
+
|
2851
|
+
- Add `recurring_transfer_id` to Transfer
|
2852
|
+
|
2853
|
+
### 2020-09-14_1.210.3
|
2854
|
+
|
2855
|
+
- Make `id_numbers` field hidden in `/user/create` request
|
2856
|
+
|
2857
|
+
### 2020-09-14_1.210.2
|
2858
|
+
|
2859
|
+
- Make `transfer_ids` required in RecurringTransfer
|
2860
|
+
|
2861
|
+
### 2020-09-14_1.210.1
|
2862
|
+
|
2863
|
+
- Change the `/transactions/enrich` `options.include_legacy_categories` field to `options.include_legacy_category`
|
2864
|
+
- Make documentation for the `/transactions/enrich` `options.include_legacy_category` request field visible
|
2865
|
+
- Make documentation for the `/transactions/enrich` `legacy_category` and `legacy_category_id` response fields visible
|
2866
|
+
- Add `direction` to required fields for `ClientProvidedTransaction`
|
2867
|
+
|
2868
|
+
### 2020-09-14_1.210.0
|
2869
|
+
|
2870
|
+
- Add `/transfer/capabilities/get` endpoint to fetch RTP eligibility for a linked plaid item
|
2871
|
+
|
2872
|
+
### 2020-09-14_1.209.2
|
2873
|
+
|
2874
|
+
- Renamed the `NullableRecurringTransfer` type to `RecurringTransferNullable` type
|
2875
|
+
|
2876
|
+
### 2020-09-14_1.209.1
|
2877
|
+
|
2878
|
+
Add `nullable` property to `date_of_birth`, `phone_number_verified_time`, and `email_address_verified_time` fields within `LinkTokenCreateRequestUser` to resolve undesireable client library behavior in certain languages.
|
2879
|
+
|
2880
|
+
### 2020-09-14_1.209.0
|
2881
|
+
|
2882
|
+
- add `NullableRecurringTransfer` field
|
2883
|
+
- replace `RecurringTransfer` with `NullableRecurringTransfer` for `TransferRecurringCreateResponse`
|
2884
|
+
- and `Decision` in required fields for `TransferRecurringCreateResponse`
|
2885
|
+
- add required fields for `TransferRecurringSchedule`
|
2886
|
+
|
2887
|
+
### 2020-09-14_1.208.0
|
2888
|
+
|
2889
|
+
- Add `total_amounts` field to `/credit/bank_income/get` response
|
2890
|
+
- Deprecate `amount`, `iso_currency_code`, and `unofficial_currency_code` at top levels in `/credit/bank_income/get` response
|
2891
|
+
|
2892
|
+
### 2020-09-14_1.207.0
|
2893
|
+
|
2894
|
+
- Add `id_numbers` field to `/user/create` request
|
2895
|
+
|
2896
|
+
### 2020-09-14_1.206.11
|
2897
|
+
|
2898
|
+
- Add `RECURRING_NEW_TRANSFER` webhook event.
|
2899
|
+
- Add `RECURRING_TRANSFER_SKIPPED` webhook event.
|
2900
|
+
- Add `RECURRING_CANCELLED` webhook event.
|
2901
|
+
|
2902
|
+
### 2020-09-14_1.206.10
|
2903
|
+
|
2904
|
+
- make `idempotency_key` field for `/transfer/recurring/create` non-nullable
|
2905
|
+
|
2906
|
+
### 2020-09-14_1.206.9
|
2907
|
+
|
2908
|
+
- Add `description` field for `RecurringTransfer` object
|
2909
|
+
- Make `TransferRecurringStatus` non-nullable
|
2910
|
+
|
2911
|
+
### 2020-09-14_1.206.8
|
2912
|
+
|
2913
|
+
- Make all mentions of relay tokens lowercase
|
2914
|
+
|
2915
|
+
### 2020-09-14_1.206.7
|
2916
|
+
|
2917
|
+
- Updated external URLs for Credit Relay endpoints, and marked them as beta in the summary
|
2918
|
+
|
2919
|
+
### 2020-09-14_1.206.6
|
2920
|
+
|
2921
|
+
- Add more enums values to `pay_rate` field in `/credit/payroll_income/get` response
|
2922
|
+
- Add `pay_basis` field to `/credit/payroll_income/get`
|
2923
|
+
|
2924
|
+
### 2020-09-14_1.206.5
|
2925
|
+
|
2926
|
+
- Updated Credit Relay Token descriptions
|
2927
|
+
|
2928
|
+
### 2020-09-14_1.206.4
|
2929
|
+
|
2930
|
+
- Add `FUNDS_SWEEP` as a `type` enum for the `WalletTransaction` object
|
2931
|
+
|
2932
|
+
### 2020-09-14_1.206.3
|
2933
|
+
|
2934
|
+
- Make `test_clock_id` non-nullable in `test_clock`.
|
2935
|
+
|
2936
|
+
### 2020-09-14_1.206.2
|
2937
|
+
|
2938
|
+
- Update `CounterpartyType` to rename `delivery_marketplace` to `marketplace`
|
2939
|
+
- Update `CounterpartyType` to add `payment_terminal`
|
2940
|
+
|
2941
|
+
### 2020-09-14_1.206.1
|
2942
|
+
|
2943
|
+
- Update the `transactions/enrich` transaction description example to match the request.
|
2944
|
+
|
2945
|
+
### 2020-09-14_1.206.0
|
2946
|
+
|
2947
|
+
- Add `/sandbox/transfer/test_clock/list` for recurring transfer
|
2948
|
+
- rm `decision` and `decision_rationale` from `RecurringTransfer`
|
2949
|
+
- add `decision` and `decision_rationale` in `TransferRecurringCreateResponse`
|
2950
|
+
- rename `frozen_timestamp` to `virtual_time`
|
2951
|
+
- not requiring `client_id` and `secret` for recurring transfer APIs
|
2952
|
+
|
2953
|
+
### 2020-09-14_1.205.9
|
2954
|
+
|
2955
|
+
- Use a nested `options` field for optional request params to `transactions/enrich`
|
2956
|
+
- Make nullable fields required for `transactions/enrich`
|
2957
|
+
|
2958
|
+
### 2020-09-14_1.205.8
|
2959
|
+
|
2960
|
+
- Update supported payment scheme options for `/payment_initiation/payment/create`
|
2961
|
+
– Update description of `/payment_initiation/recipient/create` to mention non-Eurozone countries.
|
2962
|
+
– Update `/payment_initiation/payment/create` mentioning new currencies and non-Eurozone markets.
|
2963
|
+
– Removed `CHF` and `CZK` from the list of supported currencies.
|
2964
|
+
|
2965
|
+
### 2020-09-14_1.205.7
|
2966
|
+
|
2967
|
+
- Add website and logo_url to the `Counterparty` object for the Enrich product.
|
2968
|
+
- Update descriptions for logo_url field in `Counterparty`, `TransactionCounterparty`, `Enrichments` and `Enhancements`.
|
2969
|
+
|
2970
|
+
### 2020-09-14_1.205.6
|
2971
|
+
|
2972
|
+
- Update field descriptions and response examples for `transactions/enrich`
|
2973
|
+
|
2974
|
+
### 2020-09-14_1.205.5
|
2975
|
+
|
2976
|
+
- Add support for optional request parameters in /transactions/enrich
|
2977
|
+
- Add `location` field to `ClientProvidedTransaction` object
|
2978
|
+
- Add `mcc` field to `ClientProvidedTransaction` object
|
2979
|
+
- Add `date_posted` field to `ClientProvidedTransaction` object
|
2980
|
+
|
2981
|
+
### 2020-09-14_1.205.4
|
2982
|
+
|
2983
|
+
- Document partial refunds
|
2984
|
+
- Update description for `/payment_initiation/payment/reverse` endpoint
|
2985
|
+
- Update description for `/payment_initiation/payment/get` endpoint
|
2986
|
+
|
2987
|
+
# 17.1.0
|
2988
|
+
|
2989
|
+
- Updating to OAS 2020-09-14_1.205.3
|
2990
|
+
|
2991
|
+
## OpenAPI Schema Changes
|
2992
|
+
|
2993
|
+
### 2020-09-14_1.205.3
|
2994
|
+
|
2995
|
+
- Update description for `/signal/evaluate` endpoint
|
2996
|
+
|
2997
|
+
### 2020-09-14_1.205.2
|
2998
|
+
|
2999
|
+
- Update response examples, descriptions, and formatting for `/transactions/enrich` endpoint
|
3000
|
+
|
3001
|
+
### 2020-09-14_1.205.1
|
3002
|
+
|
3003
|
+
- Update descriptions for `CUSIP` and `ISIN` fields in the investments `Security` type to reflect CGS license requirements
|
3004
|
+
|
3005
|
+
### 2020-09-14_1.205.0
|
3006
|
+
|
3007
|
+
- Add `/transactions/enrich` endpoint, the EA version of `/beta/transactions/v1/enhance`.
|
3008
|
+
|
3009
|
+
### 2020-09-14_1.204.0
|
3010
|
+
|
3011
|
+
- Remove `/income/verification/refresh` endpoint
|
3012
|
+
|
3013
|
+
### 2020-09-14_1.203.0
|
3014
|
+
|
3015
|
+
- Add 7 brand new recurring transfer APIs
|
3016
|
+
- Add `/transfer/recurring/create`
|
3017
|
+
- Add `/transfer/recurring/list`
|
3018
|
+
- Add `/transfer/recurring/get`
|
3019
|
+
- Add `/transfer/recurring/cancel`
|
3020
|
+
- Add `/sandbox/transfer/test_clock/create`
|
3021
|
+
- Add `/sandbox/transfer/test_clock/advance`
|
3022
|
+
- Add `/sandbox/transfer/test_clock/get`
|
3023
|
+
|
3024
|
+
### 2020-09-14_1.202.6
|
3025
|
+
|
3026
|
+
- IdentityMatchResponse `PhoneNumberMatchScore` and `EmailAddressMatchScore` use `score` instead of `scores`
|
3027
|
+
|
3028
|
+
### 2020-09-14_1.202.5
|
3029
|
+
|
3030
|
+
- Add `/partner/customer/remove` endpoint
|
3031
|
+
|
3032
|
+
### 2020-09-14_1.202.4
|
3033
|
+
|
3034
|
+
- Internal changes
|
3035
|
+
|
3036
|
+
### 2020-09-14_1.202.3
|
3037
|
+
|
3038
|
+
- New Transfer API routes for hosted onboarding of TPS end-customers
|
3039
|
+
|
3040
|
+
### 2020-09-14_1.202.0
|
3041
|
+
|
3042
|
+
- Add `refunds` field to `Transfer` object
|
3043
|
+
- Add `refund_id` field to `TransferEvent` object
|
3044
|
+
- Fix typo for `transfer/get` and `transfer/refund/get`
|
3045
|
+
|
3046
|
+
### 2020-09-14_1.201.0
|
3047
|
+
|
3048
|
+
- Add support for partial refunds
|
3049
|
+
- Add `amount` field to `/payment_initiation/payment/reverse` request
|
3050
|
+
- Add `amount_refunded` field to `/payment_initiation/payment/get` and `/payment_initiation/payment/list` responses
|
3051
|
+
|
3052
|
+
### 2020-09-14_1.200.0
|
3053
|
+
|
3054
|
+
- Add `risk_summary` and `page_number` to `/beta/credit/payroll_income/risk_signals/get`
|
3055
|
+
|
3056
|
+
### 2020-09-14_1.199.0
|
3057
|
+
|
3058
|
+
- Renamed `/wallet/transactions/list` into `/wallet/transaction/list` as endpoint
|
3059
|
+
|
3060
|
+
### 2020-09-14_1.198.8
|
3061
|
+
|
3062
|
+
- `/transfer/authorization/create` and `/transfer/create` may not return `account_id` in response.
|
3063
|
+
|
3064
|
+
### 2020-09-14_1.198.7
|
3065
|
+
|
3066
|
+
- Add `SYNC_UPDATES_AVAILABLE` support to `/sandbox/item/fire_webhook`
|
3067
|
+
|
3068
|
+
### 2020-09-14_1.198.6
|
3069
|
+
|
3070
|
+
- Make `ProductStatus` object nullable to reflect Sandbox-specific behavior.
|
3071
|
+
- Clarify documentation for `SYNC_UPDATES_AVAILABLE` webhook.
|
3072
|
+
|
3073
|
+
### 2020-09-14_1.198.5
|
3074
|
+
|
3075
|
+
- Internal changes
|
3076
|
+
|
3077
|
+
### 2020-09-14_1.198.4
|
3078
|
+
|
3079
|
+
- Add `deleted_at` to `/payment_profile/get` response.
|
3080
|
+
|
3081
|
+
### 2020-09-14_1.198.3
|
3082
|
+
|
3083
|
+
- Change `start_date` to `start_time` for `/wallet/transaction/list` response.
|
3084
|
+
|
3085
|
+
### 2020-09-14_1.198.2
|
3086
|
+
|
3087
|
+
- Update list of available products for `/partner/customer/create`.
|
3088
|
+
|
3089
|
+
### 2020-09-14_1.198.1
|
3090
|
+
|
3091
|
+
- Add `institution_name` and `institution_id` fields to `/credit/payroll_income/get` response.
|
3092
|
+
|
3093
|
+
### 2020-09-14_1.198.0
|
3094
|
+
|
3095
|
+
- Add `options.start_date` and `options.end_date` to `/wallet/transaction/list` endpoint.
|
3096
|
+
- Add `last_status_update` and `payment_id` field to `WalletTransaction`.
|
3097
|
+
- Add `transaction_id` field to `PaymentInitiationPayment`
|
3098
|
+
|
3099
|
+
### 2020-09-14_1.197.6
|
3100
|
+
|
3101
|
+
- Add `originator_client_id` to Transfer API endpoints
|
3102
|
+
|
3103
|
+
### 2020-09-14_1.197.5
|
3104
|
+
|
3105
|
+
- Deprecate `origination_account_id` from `/transfer/authorization/create` endpoint.
|
3106
|
+
|
3107
|
+
### 2020-09-14_1.197.4
|
3108
|
+
|
3109
|
+
- Add `asset_under_management` field to `PartnerCustomerCreateRequest`.
|
3110
|
+
|
3111
|
+
# 17.0.0
|
3112
|
+
|
3113
|
+
- Updating to OAS 2020-09-14_1.205.3
|
3114
|
+
|
3115
|
+
## Breaking changes in this version
|
3116
|
+
|
3117
|
+
- (Identity Verification) Renamed Identity Verification UserName objects to IdentityVerificationRequestUserName and IdentityVerificationResponseUserName
|
3118
|
+
|
3119
|
+
## OpenAPI Schema Changes
|
3120
|
+
|
3121
|
+
### 2020-09-14_1.205.3
|
3122
|
+
|
3123
|
+
- Update description for `/signal/evaluate` endpoint
|
3124
|
+
|
3125
|
+
### 2020-09-14_1.205.2
|
3126
|
+
|
3127
|
+
- Update response examples, descriptions, and formatting for `/transactions/enrich` endpoint
|
3128
|
+
|
3129
|
+
### 2020-09-14_1.205.1
|
3130
|
+
|
3131
|
+
- Update descriptions for `CUSIP` and `ISIN` fields in the investments `Security` type to reflect CGS license requirements
|
3132
|
+
|
3133
|
+
### 2020-09-14_1.205.0
|
3134
|
+
|
3135
|
+
- Add `/transactions/enrich` endpoint, the EA version of `/beta/transactions/v1/enhance`.
|
3136
|
+
|
3137
|
+
### 2020-09-14_1.204.0
|
3138
|
+
|
3139
|
+
- Remove `/income/verification/refresh` endpoint
|
3140
|
+
|
3141
|
+
### 2020-09-14_1.203.0
|
3142
|
+
|
3143
|
+
- Add 7 brand new recurring transfer APIs
|
3144
|
+
- Add `/transfer/recurring/create`
|
3145
|
+
- Add `/transfer/recurring/list`
|
3146
|
+
- Add `/transfer/recurring/get`
|
3147
|
+
- Add `/transfer/recurring/cancel`
|
3148
|
+
- Add `/sandbox/transfer/test_clock/create`
|
3149
|
+
- Add `/sandbox/transfer/test_clock/advance`
|
3150
|
+
- Add `/sandbox/transfer/test_clock/get`
|
3151
|
+
|
3152
|
+
### 2020-09-14_1.202.6
|
3153
|
+
|
3154
|
+
- IdentityMatchResponse `PhoneNumberMatchScore` and `EmailAddressMatchScore` use `score` instead of `scores`
|
3155
|
+
|
3156
|
+
### 2020-09-14_1.202.5
|
3157
|
+
|
3158
|
+
- Add `/partner/customer/remove` endpoint
|
3159
|
+
|
3160
|
+
### 2020-09-14_1.202.4
|
3161
|
+
|
3162
|
+
- Internal changes
|
3163
|
+
|
3164
|
+
### 2020-09-14_1.202.3
|
3165
|
+
|
3166
|
+
- New Transfer API routes for hosted onboarding of TPS end-customers
|
3167
|
+
|
3168
|
+
### 2020-09-14_1.202.0
|
3169
|
+
|
3170
|
+
- Add `refunds` field to `Transfer` object
|
3171
|
+
- Add `refund_id` field to `TransferEvent` object
|
3172
|
+
- Fix typo for `transfer/get` and `transfer/refund/get`
|
3173
|
+
|
3174
|
+
### 2020-09-14_1.201.0
|
3175
|
+
|
3176
|
+
- Add support for partial refunds
|
3177
|
+
- Add `amount` field to `/payment_initiation/payment/reverse` request
|
3178
|
+
- Add `amount_refunded` field to `/payment_initiation/payment/get` and `/payment_initiation/payment/list` responses
|
3179
|
+
|
3180
|
+
### 2020-09-14_1.200.0
|
3181
|
+
|
3182
|
+
- Add `risk_summary` and `page_number` to `/beta/credit/payroll_income/risk_signals/get`
|
3183
|
+
|
3184
|
+
### 2020-09-14_1.199.0
|
3185
|
+
|
3186
|
+
- Renamed `/wallet/transactions/list` into `/wallet/transaction/list` as endpoint
|
3187
|
+
|
3188
|
+
### 2020-09-14_1.198.8
|
3189
|
+
|
3190
|
+
- `/transfer/authorization/create` and `/transfer/create` may not return `account_id` in response.
|
3191
|
+
|
3192
|
+
### 2020-09-14_1.198.7
|
3193
|
+
|
3194
|
+
- Add `SYNC_UPDATES_AVAILABLE` support to `/sandbox/item/fire_webhook`
|
3195
|
+
|
3196
|
+
### 2020-09-14_1.198.6
|
3197
|
+
|
3198
|
+
- Make `ProductStatus` object nullable to reflect Sandbox-specific behavior.
|
3199
|
+
- Clarify documentation for `SYNC_UPDATES_AVAILABLE` webhook.
|
3200
|
+
|
3201
|
+
### 2020-09-14_1.198.5
|
3202
|
+
|
3203
|
+
- Internal changes
|
3204
|
+
|
3205
|
+
### 2020-09-14_1.198.4
|
3206
|
+
|
3207
|
+
- Add `deleted_at` to `/payment_profile/get` response.
|
3208
|
+
|
3209
|
+
### 2020-09-14_1.198.3
|
3210
|
+
|
3211
|
+
- Change `start_date` to `start_time` for `/wallet/transaction/list` response.
|
3212
|
+
|
3213
|
+
### 2020-09-14_1.198.2
|
3214
|
+
|
3215
|
+
- Update list of available products for `/partner/customer/create`.
|
3216
|
+
|
3217
|
+
### 2020-09-14_1.198.1
|
3218
|
+
|
3219
|
+
- Add `institution_name` and `institution_id` fields to `/credit/payroll_income/get` response.
|
3220
|
+
|
3221
|
+
### 2020-09-14_1.198.0
|
3222
|
+
|
3223
|
+
- Add `options.start_date` and `options.end_date` to `/wallet/transaction/list` endpoint.
|
3224
|
+
- Add `last_status_update` and `payment_id` field to `WalletTransaction`.
|
3225
|
+
- Add `transaction_id` field to `PaymentInitiationPayment`
|
3226
|
+
|
3227
|
+
### 2020-09-14_1.197.6
|
3228
|
+
|
3229
|
+
- Add `originator_client_id` to Transfer API endpoints
|
3230
|
+
|
3231
|
+
### 2020-09-14_1.197.5
|
3232
|
+
|
3233
|
+
- Deprecate `origination_account_id` from `/transfer/authorization/create` endpoint.
|
3234
|
+
|
3235
|
+
### 2020-09-14_1.197.4
|
3236
|
+
|
3237
|
+
- Add `asset_under_management` field to `PartnerCustomerCreateRequest`.
|
3238
|
+
|
3239
|
+
# 17.0.0
|
3240
|
+
|
3241
|
+
- Updating to OAS 2020-09-14_1.197.3
|
3242
|
+
|
3243
|
+
## Breaking changes in this version
|
3244
|
+
|
3245
|
+
- Move from Ruby 2.4.0 to Ruby 3, incorporating [#440](https://github.com/plaid/plaid-ruby/pull/440)
|
3246
|
+
- Consolidate usages of `Error` into `PlaidError`
|
3247
|
+
- Rename `LOGIN_REQUIRED` from transfer authorizations `decision_rationale` to `ITEM_LOGIN_REQUIRED`
|
3248
|
+
- Update `IdentityVerificationRequestUser.date_of_birth` to be required to match the existing behavior of the API.
|
3249
|
+
- (Transfer) Rename `TransferUserInRequest` to `TransferAuthorizationUserInRequest` for `/transfer/authorization/create`
|
3250
|
+
|
3251
|
+
## OpenAPI Schema Changes
|
3252
|
+
|
3253
|
+
### 2020-09-14_1.197.3
|
3254
|
+
|
3255
|
+
- Update supported `CountryCode`'s in `link/token/create` docs.
|
3256
|
+
|
3257
|
+
### 2020-09-14_1.197.2
|
3258
|
+
|
3259
|
+
- ach_class optional
|
3260
|
+
- add rtp network option
|
3261
|
+
|
3262
|
+
### 2020-09-14_1.197.1
|
3263
|
+
|
3264
|
+
- Add newly supported languages for Link
|
3265
|
+
|
3266
|
+
### 2020-09-14_1.197.0
|
3267
|
+
|
3268
|
+
- Add `PAYMENT_PROFILE_LOGIN_REQUIRED` to transfer authorization `decision_rationale.code`.
|
3269
|
+
|
3270
|
+
### 2020-09-14_1.196.3
|
3271
|
+
|
3272
|
+
- Add `institution_name` field to `payroll_income_result` of `/credit/sessions/get`
|
3273
|
+
|
3274
|
+
### 2020-09-14_1.196.2
|
3275
|
+
|
3276
|
+
- Add requirements for `logo` in `PartnerCustomerCreateRequest`.
|
3277
|
+
|
3278
|
+
### 2020-09-14_1.196.2
|
3279
|
+
|
3280
|
+
- Deprecate webhook status `VERIFICATION_STATUS_PENDING_APPROVAL` in `income_verification` apis.
|
3281
|
+
|
3282
|
+
### 2020-09-14_1.196.1
|
3283
|
+
|
3284
|
+
- Add a note in the description of `/transfer/authorization/create`
|
3285
|
+
|
3286
|
+
### 2020-09-14_1.196.0
|
3287
|
+
|
3288
|
+
- Added endpoint `/sandbox/payment_profile/reset_login`
|
3289
|
+
|
3290
|
+
### 2020-09-14_1.195.0
|
3291
|
+
|
3292
|
+
- Consolidate usages of `Error` into `PlaidError`
|
3293
|
+
- Add a `PlaidErrorType` enum
|
3294
|
+
|
3295
|
+
### 2020-09-14_1.194.2
|
3296
|
+
|
3297
|
+
- Fix typo for `income_verification` in `/sandbox/public_token/create` options
|
3298
|
+
|
3299
|
+
### 2020-09-14_1.194.1
|
3300
|
+
|
3301
|
+
- Update field descriptions in `/partner/customer/*` responses.
|
3302
|
+
- Make `PartnerEndCustomerWithSecrets` extend `PartnerEndCustomer`.
|
3303
|
+
- Fix documentation links in `/partner/customer/*` endpoints.
|
3304
|
+
|
3305
|
+
### 2020-09-14_1.194.0
|
3306
|
+
|
3307
|
+
- Add `/partner/customer/enable` endpoint
|
3308
|
+
|
3309
|
+
### 2020-09-14_1.193.0
|
3310
|
+
|
3311
|
+
- Rename `LOGIN_REQUIRED` from transfer authorizations `decision_rationale` to `ITEM_LOGIN_REQUIRED`
|
3312
|
+
|
3313
|
+
### 2020-09-14_1.192.3
|
3314
|
+
|
3315
|
+
- Add `/fdx/notifications` endpoint.
|
3316
|
+
|
3317
|
+
### 2020-09-14_1.192.2
|
3318
|
+
|
3319
|
+
- Add `USER_REPORTED_NO_INCOME` to CreditSessionBankIncomeStatus
|
3320
|
+
|
3321
|
+
### 2020-09-14_1.192.1
|
3322
|
+
|
3323
|
+
- Update description for `payment_profile_token` field
|
3324
|
+
|
3325
|
+
### 2020-09-14_1.192.0
|
3326
|
+
|
3327
|
+
- Add `income_verfication` field to `/sandbox/public_token/create`
|
3328
|
+
|
3329
|
+
### 2020-09-14_1.191.1
|
3330
|
+
|
3331
|
+
- Add `document_income_result` field to `credit/sessions/get`
|
3332
|
+
|
3333
|
+
### 2020-09-14_1.191.0
|
3334
|
+
|
3335
|
+
- Remove `payment_profile_id` from `/payment_profile/*`, `/transfer/authorization/create`, and `/transfer/create` endpoints and replace with `payment_profile_token`
|
3336
|
+
|
3337
|
+
### 2020-09-14_1.190.0
|
3338
|
+
|
3339
|
+
- Removed auditor_id from /credit/audit_copy/token/create
|
3340
|
+
|
3341
|
+
### 2020-09-14_1.189.0
|
3342
|
+
|
3343
|
+
- Add length boundary for the `client_user_id` field in `user/create`
|
3344
|
+
|
3345
|
+
### 2020-09-14_1.188.0
|
3346
|
+
|
3347
|
+
- Add `SchemaVersion` field to Freddie Mac Verification of Assets Schema
|
3348
|
+
|
3349
|
+
### 2020-09-14_1.187.0
|
3350
|
+
|
3351
|
+
- Add `non-custodial wallet` to account subtypes supported for investments
|
3352
|
+
- Add `trade` investment transaction subtype as a subtype of `transfer` investment transaction type
|
3353
|
+
|
3354
|
+
### 2020-09-14_1.186.2
|
3355
|
+
|
3356
|
+
- Add `errors` field to `credit/sessions/get`
|
3357
|
+
|
3358
|
+
### 2020-09-14_1.186.1
|
3359
|
+
|
3360
|
+
- Add `payroll_income_result` field to `credit/sessions/get`
|
3361
|
+
|
3362
|
+
### 2020-09-14_1.186.0
|
3363
|
+
|
3364
|
+
- Update `IdentityVerificationRequestUser.date_of_birth` to be required to match the existing behavior of the API.
|
3365
|
+
|
3366
|
+
### 2020-09-14_1.185.0
|
3367
|
+
|
3368
|
+
- Add support for `USER_INPUT_TIMEOUT` as a value for `force_error` in the sandbox custom user schema.
|
3369
|
+
|
3370
|
+
### 2020-09-14_1.184.0
|
3371
|
+
|
3372
|
+
- Make `payment_id` not required in `/link/token/create` under the `payment_initiation` field.
|
3373
|
+
|
3374
|
+
### 2020-09-14_1.183.0
|
3375
|
+
|
3376
|
+
- Add `beacon_session_id` field in req of /transfer/authorization/create endpoint.
|
3377
|
+
|
3378
|
+
### 2020-09-14_1.182.0
|
3379
|
+
|
3380
|
+
- Add `/link/oauth/correlation_id/exchange` endpoint.
|
3381
|
+
|
3382
|
+
# 16.0.0
|
3383
|
+
|
3384
|
+
- Updating to OAS 2020-09-14_1.181.1
|
3385
|
+
|
3386
|
+
## Breaking changes in this version
|
3387
|
+
|
3388
|
+
- (Identity Verification) Remove `Date` and `DateNullable` types in identity_verification and monitor endpoints. Replace with `ISO8601Date` and `ISO8601DateNullable`
|
3389
|
+
instead.
|
3390
|
+
|
3391
|
+
## OpenAPI Schema Changes
|
3392
|
+
|
3393
|
+
### 2020-09-14_1.181.1
|
3394
|
+
|
3395
|
+
- Update `report_tokens` in `/credit/relay/create` endpoint request to be a list of strings instead a list of objects
|
3396
|
+
|
3397
|
+
### 2020-09-14_1.181.0
|
3398
|
+
|
3399
|
+
- Add `credit/sessions/get` endpoint
|
3400
|
+
|
3401
|
+
### 2020-09-14_1.180.0
|
3402
|
+
|
3403
|
+
- Remove `Date` and `DateNullable` types in identity_verification and monitor endpoints. Replace with `ISO8601Date` and `ISO8601DateNullable`
|
3404
|
+
instead.
|
3405
|
+
|
3406
|
+
### 2020-09-14_1.179.0
|
3407
|
+
|
3408
|
+
- Remove `idempotency_key` field from resp of /transfer/authorization/create endpoint.
|
3409
|
+
|
3410
|
+
### 2020-09-14_1.178.2
|
3411
|
+
|
3412
|
+
- Change `institution_price_as_of` field on the Holdings object to nullable
|
3413
|
+
|
3414
|
+
### 2020-09-14_1.178.1
|
3415
|
+
|
3416
|
+
- Add `AUTHORISING` wallet transaction status
|
3417
|
+
|
3418
|
+
### 2020-09-14_1.178.0
|
3419
|
+
|
3420
|
+
- Add `/partner/customer/get` endpoint.
|
3421
|
+
- Add `status` to the response for `/partner/customer/create`.
|
3422
|
+
|
3423
|
+
### 2020-09-14_1.177.4
|
3424
|
+
|
3425
|
+
- Add `settled` as a valid event type for `/sandbox/transfer/simulate`
|
3426
|
+
|
3427
|
+
### 2020-09-14_1.177.3
|
3428
|
+
|
3429
|
+
- Replace `ASSET_TRANSACTION_DESCRIPTION` with `ASSET_TRANSACTION_DESCRIPTON` in Freddie Mac
|
3430
|
+
Asset Report
|
3431
|
+
|
3432
|
+
### 2020-09-14_1.177.2
|
3433
|
+
|
3434
|
+
- Add `ownership_type` to Asset Report account object, to reflect actual API behavior.
|
3435
|
+
- Update and clarify docs, including update to reflect new Transfers cutoff times.
|
3436
|
+
|
3437
|
+
### 2020-09-14_1.177.1
|
3438
|
+
|
3439
|
+
- Add `settled` as a possible Transfer status and `swept_settled` as a possible Transfer sweep status
|
3440
|
+
- Add `settled` and `swept_settled` as new Transfer event types
|
3441
|
+
- Add `settled` field to Transfer sweep object
|
3442
|
+
- Add `standard_return_window` and `unauthorized_return_window` fields to Transfer object
|
3443
|
+
|
3444
|
+
### 2020-09-14_1.177.0
|
3445
|
+
|
3446
|
+
- Add `options` and `days_to_included` to `AssetReportGetRequest`
|
3447
|
+
|
3448
|
+
### 2020-09-14_1.176.2
|
3449
|
+
|
3450
|
+
- Add `recipient_id` field examples to the `/wallet/create`, `/wallet/get`, and `/wallet/list` responses
|
3451
|
+
|
3452
|
+
### 2020-09-14_1.176.1
|
3453
|
+
|
3454
|
+
- Set `employment_report_token` field in the `/credit/employment/get` endpoint to be not required
|
3455
|
+
|
3456
|
+
### 2020-09-14_1.176.0
|
3457
|
+
|
3458
|
+
- Add `mask` to the `meta` field of overridden accounts in the sandbox custom user configuration object schema.
|
3459
|
+
|
3460
|
+
### 2020-09-14_1.175.0
|
3461
|
+
|
3462
|
+
- Remove `MiddleName` and add `VALIDATION_SOURCES` to Freddie Mac Asset Report
|
3463
|
+
|
3464
|
+
### 2020-09-14_1.174.1
|
3465
|
+
|
3466
|
+
- Add `adyen` as processor partner
|
3467
|
+
|
3468
|
+
### 2020-09-14_1.174.0
|
3469
|
+
|
3470
|
+
- Add `environment` as an attribute to all webhook payloads
|
3471
|
+
|
3472
|
+
### 2020-09-14_1.173.0
|
3473
|
+
|
3474
|
+
- Add `idempotency_key` field in req/resp of /transfer/authorization/create endpoint.
|
3475
|
+
|
3476
|
+
### 2020-09-14_1.172.1
|
3477
|
+
|
3478
|
+
- Removed `/asset_report/relay/` endpoints
|
3479
|
+
|
3480
|
+
### 2020-09-14_1.172.0
|
3481
|
+
|
3482
|
+
- Add payroll institution to /credit/income/precheck endpoint.
|
3483
|
+
|
3484
|
+
### 2020-09-14_1.171.0
|
3485
|
+
|
3486
|
+
- Add `recipient_id` to the `/wallet/create`, `/wallet/get`, and `/wallet/list` responses
|
3487
|
+
|
3488
|
+
### 2020-09-14_1.170.1
|
3489
|
+
|
3490
|
+
- Fix that `client_id` and `secret` were erroneously marked as `required` for the request bodies of some endpoints. (These fields can be sent in the header and thus are not required in bodies).
|
3491
|
+
|
3492
|
+
### 2020-09-14_1.170.0
|
3493
|
+
|
3494
|
+
- Add `with_guarantee` field in request of `/transfer/authorization/create`
|
3495
|
+
|
3496
|
+
### 2020-09-14_1.169.0
|
3497
|
+
|
3498
|
+
- Add `issuing_region` as a field in the extracted data to documentary verification documents `/identity_verification/create`, `/identity_verification/get`, `/identity_verification/list` and `/identity_verification/retry` responses.
|
3499
|
+
|
3500
|
+
### 2020-09-14_1.168.2
|
3501
|
+
|
3502
|
+
- Add `bacs`/`iban` recommendation for `/payment_initiation/recipient/create`
|
3503
|
+
|
3504
|
+
### 2020-09-14_1.168.1
|
3505
|
+
|
3506
|
+
- Update descriptions for `/payment_profile/create`, `/payment_profile/get` and `/payment_profile/remove`
|
3507
|
+
|
3508
|
+
### 2020-09-14_1.168.0
|
3509
|
+
|
3510
|
+
-- Add `counterparties` to `/beta/transactions/v1/enhance` response
|
3511
|
+
|
3512
|
+
### 2020-09-14_1.167.1
|
3513
|
+
|
3514
|
+
- Added `MICRODEPOSIT_ERROR` which was returned by the API but missing from the error type enum.
|
3515
|
+
- Various fixes to typos and descriptions
|
3516
|
+
|
3517
|
+
### 2020-09-14_1.167.0
|
3518
|
+
|
3519
|
+
- Add authorization code `MIGRATED_ACCOUNT_ITEM` for Items created via `/transfer/migrate_account` endpoint
|
3520
|
+
|
3521
|
+
### 2020-09-14_1.166.0
|
3522
|
+
|
3523
|
+
- Add `updated_at` field to Payroll Item entries in `/credit/payroll_income/get`
|
3524
|
+
|
3525
|
+
### 2020-09-14_1.165.3
|
3526
|
+
|
3527
|
+
- removed LoanRoleType, ReportIdentifierType, and ReportDateTime fields from `/credit/asset_report/freddie_mac/get`
|
3528
|
+
|
3529
|
+
### 2020-09-14_1.165.2
|
3530
|
+
|
3531
|
+
- Remove deprecated reverse_swept enum value from documentation
|
3532
|
+
|
3533
|
+
### 2020-09-14_1.165.1
|
3534
|
+
|
3535
|
+
- Update example response for the `wallet/list` endpoint
|
3536
|
+
|
3537
|
+
### 2020-09-14_1.165.0
|
3538
|
+
|
3539
|
+
- Add details for `IdentityMatchResponse` for `/identity/match` endpoint
|
3540
|
+
|
3541
|
+
### 2020-09-14_1.164.10
|
3542
|
+
|
3543
|
+
- Update descriptions for `HOLDINGS: DEFAULT_UPDATE` and `INVESTMENT_TRANSACTIONS: DEFAULT_UPDATE` webhooks
|
3544
|
+
|
3545
|
+
### 2020-09-14_1.164.9
|
3546
|
+
|
3547
|
+
- Removed report_type from the request to `/credit/asset_report/freddie_mae/get`
|
3548
|
+
|
3549
|
+
### 2020-09-14_1.164.8
|
3550
|
+
|
3551
|
+
- Add documentation for credit categories in the `/asset_report/get` endpoint
|
3552
|
+
|
3553
|
+
### 2020-09-14_1.164.7
|
3554
|
+
|
3555
|
+
- Remove redundant parameters from the `/transfer/create` endpoint from docs and mark them as deprecated
|
3556
|
+
|
3557
|
+
### 2020-09-14_1.164.6
|
3558
|
+
|
3559
|
+
- Add the following new currencies for the `/payment_initiation` API route group: PLN, SEK, DKK, NOK, CHF, CZK
|
3560
|
+
|
3561
|
+
### 2020-09-14_1.164.5
|
3562
|
+
|
3563
|
+
- Update description for `/payment_initiation/payment/reverse` to indicate that this endpoint only works with virtual accounts
|
3564
|
+
- Update description for `/wallet/transaction/execute` to indicate that settlement will take seconds to days
|
3565
|
+
|
3566
|
+
### 2020-09-14_1.164.4
|
3567
|
+
|
3568
|
+
- Remove verification fields from `/credit/payroll_income/get` and `/income/verification/paystubs/get`
|
3569
|
+
|
3570
|
+
### 2020-09-14_1.164.3
|
3571
|
+
|
3572
|
+
- Remove pull_id field from `/credit/payroll_income/get`
|
3573
|
+
|
3574
|
+
### 2020-09-14_1.164.2
|
3575
|
+
|
3576
|
+
- Update external documentation links for the `/wallet/` API route group
|
3577
|
+
- Update `/payment_initiation/payment/reverse` description to cover which payments are eligible for refunds
|
3578
|
+
- Update `/payment_initiation/payment/create` reference field description to indicate that references should be unique and will be adjusted automatically
|
3579
|
+
- Update `PaymentInitiationPaymentStatus` description to indicate that payments may take seconds to days to settle depending on the payment rail used
|
3580
|
+
- Update `WalletTransactionStatus` description to indicate that transactions may take seconds to days to settle depending on the payment rail used
|
3581
|
+
|
3582
|
+
### 2020-09-14_1.164.1
|
3583
|
+
|
3584
|
+
- Make `is_savings_or_money_market_account` field in `SignalEvaluateCoreAttributes` nullable
|
3585
|
+
|
3586
|
+
### 2020-09-14_1.164.0
|
3587
|
+
|
3588
|
+
- Add new endpoint `/credit/asset_report/freddie_mac`
|
3589
|
+
|
3590
|
+
### 2020-09-14_1.163.0
|
3591
|
+
|
3592
|
+
- Add `/link_delivery/create` endpoint
|
3593
|
+
- Add `/link_delivery/get` endpoint
|
3594
|
+
|
3595
|
+
### 2020-09-14_1.162.2
|
3596
|
+
|
3597
|
+
- Fix minimum and maximum values in `/signal/evaluate` scores
|
3598
|
+
|
3599
|
+
### 2020-09-14_1.162.1
|
3600
|
+
|
3601
|
+
- Make holdings `institution_price_as_of` non-nullable
|
3602
|
+
|
3603
|
+
### 2020-09-14_1.162.0
|
3604
|
+
|
3605
|
+
- Add `WalletTransactionStatusUpdateWebhook` object
|
3606
|
+
- Update `WalletTransactionStatus` to include an additional `SETTLED` enum
|
3607
|
+
- Update `PaymentInitiationPaymentStatus` to include an additional `PAYMENT_STATUS_SETTLED` enum
|
3608
|
+
|
3609
|
+
# 15.11.0
|
3610
|
+
|
3611
|
+
- Updating to OAS 2020-09-14_1.161.5
|
3612
|
+
|
3613
|
+
## OpenAPI Schema Changes
|
3614
|
+
|
3615
|
+
### 2020-09-14_1.161.5
|
3616
|
+
|
3617
|
+
- Reverts the changes made in 2020-09-14_1.157.0
|
3618
|
+
|
3619
|
+
### 2020-09-14_1.161.4
|
3620
|
+
|
3621
|
+
- Update description for webhook `USER_PERMISSION_REVOKED`
|
3622
|
+
|
3623
|
+
### 2020-09-14_1.161.3
|
3624
|
+
|
3625
|
+
- Bug fix: Put quotes around the '529' account type to prevent generated client libraries from treating it as an integer.
|
3626
|
+
- Add `RECURRING_TRANSACTIONS_UPDATE` to description of sandbox webhook testing endpoint
|
3627
|
+
|
3628
|
+
### 2020-09-14_1.161.2
|
3629
|
+
|
3630
|
+
- Change the Item schema to refer to `PlaidError` rather than `Error` to avoid namespace conflicts in client libraries.
|
3631
|
+
|
3632
|
+
### 2020-09-14_1.161.1
|
3633
|
+
|
3634
|
+
- Add required fields back to AssetReport schema
|
3635
|
+
|
3636
|
+
### 2020-09-14_1.161.0
|
3637
|
+
|
3638
|
+
- Remove `access_token` request parameter from `/beta/partner/v1/customers/create`
|
3639
|
+
|
3640
|
+
### 2020-09-14_1.160.0
|
3641
|
+
|
3642
|
+
- Add `user` fields to the `/link/token/create` `user` object.
|
3643
|
+
|
3644
|
+
### 2020-09-14_1.159.0
|
3645
|
+
|
3646
|
+
- Add `RECURRING_TRANSACTIONS_UPDATE` webhook specification
|
3647
|
+
- Fix typo in `/sandbox/item/fire_webhook` description
|
3648
|
+
|
3649
|
+
### 2020-09-14_1.158.1
|
3650
|
+
|
3651
|
+
- Add x-plaid-validation for Credit Relay Tokens
|
3652
|
+
|
3653
|
+
### 2020-09-14_1.158.0
|
3654
|
+
|
3655
|
+
- Add `address` and `id_number` fields to the `/link/token/create` `user` object.
|
3656
|
+
|
3657
|
+
### 2020-09-14_1.157.0
|
3658
|
+
|
3659
|
+
- Update and add schemas referred by `AssetReportGetResponse`
|
3660
|
+
|
3661
|
+
### 2020-09-14_1.156.0
|
3662
|
+
|
3663
|
+
- Add `payment_profile_id` to `/transfer/authorization/create` and `/transfer/create`
|
3664
|
+
- Make `access_token` and `account_id` optional in `/transfer/authorization/create` and `/transfer/create`
|
3665
|
+
|
3666
|
+
### 2020-09-14_1.155.0
|
3667
|
+
|
3668
|
+
- Add `payment_profile_id` as a field under `transfer` for `/link/token/create`
|
3669
|
+
|
3670
|
+
### 2020-09-14_1.154.0
|
3671
|
+
|
3672
|
+
- Create `/credit/bank_income/pdf/get` to allow customers to retrieve the bank income product as a PDF
|
3673
|
+
|
3674
|
+
### 2020-09-14_1.153.1
|
3675
|
+
|
3676
|
+
-- Add `personal_finance_category_icon_url` to `/beta/transactions/v1/enhance` response
|
3677
|
+
|
3678
|
+
### 2020-09-14_1.153.0
|
3679
|
+
|
3680
|
+
-- Add new endpoint `/beta/partner/v1/customers/create`
|
3681
|
+
|
3682
|
+
### 2020-09-14_1.152.0
|
3683
|
+
|
3684
|
+
- Add `form1099s` as part of the `credit/payroll_income/get` response.
|
3685
|
+
- Add `Credit1099` object and corresponding subtypes.
|
3686
|
+
|
3687
|
+
### 2020-09-14_1.151.1
|
3688
|
+
|
3689
|
+
- Update required fields list for guaranteed ACH customers
|
3690
|
+
|
3691
|
+
### 2020-09-14_1.151.0
|
3692
|
+
|
3693
|
+
- Mark `verification` field under `paystubs` object in `/credit/payroll_income/get` as deprecated
|
3694
|
+
|
3695
|
+
### 2020-09-14_1.150.0
|
3696
|
+
|
3697
|
+
- Make `user_present` under `/transfer/authorization/create` nullable
|
3698
|
+
|
3699
|
+
### 2020-09-14_1.149.1
|
3700
|
+
|
3701
|
+
- Update fields description for guaranteed ACH customers
|
3702
|
+
|
3703
|
+
### 2020-09-14_1.149.0
|
3704
|
+
|
3705
|
+
- Add `gave_consent` as a field under `identity_verification` for `/link/token/create`
|
3706
|
+
- Remove `identity_verification.consent`, which is deprecated, from documentation for `/link/token/create`
|
3707
|
+
|
3708
|
+
### 2020-09-14_1.148.0
|
3709
|
+
|
3710
|
+
- Add `user_present` a an optional field under `/transfer/authorization/create`, update fields description for guaranteed ACH customers
|
3711
|
+
|
3712
|
+
### 2020-09-14_1.147.1
|
3713
|
+
|
3714
|
+
- Remove deprecated `reversed` status from Transfer schema
|
3715
|
+
- Remove deprecated `reverse_swept` status from Transfer Event schema
|
3716
|
+
|
3717
|
+
### 2020-09-14_1.147.0
|
3718
|
+
|
3719
|
+
- Add new endpoints `/credit/relay/get`, `/credit/relay/refresh` and `/credit/relay/remove`
|
3720
|
+
|
3721
|
+
# 15.10.0
|
3722
|
+
|
3723
|
+
- Updating to OAS 2020-09-14_1.146.0
|
3724
|
+
|
3725
|
+
## OpenAPI Schema Changes
|
3726
|
+
|
3727
|
+
### 2020-09-14_1.146.0
|
3728
|
+
|
3729
|
+
- make item_logins field not required
|
3730
|
+
|
3731
|
+
### 2020-09-14_1.145.0
|
3732
|
+
|
3733
|
+
- Make changes to IdentityMatchRequest to support options data
|
3734
|
+
|
3735
|
+
### 2020-09-14_1.144.0
|
3736
|
+
|
3737
|
+
- Remove unsupported error_code (`PRODUCTS_NOT_SUPPORTED`) for the `force_error` config in Sandbox
|
3738
|
+
|
3739
|
+
### 2020-09-14_1.143.0
|
3740
|
+
|
3741
|
+
- Make changes to support crypto in Investments product
|
3742
|
+
|
3743
|
+
### 2020-09-14_1.142.0
|
3744
|
+
|
3745
|
+
- Add new endpoints `/payment_profile/get` and `/payment_profile/remove`
|
3746
|
+
|
3747
|
+
### 2020-09-14_1.141.1
|
3748
|
+
|
3749
|
+
- Bug fix: add `identity_verification` to `Products` array
|
3750
|
+
|
3751
|
+
### 2020-09-14_1.141.0
|
3752
|
+
|
3753
|
+
- Add a new endpoint `/payment_profile/create`
|
3754
|
+
|
3755
|
+
### 2020-09-14_1.140.1
|
3756
|
+
|
3757
|
+
- Add `stated_income_sources` as a field under `income_verification` for `/link/token/create`
|
3758
|
+
|
3759
|
+
### 2020-09-14_1.140.0
|
3760
|
+
|
3761
|
+
- Add `bin` as a field under `institution_metadata` for `/link/token/create`
|
3762
|
+
|
3763
|
+
### 2020-09-14_1.139.0
|
3764
|
+
|
3765
|
+
- Add `international` IBAN numbers to `WalletNumbers` field in `/wallet/get` and `/wallet/list` responses.
|
3766
|
+
- Wrap the `iban` field in the `WalletTransactionCounterpartyNumbers` under new field `international`.
|
3767
|
+
|
3768
|
+
### 2020-09-14_1.138.0
|
3769
|
+
|
3770
|
+
- Add new `identity/match` endpoint, and `IdentityMatchRequest` and `IdentityMatchResponse`
|
3771
|
+
|
3772
|
+
### 2020-09-14_1.137.1
|
3773
|
+
|
3774
|
+
- Update comment for the `recipient.name` field with recommendation to avoid long strings and special characters.
|
3775
|
+
|
3776
|
+
### 2020-09-14_1.137.0
|
3777
|
+
|
3778
|
+
- Reverts the changes made in 2020-09-14_1.135.0. ProductAccess and AccountProductAccess once again have all fields explicitly defined.
|
3779
|
+
|
3780
|
+
### 2020-09-14_1.136.0
|
3781
|
+
|
3782
|
+
- Add `products` in `asset_report/create` endpoint.
|
3783
|
+
|
3784
|
+
### 2020-09-14_1.135.0
|
3785
|
+
|
3786
|
+
- Convert ProductAccess and AccountProductAccess to optional.Map
|
3787
|
+
|
3788
|
+
### 2020-09-14_1.134.0
|
3789
|
+
|
3790
|
+
- Rename `merchant_website` and `merchant_logo_url` in `/beta/transactions/v1/enhance` to `website` and `logo_url`
|
3791
|
+
|
3792
|
+
### 2020-09-14_1.133.0
|
3793
|
+
|
3794
|
+
- Update `/credit/payroll_income/get` response to have a `pull_id` instead of an `income_report_token` and add `pull_id` to `/credit/employment/get` response
|
3795
|
+
|
3796
|
+
### 2020-09-14_1.132.1
|
3797
|
+
|
3798
|
+
- Made several fields nullable for `/signal/evaluate`
|
3799
|
+
|
3800
|
+
### 2020-09-14_1.132.0
|
3801
|
+
|
3802
|
+
- Add `/credit/audit_copy_token/remove` to invalidate Audit Copy tokens
|
3803
|
+
|
3804
|
+
# 15.9.0
|
3805
|
+
|
3806
|
+
- Updating to OAS 2020-09-14_1.131.3
|
3807
|
+
|
3808
|
+
## OpenAPI Schema Changes
|
3809
|
+
|
3810
|
+
### 2020-09-14_1.131.3
|
3811
|
+
|
3812
|
+
- Update external URL for `/transfer/migrate_account` endpoint
|
3813
|
+
|
3814
|
+
### 2020-09-14_1.131.2
|
3815
|
+
|
3816
|
+
- Add `TRANSFER_LIMIT_REACHED` to enum `TransferAuthorizationDecisionRationaleCode`
|
3817
|
+
|
3818
|
+
### 2020-09-14_1.131.1
|
3819
|
+
|
3820
|
+
- Update `/payment_initiation/consent/*` external docs URLs
|
3821
|
+
|
3822
|
+
### 2020-09-14_1.131.0
|
3823
|
+
|
3824
|
+
- Add `iban` to `counterparty`'s `numbers` field in `/wallet/transaction/execute`
|
3825
|
+
|
3826
|
+
### 2020-09-14_1.130.0
|
3827
|
+
|
3828
|
+
- Update description of `/user/create` to make it more clear what would happen when a client calls the user creation endpoint with the same client_user_id multiple times.
|
3829
|
+
|
3830
|
+
### 2020-09-14_1.129.0
|
3831
|
+
|
3832
|
+
- Add `signal_description` for each risk signal in `/beta/credit/payroll_income/risk_signals/get`
|
3833
|
+
- Change `DocumentRiskSignalInstitutionMetadata` to be nullable
|
3834
|
+
|
3835
|
+
### 2020-09-14_1.128.6
|
3836
|
+
|
3837
|
+
- Fix category rules formatting
|
3838
|
+
|
3839
|
+
### 2020-09-14_1.128.5
|
3840
|
+
|
3841
|
+
- Change description in `UserCustomPassword` to reflect that only top level fields are optional not all fields
|
3842
|
+
|
3843
|
+
### 2020-09-14_1.128.4
|
3844
|
+
|
3845
|
+
- Move Category Rules description to `include_personal_finance_category` flag
|
3846
|
+
|
3847
|
+
# 15.8.0
|
3848
|
+
|
3849
|
+
- Updating to OAS 2020-09-14_1.128.4
|
3850
|
+
|
3851
|
+
## OpenAPI Schema Changes
|
3852
|
+
|
3853
|
+
### 2020-09-14_1.128.4
|
3854
|
+
|
3855
|
+
- Add `identity_verification` as a new optional parameter for `/link/token/create`
|
3856
|
+
|
3857
|
+
### 2020-09-14_1.128.3
|
3858
|
+
|
3859
|
+
- Add category rules beta to `personal_finance_category` field description
|
3860
|
+
in `/transactions/get`
|
3861
|
+
|
3862
|
+
# 15.7.0
|
3863
|
+
|
3864
|
+
- Updating to OAS 2020-09-14_1.128.2
|
3865
|
+
|
3866
|
+
## OpenAPI Schema Changes
|
3867
|
+
|
3868
|
+
### 2020-09-14_1.128.2
|
3869
|
+
|
3870
|
+
- Update description of `/investments/transactions/get` endpoint
|
3871
|
+
- Update description of `cost_basis` field
|
3872
|
+
|
3873
|
+
### 2020-09-14_1.128.1
|
3874
|
+
|
3875
|
+
- Add `merchant_website` and `merchant_logo_url` to `/beta/transactions/v1/enhance` response
|
3876
|
+
|
3877
|
+
### 2020-09-14_1.128.0
|
3878
|
+
|
3879
|
+
- Add `auth_type_select_enabled`, `automated_microdeposits_enabled`, `instant_match_enabled`, and `same_day_microdeposits_enabled` to `/link/token/create`
|
3880
|
+
- Marked `flow_type` parameter as deprecated
|
3881
|
+
|
3882
|
+
### 2020-09-14_1.127.0
|
3883
|
+
|
3884
|
+
- Add `consent_id` filter to `/payment_initiation/payment/list`
|
3885
|
+
- Add `consent_id` to `/link/token/create`
|
3886
|
+
|
3887
|
+
### 2020-09-14_1.126.0
|
3888
|
+
|
3889
|
+
- Added `/credit/relay/create` endpoint
|
3890
|
+
|
3891
|
+
### 2020-09-14_1.125.0
|
3892
|
+
|
3893
|
+
- Add `accounts` object to `/credit/payroll_income/get` response
|
3894
|
+
|
3895
|
+
### 2020-09-14_1.124.0
|
3896
|
+
|
3897
|
+
- Added `include_fast_report` in `asset_report/create` endpoint. Added `fast_report` in `asset_report/get` endpoint
|
3898
|
+
|
3899
|
+
### 2020-09-14_1.123.1
|
3900
|
+
|
3901
|
+
- Removed `reversed` and `reverse_swept` from possible event_type values in TransferEventListRequest docs
|
3902
|
+
|
3903
|
+
### 2020-09-14_1.123.0
|
3904
|
+
|
3905
|
+
- Change `tokens` to `report_tokens` in `/credit/audit_copy_token/create` request
|
3906
|
+
|
3907
|
+
### 2020-09-14_1.122.0
|
3908
|
+
|
3909
|
+
- Add `request_id` to all Identity Verification and Monitor responses
|
3910
|
+
|
3911
|
+
### 2020-09-14_1.121.2
|
3912
|
+
|
3913
|
+
- Added sample user_id to INCOME_VERIFICATION webhook
|
3914
|
+
|
3915
|
+
### 2020-09-14_1.121.1
|
3916
|
+
|
3917
|
+
- Pre-release API refinements to Monitor and Flow endpoints
|
3918
|
+
|
3919
|
+
# 15.6.0
|
3920
|
+
|
3921
|
+
- Updating to OAS 2020-09-14_1.121.0
|
3922
|
+
|
3923
|
+
## OpenAPI Schema Changes
|
3924
|
+
|
3925
|
+
### 2020-09-14_1.121.0
|
3926
|
+
|
3927
|
+
- Add TimestampNullable type
|
3928
|
+
|
3929
|
+
### 2020-09-14_1.120.0
|
3930
|
+
|
3931
|
+
- Removed `Uploaded`, `Created` and `APPROVAL_STATUS_APPROVED` enum strings from `PayrollItemStatus` field.
|
3932
|
+
|
3933
|
+
### 2020-09-14_1.119.0
|
3934
|
+
|
3935
|
+
- Add `returned` to TransferStatus enum
|
3936
|
+
- Add `return_swept` to TransferSweepStatus enum
|
3937
|
+
- Add `returned` and `return_swept` to TransferEventType enum
|
3938
|
+
|
3939
|
+
### 2020-09-14_1.118.0
|
3940
|
+
|
3941
|
+
- Added `employee_type` and `last_paystub_date` to `/credit/employment/get` response
|
3942
|
+
|
3943
|
+
### 2020-09-14_1.117.1
|
3944
|
+
|
3945
|
+
- Make `/payment_initiation/consent/create` API more strict
|
3946
|
+
|
3947
|
+
### 2020-09-14_1.117.0
|
3948
|
+
|
3949
|
+
- Add `/credit/audit_copy_token/create` endpoint
|
3950
|
+
|
3951
|
+
### 2020-09-14_1.116.0
|
3952
|
+
|
3953
|
+
- Add `/wallet/list` endpoint
|
3954
|
+
|
3955
|
+
# 15.5.0
|
3956
|
+
|
3957
|
+
- Updating to OAS 2020-09-14_1.115.2
|
3958
|
+
|
3959
|
+
## OpenAPI Schema Changes
|
3960
|
+
|
3961
|
+
### 2020-09-14_1.115.2
|
3962
|
+
|
3963
|
+
- Update description fields to fix formatting errors
|
3964
|
+
- Reflect that `error.suggested_action` is `nullable`
|
3965
|
+
|
3966
|
+
### 2020-09-14_1.115.1
|
3967
|
+
|
3968
|
+
- Update OpenAPI spec
|
3969
|
+
|
3970
|
+
### 2020-09-14_1.115.0
|
3971
|
+
|
3972
|
+
- Added `income_report_token` to `/credit/payroll_income/get` response
|
3973
|
+
|
3974
|
+
### 2020-09-14_1.114.2
|
3975
|
+
|
3976
|
+
- Add `/wallet/create` endpoint
|
3977
|
+
|
3978
|
+
### 2020-09-14_1.114.1
|
3979
|
+
|
3980
|
+
- Add beta `additional_consented_products` field to `/link/token/create`
|
3981
|
+
|
3982
|
+
### 2020-09-14_1.113.1
|
3983
|
+
|
3984
|
+
- Updated `/transactions/recurring/get` description
|
3985
|
+
|
3986
|
+
### 2020-09-14_1.113.0
|
3987
|
+
|
3988
|
+
- Add webhooks for new Monitor and Identity Verification products
|
3989
|
+
|
3990
|
+
### 2020-09-14_1.112.0
|
3991
|
+
|
3992
|
+
- Add endpoints for new Monitor and Identity Verification products
|
3993
|
+
|
3994
|
+
### 2020-09-14_1.111.15
|
3995
|
+
|
3996
|
+
- Remove `emi_recipient_id` from Payment Initiation Recipient
|
3997
|
+
|
3998
|
+
### 2020-09-14_1.111.14
|
3999
|
+
|
4000
|
+
- Add optional `iban` and `bacs` fields to `options` in the `/payment_initiation/consent/create` request
|
4001
|
+
|
4002
|
+
### 2020-09-14_1.111.13
|
4003
|
+
|
4004
|
+
- Updated `/transactions/sync` description
|
4005
|
+
|
4006
|
+
### 2020-09-14_1.111.12
|
4007
|
+
|
4008
|
+
- Add more accurate enum documentations to `/transactions/recurring/get` API doc
|
4009
|
+
|
4010
|
+
### 2020-09-14_1.111.11
|
4011
|
+
|
4012
|
+
- Additional documentation for `/transactions/sync`
|
4013
|
+
|
4014
|
+
### 2020-09-14_1.111.9
|
4015
|
+
|
4016
|
+
- Remove deprecated field `createdAt` from `/application/get` response
|
4017
|
+
|
4018
|
+
### 2020-09-14_1.111.8
|
4019
|
+
|
4020
|
+
- Add field validation to `BankTransferDirection`
|
4021
|
+
|
4022
|
+
### 2020-09-14_1.111.7
|
4023
|
+
|
4024
|
+
- Remove deprecated field `createdAt` from `/application/get` response
|
4025
|
+
|
4026
|
+
### 2020-09-14_1.111.6
|
4027
|
+
|
4028
|
+
- Add external doc link to `transactions/recurring/get`
|
4029
|
+
|
4030
|
+
### 2020-09-14_1.111.5
|
4031
|
+
|
4032
|
+
- Updating the API doc for Recurring Transactions
|
4033
|
+
|
4034
|
+
### 2020-09-14_1.111.4
|
4035
|
+
|
4036
|
+
- Add `DisplayName` in `/application/get` response
|
4037
|
+
|
4038
|
+
### 2020-09-14_1.111.3
|
4039
|
+
|
4040
|
+
- Updated sample responses for all Transfer endpoints
|
4041
|
+
|
4042
|
+
### 2020-09-14_1.111.2
|
4043
|
+
|
4044
|
+
- Changing `beta/transactions/rules/` routes to `beta/transactions/rules/v1`
|
4045
|
+
|
4046
|
+
### 2020-09-14_1.111.1
|
4047
|
+
|
4048
|
+
- Fixing `InsitututionMetadata` typo to `InstitutionMetadata` in private `/beta/credit/payroll_income/risk_signals/get`endpoint response
|
4049
|
+
|
4050
|
+
### 2020-09-14_1.111.0
|
4051
|
+
|
4052
|
+
- Added `require_guarantee`, `guarantee_decision`, and `guarantee_decision_rationale` to `/transfer/intent` in order to support Guarantee when using Transfer UI.
|
4053
|
+
|
4054
|
+
### 2020-09-14_1.110.2
|
4055
|
+
|
4056
|
+
- Add additional supported `type` enums in `WalletTransaction`.
|
4057
|
+
|
4058
|
+
### 2020-09-14_1.110.1
|
4059
|
+
|
4060
|
+
- Add Additional History billing information for /asset_report/create.
|
4061
|
+
|
4062
|
+
### 2020-09-14_1.110.0
|
4063
|
+
|
4064
|
+
- Add `user_id` to income verification webhook payload
|
4065
|
+
|
4066
|
+
### 2020-09-14_1.109.1
|
4067
|
+
|
4068
|
+
- Make `consent_id` field nullable in `PaymentInitiationPayment`.
|
4069
|
+
|
4070
|
+
### 2020-09-14_1.109.0
|
4071
|
+
|
4072
|
+
- Replace `initiated_refunds` with `refund_ids` in the `/payment_initiation/payment/get` and `/payment_initiation/payment/list` responses
|
4073
|
+
|
4074
|
+
### 2020-09-14_1.108.0
|
4075
|
+
|
4076
|
+
- Added `/beta/credit/payroll_income/risk_signals/get` endpoint (currently private)
|
4077
|
+
|
4078
|
+
### 2020-09-14_1.107.4
|
4079
|
+
|
4080
|
+
- Remove unsupported ACH classes from `bank_transfer/` and `transfer/` endpoints.
|
4081
|
+
|
4082
|
+
### 2020-09-14_1.107.3
|
4083
|
+
|
4084
|
+
- Add `enable_multiple_items` parameter for bank income.
|
4085
|
+
|
4086
|
+
### 2020-09-14_1.107.2
|
4087
|
+
|
4088
|
+
- Fix typo in `institution_name` parameter for credit endpoints.
|
4089
|
+
|
4090
|
+
### 2020-09-14_1.107.0
|
4091
|
+
|
4092
|
+
- Added `reference` and `idempotency_key` fields to the `payment_initiation/payment/reverse` request.
|
4093
|
+
|
4094
|
+
### 2020-09-14_1.106.0
|
4095
|
+
|
4096
|
+
- Added `is_update_mode` to `income_verification` in the `/link/token/create` body
|
4097
|
+
|
4098
|
+
### 2020-09-14_1.105.2
|
4099
|
+
|
4100
|
+
- Consolidate item schemas
|
4101
|
+
|
4102
|
+
# 15.4.0
|
4103
|
+
|
4104
|
+
- Updating to OAS 2020-09-14_1.105.1
|
4105
|
+
- Expose Faraday::Connection object for additional configuration options
|
4106
|
+
|
4107
|
+
## OpenAPI Schema Changes
|
4108
|
+
|
4109
|
+
### 2020-09-14_1.105.1
|
4110
|
+
|
4111
|
+
- Removed `client_id` and `secret` as required fields from `/transfer/intent/{get,create}` to match actual API behavior.
|
4112
|
+
|
4113
|
+
### 2020-09-14_1.105.0
|
4114
|
+
|
4115
|
+
- Add `/credit/payroll_income/refresh` endpoint
|
4116
|
+
|
4117
|
+
### 2020-09-14_1.104.0
|
4118
|
+
|
4119
|
+
- Added `/signal/prepare`
|
4120
|
+
|
4121
|
+
### 2020-09-14_1.103.0
|
4122
|
+
|
4123
|
+
- Add `/transactions/recurring/deactivate` endpoint
|
4124
|
+
|
4125
|
+
### 2020-09-14_1.102.0
|
4126
|
+
|
4127
|
+
- Added `/watchlist_screening/individual/list` (currently private)
|
4128
|
+
- Added `/watchlist_screening/individual/create` (currently private)
|
4129
|
+
- Added `/watchlist_screening/individual/get` (currently private)
|
4130
|
+
- Added `/watchlist_screening/individual/update` (currently private)
|
4131
|
+
- Added `/watchlist_screening/individual/history/list` (currently private)
|
4132
|
+
- Added `/watchlist_screening/individual/review/list` (currently private)
|
4133
|
+
- Added `/watchlist_screening/individual/review/create` (currently private)
|
4134
|
+
- Added `/watchlist_screening/individual/hit/list` (currently private)
|
4135
|
+
- Added `/watchlist_screening/entity/list` (currently private)
|
4136
|
+
- Added `/watchlist_screening/entity/create` (currently private)
|
4137
|
+
- Added `/watchlist_screening/entity/get` (currently private)
|
4138
|
+
- Added `/watchlist_screening/entity/update` (currently private)
|
4139
|
+
- Added `/watchlist_screening/entity/history/list` (currently private)
|
4140
|
+
- Added `/watchlist_screening/entity/hit/list` (currently private)
|
4141
|
+
- Added `/watchlist_screening/entity/review/list` (currently private)
|
4142
|
+
- Added `/watchlist_screening/entity/review/create` (currently private)
|
4143
|
+
- Added `/watchlist_screening/individual/program/list` (currently private)
|
4144
|
+
- Added `/watchlist_screening/individual/program/get` (currently private)
|
4145
|
+
- Added `/watchlist_screening/entity/program/list` (currently private)
|
4146
|
+
- Added `/watchlist_screening/entity/program/get` (currently private)
|
4147
|
+
- Added `/dashboard_user/list` (currently private)
|
4148
|
+
- Added `/dashboard_user/get` (currently private)
|
4149
|
+
- Added `/identity_verification/list` (currently private)
|
4150
|
+
- Added `/identity_verification/get` (currently private)
|
4151
|
+
- Added `/identity_verification/retry` (currently private)
|
4152
|
+
- Modified `/identity_verification/create` (currently private)
|
4153
|
+
|
4154
|
+
### 2020-09-14_1.101.0
|
4155
|
+
|
4156
|
+
- Add endpoint for `/credit/bank_income/refresh`
|
4157
|
+
|
4158
|
+
### 2020-09-14_1.100.0
|
4159
|
+
|
4160
|
+
- Add `include_original_description`, `include_personal_finance_category` options to `/transactions/sync` request.
|
4161
|
+
|
4162
|
+
### 2020-09-14_1.99.0
|
4163
|
+
|
4164
|
+
- API changes for /credit/employment/get
|
4165
|
+
|
4166
|
+
### 2020-09-14_1.98.1
|
4167
|
+
|
4168
|
+
- Add `gusto` as processor partner
|
4169
|
+
|
4170
|
+
### 2020-09-14_1.98.0
|
4171
|
+
|
4172
|
+
- Add `user_token` as a request parameter for `/sandbox/public_token/create`
|
4173
|
+
|
4174
|
+
### 2020-09-14_1.97.1
|
4175
|
+
|
4176
|
+
- Remove `auth`, `transactions_updates`, `investments_updates`, and `identity` as required fields from Item status to match actual API behavior.
|
4177
|
+
|
4178
|
+
# 15.3.0
|
4179
|
+
|
4180
|
+
- Updating to OAS 2020-09-14_1.97.0
|
4181
|
+
|
4182
|
+
## OpenAPI Schema Changes
|
4183
|
+
|
4184
|
+
### 2020-09-14_1.97.0
|
4185
|
+
|
4186
|
+
- [Beta] Rename some `Credit` refs that were preventing client library generation from completing successfully
|
4187
|
+
|
4188
|
+
### 2020-09-14_1.96.0
|
4189
|
+
|
4190
|
+
- remove unused `payroll_income_id` from `/credit/payroll_income/get` field
|
4191
|
+
- add status object to items in `/credit/payroll_income/get` response body
|
4192
|
+
|
4193
|
+
### 2020-09-14_1.95.1
|
4194
|
+
|
4195
|
+
- Add `TransferEventsUpdateWebhook` schema
|
4196
|
+
|
4197
|
+
### 2020-09-14_1.95.0
|
4198
|
+
|
4199
|
+
- Add `institution_data` parameter to `/link/token/create`
|
4200
|
+
|
4201
|
+
### 2020-09-14_1.94.2
|
4202
|
+
|
4203
|
+
- Tidy up YAML
|
4204
|
+
|
4205
|
+
### 2020-09-14_1.94.1
|
4206
|
+
|
4207
|
+
- Add `highnote` processor to `/processor/token/create`
|
4208
|
+
|
4209
|
+
# 15.2.0
|
4210
|
+
|
4211
|
+
- Updating to OAS 2020-09-14_1.94.0
|
4212
|
+
|
4213
|
+
## OpenAPI Schema Changes
|
4214
|
+
|
4215
|
+
### 2020-09-14_1.94.0
|
4216
|
+
|
4217
|
+
- Add `use_case`, `company_legal_name`, `city`, `region`, `country_code`, `postal_code` as a required response field of `Application`
|
4218
|
+
|
4219
|
+
### 2020-09-14_1.93.2
|
4220
|
+
|
4221
|
+
- Remove `income_verification_id` from income webhook example
|
4222
|
+
- Fix incorrect URL for `/user/create` endpoint
|
4223
|
+
|
4224
|
+
### 2020-09-14_1.93.1
|
4225
|
+
|
4226
|
+
- Remove deprecated `income_verification_id` from income webhooks
|
4227
|
+
- Standardize income webhook casing
|
4228
|
+
|
4229
|
+
### 2020-09-14_1.93.0
|
4230
|
+
|
4231
|
+
- Add several new fields to `/signal/evaluate` response
|
4232
|
+
-
|
4233
|
+
|
4234
|
+
### 2020-09-14_1.92.4
|
4235
|
+
|
4236
|
+
- Add `/sandbox/transfer/fire_webhook` endpoint
|
4237
|
+
|
4238
|
+
### 2020-09-14_1.91.4
|
4239
|
+
|
4240
|
+
- Mark certain Income endpoints as deprecated in favor of the new `/credit/*` endpoints.
|
4241
|
+
|
4242
|
+
### 2020-09-14_1.91.3
|
4243
|
+
|
4244
|
+
- Add `checkout` processor to `/processor/token/create`
|
4245
|
+
|
4246
|
+
### 2020-09-14_1.91.2
|
4247
|
+
|
4248
|
+
- Add `webhook_type` parameter to `/sandbox/item/fire_webhook`
|
4249
|
+
- Support for investments transactions, investments holdings and liabilities `DEFAULT_UPDATE` webhooks
|
4250
|
+
|
4251
|
+
### 2020-09-14_1.90.2
|
4252
|
+
|
4253
|
+
- Add new warning type to `/credit/bank_income/get` response
|
4254
|
+
|
4255
|
+
### 2020-09-14_1.90.1
|
4256
|
+
|
4257
|
+
- Add `marqeta` and `solid` as Auth processor partners
|
4258
|
+
- Fix schema of `cause` parameter for Asset Reports
|
4259
|
+
- Fix some invalid examples
|
4260
|
+
|
4261
|
+
### 2020-09-14_1.90.0
|
4262
|
+
|
4263
|
+
- Add `/credit/employment/get` endpoint
|
4264
|
+
- Add optional `access_tokens` array to `/credit/payroll_income/precheck` request
|
4265
|
+
|
4266
|
+
### 2020-09-14_1.89.3
|
4267
|
+
|
4268
|
+
- Update description of `/sandbox/item/fire_webhook`
|
4269
|
+
|
4270
|
+
### 2020-09-14_1.89.2
|
4271
|
+
|
4272
|
+
- Update description of `accounts/get`
|
4273
|
+
|
4274
|
+
### 2020-09-14_1.89.1
|
4275
|
+
|
4276
|
+
- Added `AUTH_DATA_UPDATE` webhook code as valid input to `/sandbox/item/fire_webhook`
|
4277
|
+
- Update description for `/sandbox/item/fire_webhook`
|
4278
|
+
|
4279
|
+
### 2020-09-14_1.89.0
|
4280
|
+
|
4281
|
+
- Add `/transfer/migrate_account` endpoint
|
4282
|
+
|
4283
|
+
### 2020-09-14_1.88.2
|
4284
|
+
|
4285
|
+
- Fix operationId for `/credit/payroll_income/precheck`
|
4286
|
+
|
4287
|
+
### 2020-09-14_1.88.1
|
4288
|
+
|
4289
|
+
- Remove deprecated fields from `/item/application/list`
|
4290
|
+
|
4291
|
+
### 2020-09-14_1.88.0
|
4292
|
+
|
4293
|
+
- Add `wire_routing_number` parameter to `/bank_transfer/migrate_account`
|
4294
|
+
|
4295
|
+
### 2020-09-14_1.87.1
|
4296
|
+
|
4297
|
+
- Specify minimum length of 1 for `description` on `TransferIntentCreateRequest`
|
4298
|
+
|
4299
|
+
### 2020-09-14_1.87.0
|
4300
|
+
|
4301
|
+
- Add `consent_id` support in the Institutions Search request
|
4302
|
+
|
4303
|
+
### 2020-09-14_1.86.1
|
4304
|
+
|
4305
|
+
- Add `apex_clearing` as a processor partner
|
4306
|
+
|
4307
|
+
### 2020-09-14_1.86.0
|
4308
|
+
|
4309
|
+
- Introduce Credit Payroll Income APIs
|
4310
|
+
- Introduce Credit Precheck API
|
4311
|
+
|
4312
|
+
### 2020-09-14_1.85.1
|
4313
|
+
|
4314
|
+
- Add `/identity_verification/create` endpoint, kept private for now
|
4315
|
+
|
4316
|
+
### 2020-09-14_1.85.0
|
4317
|
+
|
4318
|
+
- Add `status` field to `ConnectedApplication`
|
4319
|
+
|
4320
|
+
# 15.1.0
|
4321
|
+
|
4322
|
+
- Updating to OAS 2020-09-14_1.84.5
|
4323
|
+
|
4324
|
+
## OpenAPI Schema Changes
|
4325
|
+
|
4326
|
+
### 2020-09-14_1.84.5
|
4327
|
+
|
4328
|
+
- Added missing `asset_report_id` field to `/asset_report/relay/refresh`
|
4329
|
+
|
4330
|
+
### 2020-09-14_1.84.4
|
4331
|
+
|
4332
|
+
- Change summary description and url for `/credit/bank_income/get`
|
4333
|
+
|
4334
|
+
### 2020-09-14_1.84.3
|
4335
|
+
|
4336
|
+
- Slight wording change for `/credit/bank_income/get` response fields
|
4337
|
+
|
4338
|
+
### 2020-09-14_1.84.3
|
4339
|
+
|
4340
|
+
- Move `user_token` to top level of `link/token/create` request
|
4341
|
+
|
4342
|
+
### 2020-09-14_1.84.2
|
4343
|
+
|
4344
|
+
- Correct typo in enum value for Investment subtypes (`person` -> `pension`)
|
4345
|
+
|
4346
|
+
### 2020-09-14_1.84.1
|
4347
|
+
|
4348
|
+
- Fix schema to properly handle personal finance categories in `/transactions/get`
|
4349
|
+
|
4350
|
+
### 2020-09-14_1.84.0
|
4351
|
+
|
4352
|
+
- Add `user_token` parameter to `link/token/create`
|
4353
|
+
|
4354
|
+
### 2020-09-14_1.83.1
|
4355
|
+
|
4356
|
+
- Add new fields to `/credit/bank_income/get` response
|
4357
|
+
|
4358
|
+
### 2020-09-14_1.83.0
|
4359
|
+
|
4360
|
+
- Remove `permitted` decision for `/transfer/authorization/create`
|
4361
|
+
|
4362
|
+
### 2020-09-14_1.82.0
|
4363
|
+
|
4364
|
+
- Add beta field `consented_products` to `/item/get/` endpoint response
|
4365
|
+
|
4366
|
+
### 2020-09-14_1.82.0
|
4367
|
+
|
4368
|
+
- Revamp LinkTokenCreate.IncomeVerificationOptions for GA
|
4369
|
+
|
4370
|
+
### 2020-09-14_1.81.0
|
4371
|
+
|
4372
|
+
- Add `/transaction/rules/create`, `/transaction/rules/list` and `/transaction/rules/remove` endpoints
|
4373
|
+
|
4374
|
+
### 2020-09-14_1.80.0
|
4375
|
+
|
4376
|
+
- Added `/user/create` endpoint
|
4377
|
+
|
4378
|
+
# 15.0.0
|
4379
|
+
|
4380
|
+
- Updating to OAS 2020-09-14_1.79.0
|
4381
|
+
|
4382
|
+
## Breaking changes
|
4383
|
+
|
4384
|
+
- Many enum fields have been de-anonymized and renamed, new names can be found in the `2020-09-14_1.64.15` change message
|
4385
|
+
|
4386
|
+
## OpenAPI Schema Changes
|
4387
|
+
|
4388
|
+
### 2020-09-14_1.79.0
|
4389
|
+
|
4390
|
+
- Update to include all changes up to `2020-09-14_1.77.4` (Undo revert from `1.78.x` updates)
|
4391
|
+
|
4392
|
+
### 2020-09-14_1.77.4
|
4393
|
+
|
4394
|
+
- Remove the word "Asset" before "Relay" in every asset report relay related responses and request objects
|
4395
|
+
|
4396
|
+
### 2020-09-14_1.77.3
|
4397
|
+
|
4398
|
+
- Add "AssetReport" at the beginning of relay related responses and request objects to match the same pattern as other assets related objects
|
4399
|
+
|
4400
|
+
### 2020-09-14_1.77.2
|
4401
|
+
|
4402
|
+
- Add `ProductAccess` fields for upcoming partner
|
4403
|
+
|
4404
|
+
# 14.14.0
|
4405
|
+
|
4406
|
+
- Updating to OAS 2020-09-14_1.78.2
|
4407
|
+
- Ruby library 14.13.0 was erroneously released as a `minor` version; 14.13.0 changes will be re-released as a `major` version shortly.
|
4408
|
+
|
4409
|
+
# 14.13.0
|
4410
|
+
|
4411
|
+
- Updating to OAS 2020-09-14_1.77.1
|
4412
|
+
|
4413
|
+
# Breaking changes
|
4414
|
+
|
4415
|
+
- Many enum fields have been de-anonymized and renamed, new names can be found in the `2020-09-14_1.64.15` change message
|
4416
|
+
|
4417
|
+
## OpenAPI Schema Changes
|
4418
|
+
|
4419
|
+
### 2020-09-14_1.77.1
|
4420
|
+
|
4421
|
+
- Fix extraneous field in enum that caused issue in code generation
|
4422
|
+
- Added `asset_report_id` to the example for `/asset_report/relay/refresh`
|
4423
|
+
|
4424
|
+
### 2020-09-14_1.77.0
|
4425
|
+
|
4426
|
+
- Explicitly set `format: double` for non-integer numbers so generated fields prefer float64
|
4427
|
+
|
4428
|
+
### 2020-09-14_1.76.0
|
4429
|
+
|
4430
|
+
- Add three new endpoints for Assets: `/asset_report/relay/create`, `/asset_report/relay/get`, and `/asset_report/relay/rmeove`
|
4431
|
+
|
4432
|
+
### 2020-09-14_1.75.0
|
4433
|
+
|
4434
|
+
- Added `/asset_report/relay/refresh` endpoint
|
4435
|
+
|
4436
|
+
### 2020-09-14_1.74.0
|
4437
|
+
|
4438
|
+
- Add `recurring_transactions` to list of products
|
4439
|
+
|
4440
|
+
### 2020-09-14_1.73.0
|
4441
|
+
|
4442
|
+
- Add new endpoint for `/credit/bank_income/get`
|
4443
|
+
|
4444
|
+
### 2020-09-14_1.72.0
|
4445
|
+
|
4446
|
+
- Updated documentation URLs for all product endpoints. They can now be found
|
4447
|
+
at `/docs/api/products/<product-name>/#endpoint` instead of `/docs/api/products/#endpoint`
|
4448
|
+
|
4449
|
+
### 2020-09-14_1.71.0
|
4450
|
+
|
4451
|
+
- internal changes
|
4452
|
+
|
4453
|
+
### 2020-09-14_1.70.0
|
4454
|
+
|
4455
|
+
- Remove deprecated `income_verification_id` from `/sandbox/income/fire_webhook`
|
4456
|
+
|
4457
|
+
### 2020-09-14_1.69.1
|
4458
|
+
|
4459
|
+
- Reorder processors enum
|
4460
|
+
|
4461
|
+
### 2020-09-14_1.69.0
|
4462
|
+
|
4463
|
+
- Added `/beta/transactions/v1/enhance` endpoint
|
4464
|
+
|
4465
|
+
### 2020-09-14_1.68.1
|
4466
|
+
|
4467
|
+
- Added `status` object to sample responses for `/institutions/get` and `institutions/search` endpoints
|
4468
|
+
|
4469
|
+
### 2020-09-14_1.68.0
|
4470
|
+
|
4471
|
+
- Mark `include_personal_finance_category_beta` property as deprecated.
|
4472
|
+
- Add new argument `include_personal_finance_category` to TransactionsGetRequestOptions.
|
4473
|
+
- Update docs for `/transactions/get` request and response, referencing personal_finance_category taxonomy csv file.
|
4474
|
+
|
4475
|
+
### 2020-09-14_1.67.1
|
4476
|
+
|
4477
|
+
- internal changes
|
4478
|
+
|
4479
|
+
### 2020-09-14_1.67.0
|
4480
|
+
|
4481
|
+
- Removed unused `/income/verification/summary/get` endpoint
|
4482
|
+
|
4483
|
+
### 2020-09-14_1.66.0
|
4484
|
+
|
4485
|
+
- Added Payment Consent endpoints
|
4486
|
+
|
4487
|
+
### 2020-09-14_1.65.0
|
4488
|
+
|
4489
|
+
- Removed unused `/income/verification/paystub/get` endpoint
|
4490
|
+
|
4491
|
+
### 2020-09-14_1.64.15
|
4492
|
+
|
4493
|
+
- De-anonymized enums:
|
4494
|
+
- `PaymentInitiationPaymentReverseResponse.properties.status` => `PaymentInitiationRefundStatus`
|
4495
|
+
- `PaymentInitiationPaymentCreateResponse.properties.status` => `PaymentInitiationPaymentCreateStatus`
|
4496
|
+
- `PaymentInitiationRefund.properties.status` => `PaymentInitiationRefundStatus`
|
4497
|
+
- `PaymentAmount.properties.currency` => `PaymentAmountCurrency`
|
4498
|
+
- `InvestmentTransaction.properties.type` => `InvestmentTransactionType`
|
4499
|
+
- `InvestmentTransaction.properties.subtype` => `InvestmentTransactionSubtype`
|
4500
|
+
- `TransferAuthorizationDecisionRationale.properties.code` => `TransferAuthorizationDecisionRationaleCode`
|
4501
|
+
- `TransferAuthorizationGuaranteeDecisionRationale.properties.code` => `TransferAuthorizationGuaranteeDecisionRationaleCode`
|
4502
|
+
- `TransferAuthorization.properties.decision` => `TransferAuthorizationDecision`
|
4503
|
+
- `TransferEventListRequest.properties.transfer_type` => `TransferEventListTransferType`
|
4504
|
+
- `BankTransferEventListRequest.properties.bank_transfer_type` => `BankTransferEventListBankTransferType`
|
4505
|
+
- `BankTransferEventListRequest.properties.direction` => `BankTransferEventListDirection`
|
4506
|
+
- `TransferIntentCreate.properties.status` => `TransferIntentStatus`
|
4507
|
+
- `TransferIntentGet.properties.status` => `TransferIntentStatus`
|
4508
|
+
- `TransferIntentGet.properties.authorization_decision` => `TransferIntentAuthorizationDecision`
|
4509
|
+
- `IncomeVerificationPrecheckMilitaryInfo.properties.branch` is now a string field (previously enum)
|
4510
|
+
|
4511
|
+
### 2020-09-14_1.64.15
|
4512
|
+
|
4513
|
+
- Made `last_statement_balance` and `minimum_payment_amount` `nullable` for credit card liabilities schema to reflect existing API behavior.
|
4514
|
+
|
4515
|
+
### 2020-09-14_1.64.14
|
4516
|
+
|
4517
|
+
- Made `last_payment_amount` and `last_statement_issue_date` `nullable` for credit card liabilities schema to reflect existing API behavior.
|
4518
|
+
- Fix transfers examples to reflect more consistent usage of `region` field.
|
4519
|
+
|
4520
|
+
# 14.12.1
|
4521
|
+
|
4522
|
+
- Updating to OAS 2020-09-14_1.64.13
|
4523
|
+
- Fix issue where library did not correctly detect if app is a Rails app.
|
4524
|
+
|
4525
|
+
## OpenAPI Schema Changes
|
4526
|
+
|
4527
|
+
### 2020-09-14_1.64.13
|
4528
|
+
|
4529
|
+
- Deprecate `idempotency_key` parameter in transfer/create
|
4530
|
+
|
4531
|
+
### 2020-09-14_1.64.12
|
4532
|
+
|
4533
|
+
- Removed the unused `required_product_access` and `optional_product_access` parameters from `RequestedScopes`
|
4534
|
+
|
4535
|
+
### 2020-09-14_1.64.11
|
4536
|
+
|
4537
|
+
- Fix some examples that were not consistent with their schemas
|
4538
|
+
- Add `adjustments` as an investments transaction type to make OpenAPI file consistent with values returned by the API
|
4539
|
+
- Clarify description field for `marital_status` to reflect possible values
|
4540
|
+
|
4541
|
+
### 2020-09-14_1.64.10
|
4542
|
+
|
4543
|
+
- Updated the external docs URL for Bank Transfers sandbox endpoints
|
4544
|
+
|
4545
|
+
### 2020-09-14_1.64.9
|
4546
|
+
|
4547
|
+
- De-anonymized the object filters under `LinkTokenCreateRequestAccountSubtypes`, as anonymous objects aren't compatible with the generated CLibs.
|
4548
|
+
- De-anonymized some misc. objects
|
4549
|
+
- `PaymentInitiationMetadata/properties/maximum_payment_amount`
|
4550
|
+
- `PaystubOverride/properties/employer`
|
4551
|
+
- `PaystubOverride/properties/employee`
|
4552
|
+
- `PaystubOverride/properties/employee/properties/address`
|
4553
|
+
- `LiabilitiesDefaultUpdateWebhook/properties/account_ids_with_updated_liabilities`
|
4554
|
+
|
4555
|
+
### 2020-09-14_1.64.8
|
4556
|
+
|
4557
|
+
- Updated the description of the historical_balances array
|
4558
|
+
|
4559
|
+
### 2020-09-14_1.64.7
|
4560
|
+
|
4561
|
+
- Add new possible enums for income verification earnings breakdown canonical description
|
4562
|
+
|
4563
|
+
### 2020-09-14_1.64.6
|
4564
|
+
|
4565
|
+
- Hid a few product enum values that are deprecated or no longer valid for certain request fields. This affects the documentation only.
|
4566
|
+
|
4567
|
+
### 2020-09-14_1.64.5
|
4568
|
+
|
4569
|
+
- Make guarantee fields required in Transfer endpoints
|
4570
|
+
|
4571
|
+
### 2020-09-14_1.64.4
|
4572
|
+
|
4573
|
+
- Updated description for `failure_reason` field in Transfer endpoints
|
4574
|
+
|
4575
|
+
### 2020-09-14_1.64.3
|
4576
|
+
|
4577
|
+
- Make `repayment_id` required in `/transfer/repayment/return/list` endpoint
|
4578
|
+
|
4579
|
+
### 2020-09-14_1.64.2
|
4580
|
+
|
4581
|
+
- Update description for legal name field in `BankTransferUser`
|
4582
|
+
|
4583
|
+
### 2020-09-14_1.64.1
|
4584
|
+
|
4585
|
+
- Update descriptions for `/transfer/repayment/list` and `/transfer/repayment/return/list` endpoints
|
4586
|
+
|
4587
|
+
### 2020-09-14_1.64.0
|
4588
|
+
|
4589
|
+
- Remove `scheme_automatic_downgrade` from `/payment_initiation/payment/create`
|
4590
|
+
|
4591
|
+
### 2020-09-14_1.63.1
|
4592
|
+
|
4593
|
+
- Update description for `/sandbox/transfer/sweep/simulate` endpoint
|
4594
|
+
|
4595
|
+
### 2020-09-14_1.63.0
|
4596
|
+
|
4597
|
+
- Refactor account subtype enums for greater specificity. This has no changes to the API but is a major semver change for Python, Node, Go, and Java client library interfaces to the AccountSubtype object within account filtering contexts in `/link/token/create`. The `AccountSubtype` namespace in this context is now prefixed with the AccountType. (Example for Node: Old: `AccountSubtype.checking` New: `DepositoryAccountSubtype.checking`)
|
4598
|
+
|
4599
|
+
### 2020-09-14_1.62.7
|
4600
|
+
|
4601
|
+
- Update description for `datetime` and `authorized_datetime` fields in Transactions endpoints
|
4602
|
+
|
4603
|
+
### 2020-09-14_1.62.6
|
4604
|
+
|
4605
|
+
- Make `sweep_id` / `sweep_amount` fields on Transfer Event nullable
|
4606
|
+
|
4607
|
+
### 2020-09-14_1.62.6
|
4608
|
+
|
4609
|
+
- Set `institution_status` to be nullable in `InstitutionsGetResponse`
|
4610
|
+
|
4611
|
+
### 2020-09-14_1.62.5
|
4612
|
+
|
4613
|
+
- Update external docs URLs for Transfer and Bank Transfer endpoints
|
4614
|
+
- Update description for `ach_return_code` field in Transfer endpoints
|
4615
|
+
|
4616
|
+
### 2020-09-14_1.62.4
|
4617
|
+
|
4618
|
+
- Add `join_date` to `/application/get` and `/item/application/list`
|
4619
|
+
- Remove `created_at` from `/application/get`
|
4620
|
+
|
4621
|
+
### 2020-09-14_1.62.3
|
4622
|
+
|
4623
|
+
- Updated various description fields for Income
|
4624
|
+
|
4625
|
+
### 2020-09-14_1.62.2
|
4626
|
+
|
4627
|
+
- Add `employment` as an available product in Product array.
|
4628
|
+
|
4629
|
+
# 14.12.0
|
4630
|
+
|
4631
|
+
- Updating to OAS 2020-09-14_1.62.1
|
4632
|
+
|
4633
|
+
# 14.11.1
|
4634
|
+
|
4635
|
+
- Added a release step to the `Makefile` to purge previously released version of plaid-ruby in the current release.
|
4636
|
+
|
4637
|
+
# 14.11.0
|
4638
|
+
|
4639
|
+
- Updating to OAS 2020-09-14_1.61.0
|
4640
|
+
|
4641
|
+
# 14.10.0
|
4642
|
+
|
4643
|
+
- Updating to OAS 2020-09-14_1.58.1
|
4644
|
+
|
4645
|
+
# 14.9.0
|
4646
|
+
|
4647
|
+
- Updating to OAS 2020-09-14_1.54.2
|
4648
|
+
|
4649
|
+
# 14.8.0
|
4650
|
+
|
4651
|
+
- Updating to OAS 2020-09-14_1.46.1
|
4652
|
+
|
4653
|
+
# 14.7.0
|
4654
|
+
|
4655
|
+
- Updating to OAS 2020-09-14_1.44.0
|
4656
|
+
|
4657
|
+
# 14.6.0
|
4658
|
+
|
4659
|
+
- Updating to OAS 2020-09-14_1.40.3
|
4660
|
+
|
4661
|
+
# 14.5.0
|
4662
|
+
|
4663
|
+
- Updating to OAS 2020-09-14_1.36.4
|
4664
|
+
|
4665
|
+
# 14.4.0
|
4666
|
+
|
4667
|
+
- Updating to OAS 2020-09-14_1.34.1
|
4668
|
+
- Fixed an issue with enums in this library. The library is supposed to be able to gracefully handle
|
4669
|
+
new enum values being returned from endpoints. Previously, if there were new enum values
|
4670
|
+
endpoint calls would fail.
|
4671
|
+
|
4672
|
+
# 14.3.0
|
4673
|
+
|
4674
|
+
Updating to OAS 2020-09-14_1.33.0.
|
4675
|
+
|
4676
|
+
# 14.2.0
|
4677
|
+
|
4678
|
+
Updating to OAS 2020-09-14_1.31.1.
|
4679
|
+
|
4680
|
+
# 14.1.0
|
4681
|
+
|
4682
|
+
Updating to OAS 2020-09-14_1.26.1.
|
4683
|
+
|
4684
|
+
# 14.0.0
|
4685
|
+
|
4686
|
+
The official release of the `plaid-ruby` generated library. See the [migration guide](https://github.com/plaid/plaid-java#migration-guide) for instructions on migrating to this version.
|
4687
|
+
|
4688
|
+
This particular version is pinned to OpenAPI version `2020-09-14_1.20.6`.
|
4689
|
+
|
4690
|
+
# 14.0.0.beta.5
|
4691
|
+
|
4692
|
+
Generated from OAS version 2020-09-14_1.16.4. See full changelog [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).
|
4693
|
+
|
4694
|
+
# 14.0.0.beta.4
|
4695
|
+
|
4696
|
+
See full changelog [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).
|
4697
|
+
|
4698
|
+
- Remove validation for `maxProperties` due to generator bug.
|
4699
|
+
|
4700
|
+
# 14.0.0.beta.3
|
4701
|
+
|
4702
|
+
Type fixes, see full changelog [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).
|
4703
|
+
|
4704
|
+
# 14.0.0.beta.1
|
4705
|
+
|
4706
|
+
This version represents a transition in how we maintain our external client libraries. We are now using an [API spec](https://github.com/plaid/plaid-openapi) written in `OpenAPI 3.0.0` and running our definition file through [OpenAPITool's `ruby` generator](https://github.com/OpenAPITools/openapi-generator).
|
4707
|
+
|
4708
|
+
The minimum required ruby version is 2.4.0.
|
4709
|
+
|
4710
|
+
See the [migration guide](https://github.com/plaid/plaid-java#migration-guide) for instructions on migrating to this version.
|
4711
|
+
|
4712
|
+
# 13.2.0
|
4713
|
+
|
2
4714
|
- Add support for `options` to `/payment_initiation/payment/create`
|
3
4715
|
|
4
4716
|
# 13.1.0
|
4717
|
+
|
5
4718
|
- Add Standing Orders support to Payment Initiation
|
6
4719
|
|
7
4720
|
# 13.0.1
|
4721
|
+
|
8
4722
|
- Add `update_type` to `Item` model.
|
9
4723
|
|
10
4724
|
# 13.0.0
|
4725
|
+
|
11
4726
|
- Add support for providing a payment initiation schedule
|
12
4727
|
- Add back the (now deprecated) `/item/public_token/create` endpoint
|
13
4728
|
- Add back the (now deprecated) `/payment_initiation/payment/token/create` endpoint
|
@@ -20,13 +4735,13 @@ BREAKING CHANGES:
|
|
20
4735
|
|
21
4736
|
- The library has been pinned to the '2020-09-14' API release. Visit the [docs](https://plaid.com/docs/api/versioning/) to see what changed.
|
22
4737
|
- the `/item/public_token/create` endpoint has been disabled in favor of the /link/token/create
|
23
|
-
|
4738
|
+
endpoint
|
24
4739
|
- The `/item/add_token/create endpoint` has been disabled in favor of the /link/token/create
|
25
4740
|
- The `/payment_initiation/payment/token/create` endpoint has been disabled in favor of the /link/token/create
|
26
|
-
|
4741
|
+
endpoint
|
27
4742
|
- The `/item/remove` endpoint will no longer return a `removed` boolean.
|
28
4743
|
- The `/institutions/get`, `/institutions/get_by_id`, and `/institutions/search` now require
|
29
|
-
|
4744
|
+
`country_codes` to be passed in.
|
30
4745
|
|
31
4746
|
# 11.1.0
|
32
4747
|
|