shippingDetailsUsage
This is the shipping usage information.
cardHolderNameMatchboolean
This indicates whether the cardholder name on the account is identical to the shipping name used for this transaction.
initialUsageDatestring<date>
This is the date when the shipping address for this transaction was first used with the 3DS Requestor. The ISO 8601 date format is expected, i.e., YYYY-MM-DD.
initialUsageRangestring
Possible values: [CURRENT_TRANSACTION
, LESS_THAN_THIRTY_DAYS
, THIRTY_TO_SIXTY_DAYS
, MORE_THAN_SIXTY_DAYS
]
shippingDetailsUsage
{
"cardHolderNameMatch": true,
"initialUsageDate": "2024-07-29",
"initialUsageRange": "CURRENT_TRANSACTION"
}