Skip to main content

AcctInfo

Account information related to the Cardholder and 3DS Requestor, used for risk evaluation.

chAccAgeIndstringnullable

Length of time that the cardholder has had the account with the 3DS Requestor. Scheme specific rules: Visa: Field is required if available.

  • 01: No account (guest check-out)
  • 02: Created during this transaction
  • 03: Less than 30 days
  • 04: 30-60 days
  • 05: More than 60 days

Possible values: [01, 02, 03, 04, 05]

chAccChangestring<yyyymmdd>nullable

Date that the cardholder's account with the 3DS Requestor was last changed, including Billing or Shipping address, new payment account, or new user(s) added. Scheme specific rules: Visa: Field is required if available.

Possible values: Value must match regular expression ^[0-9]{8}$

chAccChangeIndstringnullable

Length of time since the cardholder's account information with the 3DS Requestor was last changed, including Billing or Shipping address, new payment account, or new user(s) added. Scheme specific rules: Visa: Field is required if available.

  • 01: Changed during this transaction
  • 02: Less than 30 days
  • 03: 30-60 days
  • 04: More than 60 days

Possible values: [01, 02, 03, 04]

chAccDatestring<yyyymmdd>nullable

Date that the cardholder opened the account with the 3DS Requestor. Scheme specific rules: Visa: Field is required if available.

Possible values: Value must match regular expression ^[0-9]{8}$

chAccPwChangestring<yyyymmdd>nullable

Date that cardholder's account with the 3DS Requestor had a password change or account reset. Scheme specific rules: Visa: Field is required if available.

Possible values: Value must match regular expression ^[0-9]{8}$

chAccPwChangeIndstringnullable

Indicates the length of time since the cardholder's account with the 3DS Requestor had a password change or account reset. Scheme specific rules: Visa: Field is required if available.

  • 01: No change
  • 02: Changed during this transaction
  • 03: Less than 30 days
  • 04: 30-60 days
  • 05: More than 60 days

Possible values: [01, 02, 03, 04, 05]

chAccReqIDstringnullable

The 3DS Requestor assigned account identifier of the transacting Cardholder.

Possible values: <= 64 characters

nbPurchaseAccountstringnullable

Number of purchases with this cardholder account during the previous six months. Scheme specific rules: Visa: Field is required if available.

Possible values: <= 4 characters, Value must match regular expression ^[0-9]{1,4}$

paymentAccAgestring<yyyymmdd>nullable

Date that the payment account was enrolled in the cardholder's account with the 3DS Requestor. Scheme specific rules: Visa: Field is required if available.

Possible values: Value must match regular expression ^[0-9]{8}$

paymentAccIndstringnullable

Indicates the length of time that the payment account was enrolled in the cardholder's account with the 3DS Requestor. Scheme specific rules: Visa: Field is required if available.

  • 01: No account (guest check-out)
  • 02: During this transaction
  • 03: Less than 30 days
  • 04: 30-60 days
  • 05: More than 60 days

Possible values: [01, 02, 03, 04, 05]

provisionAttemptsDaystringnullable

Number of Add Card attempts in the last 24 hours. Scheme specific rules: Visa: Field is required if available.

Possible values: <= 3 characters, Value must match regular expression ^[0-9]{1,3}$

shipAddressUsagestring<yyyymmdd>nullable

Date when the shipping address used for this transaction was first used with the 3DS Requestor.

Possible values: Value must match regular expression ^[0-9]{8}$

shipAddressUsageIndstringnullable

Indicates when the shipping address used for this transaction was first used with the 3DS Requestor. Scheme specific rules: Visa: Field is required if available.

  • 01: This transaction
  • 02: Less than 30 days
  • 03: 30-60 days
  • 04: More than 60 days

Possible values: [01, 02, 03, 04]

shipNameIndicatorstringnullable

Indicates if the Cardholder Name on the account is identical to the shipping Name used for this transaction. Scheme specific rules: Visa: Field is required if available.

  • 01: Account Name identical to shipping Name
  • 02: Account Name different than shipping Name

Possible values: [01, 02]

suspiciousAccActivitystringnullable

Indicates whether the 3DS Requestor has experienced suspicious activity (including previous fraud) on the cardholder account. Scheme specific rules: Visa: Field is required if available.

  • 01: No suspicious activity has been observed
  • 02: Suspicious activity has been observed

Possible values: [01, 02]

txnActivityDaystringnullable

Number of transactions (successful and abandoned) for this cardholder account with the 3DS Requestor across all payment accounts in the previous 24 hours. Scheme specific rules: Visa: Field is required if available.

Possible values: <= 3 characters, Value must match regular expression ^[0-9]{1,3}$

txnActivityYearstringnullable

Number of transactions (successful and abandoned) for this cardholder account with the 3DS Requestor across all payment accounts in the previous year. Scheme specific rules: Visa: Field is required if available.

Possible values: <= 3 characters, Value must match regular expression ^[0-9]{1,3}$

AcctInfo
{
"chAccAgeInd": "01",
"chAccChange": "string",
"chAccChangeInd": "01",
"chAccDate": "string",
"chAccPwChange": "string",
"chAccPwChangeInd": "01",
"chAccReqID": "string",
"nbPurchaseAccount": "string",
"paymentAccAge": "string",
"paymentAccInd": "01",
"provisionAttemptsDay": "string",
"shipAddressUsage": "string",
"shipAddressUsageInd": "01",
"shipNameIndicator": "01",
"suspiciousAccActivity": "01",
"txnActivityDay": "string",
"txnActivityYear": "string"
}