What is the Data Type of the Package Id?
Friday, September 16, 2022 at 01:09pmIs there a certain data type you are using to generate the Package Ids for packages? I would like to reference the package id.
Is there a certain data type you are using to generate the Package Ids for packages? I would like to reference the package id.
Reply to: What is the Data Type of the Package Id?
Monday, September 19, 2022 at 08:32amHi Nemo,
Thanks for your post! Although I didn't find it documented somewhere officially, but from my day to day experience, the package ID is 28 digits length, and looks like it includes "URL and Filename safe" Base 64 Alphabet:
[a-zA-Z0-9_-=]
For further confirmation, we can raise a support ticket ([email protected]) and run it by our R&D team.
Duo
Reply to: What is the Data Type of the Package Id?
Tuesday, September 20, 2022 at 11:47amYes please raise a request. Since the Callback size documented is 255 characters as displayed here https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/setting-callback-notifications, there seems to be missing information on how the packageId is generated and if it will ever be longer that 28 digits.