Hi,
I have a whole bunch of Stripe functions working great in PostMan, but I can’t seem to get them working in the tBubble API plugin.
Here is my PostMan call to make a new stripe user. This makes a new Stripe user with these values. No problems:
Those were the headers. Next, the Postman Parameters:
This Postman call results in a new Stripe user with whatever random parameters I choose to put in the POST statement.
Next, we have the Bubble API Connector plug in. Here is how I have it set up:
Here is the very top:
Here are the headers:
Here are the Parameters:
I used the Bubble.io AI thing on the right side of the screen to find out what to put in the dynamic values for the Parameters. I have a feeling this is wrong. I’ve tried many different ways. Tried these statements without the brackets. Tried with the brackets. Tried and <> and tried blank. Nothing works. All I get each time I go to initialize this call with the initialize button in the API plugin is this error from Stripe.
What am I doing wrong in Bubble? So easy in PostMan, but very hard to know what you’re doing in Bubble.
any ideas??
Thanks!