DEV Community

Robert King Jr
Robert King Jr

Posted on

Laravel - Cashier - Stripe Subscriptions

I created a Laravel app using Cashier and Stripe. It uses "teams" as the subscription approach. I have it working exactly as I want it for test. However, once I use production and actual payments, I am not getting any response (a null response) when checking for subscription. The subscribed call returns null. I added additional logging and subscriptions return null as well. I have updated keys to production keys. Any ideas why production site is returning nulls where the same code returns subscribed in test mode for Stripe?

Top comments (0)