laravel-paystack
laravel-paystack copied to clipboard
:credit_card: :package: :moneybag: Laravel 6, 7, 8, 9, 10 and 11 Package for Paystack
"php": "^8.0.2", "laravel/framework": "^9.2", `return redirect($url);` ****This does not redirect to an external URL `return redirect()->to($url)->send();` **This works**
I get the error below while initializing transaction. GuzzleHttp\Exception\ClientException Client error: `POST https://api.paystack.co/transaction/initialize` resulted in a `400 Bad Request` response: { "status": false, "message": "Invalid Amount Sent" }
This keeps happening on laravel 8 and PHP 7.3, Is there a permanent fix? How do we fix the paystack token always getting expired? Or does this not work for...
Client error: `POST https://api.paystack.co/transaction/initialize` resulted in a `401 Unauthorized` response: { "status": false, "message": "Invalid key" }
Hi I'm trying to integrate paystack in laravel 8 but I'm click paynow button it give following error Client error: `POST https://api.paystack.co/transaction/initialize` resulted in a `404 Not Found` response: {...
Couldn't get past this error, I don't know what is wrong.
I followed all the steps, yet it is not working kindly help. thanks
I'm getting error in line 210 of the package saying "Error Using $this when not in object context". Please how do i solve this. public function getAuthorizationUrl() { $this->makePaymentRequest(); $this->url...
Customer first name and last name is not reflecting on Paystack, only email is reflecting