Adyen · Example Payload

Management Webhook Example

A sample description.

PaymentsFinancial ServicesFintech

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

Top-level fields

_linksacceptsExpiredCertificateacceptsSelfSignedCertificateacceptsUntrustedRootCertificateaccountReferenceactiveadditionalSettingscertificateAliascommunicationFormatdescriptionencryptionProtocolfilterMerchantAccountTypefilterMerchantAccountshasErrorhasPasswordhmacKeyCheckValueidnetworkTypepopulateSoapActionHeadertypeurlusername

Example Payload

Raw ↑
{
  "_links": "example_value",
  "acceptsExpiredCertificate": true,
  "acceptsSelfSignedCertificate": true,
  "acceptsUntrustedRootCertificate": true,
  "accountReference": "REF-500123",
  "active": true,
  "additionalSettings": "example_value",
  "certificateAlias": "example_value",
  "communicationFormat": "soap",
  "description": "A sample description.",
  "encryptionProtocol": "TLSv1.2",
  "filterMerchantAccountType": "allAccounts",
  "filterMerchantAccounts": [
    "example_value"
  ],
  "hasError": true,
  "hasPassword": true,
  "hmacKeyCheckValue": "example_value",
  "id": "REF-500123",
  "networkType": "local",
  "populateSoapActionHeader": true,
  "type": "standard",
  "url": "http://www.adyen.com",
  "username": "Example Name"
}