Hi,
I just implemented Stripe Checkout session API call with Bubble API Connector.
While trying to post product image as parameter for the session, i found out that the image URL started with //xxxxx.cdn.bubble.io/xxxxxx/download.jpg.
Parameter is line_items[0][price_data][product_data][images][0]
I had to manually prepend https: to have the call work.
Is that something normal, does anyone has an hint about that please?
I added a solution to you post sir, images is an array of iamge , so for array we need to add braket [] and the index number inside it, the index start with 0.