#CheckMate - error
1 messages · Page 1 of 1 (latest)
I just ran the stripe app from the custom payment flow https://stripe.com/docs/payments/quickstart?lang=node&client=react when I inspect I see that this is being shown. I just want to understand what is being done what do they indicate are they a security issue.
I downloaded the custom payment flow merchant app https://stripe.com/docs/payments/quickstart?lang=node&client=react and executed it. On running it on my browser I inspected and realised that a session is getting created. For how long this session is valid.
I just ran the stripe app from the custom payment flow https://stripe.com/docs/payments/quickstart?lang=node&client=react when I inspect I see that this is being shown. I just want to understand what is being done what do they indicate are they a security issue.
can you share a screenshot of where exactly are you seeing this?
I don't think this is a security issue but can look and provide more context
I downloaded the custom payment flow merchant app https://stripe.com/docs/payments/quickstart?lang=node&client=react and executed it. On running it on my browser I inspected and realised that a session is getting created. For how long this session is valid.
It can be anywhere from 30 minutes to 24 hours after Checkout Session creation. By default, this value is 24 hours from creation
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-expires_at
Also about the second part , Why is a session being created when I just use the sdk of stripe
Not sure what do you mean by why?
What session are you referring to exactly? are you referring to Stripe Checkout or something else?