API Connector - Collect data from Stripe event?

I’m trying to setup a call with the API connector to capture the data from a Stripe event but I receive an error. Does it look like I am missing anything?

From the look of the example request, you need to put an event id into the URL, as in:

https://api.stripe.com/v1/events/evt_some_long_flamin_event_id

Edit: @nicolas.daprigny’s answer is more correct. Event id is optional.

You have to make a GET call
An introduction here

Thanks, I figured this out.

Do you know why the data types from the call are different when using the test key versus using the live key? For example…

test key =

live key =

The call types are guesses from the values in the JSON response, i.e. “false” is a boolean, so becomes a yes/no type. If there is a value missing, the call type can’t be guessed.