{"section":"known-issues","requestedLocale":"en","requestedSlug":"tax-service-uses-document-data-instead-of-customer-email","locale":"en","slug":"tax-service-uses-document-data-instead-of-customer-email","path":"docs/en/known-issues/Checkout/tax-service-uses-document-data-instead-of-customer-email.md","branch":"main","content":"## Summary\n\n\n\nThe checkout, when assembling the payload for the tax service, uses the document data (whether corporate or not) in place of the email. In this way, the `clientEmail` variable retains the definition of the document that was received and not the email itself.\n\n\n\n## Simulation\n\n\nMake a simulation for the FFM by correctly passing the customer data in the `clientProfileData` and notice using the debug mode the request that is made to the tax service the `clientEmail` variable using the information that was passed in the `corporateDocument` or `document` (depending on the type of document)\n\n\n\n## Workaround\n\n\nDon't take into account the `clientEmail`, but the email that is inside the `clientData`. There the data is correct."}