I am trying to renew a certificate with GoDaddy API recieved from https://developer.godaddy.com/doc/endpoint/certificates#/v1/certificate_renew. i am supplying proper payload. my account having enough credits in good as gold. Certificate is going to expire in 30 days. But I keep getting error "this product is not eligible for renewal"
Not getting any proper reason or answer from GoDaddy support, mail, Website chat bot, website chat person, WhatsApp chatbot and WhatsApp chat person also
Surprisingly same certificate works when I renew it GoDaddy portal. I tried with another certificate. That's also giving same error in api. Hopefully I don't have any issue in my account as it's working via portal. But I need api solution
Error: { "code": "CertificateCreationError", "message": "Failed to create certificate order", "fields": [ { "path": null, "code": null, "message": "This product is not eligible for renewal" } ] }