#.rjcustodio
1 messages · Page 1 of 1 (latest)
Yes, the expiry timestamp can be set in expires_at parameter: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-expires_at
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
can you help me
cs_test_a1S11F1LnifKxoPCNoU5PmdRFQ0IhWrbisAhOWub56bFIZSmhpB1AWouFg
i can still access the checkout session
and able to pay for it
The expires_at timestamp is 1692789841 which is equivalent to 2023-08-23 11:24:01 UTC. The UTC time now is 2023-08-23 03:28 as of the time that I type this message which the Checkout Session hasn't expired
2023-08-23 11:24:01 UTC is 2023-08-23 19:24:01 local time with GMT+8
ohh it should be utc. got it. ill try again thank you