Hello @Skullbock ,
Can you please give me a code example of how you create invoices? My code below results to this error response
exception: "GuzzleHttp\Exception\ClientException"
file: "/Path/to/application/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php"
line: 113
message: "Client error: `POST https://books.zoho.com/api/v3/invoices?organization_id=[organization_id]` resulted in a `400 Bad Request`
response:↵{"code":15,"message":"Please ensure that the line_items has less than 100 characters."}
Another request deleting most of the things in line items gave the response below but I do not have such
response:↵{"code":15,"message":"Please ensure that the Stripe has less than 100 characters."}
Hello @Skullbock , Can you please give me a code example of how you create invoices? My code below results to this error response
Another request deleting most of the things in line items gave the response below but I do not have such
This is a sample of my code