Create webhook

Number of APIs: 5

  1. Add Merchant webhook POST {{MANAGEMENT_API_BASE_URL}}/merchants/{{YOUR_MERCHANT_ACCOUNT}}/webhooks

  2. Generate HMAC Key POST {{MANAGEMENT_API_BASE_URL}}/merchants/{{YOUR_MERCHANT_ACCOUNT}}/webhooks/{{webhookId}}/generateHmac

  3. Test webhook POST {{MANAGEMENT_API_BASE_URL}}/merchants/{{YOUR_MERCHANT_ACCOUNT}}/webhooks/{{webhookId}}/test

  4. Enable webhook PATCH {{MANAGEMENT_API_BASE_URL}}/merchants/{{YOUR_MERCHANT_ACCOUNT}}/webhooks/{{webhookId}}

  5. Delete webhook DELETE {{MANAGEMENT_API_BASE_URL}}/merchants/{{YOUR_MERCHANT_ACCOUNT}}/webhooks/{{webhookId}}