Methods
This page is marked as deprecated, but Taxbit will continue supporting customers currently using these solutions. If you’d like to learn more about upgrading to our new React SDK with enhanced Digital W8/W9 support, reach out to our team today.
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.
Updated 5 days ago