I am stumped! I am attempting to create an API connector to Stripe. (Yes Bubble has a plugin, and yes there is a Stripe.js plugin. However: the Bubble plugin does not offer all the functionality we need. The Stripe.js plugin keeps stalling on Chrome when it does a m.stripe.com cookie request at initialization. (Note: this is NOT the author of the Stripe.js plugin’s issue… rather Stripe does this action by default in their JS.) So back to the issue…
I have tested the POST API connection using Postman and it works using the Content-Type application/x-www-form-urlencoded as required by stripe. But… the Bubble API does not have this option - but does have Form-data which I am not sure if it is compatible - since it does not work. Here is a pic of the API as it stands… (Yes… I have entered the authorization in the header and GETs work fine so it is not a auth issue).
Any inspiration would be greatly appreciated.
John