Integration into server/database
Wednesday, January 18, 2023 at 02:53pmWhat it would take to integrate our esign documentation into a server/database system to allow for auto-filing directly from OneSpan Sign?
What it would take to integrate our esign documentation into a server/database system to allow for auto-filing directly from OneSpan Sign?
Reply to: Integration into server/database
Thursday, January 19, 2023 at 04:27pmHi Jessica,
Thanks for your post! If I understand you correctly, do you mean to retrieve signed documents from OSS and store it into database? If that's the case, generally Speaking, you'll need to set up a callback listener and monitor the signing status. Once a transaction get completed, you'd download it via either SDK or RESTful API. As a backup plan, you can periodically retrieve transactions from a time range and check if any of these transactions hasn't been archived.
Duo