Flutterwave / Node-v3

NodeJS Library for Flutterwave for Business (F4B) v3 APIs
https://developer.flutterwave.com/
MIT License
35 stars 28 forks source link

Issues with verify transaction test endpoint #136

Open umohpyro opened 1 year ago

umohpyro commented 1 year ago

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:

  1. https://api.flutterwave.com/v3/transactions/:id/verify
  2. 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

OnwukaDaniel commented 1 year ago

I just experienced this issue. I hope this helps: In your url https://api.flutterwave.com/v3/transactions/:id/verify replace :id with your actual transaction_idor trx_ref