GET
/
v2.01
/
{ClientId}
/
identity-verifications
/
{IdvSessionId}
// GET has no body parameters
{
    "Id": "idnver_01JTGFRGJTHCKRZWAGSV1ZEF3W",
    "Tag": "Created using the Mangopay API Postman collection",
    "HostedUrl": "https://user-verification.sandbox.mangopay.com/6810d9b2c2885039758599bc?sessionId=6818d4082500001000a083b8&redirectURL=https%3A%2F%2Fexample.com%2F",
    "ReturnUrl": "https://example.com/",
    "Status": "PENDING",
    "UserId": "user_m_01JTG7NDTE52MZCCF50QHJ870A",
    "CreationDate": 1746457608,
    "LastUpdate": 1746457608,
    "Checks": []
}

Path parameters

IdvSessionId
string
required

The unique identifier of the IDV Session.

Responses

// GET has no body parameters
{
    "Id": "idnver_01JTGFRGJTHCKRZWAGSV1ZEF3W",
    "Tag": "Created using the Mangopay API Postman collection",
    "HostedUrl": "https://user-verification.sandbox.mangopay.com/6810d9b2c2885039758599bc?sessionId=6818d4082500001000a083b8&redirectURL=https%3A%2F%2Fexample.com%2F",
    "ReturnUrl": "https://example.com/",
    "Status": "PENDING",
    "UserId": "user_m_01JTG7NDTE52MZCCF50QHJ870A",
    "CreationDate": 1746457608,
    "LastUpdate": 1746457608,
    "Checks": []
}