Skip to main content

Weavr platform updates

· 2 min read
Live in production
Since 13 May 2026

Set a user’s mobile during the invite process

Set a user’s mobile during the invite process

We have introduced an alternative way to set a user’s mobile number when onboarding a user through the invite process.

At the point of creating an additional user for your embedded finance programmeProgramme A programme represents your application within Weavr. Everything you create - Identities, Instruments, Transactions - sits beneath a Programme. When you register as an Embedder, you receive a Programme in the Sandbox and, once approved, one in Production., a mobile number for that user may not be known. It is already possible to create a user without a mobile; but previously, for users being onboarded via the user-invitation flow, it was possible to update the user’s mobile number (via PATCH/users) after the login from the user invite. However, following the "Linked card user" change, it is mandatory for a user-session to be stepped-up in order to call PATCH/users. If a mobile number has not been set then this would not be possible.

To accommodate flows where the user provides their phone number as part of a user-onboarding flow, mobile can now be provided when consuming a user invite, which does not require a stepped up token.

Effected endpoints:

POST/users/{user_id}/invite/consume

An optional mobile field has been added, which will set the user’s phone number, that can be enrolled for OTPs as part of your remaining user-onboarding flow.