Keep up to date on new product features and enhancements, API docs, tools changes, and development updates.
DEPRECATION
ADDED
ForeignPassportNotAllowed
, for when a foreign passport is uploaded for Personal Verified Customers. Foreign passports are still accepted when uploaded for Business Controllers or Beneficial Owners.ADDED
ADDED
ScanIdUnrecognized
, for both business and personal customers.ADDED
documentVerificationStatus
field to the document resource. This field indicates the status of the document after it has been reviewed by Dwolla. Possible values include pending
, accepted
and rejected
.ADDED
upload-dba-document
link to the Customer resource. This link appears whenever a DBA (Doing Business As) document is required from the Customer to verify their business._embedded
object to the Customer resource which contains a list of errors related to getting the Customer verified. The _embedded
object appears whenever the Customer is in retry
or document
.ADDED
Add a Debit Card
form in dwolla-cards.js
. This enables the form to display helpful error messages to the user whenever they enter invalid data.<span>
element that displays the validation error messages.ADDED
BusinessDocNotSupported
, BusinessNameMismatch
, BusinessTypeMismatch
.ScanFailedOther
and ScanNameMismatch
to provide more details about the failure reason.ADDED
ADDED
ADDED
ADDED
document
status for Business Verified Customers in Sandbox. Check out our Testing in the Sandbox guide to learn more.ADDED
UPDATED
verified
status to become unverified
.CHANGED/ADDED
.pdf
. A validation error will be returned with a code
of "Invalid"
and a message
of "Invalid file type"
.CHANGED/ADDED
document
status. If a request to upload a duplicate document is sent, it will fail with a validation error response that includes a link to the existing uploaded document for the Customer.ADDED
KBA
) resource to the API.ADDED
clearing
JSON object when creating a mass payment.clearing
object allows for the clearing time of individual mass payment items to be upgraded or downgraded from the default ACH processing time.CHANGED
allFailureReasons
to the Document resource, which helps with further identifying the reason for the rejection of an identity verification document uploaded for a Verified Customer.CHANGED
ADDED
ADDED
total
attribute to the Balance object in the API.ADDED
Labels
resource to the API.ADDED
traceId
to the achDetails
object within the Transfer resource, which helps with further identifying a transfer to/from a user’s bank account.
Jump to our API Docs.UPDATED
https://www.dwolla.com/oauth/v2/token
and specified the application/x-www-form-urlencoded
Content-Type
header, passing their client credentials (App Key and App Secret) through the body of the HTTP message sent to Dwolla.https://api.dwolla.com/token
DEPRECATED
ADDED
DEPRECATED
UPDATED
.tif
file upload.UPDATED/ADDED
funding_source_negative
and customer_funding_source_negative
UPDATED - SDK - C#
EmptyResponse
instead of object
in DwollaClient interface.CHANGED
CHANGED
ADDED - Developer Guide
UPDATED/ADDED - Dev Docs update
UPDATED - Dev Docs update
UPDATED - Developer Resources Article
UPDATED - Developer Resources Article
UPDATED - Dev Docs update
CHANGED
UnsupportedBank
).ADDED
customer_balance_inquiry_completed
event. Upon checking a Customer’s bank balance, Dwolla will immediately return an HTTP 202 with response body that includes a status of processing. This event will be triggered when the bank balance check has completed processing. To read more on how to trigger this event, check out our forum post.ADDED
customer_bank_transfer_creation_failed
event. This event will be triggered when an attempt to initiate a transfer to a verified Customer’s bank was made, but failed. Transfers initiated to a verified Customer’s bank must pass through the verified Customer’s balance before being sent to a receiving bank. Dwolla will fail to create a transaction intended for a verified Customer’s bank if the funds available in the balance are less than the transfer amount. To read more on how to trigger this event, check out our forum post.CHANGED/DEPRECATED
ADDED
backButton
and subscriber
options for IAV within dwolla.js. Note: Dwolla.js is a premium feature only available for Dwolla API customers.DEPRECATED
https://sandbox-uat.dwolla.com/
ADDED
clearing
request parameter when initiating a transfer. Clearing is a JSON object that supports specifying same-day and standard ACH clearing per API request. Note: The clearing request parameter is a premium feature available for Dwolla API customers.DEPRECATED
scope
attribute from the application access token response.CHANGED
CHANGED
phone
request parameter from required to optional when creating a Customer.ADDED
bankName
attribute to the funding source object that is returned when retrieving a funding source of type bank.DEPRECATED
Remove the profileId
request parameter from the Off-Site Gateway in API v1.
ADDED
Idempotency-Key
header on requests to API v2.CHANGED/DEPRECATED
DELETE
to a POST
with the need to supply {"removed": true}
in the body of the request.removed
attribute is added to the funding source object.removed
querystring request parameter is supplied when listing an Account or Customer’s funding sources. By default, all funding sources are returned from the listing unless the removed
request parameter is set to false
.DEPRECATED
description
field in API v2 error responses. Replacing description with the message
field which is a duplication of description.X-Request-Signature
header from webhook requests. Replacing with a X-Request-Signature-SHA-256
header which is a SHA-256 HMAC hash of the request body with the key being your webhook secret.ADDED
POST /business-classifications
POST /business-classifications/{id}
ADDED
POST /customers/{id}/funding-sources-token
GET /transfers/{id}failure
ADDED
POST /customers/{id}/iav-token
dwolla.js
to the CDN. https://cdn.dwolla.com/1/dwolla.js
CHANGED
message
field in error response. Errors now include a profile
link in the Content-Type
header. Error responses with the top-level error code ValidationError
will return an _embedded
object containing a list of errors.CHANGED
redirect_uri
must match the OAuth Redirect URL field set in Dwolla application’s settings.ADDED
POST /funding-sources/{id}/micro-deposits
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.