From bae0719e519215382acb0d992f3c1702364bd663 Mon Sep 17 00:00:00 2001 From: Acho Arnold Date: Sun, 11 Sep 2022 12:03:37 +0300 Subject: [PATCH] Bold heading --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9acd37b..0037971 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ import "github.com/NdoleStudio/mtnmomo-go" - `POST {baseURL}/collection/v1_0/requesttopay`: Request a payment from a consumer - `GET {baseURL}/collection/v1_0/requesttopay/{referenceId}`: Get the status of a request to pay - `GET {baseURL}/collection/v1_0/account/balance`: Get the balance of the account -- Disbursements +- **Disbursements** - `POST {baseURL}/disbursement/token/`: Create access token - `POST {baseURL}/disbursement/v1_0/transfer`: Transfer is used to transfer money from the owner account to a payee account. - `GET {baseURL}/disbursement/v1_0/transfer/{referenceId}`: Get the status of a transfer.