Triva isn't available right now.
(Optional) Firm-level Options | Description |
|---|---|
Auto-creation of a valid Locator No. when necessary * Optional firm-level option | SurePrep API will automatically generate a new Locator No. if either:
This newly generated Locator No. can be found in the tax software. |
Automatically roll forward a client's prior year records * Optional firm-level option | Based on the Locator No. , if you can't locate a client in GoSystem Tax RS for the current year, SurePrep will check the previous tax years, then import the previous year's records as proforma data. |
Ability to replace records imported from a prior year. * Optional firm-level option | If a client's records imported from a previous year are no longer accurate, you can replace this information to update your client's records correctly. These fields include: Taxpayer and Spouse Names / SSNs , Filing Status , and Home State . |
Auto-link (API) binder with TaxCaddy client profile * Optional firm-level option | Automatically links the newly (API) created binder with a TaxCaddy client profile with a matching Tax Client ID (that is, Locator No.). |
Auto-upload TaxCaddy documents to (API) binder * Optional firm-level option | Automatically uploads TaxCaddy documents marked with the Include in binder document flag to the binder, saving time from manually uploading documents to the binder. note
You can enable this option only if you also enable the Auto-link option. |


Changed input parameter for the 'CreateBinder' method | Description | Required | Sample Data |
|---|---|---|---|
filing_Status | (String) The following are the accepted filing status values when using API with GoSystem Tax RS:
| No | B |
accountNumber | (String) Tax software account number. Maximum limit of 4 characters (alphanumeric values). note
Tax Software activation needs to be completed in the FileRoom. If an empty value passes, then API Firm Default settings are used (). | No | 100A |
Locator_pwd | (String) If the client is password protected in the tax software, provide the password in this input parameter, else the binder will be stuck in error. Maximum limit of 9 characters. | No | password1 |
Field name | Placeholder value |
|---|---|
Taxpayer's First Name ( first_Name ) | Saved as "Taxpayer" by default. |
Taxpayer's Last Name ( last_Name ) | Saved as "Taxpayer" by default. |
Taxpayer's SSN ( taxPayer_SSN ) | Saved as "111-11-1111" by default. |
Taxpayer's Filing Status ( filing_Status ) | Saved as "X" (single) by default. |
Home State ( homeState ) | Saved as "XX" (unspecified) by default. |
Spouse's First Name ( spouseFirstName ) | Saved as "Spouse" by default. |
Spouse's Last Name ( spouseLastName ) | Saved as "Spouse" by default. |
Spouse's SSN ( spouse_SSN )*Only applies if the taxpayer's Filing Status is marked as anything but X for single. | Saved as "222-22-2222" by default. |
Error code | Error message |
|---|---|
1201 | We couldn't import because the taxpayer's SSN is incorrect. Enter the correct SSN and try again. |
1202 | We couldn't import because the SSN is incorrect and the filing status is missing. Enter the correct SSN, fill in the filing status, and try again. |
1203 | Locator ID is outside of the accepted range. Enter a Locator ID within the range and try again. |
1204 | The SSN parameter is null or empty. Enter the correct SSN and try again. |
1205 | Unable to locate tax file. |