As part of Dwolla’s API, you can choose to implement Sift’s machine learning model for real-time ACH fraud monitoring.
The need to leverage machine learning in protecting against fraud becomes increasingly valuable as payment volume scales. With this in mind, many Dwolla customers look for the right solution to help manage risk for their ACH payments.
Often, we see customers choosing to use Sift in order to better monitor and protect against fraud. We understand the value Sift’s real-time risk scoring model can provide our customers, so we’ve integrated the service right into the Dwolla API.
Integrations
under your account settings, or visit https://dashboard.dwolla.com/account/integrationsAs outlined in the bullet points above, first you’ll insert your Sift JavaScript within your application. Subsequently, you will copy and paste your Sift API key within the Integrations section under Account
in the Dwolla API Dashboard. Then you are all set!
The events below are sent to Sift on your behalf by Dwolla’s API, and there is no additional development needed on your side. Events will begin populating into Sift once your integration is complete.
Dwolla Event | Sift Event | Fields Sent |
---|---|---|
Customer Created | $create_account | user_id , name , user_email , phone (optional), address (Billing Address) |
Customer Updated | $update_account | Same as above in addition to: customField ("type"= accountType (personal or business)) , customField ( "status" = (suspended)) , payment_methods = routing_number |
Customer Suspended | Label User with $abuse_type = 'account_abuse' | api_key , abuse_type = account_abuse |
Customer Funding Source Added | $update_account | |
Customer Funding Source Removed | $update_account | |
Transfers | $transaction with $transaction_type = '$transfer' | type , api_key , transaction_type = (deposit, withdrawal, or transfer) , amount , currency_code=USD , transaction_status=success , failure , or pending , billing_address , and transfer_recipient_user_id |
Transfers In | $transaction with $transaction_type = '$deposit' | |
Transfers Out | $transaction with $transaction_type = '$withdrawal' |
If you would like to go live with your Dwolla API integration, please reach out to our sales team. If you already have an Dwolla API Integration and would like to get started with Sift, log in and connect your Sift account now.
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.