Help with Querying JSON in Stripe Webhook for Invoice Field

Try something like data.object.lines.data[0].invoice

I think the problem is that you aren’t specifying the array item you want for the second data node.

3 Likes