Payment Processor: Dwolla

Create a Dwolla Account

If you do not already have a dwolla account, visit Dwolla Sign Up to create a test account.

To obtain a client_id and secrete you can visit the Application section in Dwolla's launchpad. Add a new application, and be sure to securely copy the key and secret using something like 1password.

Configure Dwolla in Canopy

To configure POST to the Configure payment processor information for your organization end point.

{
  "dwolla_config": {
    "app_key": "example-key-123",
    "app_secret": "example-secret-456",
    "master_account": "example-account-789"
  }
}

These will be used to authenticate with dwolla when performing transactions. The master account is the account where funds will flow into.


What’s Next