#sintoz-Customer
1 messages · Page 1 of 1 (latest)
.data['id'] is not working
inside data it should be an array, like the example response you can see here: https://stripe.com/docs/api/customers/list?lang=python
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
so you will need to pull the array out first, then access each member as an object
oh looks like .data[0]['id'] worked
yes!