โฌ†๏ธUpdate Identity

A Customers Identity Document Type may be updated if required.

Update Identity

PATCH {{baseUrl}}/identity-documents/:identity_id/validate

The ID Document type can be changed/updated whilst maintaining the same identity_id. The ID Document types include id_book, id_card and drivers_licence.

Path Parameters

Query Parameters

```json
{
    "data": {
        "id": "{{identityId}}",
        "type": "id_card",
        "front": null,
        "back": null,
        "valid": false
    }
}
```

Last updated