laravel-paystack icon indicating copy to clipboard operation
laravel-paystack copied to clipboard

POST https://api.paystack.co/transaction/initialize` resulted in a `404 Not Found` response:

Open kamrankhan001 opened this issue 3 years ago • 1 comments

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:

{


  "status": false,


  "message": "Invalid Split code."


}

anyone can help how can i solve this thanks

kamrankhan001 avatar Feb 18 '22 09:02 kamrankhan001

Just remove the split_code input name and the split field from the form

Femscode avatar Mar 29 '22 20:03 Femscode