Retrieving signer inputs after signing
Thursday, November 30, 2023 at 09:38amHi,
I am wondering if it is possible gather signer inputs in input fields after signing via the API? We are looking to store text inputs and radio button selections.
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
Hi,
I am wondering if it is possible gather signer inputs in input fields after signing via the API? We are looking to store text inputs and radio button selections.
Reply to: Retrieving signer inputs after signing
Thursday, November 30, 2023 at 12:26pmHi Neal,
There's also another API endpoint to retrieve field summary which is worth trying:
GET /api/packages/{packageId}/fieldSummary
Duo
Reply to: Retrieving signer inputs after signing
Thursday, November 30, 2023 at 10:48amI was able to find to the answer to this.
GET packages/{{PACKAGE_ID}}/signers/{{SIGNER_ID}}/approvals
Reply to: Retrieving signer inputs after signing
Friday, December 1, 2023 at 11:17amThat is a much better option. Thanks Duo!