Adyen · Schema

GetNetworkTokenResponse

PaymentsFinancial ServicesFintech

Properties

Name Type Description
token object The details of the network token.
View JSON Schema on GitHub

JSON Schema

adyen-getnetworktokenresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetNetworkTokenResponse",
  "title": "GetNetworkTokenResponse",
  "properties": {
    "token": {
      "description": "The details of the network token.",
      "$ref": "#/components/schemas/NetworkToken"
    }
  },
  "required": [
    "token"
  ],
  "type": "object"
}