#MasterJiMm - live mode
1 messages ยท Page 1 of 1 (latest)
๐ stepping in as codename_duchess needs to step away
As mentioned above, this really just would have to do with the deployment of your code.
Something is caching your test key
Yeah this isn't really something I'll be able to help you with. If you want to ensure your live key works, just do a simple cURL request
But really that isn't the problem
It is something with your code deployment
Anything really. A simple one would be retrieving the balance of your account: https://stripe.com/docs/api/balance/balance_retrieve?lang=curl
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
it returns me an object back so ig that it works
this is actually a nodejs server deployed in heroku
should i entirely get rid of it and create a new app in live mode?
in case Something is caching my test key like you said
That would be one route to go.