An envelope moves through different statuses during the signing process. The status shows whether the envelope has been created, sent for signing, completed, or expired.
Lifecycle
An envelope is first created using the Create Envelope endpoint. Newly created envelopes start with the created status.
After the envelope is sent using POST /envelope/:id/send, the status becomes in_progress.
When all required documents and signatures are completed, the envelope becomes completed.
If an envelope stays in created or in_progress for one month without being completed, it becomes expired.
Once an envelope expires, unsigned documents inside it can no longer be signed through the original envelope. To collect signatures for documents from an expired envelope, create a new envelope and resend the signature requests.
You are not charged for signatures that were not completed before the envelope expired.
Status reference
createdin_progresscompletedexpiredReminders
Reminder emails are sent only while the envelope is active. Reminders stop when: