Hi there. I am trying to integrate the Stripe Connect API for Express accounts. I can’t seem to get the API call to recognize the “type” parameter, although I’m definitely including it. See below for the call, and then my response. Help is appreciated!
Stripe API requires form-encoded request bodies… it doesn’t accept JSON requests…
So either add your parameters in the API connector by clicking ‘Add parameter’ (be sure to set them to querystrings…)
Or change your body into raw key/value pairs…
e.g.:
country=US&type=express&capabilities[card_payments][requested]=true&capabilities[transfers][requested]=true&business_type=individual&business_profile[url]=https://example.com