Plaid integration
Plaid integration
Moov-managed Plaid integration allows our customers to offer instant account verification and launch the Plaid experience from Moov.js.
Webhooks
- We finished a project this cycle to ensure all the required information is included on all the webhooks so developers can pull the information that is needed. We also updated our documentation to include a list of the schemas for all the webhook events.
- Added the
accountID
andstatus
to thebankAccount.created
,.updated
, and.disabled
events. - The
transfer.created
andtransfer.updated
now include theaccountID
for the account facilitating the transfer along with thestatus
of the transfer. - We are now sending events for the
transfer.updated
event when a transferfails
or isreversed
, since sometimes things don’t go as planned. - We added the
accountID
to thebalance.updated
webhook to allow developers to get additional information about the wallet if needed. - The
paymentMethod
webhook events now include theaccountID
and thesourceID
to allow developers to more quickly get information about that payment method. - The
representative.created
andrepresentative.updated
webhooks now include theaccountID
for the account the representative belongs to.
Permissions
For users with “Developer,” “Support,” or “View only” permissions, the dashboard will now reflect what actions they can or cannot perform instead of getting an error message when they attempt to perform that action. If the user isn’t able to perform an action, the button will be disabled, hidden, and in some cases, the entire section won’t be visible.
Dashboard
- We added verification status to the accounts list and account details.
- Improved usability of date of birth, tax ID, and phone number fields.
Bug fixes
- We resolved an issue where a warning banner was being shown when it wasn’t supposed to be when trying to add a new member.
- We resolved a bug that was temporarily preventing you from switching the role of a user in the dashboard.