---
title: "Count ThreeDSAuthentication"
method: GET
path: "/v2/3d/count"
tags: ["V2"]
---

# Count ThreeDSAuthentication

`GET /v2/3d/count`

The API provides the total number of threeDS authentications and can be queried by appending parameters to the query string of the URL.

## Query parameters

- `_id` string
- `amount` number
- `card` string
- `created_at` string, date
- `currency_code` string
- `entity_id` string
- `threeds_contract_id` string
- `transaction_id` string
- `authentication.acs_rendering_type` string
- `authentication.acs_transaction_id` string
- `authentication.acs_url` string
- `authentication.authentication_type` string
- `authentication.authorization_payload` string
- `authentication.card_brand` string
- `authentication.cardholder_info` string
- `authentication.cavv_algorithm` string
- `authentication.cavv` string
- `authentication.challenge_cancel` '01' | '02' | '03' | '04' | '05' | '06' | '07' | '8.0'
- `authentication.challenge_required` string
- `authentication.ds_transaction_id` string
- `authentication.eci_flag` string
- `authentication.enrolled` string
- `authentication.error_desc` string
- `authentication.error_no` string
- `authentication.network_score` string
- `authentication.order_id` string
- `authentication.pares_status` string
- `authentication.payload` string
- `authentication.reason_code` string
- `authentication.reason_desc` string
- `authentication.signature_verification` string
- `authentication.status_reason` string
- `authentication.threeds_version` string
- `authentication.xid` string
- `encrypted_card` string
- `public_key_alias` string
- `_id!` string
- `amount!` number
- `card!` string
- `created_at!` string, date
- `currency_code!` string
- `entity_id!` string
- `threeds_contract_id!` string
- `transaction_id!` string
- `authentication.acs_rendering_type!` string
- `authentication.acs_transaction_id!` string
- `authentication.acs_url!` string
- `authentication.authentication_type!` string
- `authentication.authorization_payload!` string
- `authentication.card_brand!` string
- `authentication.cardholder_info!` string
- `authentication.cavv_algorithm!` string
- `authentication.cavv!` string
- `authentication.challenge_cancel!` '01' | '02' | '03' | '04' | '05' | '06' | '07' | '8.0'
- `authentication.challenge_required!` string
- `authentication.ds_transaction_id!` string
- `authentication.eci_flag!` string
- `authentication.enrolled!` string
- `authentication.error_desc!` string
- `authentication.error_no!` string
- `authentication.network_score!` string
- `authentication.order_id!` string
- `authentication.pares_status!` string
- `authentication.payload!` string
- `authentication.reason_code!` string
- `authentication.reason_desc!` string
- `authentication.signature_verification!` string
- `authentication.status_reason!` string
- `authentication.threeds_version!` string
- `authentication.xid!` string
- `encrypted_card!` string
- `public_key_alias!` string
- `_id~` string
- `card~` string
- `currency_code~` string
- `entity_id~` string
- `threeds_contract_id~` string
- `transaction_id~` string
- `authentication.acs_rendering_type~` string
- `authentication.acs_transaction_id~` string
- `authentication.acs_url~` string
- `authentication.authentication_type~` string
- `authentication.authorization_payload~` string
- `authentication.card_brand~` string
- `authentication.cardholder_info~` string
- `authentication.cavv_algorithm~` string
- `authentication.cavv~` string
- `authentication.challenge_cancel~` '01' | '02' | '03' | '04' | '05' | '06' | '07' | '8.0'
- `authentication.challenge_required~` string
- `authentication.ds_transaction_id~` string
- `authentication.eci_flag~` string
- `authentication.enrolled~` string
- `authentication.error_desc~` string
- `authentication.error_no~` string
- `authentication.network_score~` string
- `authentication.order_id~` string
- `authentication.pares_status~` string
- `authentication.payload~` string
- `authentication.reason_code~` string
- `authentication.reason_desc~` string
- `authentication.signature_verification~` string
- `authentication.status_reason~` string
- `authentication.threeds_version~` string
- `authentication.xid~` string
- `encrypted_card~` string
- `public_key_alias~` string
- `amount>` number
- `created_at>` string, date
- `amount<` number
- `created_at<` string, date

