PHP icon indicating copy to clipboard operation
PHP copied to clipboard

PHP Library for Flutterwave v3 APIs

Results 23 PHP issues
Sort by recently updated
recently updated
newest added

This commit fixes the error that says "Undefined constant Flutterwave\Helper\Config::BASE_URL"

Hello I am trying to make a Direct Card Charge via the PHP SDK but getting `Error: Undefined constant Flutterwave\Helper\Config::BASE_URL in /Users/andre/Desktop/Workspace/saas-manager/vendor/flutterwavedev/flutterwave-v3/src/Service/Transactions.php:34` When I passed a custom config with the...

fix

Do you have an official package that is supporting on laravel?

question

default key prefix change. example PUBLIC_KEY -> FLUTTERWAVE_PUBLIC_KEY SECRET_KEY -> FLUTTERWAVE_SECRET_KEY

enhancement

# Description If you could consider **NOT** dumping log files in the root directory by default. An option to set log path or debug() function would be good # Steps...

enhancement

# Description ``` Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `POST https://api.flutterwave.com/v3/charges?type=card` resulted in a `400 Bad Request` response: {"status":"error","message":"params.cvv.trim is not a function","data":null} ``` Guzzle error when trying to charge...

![Image](https://github.com/Flutterwave/PHP-v3/assets/129767063/3d6d5e40-077f-40e0-8d03-c4b2f64848ad)

bug

Update Bill Payment Feature https://developer.flutterwave.com/reference/endpoints/bills

enhancement

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

enhancement
release Enhancement

When I tried to charge with a test card with pin, it returns undefined key $meta. My request is following: { "customerId":"[email protected]", "currency":"RWF", "amount": 12, "fullName":"Test user", "email":"[email protected]", "cardNumber":"5061460166976054667", "cvv":"564",...

enhancement