Get Transaction Status DRC

curl --location 'https://qa.interswitchng.com/collections/api/v2/mobile-wallet/query' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {insert access token}' \
--data '{
    "paymentId": "2243326592",
    "mobileWalletProvider": "mpesa"
}'

CUSTOM RESPONSE EXAMPLES

{
    "responseMessage": "Approved by Financial Institution",
    "data": null,
    "code": "00"
}
    {
      "code": "Z25",
      responseMessage": "Transaction not Found"
    }