Unpaused Webhook

Hi,
If I will pause and un pause an subscription, all the webhooks events trigger during that pause unpasued period will be trigger automatically or do I need to manually do this?

Hi, thank you for your question! The latter would be correct; after you unpause a webhook, you would have to manually retry the webhook via the API.

You can get the list of webhooks from the webhook subscription by calling,

GET https://api.dwolla.com/webhook-subscriptions/{id}/webhooks

More info in our Docs: API Reference | Dwolla API Documentation

You can retry the webhook by calling,

POST https://api.dwolla.com/webhooks/{id}/retries

More info in our Docs: API Reference | Dwolla API Documentation

I hope that answers your question. If you have further questions, please feel free to let us know!