Hi @_Manoj_Kumar_ ,
The client is a mutual fund company, and they have three different apps, each serving a specific purpose. One app is for distributor login, another for investor login, and the third is a savings-related app. The distributor app is exclusively for distributors and requires a unique distributor ID for login. For the other two apps, users can register through one of three options: email ID, PAN, or mobile number. Consequently, a single customer may have three entries if they register on all the apps.
Each time a user registers through an app using one of the three key values, an entry is created with a combination of UserID, MobileAppId, and Token. If the user re-registers, a new entry is generated (UserID + MobileAppId) along with a new token.
How do we link Subscriber application with Recipient to keep customer User ID in Recipient and to keep CustID in SubApp achema ?
How does billing process work for Recipient and Subsciber application ?