This section details how to retry a webhook by id.
POST https://api.dwolla.com/webhooks/{id}/retries
Parameter | Required | Type | Description |
---|---|---|---|
id | yes | string | Id of webhook to retry. |
HTTP Status | Message |
---|---|
404 | Webhook not found. |
// 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`);
Use sandbox environment to test API requests.
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.