The main methods in the SDK are:

Validate

taxBit.taxDocumentation.validate 

The “validate” function is used to pre-validate data and return validation issues before sending the data to the TaxBit server for evaluation by your team.

Get Summary

taxBit.taxDocumentation.getSummary

The "getSummary" function will return a status for a taxDocumentation for your customer. Use this to determine if the customer needs to complete their taxDocumenation, or if they are in good standing.

Collect

taxBit.ui.taxDocumentation.collect

The “collect” function allows your customers to fill out missing data and submit a complete, valid form.

Certify

taxBit.ui.taxDocumentation.certify

The “certify” function is used to validate incoming data and collect a signature from your customer to certify the data before submitting.