...
On the other hand, if you don't want to store the user data, you may want to request Additional Information more often.We recommend that you
One option is to first use xID to authenticate the user without the need for Additional Information. Then, you can request Additional Information at a later time when it is necessary in the workflow, for instance during a checkout prosess. In this use case the id_token_hint option shold be used for the second request.
Another option is to postpone the authentication of the user until you know it is necessary to request Additional Information. In this case only one transaction will be sufficient.
...