Request ACH Onboarding
POST
https://api.sfox.com/v1/account/onboard-ach
Initiate the process of enabling ACH transfers for a user by onboarding a user with a linked bank account to Dwolla. "Onboarding" consists of recording the user's acceptance of the agreements, if applicable, and creating a Dwolla profile for the user.
Request
Body Parameters
Name
Type
Description
Example Requests
curl -X POST \
-H "Authorization: Bearer ${USER_AUTH_TOKEN}" \
-H "Content-Type: application/json" \
-data '{"bank_account_display_id": "${BANK_ACCOUNT_DISPLAY_ID}"}'
\ "https://api.sfox.com/v1/account/onboard-ach"
Response
Responses
Last updated