Overview
Before automating W-9/W-8 form collection or sending Form 8453-EMP e-signature requests through the TaxBandits API, you can customize the secure URL (form page) with your own branding.
You'll receive a unique CustomizationId for each customization you create, which can be included in the request JSON of RequestByEmail, RequestByBusinessURL, or RequestByURL endpoints to apply the customization.
Note: As an alternative to this endpoint, you can also customize the secure URL (form page) directly from the developer console. See how.
SecureUrlCustomization endpoints
- Create - Used to create a new customization and obtain a unique CustomizationId.
- Get - Used to retrieve the customization details associated with a specific CustomizationId.
- List - Used to generate a list of customizations you’ve created.
- Delete - Used to delete a particular customization.