Adyen · JSON Structure

Binlookup Cost Estimate Assumptions Structure

CostEstimateAssumptions schema from Adyen API

Type: object Properties: 3
PaymentsFinancial ServicesFintech

CostEstimateAssumptions is a JSON Structure definition published by Adyen, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

assume3DSecureAuthenticated assumeLevel3Data installments

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/binlookup-cost-estimate-assumptions-structure.json",
  "description": "CostEstimateAssumptions schema from Adyen API",
  "type": "object",
  "properties": {
    "assume3DSecureAuthenticated": {
      "description": "If true, the cardholder is expected to successfully authorise via 3D Secure.",
      "type": "boolean"
    },
    "assumeLevel3Data": {
      "description": "If true, the transaction is expected to have valid Level 3 data.",
      "type": "boolean"
    },
    "installments": {
      "description": "If not zero, the number of installments.",
      "type": "int32"
    }
  },
  "name": "CostEstimateAssumptions"
}