v1

latestOpenAPI 3.1.02026-07-24180245513.9 KB
verification-scheme-participants

Retrieve verification scheme participant

Retrieve the details of a verification scheme participant.

get/verification_scheme_participants/{participant_bic}

Path parameters

participant_bicstring required
Example:DEUTDEFFXXX

The participant BIC of the verification scheme participant.

Response

Successfully retrieved verification scheme participant

participant_bicstring required

The BIC of the participant.

participant_namestring required

The name of the participant.

country_codestring required

The country code of the participant.

psd2_nansstring[] required

PSD2 National Authorization Numbers of the participant.

Example response

{
  "participant_bic": "DEUTDEFFXXX",
  "participant_name": "Bank Name",
  "country_code": "DE",
  "psd2_nans": [
    "W-12345678"
  ],
  "operational_contacts": [
    {
      "email": "user1@mail.com"
    }
  ],
  "schemes": [
    {
      "code": "VOP",
      "uris": [
        {
          "environment": "L",
          "operation": "postVerificationOfPayeeRequests",
          "api_uri": "https://vopxxx.bankbic.com/vop/v1/payee-verifications",
          "api_version": 1,
          "priority_number": 1,
          "account_holding_bics": [
            "DEUTBEFFXXX",
            "DEUTITFFXXX"
          ],
          "start_date_time": "2025-09-12T00:00:00Z",
          "end_date_time": "2026-03-01T00:00:00Z",
          "note": "My first added url"
        }
      ],
      "roles": [
        {
          "code": "REQUES"
        }
      ],
      "options": [
        {
          "code": "INACNO",
          "readiness_date": "2025-02-01",
          "leaving_date": "2025-12-31"
        }
      ],
      "readiness_date": "2025-02-01",
      "leaving_date": "2025-12-31"
    }
  ]
}