v1

latestOpenAPI 3.0.02026-07-242035712.0 MB
Apata

List 3DS Challenge Profiles

This web service lists all the challenge profiles. Pass a count and client id to retrieve the list of challenge profiles.

post/pws/pws_list_challenge_profiles_3ds/

Request body

api_call_unique_identifierstring required

Unique number that must be passed at each API request. Identifier to make each API request unique

client_idinteger required

Unique identifier for the client which Paymentology will provide at outset

countinteger required

no. of limit of the list.

user_idstring

User Id of the Customer who triggered the API request.

remarksstring

Remarks for API request

nextTokenstring

next token in pagination

Example request

{
  "api_call_unique_identifier": "438574845790657485",
  "client_id": 760131,
  "count": 2,
  "nextToken": "eyJpZCI6IjJmMTVkOTYyLTZmMzMtNDA0My1iMDM5LWZmOWIxNDYxNDdlMCJ9"
}

Response

Successful Response

Example response

{
  "header": {
    "error_desc": "success"
  },
  "body": {
    "challengeProfiles": [
      {
        "created": "2022-04-27T07:02:07.000Z",
        "id": "60d7bf59-718e-4730-ac5b-1a507e61bb30",
        "properties": {
          "options": [
            {
              "challengeMethodIds": [
                {
                  "challengeMethodIds": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
                }
              ]
            }
          ],
          "choiceChallengeInterfaceId": "cf3604c5-29dc-4cb3-a4c0-403981d3a6f0"
        },
        "type": "V1",
        "updated": "2022-04-27T07:02:07.000Z",
        "alias": "SMSOTP",
        "version": "0"
      }
    ],
    "nexttoken": "eyJpZCI6IjhmZjlmZDI5LTkwNjEtNDczMS1iODE3LWIxYTdiNGFhYzMzOSJ9"
  }
}