Agreements And Disclosures
Fully-Disclosed and Advisor clients are required to sign IBKR customer agreements and disclosures.
- Full Integration: Hosting firm will display IBKR agreements and disclosures within interface and collect electronic signature.
- Hybrid: End use signs IBKR agreements via the IBKR White Branded Platform
This section covers handling agreements and disclosures for clients using Full Integration.
Download IBKR Agreements and Disclosures
Pull using the /gw/api/v1/forms endpoint.
Request Parameters
Submit Agreements and Disclosures
The /gw/api/v1/accounts/documents endpoint provides mechanism to submit Agreements and Disclosures to IBKR once a day instead of with each application. We store these documents on the servers and will use them for new application requests submitted that day.
- Documents will need to be submitted once a day (before the Applications are submitted). PDFs will be displayed and submitted as is- no changes/edits will be made to the actual PDF files.
- This end-point will not process any Tax Form Documents. Tax Form document should be submitted with every application
- If submitted in the morning, you only need to include the Tax Form attachment for each applicant. Otherwise, you will need to include PDFs with each application (Create Account).
Schema
Example
Processing of IBKR Agreements and Disclosures
- Hosting firm will display IBKR agreements and disclosures within interface and collect electronic signature.
- Collect a signature for each form OR display all forms on a single page with a single signature box at the bottom and pass that signature within the
documentssection for each form. - Example of IBKR’s Application as a reference

- Collect a signature for each form OR display all forms on a single page with a single signature box at the bottom and pass that signature within the
- The signature, which is collected will be included in the
signedBysection of thedocuments. - Hosting firm will provide copy of the IBKR agreements which were presented to user in the application payload that is submitted to IBKR for client registration.
- No changes should be made to the PDF (We validate the forms using sha1checksum if alterations have been made, error will be triggered and the form will not be accepted.
- If a form is updated, hosting firm has a 7-calendar day grace period to update the form.

