Python icon indicating copy to clipboard operation
Python copied to clipboard

Python library for Flutterwave for Business (F4B) v2 APIs

Results 22 Python issues
Sort by recently updated
recently updated
newest added

# Description This is for the MOMO Payment when you initiate a payment the **MOMO OTP is not sent** # Steps to Reproduce 1. Install Rave python 2. Go to...

When I use rave_python, no otp was ever sent to the owner of the card, or email i provided, or phone_number i inserted. And it resulted in error of otp...

# The function ```python from rave_python import Rave, RaveExceptions, Misc rave = Rave("ENTER_YOUR_PUBLIC_KEY", "ENTER_YOUR_SECRET_KEY", usingEnv = False) # mobile payload payload = { "amount": "50", "email": "[email protected]", "fullName" : "",...

Have you read our [Code of Conduct](https://github.com/Flutterwave/Python/blob/master/CONTRIBUTING.md)? By filing an Issue, you are expected to comply with it, including treating everyone with respect. # Description This is a test. Please...

to fix

it would be nice for us working fully on async environment to have async support for rave

Have you read our [Code of Conduct](https://github.com/Flutterwave/Python/blob/master/CONTRIBUTING.md)? By filing an Issue, you are expected to comply with it, including treating everyone with respect Do you want to ask a question?...

bug
question

Have you read our [Code of Conduct](https://github.com/Flutterwave/Python/blob/master/CONTRIBUTING.md)? By filing an Issue, you are expected to comply with it, including treating everyone with respect. # Description # Steps to Reproduce 1....

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...

dependencies

Fix Issue #103 The issue was caused by returned data not matching the previous data parsing that was there. Here is a dump of **responseJson** ` { "status": "success", "message":...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.19 to 2.6.0. Release notes Sourced from urllib3's releases. 2.6.0 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies
python