---
title: "Get Challenge Profile"
method: POST
path: "/pws/pws_get_challenge_profile_3ds/"
tags: ["Apata"]
---

# Get Challenge Profile

`POST /pws/pws_get_challenge_profile_3ds/`

This web service will return a challenge profile. Pass an id of the challenge profile to retrieve one.

## Request body

- GetChallengeProfileRequest
  - `api_call_unique_identifier` string, required — Unique number that must be passed at each API request. Identifier to make each API request unique
  - `client_id` integer, required — Unique identifier for the client which Paymentology will provide at outset
  - `id` string, required — Unique identifier for the challenge profile.
  - `user_id` string — User Id of the Customer who triggered the API request.
  - `remarks` string — Remarks for API request

## Response `200`

Successful Response

- GetChallengeProfile3DSApataResponse
  - `organisationId` string
  - `financialInstitutionId` string
  - `id` string
  - `alias` string
  - `name` string
  - `type` string
  - `version` integer
  - `description` string
  - `properties` GetChallengeProfile3DSApataResponseProperties — GetChallengeProfile3DSApataResponse Properties
    - `options` GetChallengeProfile3DSApataResponseOptions[]
      - `alias` string
      - `challengeMethodIds` string[]
      - `fallbackOnError` boolean
      - `choiceIndex` integer
      - `fallbackIndex` integer
    - `allowFallback` boolean
    - `allowChoice` boolean
    - `allowChoiceOnFallback` boolean
  - `created` string
  - `updated` string

## Other responses

- `404` — Webservices does not exist
- `500` — Internal Server error

---

[API](https://skmtc.net/paymentology/apis/payapi-docs.md) · [All operations](https://skmtc.net/paymentology/apis/payapi-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paymentology/payapi-docs/revisions/a675891b0365/schema)
