79187551

Date: 2024-11-14 06:05:19
Score: 0.5
Natty:
Report link

You should include a {CHECKOUT_SESSION_ID} in your return_url, for example: "https://localhost:44389/blah/StripeCheckoutReturn?session_id={CHECKOUT_SESSION_ID}". Upon completing a checkout session, Stripe will replace the {CHECKOUT_SESSION_ID} placeholder with the actual checkout sessions ID, so that your app can retrieve the Checkout Session ID from the query param. You can find example code here

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
Posted by: qichuan