#Fraz
1 messages · Page 1 of 1 (latest)
Hello what exactly is the error message that we are sending back to you here?
{
"error": {
"code": "parameter_unknown",
"doc_url": "https://stripe.com/docs/error-codes/parameter-unknown",
"message": "Received unknown parameter: name",
"param": "name",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_E52xyDVNTmH6R7?t=1678714706",
"type": "invalid_request_error"
}
}
they are sending this error
i have not added Name param in my request or header
I actually only see a name parameter in the call body that we got https://dashboard.stripe.com/test/logs/req_E52xyDVNTmH6R7
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
It looks like the value has confirm: true in it so it looks like some things are getting mixed up in your code before being sent to us
Are you using one of our client libraries to make these requests or are you building your own HTTP requests?
i am building my own using pci proxy
Gotcha, it looks like your code may be mixing up some values then. It looks like the actual body that you wanted to send got set as the value for the name property
so the issue is from pci proxy side?
Looks like it yes
ok let me ask them