
Brij Mpesa Offline Integration
Authentication
Gets Auth token
Request Body
Name
Type
Description
{
"access_token": "eyJh......NrdM",
"expires_in": 3600,
"token_type": "Bearer",
"scope": "Mpesa"
}Registering a Callback URL
Registering a Callback URL
Request Body
Name
Type
Description
Updating the Callback URL
Updating the Callback URL
Query Parameters
Name
Type
Description
Request Body
Name
Type
Description
Mpesa Offline Callback Structure
Transaction Status Query
Querying transaction status
Request Body
Name
Type
Description
Transaction status callback structure (sent to resultUrl)
Postman collection for the APIs is available at:
Last updated