Improved
v2.1.0
about 1 month ago by ReadMe GitHub Action
Changed
- Standalone Flow
emailis now optional — if you don't passemailto the SDK, the user enters and verifies it inside the widget's onboarding flow. See API-Managed Deposits. onDepositRequestednow receives the user's email — signature changed from() => voidto(email: string) => void. The widget forwards the user's verified email so your backend can identify them when calling the Partner API. Existing() => { ... }callbacks remain valid (the new argument can be ignored).- React Native SDK bumped to
3.3.0. - React Web SDK bumped to
1.3.0.
