I can confirm this issue still persists. I get the following response when I try to verify a transaction with either trx_ref or transaction ID using the following endpoints I found in the verify transaction docs.
{ "status": "error", "message": "No transaction was found for this id", "data": null }
I just experienced this issue. I hope this helps:
In your urlhttps://api.flutterwave.com/v3/transactions/:id/verify
replace :id with your actual transaction_idor trx_ref
Hello @corneliusyaovi
I can confirm this issue still persists. I get the following response when I try to verify a transaction with either trx_ref or transaction ID using the following endpoints I found in the verify transaction docs.
{ "status": "error", "message": "No transaction was found for this id", "data": null }
I have tried the following endpoints:
https://api.flutterwave.com/v3/transactions/:id/verify
https://api.flutterwave.com/v3/transactions/verify_by_reference/?tx_ref=:tx_ref
Could you please confirm what I need to do to solve this issue?
Thank you.
Originally posted by @umohpyro in https://github.com/Flutterwave/Node-v3/issues/32#issuecomment-1732186507