added
C#/.NET Recipe
4 months ago by Jason Langkamer-Smith
We added a C#/.NET recipe for the /start
endpoint. It demonstrates how to start a transaction with a signed payload using C#/.NET framework. The recipe includes details on how to set up the request, encode and sign the payload, post the request, verify the signature, and decode the payload.
😋 Gobble it up right here.
Other updates
- Updated the status event code list.
- The
firstName
andlastName
properties of theOCR
response object will no longer return a value ofN/A
. Instead, a value ofnull
is returned. - Corrected the documentation for
extendedId
andOCR
objects in theget-results
response to includedocumentRecognized
. - Hid preview documentation for Intellicheck Score (
intellicheckScore
). This needs a little more time with our QA folks before it gets the Seal of Approval ðŸ¦. Stay tuned! - Added Postback Results page.