Skip to main content

 Can 

@ddamulira     @ddamulira 


@ddamulira @ddamulira 


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. 

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/


Reply