PHP
PHP copied to clipboard
PHP Library for Flutterwave v3 APIs
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...
default key prefix change. example PUBLIC_KEY -> FLUTTERWAVE_PUBLIC_KEY SECRET_KEY -> FLUTTERWAVE_SECRET_KEY
# 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...
# 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...

Update Bill Payment Feature https://developer.flutterwave.com/reference/endpoints/bills
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...
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",...