Skip to main content
Solved

Internal Server Error - Creating Access Token

  • February 16, 2024
  • 3 replies
  • 132 views

I am trying to create access token but I got the internal service error response. I have passed the exact endpoints  and tested it from different media i.e Postman, Laravel Package, and Mtn Developer Sandbox Request Sender

{

    "statusCode": 500,

    "message": "Internal server error",

    "activityId": "9b410efe-42f8-47fb-8292-55a86dbbb067"

}

Best answer by shakir faisal

Share the code too, so we can read how or what you are doing wrong

it was an issue from server-side on that day. the same code started to work later.

3 replies

  • New Member
  • February 16, 2024

A common issue could be temporary server-side problems with the MTN API.

 First double-check the API endpoint and parameters for accuracy. If everything aligns with the latest documentation, the next step is to wait a bit and retry your request.


  • Active
  • February 17, 2024

Share the code too, so we can read how or what you are doing wrong


  • Author
  • New Member
  • Answer
  • February 19, 2024

Share the code too, so we can read how or what you are doing wrong

it was an issue from server-side on that day. the same code started to work later.