Adyen · Example Payload

Management Create Company Webhook Request Example

A sample description.

PaymentsFinancial ServicesFintech

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

Top-level fields

acceptsExpiredCertificateacceptsSelfSignedCertificateacceptsUntrustedRootCertificateactiveadditionalSettingscommunicationFormatdescriptionencryptionProtocolfilterMerchantAccountTypefilterMerchantAccountsnetworkTypepasswordpopulateSoapActionHeadertypeurlusername

Example Payload

Raw ↑
{
  "acceptsExpiredCertificate": true,
  "acceptsSelfSignedCertificate": true,
  "acceptsUntrustedRootCertificate": true,
  "active": true,
  "additionalSettings": "example_value",
  "communicationFormat": "soap",
  "description": "A sample description.",
  "encryptionProtocol": "TLSv1.2",
  "filterMerchantAccountType": "allAccounts",
  "filterMerchantAccounts": [
    "example_value"
  ],
  "networkType": "local",
  "password": "example_value",
  "populateSoapActionHeader": true,
  "type": "standard",
  "url": "http://www.adyen.com",
  "username": "Example Name"
}