Hi Forum,
I am having a issue with the content type of the API connector in Stripe.
When I dont add parameters, the customer gets created in Stripe (This setup)
But when I add parameters like name or email this issue appears:
Hi Forum,
I am having a issue with the content type of the API connector in Stripe.
When I dont add parameters, the customer gets created in Stripe (This setup)
But when I add parameters like name or email this issue appears:
Stripe doesn’t accept JSON requests, only form url encoded… so change the ContentType to what the error is telling you (or remove the Content Type Header completely - it’s not needed)
Then you need to check the ‘Queryst.’ box for each parameter in order for them to work.
This topic was automatically closed after 70 days. New replies are no longer allowed.