Docs
Get API Keys

Create a webhook subscription #

This section details how to create a webhook subscription to deliver webhooks to a specified URL.

HTTP request #

POST https://api.dwolla.com/webhook-subscriptions

Request parameters #

ParameterRequiredTypeDescription
urlyesstringWhere Dwolla should deliver the webhook notification.
secretyesstringA random, secret key, only known by your application. This secret key should be securely stored and used later when processing and validating the webhook request is from Dwolla.

HTTP status and error codes #

HTTP StatusCodeDescription
400MaxNumberOfResourcesThe maximum number of subscriptions has been reached.

Request and response #

Raw
POST https://api-sandbox.dwolla.com/webhook-subscriptions
Accept: application/vnd.dwolla.v1.hal+json
Content-Type: application/vnd.dwolla.v1.hal+json
Authorization: Bearer 0Sn0W6kzNicvoWhDbQcVSKLRUpGjIdlPSEYyrHqrDDoRnQwE7Q
{
    "url": "http://myapplication.com/webhooks",
    "secret": "sshhhhhh"
}
Test in the Sandbox for free today.
Use sandbox environment to test API requests.
Get API Keys
2024 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.