{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/binlookup-three-ds2-card-range-detail-structure.json", "description": "ThreeDS2CardRangeDetail schema from Adyen API", "type": "object", "properties": { "acsInfoInd": { "x-addedInVersion": "51", "description": "Provides additional information to the 3DS Server.\nPossible values:\n- 01 (Authentication is available at ACS)\n- 02 (Attempts supported by ACS or DS)\n- 03 (Decoupled authentication supported)\n- 04 (Whitelisting supported)", "items": { "type": "string" }, "type": "array" }, "brandCode": { "description": "Card brand.", "type": "string" }, "endRange": { "description": "BIN end range.", "type": "string" }, "startRange": { "description": "BIN start range.", "type": "string" }, "threeDS2Versions": { "x-addedInVersion": "53", "description": "Supported 3D Secure protocol versions", "items": { "type": "string" }, "type": "array" }, "threeDSMethodURL": { "description": "In a 3D Secure 2 browser-based flow, this is the URL where you should send the device fingerprint to.", "type": "string" } }, "name": "ThreeDS2CardRangeDetail" }