Improved

v2.1.0

Changed

  • Standalone Flow email is now optional — if you don't pass email to the SDK, the user enters and verifies it inside the widget's onboarding flow. See API-Managed Deposits.
  • onDepositRequested now receives the user's email — signature changed from () => void to (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.