Retry a webhook #

This section details how to retry a webhook by id.

HTTP Request #

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

Request parameters #

ParameterRequiredTypeDescription
idyesstringId of webhook to retry.

HTTP status and error codes #

HTTP StatusMessage
404Webhook not found.

Request and response #

JavaScript
// Using dwolla-v2 - https://github.com/Dwolla/dwolla-v2-node
var webhookUrl =
  "https://api-sandbox.dwolla.com/webhooks/9ece9660-aa34-41eb-80d7-0125d53b45e8";

dwolla.post(`${webhookUrl}/retries`);

Test in the Sandbox for free today.

Use sandbox environment to test API requests.

Get API Keys
2023 All Rights Reserved
Financial institutions play an important role in our network.

All funds transfers made using the Dwolla Platform are performed by a financial institution partner, and any funds held in a Dwolla Balance are held by a financial institution partner. Learn more about our financial institution partners.