Adyen · Schema

ListNetworkTokensResponse

ListNetworkTokensResponse schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
networkTokens array List of network tokens.
View JSON Schema on GitHub

JSON Schema

configuration-list-network-tokens-response-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/configuration-list-network-tokens-response-schema.json",
  "title": "ListNetworkTokensResponse",
  "description": "ListNetworkTokensResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "networkTokens": {
      "description": "List of network tokens.",
      "items": {
        "$ref": "#/components/schemas/NetworkToken"
      },
      "type": "array"
    }
  }
}