Get Transaction Status DRCCopy PagecURLcurl --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 JSON{ "responseMessage": "Approved by Financial Institution", "data": null, "code": "00" } JSON { "code": "Z25", responseMessage": "Transaction not Found" } Updated 9 months ago Get Transaction V2Get RefundDid this page help you?YesNo