Type alias PendingResponse

PendingResponse: {
    currentStep: "pending";
    estimatedReviewTime?: EstimatedReviewTime;
    maxReviewTime?: MaxReviewTime;
    statusUrl: string;
    verificationId: DatabaseId;
} & WithLocaleAndCountryAndSegment

Type declaration

Description

Response from REST API. Poll statusUrl for updates while document is reviewed.