(20250102) Alerts on payment events.

This commit is contained in:
2025-01-02 11:53:13 +00:00
parent fd2a1ef6d1
commit cb8e322c10
5 changed files with 57 additions and 14 deletions
@@ -339,8 +339,6 @@ class SafaricomMPesaExpress:
"TransactionDesc": description[:13] if len(description) > 13 else description
}
print("HEADERS:", input_headers)
# Make the API call:
api_response = await self.__post(
url = r"https://api.safaricom.co.ke/mpesa/stkpush/v1/processrequest",