#Fraz

1 messages · Page 1 of 1 (latest)

lunar swanBOT
potent ferry
#

Hello what exactly is the error message that we are sending back to you here?

crimson mural
#

{
"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"
}
}

Learn more about error codes and how to resolve them.

#

they are sending this error

#

i have not added Name param in my request or header

potent ferry
#

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?

crimson mural
#

i am building my own using pci proxy

potent ferry
#

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

crimson mural
#

so the issue is from pci proxy side?

potent ferry
#

Looks like it yes

crimson mural
#

ok let me ask them