v1

latestOpenAPI 3.1.02026-07-241642423.7 KB

Company Signatory Agreements

This Component allows an employer's signatory to sign Check's Terms of Service and Debit Authorization.

post/companies/{company}/components/signatory_agreements

Path parameters

companystring required

ID of the company for which a component link will be generated

Request body

signatorystring required

The ID of the signatory object for this company. You must provide either a signatory ID (recommended) or all three body params shown below

signer_namestring

The name of the person who has permission to onboard on behalf of the company.

signer_titlestring

The title of the person who has permission to onboard on behalf of the company (e.g. "Officer", "Manager", etc.).

emailstring

The email of the person who has permission to onboard on behalf of the company

Response

200

urlstring

Example response

{
  "url": "{component_url}"
}