Update a company's payment configs
PUT {{baseUrl}}/v1/companies/:company_uuid/payment_configs
Update payment speed and fast payment limit for a company. At least one of payment_speed
or fast_payment_limit
parameters is required. 1-day option is only applicable to partners that opt in.
scope: company_payment_configs:write
Request Body
{"fast_payment_limit"=>"<string>", "payment_speed"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Gusto-API-Version | string | Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"company_uuid":"423dd616-6dbc-4724-938a-403f6217a933","partner_uuid":"556f05d0-48e0-4c47-bce5-db9aea923043","fast_payment_limit":"5000","payment_speed":"2-day"}