---
title: "GET /user-payment-service-provider/{itemId}"
method: GET
path: "/user-payment-service-provider/{itemId}"
tags: ["user-payment-service-provider"]
---

# GET /user-payment-service-provider/{itemId}

`GET /user-payment-service-provider/{itemId}`

Used to view UserPaymentServiceProvider for session creation.

## Path parameters

- `itemId` integer, required

## Headers

- `Cache-Control` string
- `User-Agent` string, required
- `X-Bunq-Language` string
- `X-Bunq-Region` string
- `X-Bunq-Client-Request-Id` string
- `X-Bunq-Geolocation` string
- `X-Bunq-Client-Authentication` string, required

## Response `200`

Used to view UserPaymentServiceProvider for session creation.

- UserPaymentServiceProviderRead
  - `id` integer — The id of the user.
  - `created` string — The timestamp of the user object's creation.
  - `updated` string — The timestamp of the user object's last update.
  - `certificate_distinguished_name` string — The distinguished name from the certificate used to identify this user.
  - `alias` Pointer[] — The aliases of the user.
    - `type` string — The alias type, can be: EMAIL|PHONE_NUMBER|IBAN.
    - `value` string — The alias value.
    - `name` string — The alias name.
    - `service` string — The pointer service. Only required for external counterparties.
  - `avatar` Avatar
    - `uuid` string — The public UUID of the avatar.
    - `anchor_uuid` string — The public UUID of object this avatar is anchored to.
    - `image` Image[] — The actual image information of this avatar.
      - `attachment_public_uuid` string — The public UUID of the public attachment containing the image.
      - `content_type` string — The content-type as a MIME filetype.
      - `height` integer — The image height in pixels.
      - `width` integer — The image width in pixels.
    - `style` string — The style (if applicable) for this Avatar.
  - `status` string — The user status. The user status. Can be: ACTIVE, BLOCKED or DENIED.
  - `sub_status` string — The user sub-status. Can be: NONE
  - `public_uuid` string — The providers's public UUID.
  - `display_name` string — The display name for the provider.
  - `public_nick_name` string — The public nick name for the provider.
  - `language` string — The provider's language. Formatted as a ISO 639-1 language code plus a ISO 3166-1 alpha-2 country code, separated by an underscore.
  - `region` string — The provider's region. Formatted as a ISO 639-1 language code plus a ISO 3166-1 alpha-2 country code, separated by an underscore.
  - `session_timeout` integer — The setting for the session timeout of the user in seconds.

## Other responses

- `400` — This is how the error response looks like for 4XX response codes

---

[API](https://skmtc.net/bunq/apis/bunq-api.md) · [All operations](https://skmtc.net/bunq/apis/bunq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunq/bunq-api/revisions/369477c7bd26/schema)
