#axelhedlund
1 messages · Page 1 of 1 (latest)
Can you show me the full response that you are getting? A lot of issues can happen with a POST request
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?
Ah, that is trying to say you need to have a Content-Type header with a value of application/x-www-form-urlencoded
I ran that already
Can you show me how you are constructing this call?