#Liam
1 messages · Page 1 of 1 (latest)
Hi, I know testing in live mode using real card details is against ToS, we were not planning on doing that. I was wondering if there were any Stripe provided payment details we could use to test in live Stripe
I just feel a little uneasy having been testing against products, discounts, customers, etc. in test mode and just hoping it will all work when pressing "copy to live mode". There's really no way to test this?
Not really no. You just have to make sure when you go live that you update all references to objects to be their live mode id's
We have a go-live checklist here: https://stripe.com/docs/development/checklist
Thanks, I appreciate the checklist
No problem
May be a silly question but is there a way to open the Stripe shell in live mode? I've copied all our products from test to live however in the live version I can't see a lookup key set for any of our products. Do these need to be re-created in live?
Hm I'd expect lookup keys to be copied over but I don't know for certain. Recommend just doing a curl request in the CLI or something to retrieve your Price objects: https://stripe.com/docs/api/prices/retrieve
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You said product, but products don't have lookup keys
Prices do
Apologies, my mistake. Yup I can see all lookup keys have copied across, I was indeed looking at our products instead
Thank you
Ah that'll do it