#axelhedlund

1 messages · Page 1 of 1 (latest)

lime hareBOT
wicked gazelle
#

Can you show me the full response that you are getting? A lot of issues can happen with a POST request

spiral pumice
#

Status code 400
{
"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"
}
}

#

All good?

wicked gazelle
#

Ah, that is trying to say you need to have a Content-Type header with a value of application/x-www-form-urlencoded

spiral pumice
#

I ran that already

wicked gazelle
#

Can you show me how you are constructing this call?