#piq9117
1 messages · Page 1 of 1 (latest)
Hi! Can you share the request ID (req_xxx)? 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 center 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.
The other failed requests say You cannot set phases if from_subscription is set., I can' t find one says phases[0]: key "items" not found.
And to answer your initial question. No, Stripe doesn't create subscription schedule automatically when creating a subscription.
oh. i see the 400 error. i wonder if the phases[0]: key "items" not found error is with the stripe library i'm using.
Where do you see this error? because I can't find it in log
It's from my terminal output. Looks like the request doesn't make it out. Yeah, this is a parsing error on the library i'm using https://hackage.haskell.org/package/stripeapi. I'll file a bug with them
thanks!