v1

latestOpenAPI 3.0.02026-07-242035712.0 MB
Apata

Check Card Enrollment

This web service retrieves card 3DS enrollment details and descriptions. Pass a public token and client ID, to retrieve card enrollment details.

post/pws/pws_card_enroll_status_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

tokeninteger required

Public token of card.

user_idstring

User Id of the Customer who triggered the API request.

remarksstring

Remarks for API request

Example request

{
  "api_call_unique_identifier": "438574845790657485",
  "client_id": 760131,
  "token": 779375128
}

Response

Successful Response

Example response

{
  "header": {
    "error_desc": "success"
  },
  "body": {
    "uniqueID": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "type": "DEFAULT",
    "externalId": "string",
    "scheme": "VISA",
    "language": "en",
    "challengeMethods": [
      {
        "id": [
          "497f6eca-6276-4993-bfeb-53cbbbba6f08"
        ]
      }
    ],
    "enabled": true,
    "biometricConsent": "GRANTED",
    "description": "string",
    "cardProgramId": "ec737f30-0c61-4383-9732-83d7c7b38b49",
    "testable": true,
    "created": "2019-08-24T14:15:22Z",
    "updated": "2019-08-24T14:15:22Z"
  }
}