#demus
1 messages · Page 1 of 1 (latest)
Hello 👋
Plan objects were replaced by Price objects in the newer API versions.
https://stripe.com/docs/api/plans
You should build your logic around price objects instead
This is clear. But can I use plan field to determine "price" interval instead of taking this data from items field?
I've not used the plan objects extensively myself so not 100% sure but you can surely test it out in diff scenarios. The behaviour should be identical between test and live mode