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

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

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

Register a Payment Service Provider and provide credentials

## 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`

Register a Payment Service Provider and provide credentials

- PaymentServiceProviderCredentialRead
  - `id` integer — The id of the credential.
  - `created` string — The timestamp of the credential object's creation.
  - `updated` string — The timestamp of the credential object's last update.
  - `status` string — The status of the credential.
  - `expiry_time` string — When the status is PENDING_FIRST_USE: when the credential expires.
  - `token_value` string — When the status is PENDING_FIRST_USE: the value of the token.
  - `permitted_device` PermittedDevice
    - `description` string — The description of the device that may use the credential.
    - `ip` string — The IP address of the device that may use the credential.

## 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)
