-
Notifications
You must be signed in to change notification settings - Fork 153
Closed
Description
Description
I'm encountering an undocumented verification_status value of unsent in the response from the /accounts/get endpoint when using the Plaid Ruby binding. This status is not listed in the official Plaid API documentation for verification_status. As a result, it is unclear how this status should be interpreted, and the Ruby binding does not appear to explicitly handle it.
Steps to Reproduce
- Initialize a Plaid client using the Plaid Ruby binding.
- Call the
/accounts/getendpoint to retrieve account details. - Observe the
verification_statusfield in the response for an account. - Note that the value is
unsent, which is not documented.
Expected Behavior
- The
verification_statusfield should only contain documented values, or the documentation should be updated to include theunsentstatus. - The Ruby binding should explicitly handle the
unsentstatus, ensuring consistent behavior.
Actual Behavior
- The
verification_statusfield contains an undocumented status value ofunsent. - This status is not handled explicitly in the Ruby binding, which may lead to unexpected behavior.
Environment
- Plaid Ruby binding version: 36.1.0
- Ruby version: 3.2.7
Additional Context
- This issue may impact logic that relies on handling specific verification statuses.
- If the
unsentstatus is intentional, please clarify its meaning and add it to the official documentation.
alexander-dejeu
Metadata
Metadata
Assignees
Labels
No labels