we are working on a time sensitive important project and encountering login failure while trying to obtain an access token using basic authentication
Page 1 / 1
Ensure you are base64 encoding the values API_User and API_Key in the format ApiUser:ApiKey note the : that joins them together. This encoded value is what you pass as the Authorization that is Authorization: base64EncodedValueOf(ApiUser:ApiKey)
Reply
Sign into the MoMo Developer Community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.