Flutterwave / Python-v2

Python library for Flutterwave for Business (F4B) v2 APIs
https://developer.flutterwave.com/
MIT License
21 stars 15 forks source link

payment charge verification not returning enough data #100

Open Kokoserver opened 2 years ago

Kokoserver commented 2 years ago

res = rave.Card.verify(data["txRef"]) when verifying returns just few data whereas at some point i'm required to store e.g use payment type, currency e.tc

corneliusyaovi commented 2 years ago

Hello @Kokoserver

Kindly share the required data you would like to get from the verify response.

Kokoserver commented 2 years ago

Thanks for your reply currently working on an ecommerce website, and if payment failed I will like to have response the reasons for the fails like, invalid token, I order to have a good record for the client