GuidesAPI ReferenceChangelogAPI PolicyAPI StatusGusto Security

Run Payroll Flow

Gusto shipped a Run Payroll Flow to offer a faster way to build embedded payroll. This Run Payroll Flow is embeddable pre-built UI that can be used to accelerate your time to market and save your team weeks of engineering resources!

curl --request POST \
  --url https://api.gusto-demo.com/v1/companies/{{company_uuid}}/flows \
  --header 'Authorization: Bearer {{access_token}}’' \
  --header 'Content-Type: application/json' \
  --data '{
  "flow_type": "run_payroll",
}'
835