Closed joyjoy993 closed 2 years ago
https://github.com/plaid/plaid-ruby/blob/4452e34c6f60d9d20312244042ae9cdbd3895314/lib/plaid/models/sandbox_item_set_verification_status_request.rb#L150
Can you support setting verification status to pending_manual_verification or manually_verified under sandbox env? It would make testing easier since we can bypass the linking UI.
pending_manual_verification
manually_verified
Thanks
Thank you for the feedback, I have passed it along to the team that owns this endpoint!
Closing this issue now but will update if this change is made.
https://github.com/plaid/plaid-ruby/blob/4452e34c6f60d9d20312244042ae9cdbd3895314/lib/plaid/models/sandbox_item_set_verification_status_request.rb#L150
Can you support setting verification status to
pending_manual_verification
ormanually_verified
under sandbox env? It would make testing easier since we can bypass the linking UI.Thanks