Error Creating Stripe Invoice ITEM

I’m getting the following error and I’m not sure why.

When I add the Content-Type : application/x-www-form-urlencoded

It still gives me the same error.

I’m not sure why this is happening still:

@copilot can you assist by chance?

Hey,

The stripe API doesn’t accept parameters this way. You’ll need to add them to the JSON body in a specific format to be able to pass the parameters.

Regards,

Anil

Yes I tried that also but still I get an error for some reason suggesting it can’t parse the JSON:

image

My settings are as follows:

This topic was automatically closed after 70 days. New replies are no longer allowed.