API Connector with JSON body

Hi there,

I am recently trying to connect to the Stripe API. From my understanding, if we are dealing with an array, then we will need to format them in JSON body rather than using Bubble parameter field.

However, is there any option for me to expose this parameter to be within query string so that it will work?

I tried putting some of these parameter in the JSON format but it doesn’t work because I got no way to select query string. Thanks !

No. Everything need to be set in url form parameters/querystring. Stripe doesn’t accept JSON and you cannot use JSON body. Take time to search Stripe API Connector here and you will find a lot of topics about that

There’s also a lot of existing video to help you