Skip to main content
StickyQuestion

How can the API Support Business to Business Payments ?

  • June 14, 2023
  • 5 replies
  • 168 views

 Can 

5 replies

  • 0 replies
  • June 14, 2023

@ddamulira     @ddamulira 


  • 0 replies
  • June 14, 2023

@ddamulira @ddamulira 


  • Community Manager
  • 39 replies
  • August 18, 2023

Payments for Merchant to Merchant are support by the API in 2 ways.

  • Using the collections API - RequestToPay, here the request body is adjusted with payer.partyIdType='ALIAS' and payer.partyId='ActualMerchantCode' e.g
"payer": {
    "partyIdType": "ALIAS",
    "partyId": "123456@momopay"
}
  • Using the collections API - CreateInvoice, here the merchant who wants to be paid can use OPEN API to create an invoice for another merchant. The Payer can then proceed to make payment against the generated invoice using different MOMO channels like momoapp or USSD. 

  • Active
  • 62 replies
  • August 21, 2023

It is very possible.
All the OPEN API endpoints are readilly available for you to engage a sequency that better serves your business idea and customers.

Kindly visit the momodeveloper platfom for the detailed information about the API endpoint and you can test some sequencies too.
https://momodeveloper.mtn.com/


  • New Member
  • 2 replies
  • April 22, 2025

how do i go live ?