Account connections, client-side TypeScript SDK & more
Account connections
You can now share your scopes with connected accounts. Sharing scopes connects you to other Moov accounts you've created, like a merchant who accepts payments. Sharing scopes also connects that merchant to their own customers.
During the hosted onboarding process for each Moov account, you can now select which scopes to share. Additionally, you can use the API to share an account connection.
Moov maintains strict access controls when you share scopes with a merchant. While you gain visibility across every connected account, merchants can only access their own customers.
See the main connected accounts documentation for more information.
Client-side TypeScript SDK
Moov's TypeScript SDK is now available as a client-side SDK with OAuth. Client-side authentication is supported through the accessToken. See our authentication guide for more information.
Enhanced AI functionality in documentation
Our documentation site has some new, enhanced AI functionality. You can now get more detailed answers when you ask about specific pages and code blocks. You can ask more specific questions and the AI responses will include associated code samples. For example, you can now ask how to use a feature with a specific SDK.
Your AI chats with Moov are also now saved to your browser.
Bug fixes
- Fixed a bug with authorization in sandbox mode