After the user finalizes their tax document submission within the Comply Exchange iframe, the iframe sends a Complyexchange Thank you page Exit message to the parent frame. Upon detecting this message, your application should call the provided endpoint to complete the submission process, ensuring the data is accurately recorded and processed in the system.
Parameters
id required
id requiredThe Id of the tax document you want to submit.
event required
event requiredAccepts the value Complete.
Example request
curl 'https://api.impact.com/Mediapartners/<AccountSID>/TaxDocument/Complete' \
-X POST \
-u '<AccountSID>:<AuthToken>' \
-H 'Accept: application/json' \Example response
{
"Status": "OK",
"Uri": "/Mediapartners/<AccountSID>/TaxDocument/Complete/34.json"
}