Hi Pawankumar,
Thank you for getting back to us.
Upon checking logs, I understand that you are getting an Internal Error.
Internal Error occurs when something unexpected happens while processing the request. You can refer to this link, to know how to handle the
Internal Error. When you retry requests, use an exponential backoff policy. For example, if you first pause 5 seconds before the first retry, you could pause 10 seconds after the second and 20 seconds after the third retry.
Exponential backoff helps ensure you are not calling the API too many times.
If the issue still persists, could you please provide us with the complete API logs (
request and
response with
request-id and
request header) generated at your end to assist you further. If you are using a client library and haven't enabled the logging yet, I would request you to enable logging for the specific client library that you are using. You can refer to the guides
Java,
.Net,
PHP,
Python,
Ruby or
Perl to enable logging at your end. For REST interface requests, you can enable logging via the curl command by using the -i flag.