Adyen · Example Payload

Management Create Merchant Webhook Request Example

A sample description.

PaymentsFinancial ServicesFintech

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

Top-level fields

acceptsExpiredCertificateacceptsSelfSignedCertificateacceptsUntrustedRootCertificateactiveadditionalSettingscommunicationFormatdescriptionencryptionProtocolnetworkTypepasswordpopulateSoapActionHeadertypeurlusername

Example Payload

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