#_chai_latte_
1 messages · Page 1 of 1 (latest)
Can you share the request ID (req_xxx) of the error? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
hi it should be req_jdNx5IbU0NkGnL
Can you share an example request ID (req_xxx) that it used to work?
oh my apologies, on further inspection it seems it is my code which is executing somewhere else
that's my fault
was wondering if there was a way to create a subcription without a payment method?
ie a free trial that is infinitely long or something?
req_wyqyOGjBGDql60
technically there can be some ways, like marking the first Invoice as paid manually instead of collecting details and charging them. Not sure I follow exactly what the use case would be or how that would work
our backend of the server requires monitoring the subscriptions
ok i can try that
thank you so much for your time
oh actually I forgot the easiest way, which is to use a Price that is for $0
oh you can do that?