Learn how to use the community
Recently active
Get Paid These are categories of APIs that are designed to empower businesses to seamlessly receive payments from their customers using various platforms including USSD, Business Apps, Websites, or any online and offline platform.Overview of Available APIs:Request to Pay: This API initiates a debit USSD prompt for approval on the customer's phone. The customer must provide a valid PIN to complete the transaction. Account Validation: Confirms if the account is valid and actively registered on MoMo. Notification: Enables the business to notify the customer with additional information on top of the initial request. Refund: In case of disputes, businesses can initiate a refund to the customer for a successful Request to Pay transaction. Seamless Payments with no bounders, ranging from e-commerce platforms to ordering food online and paying for a ride. Manage your Online Store receiving payments straight to your business wallet Make Memories, Provide with EaseSpend quality time with your p
Innovate your Business DIBs (Diversity, Inclusion and Belonging) with MoMo Open APIs In today's business landscape, diversity, innovation, and financial inclusion are more than just buzzwords—they're essential ingredients for success. As you strive to create a workplace where everyone feels they belong, you might wonder how technology can help. Enter MoMo Open APIs, a powerful tool that's changing the game for businesses looking to grow while fostering a sense of community and promoting easy access to financial services.You're about to discover how MoMo Open APIs can revolutionize your approach to diversity, inclusion, and belonging (DIBs) initiatives. We'll explore ways to use these APIs to boost business growth, put into action effective DIBs programs, and measure their impact.Whether you're running an SME or a large corporation, this guide will show you how to harness the power of API integration to create a more inclusive and innovative business environment. Get ready to take your
MTN MoMo Open APIs are a set of APIs that allow third-party developers to create innovative digital financial services using MTN Mobile Money platform.These APIs facilitate all key use cases including consumer to business payments (C2B), business to business payments (B2B), collections, and disbursements, Cash In, Cash Out, Refund, Notification and more. MTN Group launched its open API program in Uganda in 2018, and it is now available in over 14 African countries. Over 900 partners are currently live in production with new services, while more than 10,000 users are experimenting with MTN's sandbox. The MTN MoMo developer portal offers an intuitive web-portal with documentation, allowing developers to test and submit Go live requests. MoMo developer portal is no-installation-required Sandbox environment conducive for any API testing Tool compatibility where developers can experiment with the APIs safely. Get Started with Your first MoMo API Request
Get ready to compete for top honours, rewards, and more! From cash prizes to exclusive partnerships and industry recognition, the rewards are waiting for your most innovative solutions. Join the MoMo Hackathon today and claim your chance to win big! #MoMoHackathon2023
MoMo Community is LIVE!Alright, the moment has arrived...let's have a fanfare… Here is the link to our fresh, dynamic community. Don't forget to invite your coworkers too! Think of our new community as your comprehensive resource for all your urgent concerns. Can't locate a solution? Simply pose a question on the community platform! And remember, contacting our support team is always an option!Each member has their own unique profile on the community, and can endorse suggestions and ideas. We also feature a points ranking list, so keep an eye out to see if your name pops up. We'll be awarding points to those who are most proactive in answering questions, posting popular requests in the ideas section, and are generally most active. We'll also be handing out badges to our users, so watch out for that.That's all for now! If you have any queries...turn to the community!
HTTP responseHTTP/1.1 500 Internal Server Errorcontent-length: 111content-type: application/jsonvary: Origin{ "statusCode": 500, "message": "Internal server error", "activityId": "e7b4e9f9-c86b-405e-9711-0ae0f2d40290"}
My company in Tanzania wants to have a coorperation with Momo, but can’t get the direct contact of the team, anyone can help? thank you so much, I sent email to the official account, but no any reply.
i tried to sign up and verification email sent to spam and i mistakenly deleted it can you help me retrieve it
I am writing to request permission to Pentest your MoMo APIs, networks, and systems. I am a qualified and experienced Pentester with a proven track record of finding and fixing security vulnerabilities.Pentesting is a process of simulating a cyberattack to identify and fix security vulnerabilities in a system. It is an essential part of any security program, and it can help to protect your systems and data from being compromised.There are many benefits to pentesting, including:Identifying and fixing security vulnerabilities: Pentesting can help to identify security vulnerabilities in your systems that could be exploited by attackers. Once identified, these vulnerabilities can be fixed to improve the security of your systems. Improving your security posture: Pentesting can help you to improve your overall security posture by identifying and fixing security vulnerabilities. This can make it more difficult for attackers to compromise your systems. Building trust with customers and partne
<a href="http://evil.com">CLICK</a>
I can reply to massage n be helpful
📘 Introduction to the Invoice API The Invoice API allows businesses to generate a payment reference (invoice) that can be paid by the customer (Payer) within a specified validity period. This invoice is currently payable through MoMo Pay via USSD, enabling structured and trackable payments for various use cases. 💼 Real-World Use Cases Businesses already using MoMo Pay codes can integrate this API to benefit from automated reconciliation, as payments are directly linked to internal systems such as order or invoice records. Point of Sale (POS) systems in restaurants, supermarkets, retail stores, etc. School management systems for collecting school fees. Public transport operators for digital fare collection. 💡 Why Use the Invoice API? Improved reconciliation: Payments are automatically tied to internal orders or invoices, reducing manual tracking. Simplified payment experience: The invoice reference can be embedded in a QR code, allowing the Payer to simply scan and pay. Fl
Explaining API to Children using #kitchenAnalogy Imagine our kitchen is like a complex computer system. Mum, who's cooking, represents the system's inner workings. You, wanting food, is the user trying to access the system. The problem is, if you go into the kitchen to get food yourself, you might get hurt because of the hot surfaces and sharp objects. This is like trying to access the complex system directly, which can be difficult and risky. That's where I, Dad, come in. I'm the Application Programming Interface (API). My job is to safely get the food from the kitchen (the complex system) and bring it to you in a way that's easy and safe to use. An API saves time, minimizes risk, scalable and accessible anywhere, from authentication to product/service utilizationSign-up and Get Started with MoMoAPIs Home - MoMo Developer Portal – SandBox to access growth enebaling products for your bussiness and your customers Pay, Get-Paid, Invoice, Vouchers, Subscriptions, Cash-Transfer (Remittan
```const doc = await this.accessToken() const msisdn = '+242*********' const scope = 'read_account' const body = new URLSearchParams() body.append('scope', 'profile') body.append('access_type', 'offline') body.append('login_hint', `ID:${msisdn}/MSISDN`) // Faire la requête POST à /bc-authorize const response = await fetch( 'https://sandbox.momodeveloper.mtn.com/collection/v1_0/bc-authorize', { method: 'POST', headers: { 'Authorization': `Basic ${doc.access_token}`, 'Ocp-Apim-Subscription-Key': this.subscription_key, 'X-Target-Environment': 'mtncongo', 'Content-Type': 'application/x-www-form-urlencoded', }, body, } ) console.log(response)```Bonjour la communauté. je suis bloqué ici je reçois un statusText: 'Bad Request'.
Bonjour j'ai un problème je souhaite réactiver mon compte moto pour recevoir les paiements
After being able to create apiKey, access_token, etc, using the Sandbox environment, how do i now test from my application?
Why MoMo Open API MoMo Open API Use Case Getting started Generate Subscription Keys Fork the MoMo Open API Postman Collection Generate API User and Key SandBox Get API user and Key Test MSISDN Numbers Authorization Why MoMo Open API At MoMo, one of our visions is to bridge businesses and customers, fostering diversity for businesses, belonging for customers, and inclusivity for everyone. We believe that through innovation and leveraging technology, we implemented OpenAPIs to aid us achieve this vision.Exciting Features Let's explore some incredible capabilities of this API:Get Paid: Ever wished you could get paid with just a tap on your phone? Now you can! Businesses can request payments, and you just approve with your PIN. It's like magic come to life! Pay: Need to transfer money to a friend or pay for a service? This API has you covered. Perfect for anything from splitting dinner bills to paying your rent. Invoicing: Aspiring entrepreneurs can now send polished invoices di
Hey everyone! I’m working on an application what will have an integration with MTN MoMo API, and I’m trying to wrap head around how Mobile Money works. I’m not from Africa and I can’t find some ready good source about the topic, so I hope my questions will be answered here.Can users of MoMo operate their account and transfers both via mobile app and USSD. If it is possible to work with MoMo only via USSD, is there a documentation about it? Is it possible to transfer money to the person who is not a customer of MTN MoMo (perhaps just using MTN as their operator), or all transactions happens between MTN MoMo clients only?
Create a testing account on the SandBox MoMo Developer Portal SignUp Navigate to the products page and subscribe to product/s for your business. Access the subscription keys under your account profile. Guide on creating subscription keys >> How to create subscription keys on MoMoDeveloper | MoMo Dev Community (mtn.com) Generate an API user and API key, Find Information on how to do this on Create Your First MoMo API Request | MoMo Dev Community (mtn.com) Fork the PostMan Collection for creating API user and API key on Sandbox Navigate to the MoMo Developer Portal Documentation for a deeper understanding on how the API interacts with the Business Start to explore and test the different business objectives within the MoMo developer SandBox platform Also Access the PostMan Collection with Examples of requests and responses Apply and Go live with the business KYC and test results specific to the country your business will Operate in. Countries include G
Open a business account with MoMo from MTN Steps on Opening a business account 1. Begin by signing up or signing in at momodeveloper.mtn.com.2. Familiarize yourself with the documentation, and for a more in-depth understanding of the business products, utilize the MoMo PostMan Collections. (link shared below)3. Once you have a clear understanding, subscribe to a product that suits your business needs.4. Test the APIs and save the test cases based on your specific business requirements.5. Proceed with the account creation request by clicking on the Golive Tab on momodeveloper.mtn.com (link shared below)6. Provide all the necessary KYC documents to prove ownership and existence of your business. The requirements may vary depending on the type of business and country.7. Review the terms and conditions thoroughly, then submit your application.8. Expect regular communication from MoMo KYC to clarify any details and finalize the contracts related to your business account. Onboarding_How_To
Greetings, I am a new user here. I have signed up for the MoMo developer and yet to subscribe for a product. When I try to Sign in, it gives an error that...”Please provide a valid email and password.”. Thinking I didn’t sign up well, when I try to Sign Up again it tells me ”User with specified identity already exists”.Thinking password was not correct, I requested to change “Forgot password” and it allowed me to change through my email.How do I sign in?
Access the ASK Button upper conner of the portal. URL Below MoMo Developer Community | MoMo Dev Community (mtn.com) / ASKSelect the topic category below. Question: Errors faced with the API integration, beneficial to share sample curl to aid the community on providing respond accurately Conversation: A dialogue where they can exchange advice and strategies for API integration Idea: Innovative idea to the MoMo team, whether it's creating a new API or enhancing the existing one, to stimulate business expansion Title:Provide a title for the topic. For instance, "Failure to create API User", "Or Payment Request Encountering a 400 Error."It's beneficial to review associated titles/topics when they are presented while formulating your title.Description:Ensure to offer a comprehensive explanation of the Topic, if it's a Question, provide example curls, and if it's an idea, give details about the Inputs and Outputs related to the shared Idea.Category Choose the most appropriate
Hey Guys I am new here. I am trying to locate the sdk to start the integration. can anyone help me out?
Get Paid: Enabling Seamless Payments for All businesses from the MoMo Subscribers
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.