Create webhook
Number of APIs: 5
-
Add Merchant webhook POST {{MANAGEMENT_API_BASE_URL}}/merchants/{{YOUR_MERCHANT_ACCOUNT}}/webhooks
-
Generate HMAC Key POST {{MANAGEMENT_API_BASE_URL}}/merchants/{{YOUR_MERCHANT_ACCOUNT}}/webhooks/{{webhookId}}/generateHmac
-
Test webhook POST {{MANAGEMENT_API_BASE_URL}}/merchants/{{YOUR_MERCHANT_ACCOUNT}}/webhooks/{{webhookId}}/test
-
Enable webhook PATCH {{MANAGEMENT_API_BASE_URL}}/merchants/{{YOUR_MERCHANT_ACCOUNT}}/webhooks/{{webhookId}}
-
Delete webhook DELETE {{MANAGEMENT_API_BASE_URL}}/merchants/{{YOUR_MERCHANT_ACCOUNT}}/webhooks/{{webhookId}}