Method: Plaid::TransactionsGetRequestOptions#personal_finance_category_version
- Defined in:
- lib/plaid/models/transactions_get_request_options.rb
#personal_finance_category_version ⇒ Object
Optional parameter that specifies which version of the personal finance category taxonomy to return. The v2 taxonomy is defined [here](docs.google.com/spreadsheets/d/e/2PACX-1vRUQR6BdYCwu7libfEUUA0U4TYfkyxpAUOSCj_unpv6OYCJMhIC0_PNrJnnki0At3LAG0PgT3aY7hRz/pubhtml). The legacy v1 taxonomy is defined [here](docs.google.com/spreadsheets/d/e/2PACX-1vQb96YxbnLdHbAROh1Dx7BaSpChnAIEKp1zZZFLBBpGbiLtPR3JTtxzvQ8mF4kU0StL8Y16WEpUd5P2/pubhtml). If you enabled any Financial Insights products before October 2025 you will receive a default of ‘v1` taxonomy and may request `v2` by explicitly setting this field to `v2`. If you enabled any Financial Insights products on or after October 2025 you may only receive `v2` taxonomy.
41 42 43 |
# File 'lib/plaid/models/transactions_get_request_options.rb', line 41 def personal_finance_category_version @personal_finance_category_version end |