Python icon indicating copy to clipboard operation
Python copied to clipboard

payment charge verification not returning enough data

Open Kokoserver opened this issue 3 years ago • 2 comments

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

Kokoserver avatar Oct 07 '22 01:10 Kokoserver

Hello @Kokoserver

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

corneliusyaovi avatar Oct 18 '22 13:10 corneliusyaovi

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

Kokoserver avatar Oct 19 '22 15:10 Kokoserver