Notifications object

You can subscribe to notifications which will be sent to a specified endpoint. This endpoint will need to be publicly accessible.

JSON
Copy
ParameterDescription
destinationEndpoint for notifications to be sent to. Only HTTPS endpoints with TLS 1.2 are supported.
envelope_completionWhen all recipients have signed the document.
envelope_readyThe document is sealed.
envelope_created

The document is sealed.

  • this is an alias for envelope_ready
  • “envelope_ready” and “envelope_created” can both be subscribed to in the same envelope. If they are, both will be sent in the same trigger
signer_completionThe signer has signed.
upload_errorsWhen there is an error in the envelope creation process.
idv_resource_updateSpecific to envelopes with an Identity verification check enabled. Update received whenever there are changes to resources in the IDV session. For example, a user uploading a new document.
idv_session_completionSpecific to envelopes with an Identity verification check enabled. Triggered when all tasks and all checks inside of a given session have been completed.
idv_check_completionSpecific to envelopes with an Identity verification check enabled. Sent when a check completes – for example a document authenticity check being performed.
idv_task_completionSpecific to envelopes with an Identity verification check enabled. Sent when a task is completed. If you require TEXT_EXTRACTION and the check has been fulfilled, Yoti will send this through as an update to your endpoint.
idv_session_limit_reachedSpecific to envelopes with an Identity verification check enabled. When a recipient has reached their session limit. You can use the reset session limit endpoint to if you want the recipient to try again

Example Notifications

envelope_completion
upload_errors
envelope_ready
signer_completion
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard