我正在使用测试凭据与 Safaricom Mpesa Daraja Api 合作。一切正常,但突然我开始收到错误。
{"fault":{"faultstring":"Unable to identify proxy for host: secure and url: \/mpesa\/stkpush\/v1\/processrequest","detail":{"errorcode":"messaging.adaptors.http.flow.ApplicationNotFound"}}}
以下是 curl 帖子数据:
array:11 [▼
"BusinessShortCode" => 174379
"Password" => "My Password Here"
"Timestamp" => "20210429060420"
"TransactionType" => "CustomerPayBillOnline"
"Amount" => 1
"PartyA" => "25470..My Number Here"
"PartyB" => 174379
"PhoneNumber" => "25470..My Number Here"
"CallBackURL" => "https://f0d77d3643b3.ngrok.io/confirmation/deposit_1619678899"
"AccountReference" => "Account"
"TransactionDesc" => "Testing stk push on sandbox"
]
尽管没有人给出解决方案,但我已经看到了一些关于这些错误的引用。我该如何解决。