---
title: "Retry a PSC Session"
method: PUT
path: "/v2.01/{ClientId}/identity-verifications/{IdvSessionId}/pscs/{PscId}/retry"
tags: ["idvSessions"]
---

# Retry a PSC Session

`PUT /v2.01/{ClientId}/identity-verifications/{IdvSessionId}/pscs/{PscId}/retry`

Retry a PSC Session based on its `Id`. Send an empty body (`{}`) to use the existing details declared for the individual and only retry the liveness check, or else send updated details in the request body.

If the PSC's `Status` is `PENDING_VALIDATION`, the existing session link is returned. If the PSC's `Status` is `VALIDATED` or `REJECTED`, a new session link is generated. A PSC whose `Status` is `ABANDONED` cannot be retried. To add a missing PSC, contact Mangopay <a href="https://hub.mangopay.com/" target="_blank">via the Dashboard</a>, who will create the new PSC and provide you with a session link.

[Read more about the multi-session PSC flow](/guides/users/verification/hosted/business) **&rarr;**

## Path parameters

- `ClientId` string, required
- `IdvSessionId` string, required
- `PscId` string, required

## Headers

- `Authorization` string, required

## Request body

- RetryPscSessionRequest
  - `FirstName` string — The first name of the PSC.
  - `LastName` string — The last name of the PSC.
  - `Email` string — The email address of the PSC.
  - `DateOfBirth` integer — Unix timestamp (UTC) of the date of birth of the PSC.

## Response `200`

Success

- RetryPscSessionResponse
  - `Id` string — The unique identifier of the PSC.
  - `FirstName` string — The first name of the PSC.
  - `LastName` string — The last name of the PSC.
  - `Email` string — The email address of the PSC.
  - `DateOfBirth` integer — Unix timestamp (UTC) of the date of birth of the PSC.
  - `Country` string — The country of the PSC (ISO 3166-1 alpha-2 format).
  - `Nationality` string — The nationality of the PSC (ISO 3166-1 alpha-2 format).
  - `PscType` string — The type of the PSC: - `LEGAL_REP` – The PSC is a legal representative only. - `LEGAL_REP_AND_UBO` – The PSC is both a legal representative and a beneficial owner. - `UBO` – The PSC is a beneficial owner only.
  - `Status` string — The status of the PSC session: - `PENDING_VALIDATION` – The PSC session link has been generated and is awaiting completion. - `VALIDATED` – The PSC session was validated. - `REJECTED` – One or more checks failed, or the PSC did not complete the verification within the allowed timeframe. By default, the PSC Session expires 7 days after its `CreationDate`, but if the PSC's liveness step has been started (the QR code was generated), it expires 1 hour after the liveness step started instead. - `ABANDONED` – The PSC session was abandoned by Mangopay, for example if it was a duplicate of another declared PSC.
  - `CreationDate` integer — Unix timestamp (UTC) of the date and time the object was created.
  - `ValidationDate` integer, nullable — Unix timestamp (UTC) of the date and time the PSC session was validated. Returns `null` if not yet validated.
  - `HostedUrl` string — The URL to redirect the PSC to for the hosted verification session.

## Other responses

- `404` — Not Found

## Changes

- **2026-08-20** `0f33313ad7b4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mangopay/apis/api-reference/changes/v2.01/:ClientId/identity-verifications/:IdvSessionId/pscs/:PscId/retry/put.md)

---

[API](https://skmtc.dev/mangopay/apis/api-reference.md) · [All operations](https://skmtc.dev/mangopay/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mangopay/api-reference/revisions/a661c9f11058/schema)
