I have created a webhook subscription for my sandbox environment.
Active webhook:
{
"_links":{
"self":{
"href":"https:\/\/api-sandbox.dwolla.com\/webhook-subscriptions\/fa67e112-d137-496c-bc28-2c990786871f",
"type":"application\/vnd.dwolla.v1.hal+json",
"resource_type":"webhook-subscription"
},
"webhooks":{
"href":"https:\/\/api-sandbox.dwolla.com\/webhook-subscriptions\/fa67e112-d137-496c-bc28-2c990786871f\/webhooks",
"type":"application\/vnd.dwolla.v1.hal+json",
"resource_type":"webhook"
}
},
"_embedded":null,
"id":"fa67e112-d137-496c-bc28-2c990786871f",
"url":"https:\/\/system.fastsusu.com\/dwolla\/webhooks",
"paused":false,
"created":{
"date":"2020-10-05 00:57:21.294000",
"timezone_type":2,
"timezone":"Z"
}
}
But I am not getting any request in my webhook URL. Can you suggest what could be the issue here?