SignSecure Sign PadSignSecure Sign Pad
E stamp

Check E-Stamp Status Now

Queue an immediate provider status check for a pending e-stamp transaction. This is asynchronous; call `GET /envelopes/{envelopeId}/status` to read the updated state. The platform also performs an hourly safety check.

POST
/envelopes/{envelopeId}/estamp/check

Queue an immediate provider status check for a pending e-stamp transaction. This is asynchronous; call GET /envelopes/{envelopeId}/status to read the updated state. The platform also performs an hourly safety check.

Authorization

bearerAuth
AuthorizationBearer <token>

API key as Bearer token. Format: signsecure_xxxxxxxx...

In: header

Path Parameters

envelopeId*string

The envelope ID

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://api.signpad.signsecure.in/api/v1/envelopes/string/estamp/check"
{
  "envelopeId": "string",
  "queued": true,
  "estampStatus": "queued",
  "message": "string"
}
{
  "code": "UNAUTHORIZED",
  "message": "Invalid or missing API key",
  "requestId": "req_abc123",
  "timestamp": "2026-03-11T10:30:00.000Z"
}

{
  "code": "FORBIDDEN",
  "message": "API key is disabled",
  "requestId": "req_abc123",
  "timestamp": "2026-03-11T10:30:00.000Z"
}

{
  "code": "string",
  "message": "string",
  "details": {},
  "requestId": "req_abc123",
  "timestamp": "2026-03-11T10:30:00.000Z"
}
{
  "code": "INTERNAL_SERVER_ERROR",
  "message": "An internal error occurred",
  "requestId": "req_abc123",
  "timestamp": "2026-03-11T10:30:00.000Z"
}