Adyen · Example Payload

Management Profile Example

PaymentsFinancial ServicesFintech

Management Profile Example is an example object payload from Adyen, with 18 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

authTypeautoWifibssTypechanneldefaultProfileeapeapCaCerteapClientCerteapClientKeyeapClientPwdeapIdentityeapIntermediateCerteapPwdhiddenSsidnamepskssidwsec

Example Payload

Raw ↑
{
  "authType": "standard",
  "autoWifi": true,
  "bssType": "standard",
  "channel": 50,
  "defaultProfile": true,
  "eap": "example_value",
  "eapCaCert": "example_value",
  "eapClientCert": "example_value",
  "eapClientKey": "example_value",
  "eapClientPwd": "example_value",
  "eapIdentity": "example_value",
  "eapIntermediateCert": "example_value",
  "eapPwd": "example_value",
  "hiddenSsid": true,
  "name": "Example Name",
  "psk": "example_value",
  "ssid": "REF-500123",
  "wsec": "example_value"
}