You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling HttpWebResponse, i am facing 403 forbidden error issue.
Getting below response
{
"success": false,
"message": "You do not have permission to perform this action."
}
Kindly help me on this
The text was updated successfully, but these errors were encountered:
You will get an alert “You don’t have permission to perform this action” because your Instamojo account is not verified at the time. For more check this
I am also facing the same issue while sending request to instamojo API for LIVE environment using Java wrapper client id and client secret. I am using instamojo sdk version 2.0.2.
403
Forbidden
{
"success": false,
"message": "You do not have permission to perform this action."
}
kindly help me on this, I've been stuck on this issue from last week.
What should be correct URL when calling Instamojo API?
As of now i am using https://test.instamojo.com/v2/gateway/orders.
When calling HttpWebResponse, i am facing 403 forbidden error issue.
Getting below response
{
"success": false,
"message": "You do not have permission to perform this action."
}
Kindly help me on this
The text was updated successfully, but these errors were encountered: