Release Notes for BankID Signing WYSIWYS¶
Noteworthy changes in BankID Signing WYSIWYS.
Only important bugfixes, API changes and new features are listed here.
WYSIWYS API Releases¶
2026-02-18¶
- Added new field
signProperties.continueButtonTargetTextto the PAdES-V1-API that will enable merchants to influence how the "Continue"-button on the finish-page is labelled. This way it will be possible to add a target to be displayed in the UI, e.g. by adding "MyMerchant´s Portal". Instead of "Continue" the button would be labelled "Continue to MyMerchant´s Portal". - Added new field
signProperties.merchantWorkflowStateto the PAdES-V1-API that allows WYSIWYS to differentiate between a stand-alone sign order and a merchant workflow. For stand-alone sign orders nothing will change. If a sign order is marked as part of a workflow, the WYSIWYS UI will show a notification on the finish page that will remind the user that others still have to sign and they should download the final documents from the merchant´s website when everyone has signed. - Slightly reduced the base-seal-size used for seal-position-validations to make defining a valid position easier. Note: The actual seal size remains unchanged.
2026-01-18¶
- Fixed HTTP-500 error when calling GET endpoints (e.g.
/v1/signdoc/pades). - Corrected validation of seal position parameter to allow closer positioning on the Y-axis.
WYSIWYS (User Interface) Releases¶
2026-02-18¶
- Implementation of the new API fields mentioned above.
- In case of errors during the signing process the same error code that is shown to the user in the front-end will be returned as parameter with the callback URL to the merchant.
2026-01-15¶
- Added dark-mode to the application (activation based on system preferences).