How to create a Stripe product on MAKE.com using their API docs

Hey, I am facing a certain issue here, I am well versed in using the API docs to create automation but am unable to create products on Stripe using their API calls action.

My main issue is adding parameters within an array on MAKE.

If I use JSON on the body, I get an error to use form reloded and if I use query parameter fields, I get an error saying the parameter is incorrect.

How can I solve this issue

Hi @Fahad_Sheji,

If you are familiar with Postman then you can review the paramters format required for the Create a Product API endpoint here.

Basically for the default_price what you want to do is send the params with following naming pattern;

  • default_price_data[currency]
  • default_price_data[recurring][interval]
2 Likes