Get a company's payment configs
GET {{baseUrl}}/v1/companies/:company_uuid/payment_configs
Get payment speed for the company and fast payment limit (1-day is only applicable to partners that opt in).
scope: company_payment_configs:read
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. | |
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"}