#mtanzi

1 messages ยท Page 1 of 1 (latest)

coarse boneBOT
keen widget
#

Price and Product objects don't have tax_amounts and tax_rate params:
https://stripe.com/docs/api/prices/object
https://stripe.com/docs/api/products/object

ember fractal
#

I mean the event object that comes within the webhook

#

evt_...

more precisely the objects inside the data array

keen widget
#

Which event type?

ember fractal
#

yes sorry... the invoice event

#

the object id inside the data key are il_...

keen widget
#

So you're asking if those fields will still be there if the array is empty?

ember fractal
#

yes

#

given the tests I made it seems that the case... I just wanted to make sure of that

keen widget
#

Yeah your tests are accurate

#

The params in the api spec will show

#

Even if their values are null

ember fractal
#

Perfect.. thank you for confirming that! ๐Ÿ™๐Ÿป