#Akin
1 messages · Page 1 of 1 (latest)
What field? Is there an erroring request ID you can share?
I saw this error in one of my customer trying to making a purchase
Is that what you were asking?
Can you copy that ID here? req_C0p...
from the address bar or visible in that error as request_log_url
req_C0PfFtkwOTDj17
Ah, invoice items
What are you trying to do?
Are you trying to create a subscription?
Yes a subscription is been created
Can you explain to me your end goal with this request?
Are you trying to add more items to a subscription?
the invoice items api is only for one time items, they don't support recurring outside of the context of a subscription
I noticed this error the dashboard from a customer so just trying to investigate why to make sure it is jot preventing them from create a subscription
from a customer
what do you mean by this? this was an erroring request from your Node backend code. What was it trying to do?
The error was as a result of a customer action on the live site, I am just investing why they could be getting that error
I could get in touch with them to see what triggered that error if that will be more helpful
I'd need to know what you were expecting your application to do to advise, but it sounds like maybe you wanted to add more recurring items to a subscription, which needs to be done by updating subscription items not using invoice items
Okay, thanks
NP
This is covered a bit here: https://stripe.com/docs/billing/subscriptions/multiple-products#creating
It's a create request, but you can also update the items for an existing subscription