Adyen · Schema

CreateTestCardRangesResult

CreateTestCardRangesResult schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
rangeCreationResults array The results of the test card creation.
View JSON Schema on GitHub

JSON Schema

test-cards-create-test-card-ranges-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/test-cards-create-test-card-ranges-result-schema.json",
  "title": "CreateTestCardRangesResult",
  "description": "CreateTestCardRangesResult schema from Adyen API",
  "properties": {
    "rangeCreationResults": {
      "description": "The results of the test card creation.",
      "items": {
        "$ref": "#/components/schemas/TestCardRangeCreationResult"
      },
      "type": "array"
    }
  },
  "required": [
    "rangeCreationResults"
  ],
  "type": "object"
}