When using Dwolla’s white-label API, your application is responsible for all interactions to your end users. You decide how to customize the payments experience end-to-end, which includes taking on the required delivery of notifications to end users for their account and payment activity. By default, Dwolla provides functionality via Operational Notifications and sends email notifications to your end users on your behalf. When actions occur within the Dwolla Network on a resource (Customers, Transfers, etc.), events are created to record those changes. Dwolla systematically delivers an email using the email address tied to the creation of a Customer when an applicable event occurs.
Email notifications are sent to your end users when they complete the activities focused on the following key functions in your application (powered by the Dwolla Platform) or via the Dwolla Dashboard:
A full list of events are listed below. Please review to ensure you know when your users will receive notifications via Operational Notifications. In addition to the email notifications listed in this article, further communications, per Dwolla’s requirements and your own application’s functionality, will need to be sent by you to your end users. Please contact your Integration Manager with questions specific to your integration and recommended (or required) emails.
When configuring Operational Notifications, there are several items that can be customized to your business. Below is a list of the items that you can currently customize:
Item | Required? | Description |
---|---|---|
Account Name | Yes | The name that will display in the From section, defaults to the name on your Dwolla account or specified DBA name. Example: Your Business Name |
From Email Address | Yes | The email address that will display in the [From] address, only the local-part can be customized. Example: yourbusinessname@dwolla.com |
Reply-to Email Address | Yes | The email address your company will specify to receive replies. Example: support@yourbusinessname.com |
Logo | No | The branded image for your company, to be displayed at the top of the email content. The upload file format must be: .jpg, .png, or .gif. The max file size is 10 MB. The recommended width is 135 pixels. |
Logo Link | No | The link that when the logo is clicked on, will redirect the receiver. Example: www.yourbusinessname.com |
Support Address | Yes | The physical address that will display in the email footer, defaulted to the address on the account. Example: 123 Main Street, Des Moines, IA 50309 |
Support phone | Conditional | An optional item. Required if a Support email isn't provided. The phone number that will show up in the support section, defaulted to the account phone number.Example: "If you have any questions or concerns please contact support at 555-555-5555." |
Support Email Address | Conditional | An optional item. Required if a Support phone isn't provided. The email address that will show up in the support section, optional and defaults to the account email address.Example: "If you have any questions or concerns please contact support at support@yourbusinessname.com." |
An example email template is shown below for a payment initiated email. At the present time, only the information listed in the customization section can be edited. Emails are viewable within the Dwolla Dashboard upon delivery attempt to your customers.
Dwolla will systematically deliver emails for a subset of events existing in the API. As API enhancements are made, Dwolla may add new emails at any point in the future.
customer_created
Subject: Account Created
Hello {CustomerName},
Congrats! Your {AccountName} account was successfully created.
By creating a {AccountName} account you have also agreed to the Dwolla Terms of Service and Privacy Policy,
and opened a Dwolla account.
customer_verified
Subject: Account Verified
Hello {CustomerName},
Your account has been successfully verified!
customer_suspended
Subject: Account Suspended
Hello {CustomerName},
Your account has been suspended.
customer_verification_document_needed
Subject: Verification Document Required
Hello {CustomerName},
Additional documentation is required to verify your account. Please login to upload a document.
customer_verification_document_uploaded
Subject: Verification Document Uploaded
Hello {CustomerName},
Your document was successfully uploaded. You will receive another email when the document has been reviewed.
It will either be approved or rejected.
customer_verification_document_approved
Subject: Verification Document Approved
Hello {CustomerName},
The document you uploaded for account verification was approved.
customer_verification_document_failed
Subject: Verification Document Failed
Hello {CustomerName},
A document you uploaded for account verification was rejected. Please login to your account and upload another document.
customer_reverification_needed
Subject: Verification Required
Hello {CustomerName},
Thank you for choosing {AccountName}. While you have started to create an account, more information is needed in order
to verify your account. Please visit the {AccountName} application to complete your account registration.
customer_funding_source_added
Subject: Funding Source Added
Hello {CustomerName},
"{BankAccountNickName}" was added to your {AccountName} account. Here are the details:
Bank Name: {FinancialInstitutionName}
Account: {BankAccountNickName}
Date: {Timestamp}
{#OnDemandAuthPresent}
You've agreed that future payments initiated through {AccountName}'s application will be processed by the
Dwolla payment system using the bank account identified above and, if you want to cancel this, please
contact support at {SupportEmail} or {#SupportPhone}.
{/OnDemandAuthPresent}
customer_funding_source_verified
Subject: Funding Source Verified
Hello {CustomerName},
"{BankAccountNickName}" was verified on {Timestamp}.
customer_funding_source_removed
Subject: Funding Source Removed
Hello {CustomerName},
"{BankAccountNickName}" was removed from your {AccountName} account on {Timestamp}.
customer_microdeposits_added
Subject: Micro-deposits Initiated
Hello {CustomerName},
Two micro-deposits were initiated to your bank account. Here are the details:
Bank Name: {FinancialInstitutionName}
Account: {BankAccountNickName}
Date: {Timestamp}
customer_microdeposits_completed
Subject: Micro-deposits Completed
Hello {CustomerName},
Two micro-deposits were successfully processed. Here are the details:
Bank Name: {FinancialInstitutionName}
Account: {BankAccountNickName}
Date: {Timestamp}
Please check your bank account for two, less than $.20, micro-deposit amounts.
You can complete the verification process within the {AccountName} application.
customer_microdeposits_failed
Subject: Micro-deposits Failed
Hello {CustomerName},
The transfer of two micro-deposits sent to your bank account failed. Here are the details:
Bank Name: {FinancialInstitutionName}
Account: {BankAccountNickName}
Date: {Timestamp}
customer_money_sent
Subject: Payment Initiated
Hello {CustomerName},
A payment was initiated to {OtherPartyName}. Here are the details of this payment:
Source: {FundingSource}
Recipient: {OtherPartyName}
Amount: {Amount}
Date Initiated: {Timestamp}
customer_money_sent_failed
Subject: Payment Unsuccessful
Hello {CustomerName},
Your payment to {OtherPartyName} was unsuccessful. Here are the details of this payment:
Source: {FundingSource}
Recipient: {OtherPartyName}
Amount: {Amount}
Date Failed: {Timestamp}
customer_money_sent_cancelled
Subject: Payment Cancelled
Hello {CustomerName},
Your payment to {OtherPartyName} was cancelled. Here are the details of this payment:
Source: {FundingSource}
Recipient: {OtherPartyName}
Amount: {Amount}
Date Cancelled: {Timestamp}
customer_money_received
Subject: Payment Pending
Hello {CustomerName},
A payment was initiated from {OtherPartyName}. Here are the details of this payment:
Source: {OtherPartyName}
Destination: {FundingSource}
Amount: {Amount}
Date Initiated: {Timestamp}
customer_money_received_completed
Subject: Payment Successful
Hello {CustomerName},
A payment from {OtherPartyName} has completed. Here are the details of this payment:
Source: {OtherPartyName}
Destination: {FundingSource}
Amount: {Amount}
Date Completed: {Timestamp}
customer_money_received_cancelled
Subject: Payment Cancelled
Hello {CustomerName},
A payment from {OtherPartyName} was cancelled. Here are the details of this payment:
Source: {OtherPartyName}
Destination: {FundingSource}
Amount: {Amount}
Date Cancelled: {Timestamp}
customer_money_received_failed
Subject: Payment Unsuccessful
Hello {CustomerName},
A payment from {OtherPartyName} was unsuccessful. Here are the details of this payment:
Source: {OtherPartyName}
Destination: {FundingSource}
Amount: {Amount}
Date Failed: {Timestamp}
customer_money_added
Subject: Money Added
Hello {CustomerName},
An ACH transfer was initiated into your {AccountName} balance. Here are the details of this payment:
Source: {FundingSource}
Destination: {Destination}
Amount: {Amount}
Date Initiated: {Timestamp}
customer_money_add_completed
Subject: Add to Balance Completed
Hello {CustomerName},
An ACH transfer into your {AccountName} balance has cleared. Here are the details of this payment:
Source: {FundingSource}
Destination: {Destination}
Amount: {Amount}
Date Cleared: {Timestamp}
customer_money_add_cancelled
Subject: Add to Balance Cancelled
Hello {CustomerName},
An ACH transfer into your {AccountName} balance was cancelled. Here are the details of this payment:
Source: {FundingSource}
Destination: {Destination}
Amount: {Amount}
Date Cancelled: {Timestamp}
customer_money_add_failed
Subject: Add to Balance Failed
Hello {CustomerName},
An ACH transfer failed to clear into your {AccountName} balance. Here are the details of this payment:
Source: {FundingSource}
Destination: {Destination}
Amount: {Amount}
Date Failed: {Timestamp}
customer_money_withdrawn
Subject: Money Withdrawn
Hello {CustomerName},
An ACH transfer was initiated out of your {AccountName} balance. Here are the details of this payment:
Source: {FundingSource}
Destination: {Destination}
Amount: {Amount}
Date Initiated: {Timestamp}
customer_money_withdrawal_cancelled
Subject: Withdrawal Cancelled
Hello {CustomerName},
An ACH transfer out of your {AccountName} balance was cancelled. Here are the details of this payment:
Source: {FundingSource}
Destination: {Destination}
Amount: {Amount}
Date Cancelled: {Timestamp}
customer_money_withdrawal_failed
Subject: Withdrawal Failure
Hello {CustomerName},
An ACH transfer out of your {AccountName} balance was unsuccessful. Here are the details of this payment:
Source: {FundingSource}
Destination: {Destination}
Amount: {Amount}
Date Failed: {Timestamp}
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.