Adyen · Schema

CreateTestCardRangesResult

PaymentsFinancial ServicesFintech

Properties

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

JSON Schema

adyen-createtestcardrangesresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateTestCardRangesResult",
  "title": "CreateTestCardRangesResult",
  "properties": {
    "rangeCreationResults": {
      "description": "The results of the test card creation.",
      "items": {
        "$ref": "#/components/schemas/TestCardRangeCreationResult"
      },
      "type": "array"
    }
  },
  "required": [
    "rangeCreationResults"
  ]
}