#Otávio Tavimo-production
1 messages · Page 1 of 1 (latest)
Hi there 👋 when you log into your Stripe dashboard, do you see an 'Activate account' button near the top?
Alright, then that shouldn't be the problem.
Did you create a client/server integration? And if so, did you update the keys in both places?
Yes. i update Publishable key in client side and private key in server
if I revoke the private key, do I necessarily need to revoke the public key too?
Yes
Could you provide it here?
Ah, behind a login wall. Alright, well it sounds like you still have a test key somewhere. I'd recommend double checking your environment variables if you're using those, and make sure that you've rebuilt after changing the keys if needed.
Ok, i will double check the variables.
But in the paylod of Unsuccessful request, the key that shows is the key mode prod.
{
"error" : {
"code" : "testmode_charges_only" ,
"doc_url" : "https://stripe.com/docs/error-codes/testmode-charges-only" ,
"message" : "Your account cannot currently make live charges. If you are the site owner, please activate your account at https://dashboard.stripe.com/account/onboarding to remove this limitation. If you are a customer trying to make a purchase, please contact the owner of this site. Your transaction has not been processed." ,
"type" : "invalid_request_error"
}
}
Hm, can you provide your account ID?
acct_1J0ncHFBMlksnRhj
Thank you, unfortunately nothing is jumping out at me as problematic. If following the link provided in that error doesn't allow you to resolve the behavior, then I think you're going to need to work with our support team to determine why your account is in this state:
https://support.stripe.com/?contact=true
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.
I need to step away so I’m going to archive this thread. If you need help with anything else please ask in #dev-help
Hi @shell oracle ! Did you solve this problem? How?