#jorge.heredia
1 messages · Page 1 of 1 (latest)
But so far, I'm being successful only for the invoice summary item creation
when I try to render one invoice item to such summary item, the process gives me this error:
{
"error": {
"code": "resource_missing",
"doc_url": "https://stripe.com/docs/error-codes/resource-missing",
"message": "No such invoice summary item: '{insum_0NDrB2sSlifq3EccYtlKUQT5}'",
"param": "rendering[summary_item]",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_I8SAM5F3NbhEhW?t=1685547997",
"type": "invalid_request_error"
}
}
I am following all the steps from the documentation (https://stripe.com/docs/invoicing/line-item-grouping)
The invoice I created (By the API in Python) is currently in draft status.
So this is a private feature currently that we can't discuss here since this is a public forum. You are going to want to work with your contact within Stripe that got you access or reach out to our Support team via https://support.stripe.com/contact/login to get help on this issue.
Okay, thank you for your answer!