I was testing to see if I could connect Stripe via the Data configurator. I have it working in cURL: the same resource URL and authorization header works there but when I test it in Appgyver I get Error: [object Response] Resource settings for Get collection (GET)
.
The resource URL is https://api.stripe.com/v1/issuing/transactions/
.
The authorization is in the form of of header like Authorization: Bearer xxxxxxxxxxxx
.
Those are the only two requirements to fetch all transactions. Anyone have any thoughts as to why this would not return a result? Sorry if the answer is obvious - I could not find anything.