Retrieve the status of a user's acceptance of Dwolla's (1) Terms & Conditions (2) Privacy Policy.
sFOX has partnered with Dwolla, a leading US payments processing platform, to enable ACH transfers. To access ACH transfers, a user must accept Dwolla's (1) Terms & Conditions (2) Privacy Policy.
Responses
200: OK
//User has accepted
{
"data": {
"dwolla": true
}
}
//User has NOT accepted
{
"data": {
"dwolla": true
}
}