Can I use my own userId for using SponsorPay when I initialize the SDK using
sponsorpay.start( appId, userId, securityToken )
I use a unique userId for users in my app, so it would be easier for me if I could just use the same for sponsorPay as well…
Is this allowed, or should I compulsorily use the system-generated id of sponsoryPay?