#Candice Sims

1 messages · Page 1 of 1 (latest)

mental kayakBOT
lethal arrow
#

Hello, is that from a specific doc or are you asking what that parameter does in general?

hot mural
#

We just recently integrated Avatax with Stripe and that was a direction from Avalara. We already spoke with Stripe invoicing support to add us to their allow list for this argument but we have no idea how this gets added or where

lethal arrow
#

Oh gotcha. I will find the doc on that. Basically what that does is allows the Invoice to be open for long enough for Avalara to add the invoice items from their tax calculations.

hot mural
#

Is this something that Stripe can do for us or do we have to do this on our side?

lethal arrow
#

This is soemthing to send us from your code. I am having trouble finding a doc on our side on this. Avalara may be the one who has the docs as this parameter is very closely related to their integration. Apologies for the delay, still looking in to this

#

I am still not finding an intro doc on our side, but this is a parameter that you will pass when creating the subscription. So in Python it will look like this:

  customer="cus_9BoKyB2Km2T7TE",
  items=[
    {"price": "price_1M0DKO2eZvKYlo2CZklLG0BL"},
  ],
  pay_immediately=False
)```
#

If you reach out to Avalara's support, they should have an actual article on how to integrate with this parameter

hot mural
#

I apologize, I am not a developer so this doesn't make a whole lot of sense to me. Can you explain this for someone who doesn't understand code? I just don't even know where to start to get this going

#

Avalara support was not helpful

lethal arrow
#

Unfortunately this server is for coding questions so I don't have much advice here at the moment. This is a value that needs to be sent from your code though, it isn't a dashboard setting, so I think you should push on Avalara again for their documentation on how to use this value in your code.