How can I have custom package id for package?
Tuesday, June 30, 2020 at 07:32amHi Team,
I need to create a package with an existing unique id (custom id)
while creating a package,
ex for package payload
{
----------
"name": "TEST-Package",
"id":"1234dsfhsddfdfsghjgsdgs",
}
but getting error as
{
"code": 404,
"messageKey": "error.validation.packageDoesNotExist",
"technical": "Could not retrieve the transaction summary for transaction uid: 1234dsfhsddfdfsghjgsdgs",
"message": "The specified package does not exist.",
"name": "Resource Not Found"
}
Regards,
Madeva
Reply to: How can I have custom package id for package?
Tuesday, June 30, 2020 at 08:42amHi Madeva,
Unfortunately we don't support customized package ID yet, as package IDs has to be created by OneSpan Sign system to make sure the ID is unique within the environment and not from the payload.
Duo