DisbursementsService
Retrofit service interface for the MTN MOMO Disbursements product API.
Extends CommonService with disbursement-specific operations: deposit and refund.
Functions
Initiates a deposit, pushing funds to the specified payee account.
Makes a request to get the Account Balance. This only works with the ProductType.COLLECTION. It seems to break with the other API product type.
Makes a request to get the Account Balance in a specific currency. This only works with the ProductType.COLLECTION. It seems to break with the other API product type. User EUR as the currency on sandbox
Makes a request to get the Basic ApiUser Info.
Retrieves the status of a previously initiated deposit request.
Retrieves the status of a previously initiated refund request.
Makes a request to get the transfer status.
Makes a request to get the ApiUser Info with Consent.
Initiates a refund for a previously completed transaction.
Makes a request to send a delivery notification.
Makes a request to transfer funds.
Makes a request to check the account holder status.