lib/plaid/models/numbers_ach.rb in plaid-32.0.0 vs lib/plaid/models/numbers_ach.rb in plaid-33.0.0
- old
+ new
@@ -1,11 +1,11 @@
=begin
#The Plaid API
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
-The version of the OpenAPI document: 2020-09-14_1.565.0
+The version of the OpenAPI document: 2020-09-14_1.575.0
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.3.0
=end
@@ -17,13 +17,13 @@
# Identifying information for transferring money to or from a US account via ACH or wire transfer.
class NumbersACH
# The Plaid account ID associated with the account numbers
attr_accessor :account_id
- # The ACH account number for the account. Note that when using OAuth with Chase Bank (`ins_56`), Chase will issue \"tokenized\" routing and account numbers, which are not the user's actual account and routing numbers. These tokenized account numbers (also known as TANs) should work identically to normal account and routing numbers for ACH and RTP transfers, but are not compatible with wire transfers. The digits returned in the `mask` field will continue to reflect the actual account number, rather than the tokenized account number; for this reason, when displaying account numbers to the user to help them identify their account in your UI, always use the `mask` rather than truncating the `account` number. If a user revokes their permissions to your app, the tokenized numbers will no longer work. To be alerted when this occurs, listen for the [`USER_PERMISSION_REVOKED`](https://plaid.com/docs/api/items/#user_permission_revoked) and [`USER_ACCOUNT_REVOKED`](https://plaid.com/docs/api/items/#user_account_revoked) webhooks.
+ # The ACH account number for the account. At certain institutions, including Chase and PNC, you will receive \"tokenized\" routing and account numbers, which are not the user's actual account and routing numbers. For important details on how this may impact your integration and on how to avoid fraud, user confusion, and ACH returns, see [Tokenized account numbers](https://plaid.com/docs/auth/#tokenized-account-numbers).
attr_accessor :account
- # The ACH routing number for the account. If the institution is `ins_56`, this may be a tokenized routing number. For more information, see the description of the `account` field.
+ # The ACH routing number for the account. This may be a tokenized routing number. For more information, see [Tokenized account numbers](https://plaid.com/docs/auth/#tokenized-account-numbers).
attr_accessor :routing
# The wire transfer routing number for the account, if available
attr_accessor :wire_routing