Add Merchant webhook
POST {{MANAGEMENT_API_BASE_URL}}/merchants/{{YOUR_MERCHANT_ACCOUNT}}/webhooks
Request Body
{"type"=>"standard", "description"=>"Webhook for {{YOUR_MERCHANT_ACCOUNT}} (created by Webhook flow)", "url"=>"{{webhook_url}}", "username"=>"{{webhook_username}}", "password"=>"{{webhook_password}}", "active"=>"false", "sslVersion"=>"TLSv1.2", "communicationFormat"=>"json", "acceptsExpiredCertificate"=>"false", "acceptsSelfSignedCertificate"=>"true", "acceptsUntrustedRootCertificate"=>"true", "populateSoapActionHeader"=>"false"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
User-Agent | string | Start of the flow |