RemittanceService
Retrofit service interface for the MTN MOMO Remittance product API.
Extends CommonService with remittance-specific operations: the V1 transfer and cash transfer V2.
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 io.rekast.sdk.utils.ProductTypes.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 io.rekast.sdk.utils.ProductTypes.COLLECTION. It seems to break with the other API product type. Use 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 transfer funds (Remittance V1).
Makes a request to check the account holder status.