## Response `200`

Successful

- Model1[]
  - `id` string, required — Customers ID
  - `billing` Billing
    - `address_1` string — Customer's primary billing address information. <br /> Note:Required for 3DS. Please refer to the 3D Secure API specification for the format requirements.
    - `address_2` string — Customer's secondary billing address information.
    - `address_3` string — Customer's third billing address information.
    - `city` string — Customer's city on their billing address. <br /> Note:Required for 3DS. Please refer to the 3D Secure API specification for the format requirements.
    - `country_code` string — Customer's alpha 2 digit ISO 3166 country code. (e.g. United States = US) <br /> Note:Required for 3DS. Please refer to the 3D Secure API specification for the format requirements.
    - `first_name` string — Customer's first name. **Required** in case that companyName is not provided. <br /> Note:Required for 3DS. Please refer to the 3D Secure API specification for the format requirements.
    - `middle_name` string — Customer's middle name. <br />
    - `last_name` string — Customer's last name. **Required** in case that companyName is not provided. <br /> Note:Required for 3DS. Please refer to the 3D Secure API specification for the format requirements.
    - `phone` string — Customer's phone number for billing address.
    - `postal_code` string — Customer's postal code of their billing address. <br /> Note:Required for 3DS. Please refer to the 3D Secure API specification for the format requirements. Required unless market or regional mandate restricts sending this information.
    - `state` string — Customer's state or province of their billing address. (e,g. Ohio = OH, Texas = TX)
  - `company_name` string — Company of the customer. . **Required** in case that billing.firstName & billing.lastName are not provided.
  - `company_registration_number` string — Unique identifier of the company, recognised by the government. Known as CoC (Chamber of Commerce) number in some countries
  - `email_address` string — Consumer's email address. <br /> Note:Required for 3DS. Please refer to the 3D Secure API specification for the format requirements.
  - `entity_id` string, required — Entity id on which the customer is created. Entity Id can be located on the organization level as Organization ID (Administration > Organizations > [Organization] > Organisation ID value)
  - `phone_number` string — Cardholder's phone number
  - `shipping` Shipping
    - `address_1` string — Consumer's primary shipping address information.</br> **Field required for**: Google Pay, Apple Pay
    - `address_2` string — Consumer's secondary shipping address information.
    - `address_3` string — Consumer's third shipping address information.
    - `city` string — Consumer's city on their shipping address.</br> **Field required for**: Google Pay, Apple Pay
    - `first_name` string — Consumer's first name.
    - `middle_name` string — Consumer's middle name.
    - `last_name` string — Consumer's last name.
    - `phone` string — Consumer's phone number.
    - `country_code` string — Consumer's alpha 2 digit ISO 3166 country code. (e.g. United States = US)</br> **Field required for**: Google Pay, Apple Pay
    - `postal_code` string — Consumer's postal code of their shipping address.</br> **Field required for**: Google Pay, Apple Pay
    - `state` string — Consumer's state or province of their shipping address. (e,g. Ohio = OH, Texas = TX)
  - `title` string — Title
  - `work_phone` string — Consumer's work phone number.
  - `tax` Tax
    - `identifier` string — An optional identifier of the document recipient:<br> Personal ID (for individuals) <br>Tax identification number (for business)
  - `language` string — Customer language preferences for the Invoice document. Read <a target="_blank" href="https://verifone.cloud/docs/online-payments/localisation">Localisation</a> for details.
  - `created_at` string, date, required — Time at which this customer has been created
  - `updated_at` string, date, required — Time at which this customer has been updated for last time

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `504` — Gateway Time-out

---

[API](https://skmtc.dev/westpac/apis/checkout-api.md) · [All operations](https://skmtc.dev/westpac/apis/checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/westpac/checkout-api/revisions/97b34ca7df9a/schema)
