Flutterwave / Python-v2

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

charge doesn't seem to work for franco-mobile-money #96

Open LacErnest opened 2 years ago

LacErnest commented 2 years ago

Describe the Bug

rave return a NoneType when calling charge

System Information

Additional Context

My payload payload = { "phone_number":phonenumber, "amount": offer.prix, "currency":"XAF", "email":self.request.user.email, (this value is not None) }

LacErnest commented 2 years ago

what i get as a response from the API

LacErnest commented 2 years ago

{ "error_id": "ERRNO674600891T1648643803108", "message": "Application error. Please contact support", "code": "app_error" }