#mtanzi
1 messages ยท Page 1 of 1 (latest)
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
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I mean the event object that comes within the webhook
evt_...
more precisely the objects inside the data array
Which event type?
So you're asking if those fields will still be there if the array is empty?
yes
given the tests I made it seems that the case... I just wanted to make sure of that
Yeah your tests are accurate
The params in the api spec will show
Even if their values are null
Perfect.. thank you for confirming that! ๐๐ป