DefaultRepository
The DefaultRepository class is responsible for making network calls to the MTN MOMO APIs.
This class holds all the common API methods for various MTN MOMO products, including user management, transaction processing, and status checks.
Constructors
Functions
Checks whether the supplied API user exists.
Gets the API Key based on the ApiUser Id and OCP Subscription Id.
Creates a new API user.
Gets the Access Token based on the ApiUser ID, OCP Subscription Id, and the API Key.
Retrieves the current access token authentication credentials.
Gets the account balance of the entity/user initiating the transaction. This only works with the ProductType.COLLECTION. It seems to break with the other API products. User EUR as the currency on sandbox
Retrieves the current basic authentication credentials.
Retrieves the basic user information for a specified MTN MOMO user.
Gets the status of a deposit transaction.
Gets the Access Token based on the ApiUser ID, OCP Subscription Id, and the API Key.
Gets the status of a refund transaction.
Retrieves the status of a transfer based on the provided transfer ID.
Retrieves the user information for a specified MTN MOMO user with consent.
Requests a payment to be processed.
Sends a request to pay a user, identified by the provided reference ID.
Requests the status of a payment transaction.
Requests a withdrawal to be processed.
Requests the status of a withdrawal transaction.
Safely makes an API call and returns the result.
Sets up access token authentication credentials.
Sets up basic authentication credentials.
Sends a request to transfer funds to a specified account.
Validates the status of an account holder.