v1

latestOpenAPI 3.0.1Apache 2.02026-07-2647148658.0 KB
V2

Get ThreeDSAuthentication by ID

The API returns details about a particular threeDSAuthentication associated with the provided ID.

get/v2/3d/{id}

Path parameters

idstring required

ThreeDSAuthentication id

Response

Successful

_idstring

ThreeDSAuthentication id

amountnumber

The amount of the transaction.

threeds_contract_idstring

The ID of the threeDSContractId used.

cardstring

The ID of the card that is checked for enrollment. <br>

currency_codestring

Alphabetical ISO 4217 currency code for the sale amount.

created_atstring date

The time at which the authentication was created.

entity_idstring

The ID of the entity, which this authentication belongs to.

transaction_idstring

To complete the transaction, the value is required to be passed on the Cardinal.Continue().

Example response

{
  "_id": "f1aeb720-9bd9-4667-a24f-979fb8175c65",
  "threeds_contract_id": "7076974d-04b9-4375-9814-e9313f6bd036",
  "authentication": {
    "threeds_version": "2.2.0",
    "enrolled": "Y",
    "error_desc": "Error Processing Message Request",
    "error_no": "0",
    "order_id": "8000725863630542",
    "eci_flag": "05",
    "signature_verification": "Y",
    "ds_transaction_id": "78841adc-0252-4d14-89e6-9a4747a145da",
    "acs_url": "https://0merchantacsstag.cardinalcommerce.com/MerchantACSWeb/creq.jsp",
    "card_brand": "VISA",
    "network_score": "99",
    "challenge_cancel": "01",
    "cavv": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA=",
    "cavv_algorithm": "2",
    "pares_status": "Y",
    "payload": "eyJtZXNzYWdlVHlwZSI6IkNSZXEiLCJtZXNzYWdlVmVyc2lvbiI6IjIuMi4wIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiI4MmIwZmEwNS0yYzJkLTQyYzUtYWIyMi01ZjFhZjRjMGU4ZDEiLCJhY3NUcmFuc0lEIjoiN2NkMmNkZmEtNjA2YS00ODg4LWFjMmYtZGMyZTc1ODFlMjMwIiwiY2hhbGxlbmdlV2luZG93U2l6ZSI6IjAyIn0",
    "reason_code": "1001",
    "reason_desc": "Error Processing Message Request",
    "cardholder_info": "Additional authentication is required by the issuing bank for this transaction, please contact Anybank at 123-456-7890.",
    "acs_rendering_type": "01",
    "acs_transaction_id": "9fe9a7d5-5e07-48c2-9fdd-a21fa274b1e9",
    "authentication_type": "01",
    "challenge_required": "N",
    "status_reason": "01"
  },
  "currency_code": "USD",
  "entity_id": "516af950-02b8-43fb-9955-1c01d0d67e90",
  "transaction_id": "ppWyiLx7GnvTLlqFZtM1"
}