MATTR VII Platform API Events Registry - v12.23.0
    Preparing search index...

    CREDENTIAL_PRESENTATION_RESPONSE_RETRY

    interface CredentialPresentationResponseRetryEventSanitised {
        category: "credential-presentation";
        clientId: string | undefined;
        data: { receiveEventId: string; retryAttempt: number; sessionId: string };
        id: string;
        managementUserId: string | undefined;
        requestId: string;
        requestIp: string | undefined;
        tenantId: string;
        timestamp: number;
        type: "CREDENTIAL_PRESENTATION_RESPONSE_RETRY";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "credential-presentation"
    clientId: string | undefined
    data: {
        payload:
            | {
                presentation_submission: {
                    definition_id: string;
                    descriptor_map: { format: "mso_mdoc"; id: string; path: "$" }[];
                    id: string;
                };
                state: string;
                vp_token: string;
            }
            | { error: string; error_description: string
            | undefined; state: string };
        receiveEventId: string;
        retryAttempt: number;
        sessionId: string;
        sessionTranscript: string;
    }
    id: string
    managementUserId: string | undefined
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "CREDENTIAL_PRESENTATION_RESPONSE_RETRY"
    userAgent: string | undefined
    version: "1"