Adding customized consent docuemnt
Thursday, March 10, 2016 at 01:42amTeam,
How can I add/replace existing 'default-consent' document with my own document (pdf). Can you please post some guide on this.
OneSpan Introduces DigipassONE, Bringing a Unified Platform Approach to Authentication Modernization
A new authentication platform helps financial institutions support diverse customer authentication preferences while modernizing at their own pace Learn More
Reply to: Adding customized consent docuemnt
Thursday, March 10, 2016 at 04:13ameslClient.PackageService.DeleteDocument(packageId, "default-consent");. You don't have to worry about the document id because the default consent document will always have id "default-consent". Then, you can upload your own consent-document Hope this helps.Reply to: Adding customized consent docuemnt
Friday, April 1, 2016 at 12:17am