Deductions
Register Deduction
Register existing benefits from the customer on the provider, on Finch’s end. Please use the /provider
endpoint to view available types for each provider.
POST
/
employer
/
benefits
/
register
Authorizations
Authorization
string
headerrequiredPlease use your Access Token
Headers
Finch-API-Version
string
default: 2020-09-17requiredHeader used to specify the version for a given API request. Current version is 2020-09-17.
Content-Type
string
default: application/jsonrequiredUsed to indicate the original media type of the resource
Body
application/json
type
enum<string> | null
Type of benefit.
Available options:
401k
, 401k_roth
, 401k_loan
, 403b
, 403b_roth
, 457
, 457_roth
, s125_medical
, s125_dental
, s125_vision
, hsa_pre
, hsa_post
, fsa_medical
, fsa_dependent_care
, simple_ira
, simple
, commuter
, custom_post_tax
, custom_pre_tax
description
string
frequency
enum<string> | null
Available options:
one_time
, every_paycheck
, monthly
Response
201 - application/json
benefit_id
string
job_id
string
Was this page helpful?