Releases: NdoleStudio/mtnmomo-go
Releases · NdoleStudio/mtnmomo-go
0.0.7
v0.0.6
- Fix the code to always return
*Response
even when the http request is not successfull
v0.0.5
- Separate collection and disbursement http clients.
v0.0.4
- Added disbursement endpoints
POST {baseURL}/disbursement/token/
: Create access tokenPOST {baseURL}/disbursement/v1_0/transfer
: Transfer money to a customer's account.GET {baseURL}/disbursement/v1_0/transfer/{referenceId}
: Get the status of a transfer.GET {baseURL}/disbursement/v1_0/account/balance
: Get the balance of the disbursement account
v0.0.3
- Add helper methods for request to pay status
v0.0.2
- Fix bug when marshalling
collections/requesttopay
response with errors.
v0.0.1
Implemented
- API User
POST {baseURL}/apiuser
: Create API UserPOST {baseURL}/apiuser/{APIUser}/apikey
: Create API KeyGET {baseURL}/apiuser/{APIUser}
: Get API user information
- Collection
POST {baseURL}/collection/token/
: Create access tokenPOST {baseURL}/collection/v1_0/requesttopay
: Request a payment from a consumerGET {baseURL}/collection/v1_0/requesttopay/{referenceId}
: Get the status of a request to payGET {baseURL}/collection/v1_0/account/balance
: Get the balance of the account