Changed internal library from stringify to qs.stringify to properly encode JSON data into application/x-www-form-urlencoded required by Stripe.
Now instead of specifying an input body in ‘application/x-www-form-urlencoded’ format as required by the Stripe API you can put either a plain JSON body or application/x-www-form-urlencoded data.