x-www-form-urlencoded REST call body

0
I’m currently integrating to Stripe’s REST api. It appears they are looking for their request body to be an encoded string instead of a standard json structure. Does anyone have a clever way of achieving this or do I need to build something custom?
asked
1 answers
7

Hey Marc,

Maybe Stripe has recently updated their requirements, but we did this a few months ago without having to build anything custom.  Here is what the charge authorization call looks like:

Hope that helps,

Mike

answered