Skip to main content

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"

}

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.


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


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.


Reply