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

KeyDatatypeRequiredDescription
X-Gusto-API-VersionstringDetermines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;company_uuid&quot;:&quot;423dd616-6dbc-4724-938a-403f6217a933&quot;,&quot;partner_uuid&quot;:&quot;556f05d0-48e0-4c47-bce5-db9aea923043&quot;,&quot;fast_payment_limit&quot;:&quot;5000&quot;,&quot;payment_speed&quot;:&quot;2-day&quot;}