Missing Stripe checkout summary issue in payments persists
P粉425119739
P粉425119739 2023-09-16 19:29:27
0
1
489

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.

P粉425119739
P粉425119739

reply all(1)
P粉308089080

I'm not sure, but I have an assumption that this data is only created when paying via an external form

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!