Transaction Status - POST

This operation is used to return the status of MTN transfer. ExternalId that was passed in the post is used as reference to the request.

Request
Request URL https://payments.mobipayagrosys.com/api/mtn/disbursement/status/

Request Headers
Authorization Authorization header used for Basic authentication and oauth. Format of the header parameter follows the standard for Basic. Oauth uses Basic authentication type where the credential is the received access token.(Api-Username & Api-Key)
Api-Username Api Username which provides access to this API. Shared by MobiPay
Api-Key Api key which provides access to this API. Shared by MobiPay.

Request body
	
"body": {
	"mode": "formdata",
	"formdata": [
		{
			"key": "externalId",
			"value": "1222222222",
			"type": "text"
		}
	]
}

Try