#thaicao
1 messages · Page 1 of 1 (latest)
Hi there, can you share with me the subscription IDs?
si_NUuufggzKfeFxI
si_NUutfPfIF9Dbtr
Heres an example above of a customer who has two subscriptions @viscid yoke
These two subscriptions were created by two different checkout sessions
https://dashboard.stripe.com/logs/req_gXhOMz7dwbYWdJ
and
https://dashboard.stripe.com/logs/req_vnomkhABz2D7vj
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Is there any way I can test the problems better or any advice on seeing how these subscriptions were created?
Please take a look at the logs that I sent earlier. These two checkout sessions were created in different days.
The two checkout sessions were completed 2 min apart but they were created two days apart.
I'd suggest you to set a shorter expiration time when creating a checkout session (https://stripe.com/docs/api/checkout/sessions/create?lang=cli#create_checkout_session-expires_at), so that if you customer come back and complete the checkout session after a long time, it's already expired and they use this checkout session to complete anymore.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.