---
title: "Idin:Browse"
method: GET
path: "/v2/idin"
tags: ["Idin"]
---

# Idin:Browse

`GET /v2/idin`

Retrieve all iDIN transaction. iDIN is a service of the dutch banks which you can use to identify your customers.

## Query parameters

- `page` integer
- `limit` integer
- `status` object
  - `eq` string — Filter iDINs by status. Use operators like eq: "SUCCESS", neq: "INIT".
  - `neq` string — Filter iDINs by status. Use operators like neq: "SUCCESS", neq: "INIT".
- `service` object
  - `eq` string — Filter on the exact service code.
  - `neq` string — Filter on service codes that do not equal the given value.
- `merchant` object
  - `eq` string — Get results that equal the given value

## Response `200`

OK

- IdinIdinsOutput
  - `idin` IdinIdinOutput[] — Collection of Idin.IdinOutput objects or an empty array
    - `code` string — iDIN transaction code
    - `issuingBank` string, nullable — Issuing bank BIC
    - `reference` string, nullable — Merchant reference
    - `subject` IdinIdinOutputSubject
      - `type` 'AGE' | 'AUTH' | 'LOGIN'
      - `requestedFields` string[]
    - `status` IdinIdinOutputStatus
      - `code` 'SUCCESS' | 'INIT' | 'CANCELLED' | 'EXPIRED' | 'FAILURE' | 'OPEN' | 'PENDING' | 'ERROR'
      - `details` IdinIdinOutputStatusDetails
        - `errorCode` string, nullable
        - `errorDetails` string, nullable
        - `errorMessage` string, nullable
        - `2ndLevel` string, nullable
        - `status` string, nullable
    - `returnUrl` string, nullable — Return URL used after completion
    - `exchangeUrl` string, nullable — Exchange URL used for callbacks
    - `service` IdinIdinOutputService
      - `code` string — Service code
      - `name` string — Service name
    - `merchant` IdinIdinOutputMerchant
      - `code` string — Merchant code
      - `name` string — Merchant name
      - `status` string — Merchant status
    - `createdAt` string — When the iDIN transaction was created
  - `count` integer — The amount of items the collection contains
  - `pages` integer — The amount of pages available
  - `total` integer, nullable — The total items the collection contains
  - `_links` LinkOutput[], nullable
    - `href` string, nullable — The URI to the linked resource
    - `rel` string, nullable — The name of the linked resource
    - `type` string, nullable — The (http(s)) method needed to approach the linked resource

## Other responses

- `400` — Bad request, see response body for more information
- `401` — Unauthorized. Supplied credentials are invalid
- `403` — Forbidden. Supplied credentials have no rights
- `404` — Resource not found
- `405` — Used HTTP method is not allowed
- `406` — Not acceptable. The supplied content type in the accept parameter in the header is not supported
- `410` — Indicates that this resource is no longer available for use
- `415` — Unsupported media. The supplied content type in the content-type parameter in the header is not supported
- `429` — Rate limit reached.
- `500` — An internal error occurred.
- `503` — The server is currently unable to handle your request

---

[API](https://skmtc.dev/pay/apis/pay-transaction-gateway-unit-api.md) · [All operations](https://skmtc.dev/pay/apis/pay-transaction-gateway-unit-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pay/pay-transaction-gateway-unit-api/revisions/2bc260c7bdfc/schema)
