After successfully implementing stripe credit card subscription payment on the front end (react) and back end (node), the checkout summary is missing on stripe's payment details page. Customer creation and payment appear as "Complete" or "Successful", so at first glance there seems to be no problem. But it's weird not having a subscription reference on the payment details page.
I'm using @stripe/react-stripe-js and stripe.subscriptions.create({}) to integrate the credit card form on the checkout page. Previously I was using stripe.checkout.sessions.create({}) which redirects to the standard checkout page provided by stripe. Using that checkout page, I found a checkout summary with a subscription reference.
Does anyone know why the checkout summary is missing?
I checked the error log and response data. These include all details of the payment plan.
I'm not sure, but I have an assumption that this data is only created when paying via an external form