#krishnaKanabar-error
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Are you using the right secret key for the account?
moving this here for context
curl https://api.stripe.com/v1/customers
-u secret key:
-d "test_clock"="clock_1LXQqPSJsXH2azWQghwZlLdP"
and you're trying to retrieve the customers using test clock ID, correct?
creating customer with test_clock param
do you have a request ID that I can take a look at?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
NP! ๐ Glad that worked
can I use test_clock parameter in update customer stripe api??
I am getting this error
{
"error": {
"code": "parameter_unknown",
"doc_url": "https://stripe.com/docs/error-codes/parameter-unknown",
"message": "Received unknown parameter: test_clock",
"param": "test_clock",
"type": "invalid_request_error"
}
}
I don't think update customer API endpoint supports test-clock parameter