How can I have multiple Webhooks?

In the Merchant object you can include this field “transaction_webhook_url”.

 

Example:

"merchant": {

        "id":"your_merchant_id",

        "transaction_webhook_url": "https://test.com"

    }

 

Using “transaction_webhook_url” field will override the default URL that was set with Merchant support every time a request is sent.