When configuring your transaction, you can set a time limit for a participant to perform his/her action. If this participant is still inactive after a period defined on your side, we will send you an alert via email. The participant’s action, as well as the transaction, will be flagged as stalled
. This period can be defined via the endpoint POST /v1/transactions/{transaction_id}/participants
with the stall_trigger
argument, which must be expressed in hours.
curl
https://api.universign.com/v1/transactions/tx_AWo949MOq0JE/participants \
-d email=john@company.com \
-d stall_trigger=72
Note that the stalled
flag has no effect on the transaction workflow. Universign only notifies you (we do not block the participant or cancel the transaction on our side), it will be up to you to take the appropriate action (manually or with the use of webhooks).