Apex SDK appends _X sometime in the Template Name
Tuesday, March 15, 2022 at 10:27pmApex SDK sometime appends _X in the template name
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
Apex SDK sometime appends _X in the template name
Reply to: Apex SDK appends _X sometime in the Template Name
Wednesday, March 16, 2022 at 06:20amHi ishant.kesar,
This might be caused because there's reserved word in your template name, see the OneSpanJSONHelper.cls > getInboundReplacementMap() method:
https://github.com/KadenceCollective/onespan-sign-apex-sdk/blob/master/src/classes/OneSpanJSONHelper.cls
"enum","from","group","NEW","PACKAGE", these words will be appended an _X and get removed when built as outbound payload (remove_x() method).
Duo