improved
Sandbox for TIN Matches
9 days ago by Bhargava
Request Storage
TIN Match sandbox requests are now stored with a dynamic request_id
. This request_id
can be used to retrieve the request status via the GET API endpoint.
Inputs
Inputs outside the predefined simulated values may initially return a pending status, with the irs_code
set to -1. After a brief interval (a few seconds), the result_code will be updated based on the last digit of the TIN provided:
- If the last digit of the TIN is 9, the result_code will be updated to 0.
- For other last digits, the result_code will match the last digit of the TIN.
Sample Inputs
All the data sample combinations used are dummy and just used for simulation purpose.
Webhooks
Webhooks are now triggered once per request to notify status updates.