Skip to main content
If using Stripe as your invoice provider, Metronome integrates with Stripe Tax to calculate sales tax on your invoices. To ensure tax gets set correctly on your invoices in Stripe, complete the following configuration.

Configure tax with Stripe invoicing

Stripe tax calculation works with Anrok and Avalara. Metronome integrates with these tax providers via connections to Stripe. To conigure tax with these providers, set up the appropriate entity mapping in the Metronome app:
  1. Click Connections in the left sidebar.
  2. Under Integrations, go to Stripe, click Edit Mapping.
  3. Use the modal dialog to populate the mappings using the values below.
  4. Click Save.
INFOContact your Metronome representative to enable sales tax calculations.

Required entity mappings

Calculation of taxes in Stripe requires entity mapping in Metronome. Use this table of values to configure the correct entity mappings for your chosen tax service (Anrok or Avalara).
Metronome EntityStripe EntityNotes
Line iteminvoiceitemCreated by invoicer upon issuance
InvoiceinvoiceCreated by invoicer upon issuance
”Product ID” custom field on Line iteminvoiceitem.price.productStripe product ID is stored in a line item custom field. This field is used for the Anrok integration and is passed as part of the invoice item from Stripe during invoice issuance.
Any custom field on Line iteminvoiceitem.metadata.*Any metadata key that’s stored on a line item custom field. This field can be used for the Avalara integration, specifically to provide TaxCode metadata. This metadata is also passed as part of the invoice item from Stripe during invoice issuance.
Any custom field on Customerinvoice.metadata.*Any metadata key that’s stored on a customer custom field. This field can be used for the Avalara integration, specifically to provide TaxCode metadata. This metadata is also passed as part of the invoice from Stripe during invoice issuance.