btw the error message is :
{
“error”: {
“message”: "Invalid request (check that your POST content type is application/x-www-form-urlencoded). If you have any questions, we can help at https://support.stripe.com/.",
“type”: “invalid_request_error”
}
}
Ah that error is pointing out the problem then! Right now the API steps cannot send data x-www-form-urlencoded for normal requests, only request to get OAuth tokens.