RemittanceService
Retrofit service interface for the MTN MOMO Remittance product API.
Extends CommonService with remittance-specific operations: cash transfer V2. The V1 transfer endpoint is inherited from CommonService via Constants.EndPoints.TRANSFER.
Functions
Initiates a remittance cash transfer using the V2 endpoint, which supports extended KYC fields for cross-border compliance where the sender is not an MTN mobile money subscriber.
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 cash transfer.
Makes a request to get the transfer status.
Makes a request to get the ApiUser Info with Consent.
Makes a request to send a delivery notification.
Makes a request to transfer funds.
Makes a request to check the account holder status.