---
title: "(Deprecated) Initialize a Deutsche Post POSTIDENT Identification"
method: POST
path: "/v2/accounts/{accountid}/enrolment/init"
tags: ["Accounts | Admin"]
---

# (Deprecated) Initialize a Deutsche Post POSTIDENT Identification

`POST /v2/accounts/{accountid}/enrolment/init`

## Path parameters

- `accountid` string, required

## Headers

- `Authorization` string, required
- `PSU-Accept-Language` string
- `PSU-IP-Address` string, required
- `PSU-User-Agent` string

## Request body

- EnrolmentInitInput
  - `Provider` 0 — Identification provider<br/>0 = Deutsche Post POSTIDENT.<br/>
  - `successUrl` string — Forwarding URL to which in case of a successful identification should be forwarded
  - `declinedUrl` string — Forwarding URL to which in case of an unsuccessful identification should be forwarded
  - `couponRequestedUrl` string — Forwarding URL to forward to when the coupon has been downloaded
  - `reviewPendingUrl` string — Forwarding URL to forward to when the coupon has been downloaded
  - `incompleteUrl` string — Forwarding URL to which in case of incomplete identification should be forwarded

## Response `200`

OK

- EnrolmentInitOutput
  - `redirecturl` string — Redirect URL to Deutsche Post PostIdent
  - `error` Error
    - `code` integer
    - `message` string
    - `psp` PSP
      - `message` string — Get the Error Message from PSP

## Other responses

- `401` — Unauthorized
- `500` — InternalServerError

---

[API](https://skmtc.net/lemonway/apis/account-onboarding-management-api.md) · [All operations](https://skmtc.net/lemonway/apis/account-onboarding-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lemonway/account-onboarding-management-api/revisions/73309fe68e2d/schema)
