Refund API Call with Stripe?

Hi guys. Has anyone successfully made a Refund API call to Stripe using Bubble’s API connector?

I can do it with Postman with no issues, but once I try on the API Connector, it either complains about content-type or it does not sees the charge parameter.
I noticed almost all Stripe plugins are missing the Refund call, although I did find one plugin that has it, and even if I copy the same thing, I keep getting the missing parameter error.


Try
https://api.stripe.com/v1/refunds?ch=[charge]
or
in body, add ch=<charge> (Should be the real solution)
or
Try to activate queryst to your parameters.

Even if you set the Content-type, Bubble will send parameters as JSON if you set parameters and overwrite your content-type to application/json. This have been reported and not fixed …

3 Likes

I love you. Really
ITS BEEN HOURSSSSSss. It was the “queryst” on the charge parameter.

2 Likes