added
Added Vestwell 401(k) integration flow
1 day ago
Weβve launched our Vestwell 401(k) integration flow to enable your customers to administer 401(k) seamlessly and efficiently, using an existing Vestwell account or setting up a new one. To learn more about this flow and how to set it up, see our 401(k) Vestwell guide.
Getting started
If you would like to try out the Vestwell flow, please contact your partner support team.
After you have connected with your partner support team and are ready to set up the Vestwell integration, this flow can be launched using the create a flow endpoint with "flow_type": βcompany_retirement_benefitsβ
and passing βproviderβ: βvestwellβ
as an option.
curl --request POST \
--url https://api.gusto-demo.com/v1/companies/company_uuid/flows \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{
"flow_type": "company_retirement_benefits",
"options": {
"provider": "vestwell"
}
}'