#dat-checkout-fulfillment
1 messages · Page 1 of 1 (latest)
@runic kelp you want to read https://stripe.com/docs/payments/checkout/fulfill-orders
dat-checkout-fulfillment
I have the checkout session working. Can you reference me the name of the fields so I can store this information in my database?
the parameters is what im looking for.
The code you shared is to create the Checkout Session. It's before the payment.
What you need to do is look at the information after the payment succeeds. That's what the doc I shared explained
oh okay. thank you. Ill get back to you
try it in Test mode, complete one and share the Checkout Session id and then I'll show you some parts of it
where can I find the checkout session id?
it's the cs_test_123. It's the id property when you create that Checkout Session. You really should store this in your database after creation and before redirecting the Customer
cs_test_b1svhaE97mPwbQaN49lYpPcPQyq9xcerlyQYbVEaZAwXmLLsBl4VXCbpqq
Does this seem about right?