Stripe API - Create/Update product with array of image is impossible

I have to create a Stripe product via API, but I can’t insert an array of images in the “images” parameter, either in the query string or in the body.

https://docs.stripe.com/api/products/update

I was able to create the product without images.

Then I tried to update the product by adding an image.


I tried inserting the JSON code in the body, as shown in this screenshot of a log on the Stripe website.

Nothing worked.

How can I resolve this issue?

Welcome to the Make community!

You’ll have to the the BODY field to send JSON based on the example you linked.

You cannot use the Query String field.

Screenshot_2024-07-13_170724

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!