I’m trying connect my form to stripe using logic. The issue is that stripe only accept body data payloads as x-www-form-urlencoded format. And i think webflow is restricted to only outputting JSON body formatting.
Is there anyway to use x-www-form-urlencoded?