Adyen · Schema

ListNetworkTokensResponse

PaymentsFinancial ServicesFintech

Properties

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

JSON Schema

adyen-listnetworktokensresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListNetworkTokensResponse",
  "title": "ListNetworkTokensResponse",
  "properties": {
    "networkTokens": {
      "description": "List of network tokens.",
      "items": {
        "$ref": "#/components/schemas/NetworkToken"
      },
      "type": "array"
    }
  },
  "type": "object"
}